Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Crash on "heavy-load" #217

Open
louis-roessler opened this issue Aug 12, 2024 · 0 comments
Open

[Bug] Crash on "heavy-load" #217

louis-roessler opened this issue Aug 12, 2024 · 0 comments
Labels

Comments

@louis-roessler
Copy link

Current Behavior

Crashes once the load gets heavy

Expected Behavior

Not crashing

Steps To Reproduce

Once it extracts a 100gb file and downloads with 100MB/s it freezes and then crashes.

Environment

  • OS: Proxmox with Alpine Linux Docker from the helper scripts
  • OS version: proxmox 6.2.4
  • CPU: AMD Ryzen 3 1200
  • Docker version:
  • Device model:
  • Browser/OS:

Container creation

version: '3'
services:
  jdluserer-2:
    image: jlesage/jdluserer-2
    ports:
      - "5800:5800"
    volumes:
      - "/docker/appdata/jdluserer-2:/config:rw"
#      - "/home/user/dlusers:/output:rw"
      - "m1:/dluser/media-1:rw"
      - "m2:/dluser/media-2:rw"
      - "m3:/dluser/media-3:rw"

volumes:
  m1:
    driver: local
    driver_opts:
      type: cifs
      device: "//10.96.1.0/Unko/"
      o: "username=dluser,password=Password,uid=1000,gid=1000"
  m2:
    driver: local
    driver_opts:
      type: cifs
      device: "//10.96.1.0/media-server/"
      o: "username=dluser,password=Password,uid=1000,gid=1000"
  m3:
    driver: local
    driver_opts:
      type: cifs
      device: "//10.96.1.0/rimu/"
      o: "username=dluser,password=Password,uid=1000,gid=1000"

Container log

[init        ] container is starting...

[cont-env    ] loading container environment variables...

[cont-env    ] APP_NAME: loading...

[cont-env    ] DISPLAY: executing...

[cont-env    ] DISPLAY: terminated successfully.

[cont-env    ] DISPLAY: loading...

[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...

[cont-env    ] DOCKER_IMAGE_VERSION: loading...

[cont-env    ] EGL_LOG_LEVEL: executing...

[cont-env    ] EGL_LOG_LEVEL: terminated successfully.

[cont-env    ] EGL_LOG_LEVEL: loading...

[cont-env    ] GSK_RENDERER: executing...

[cont-env    ] GSK_RENDERER: terminated successfully.

[cont-env    ] GSK_RENDERER: loading...

[cont-env    ] GTK2_RC_FILES: executing...

[cont-env    ] GTK2_RC_FILES: terminated successfully.

[cont-env    ] GTK2_RC_FILES: not setting variable.

[cont-env    ] GTK_THEME: executing...

[cont-env    ] GTK_THEME: terminated successfully.

[cont-env    ] GTK_THEME: not setting variable.

[cont-env    ] HOME: loading...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.

[cont-env    ] LIBGL_DRIVERS_PATH: executing...

[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.

[cont-env    ] LIBGL_DRIVERS_PATH: loading...

[cont-env    ] PULSE_CONFIG_PATH: executing...

[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.

[cont-env    ] PULSE_CONFIG_PATH: not setting variable.

[cont-env    ] PULSE_COOKIE: executing...

[cont-env    ] PULSE_COOKIE: terminated successfully.

[cont-env    ] PULSE_COOKIE: not setting variable.

[cont-env    ] PULSE_SERVER: executing...

[cont-env    ] PULSE_SERVER: terminated successfully.

[cont-env    ] PULSE_SERVER: not setting variable.

[cont-env    ] QT_STYLE_OVERRIDE: executing...

[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.

[cont-env    ] QT_STYLE_OVERRIDE: not setting variable.

[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...

[cont-env    ] XDG_CACHE_HOME: loading...

[cont-env    ] XDG_CONFIG_HOME: loading...

[cont-env    ] XDG_DATA_HOME: loading...

[cont-env    ] XDG_RUNTIME_DIR: loading...

[cont-env    ] XDG_STATE_HOME: loading...

[cont-env    ] container environment variables initialized.

[cont-secrets] loading container secrets...

[cont-secrets] container secrets loaded.

[cont-init   ] executing container initialization scripts...

[cont-init   ] 10-certs.sh: executing...

[cont-init   ] 10-certs.sh: terminated successfully.

[cont-init   ] 10-check-app-niceness.sh: executing...

[cont-init   ] 10-check-app-niceness.sh: terminated successfully.

[cont-init   ] 10-clean-logmonitor-states.sh: executing...

[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.

[cont-init   ] 10-clean-tmp-dir.sh: executing...

[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.

[cont-init   ] 10-fontconfig-cache-dir.sh: executing...

[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.

[cont-init   ] 10-init-users.sh: executing...

[cont-init   ] 10-init-users.sh: terminated successfully.

[cont-init   ] 10-nginx.sh: executing...

[cont-init   ] 10-nginx.sh: terminated successfully.

[cont-init   ] 10-openbox.sh: executing...

[cont-init   ] 10-openbox.sh: terminated successfully.

[cont-init   ] 10-pkgs-mirror.sh: executing...

[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.

[cont-init   ] 10-pulse.sh: executing...

[cont-init   ] 10-pulse.sh: terminated successfully.

[cont-init   ] 10-set-tmp-dir-perms.sh: executing...

[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.

[cont-init   ] 10-vnc-password.sh: executing...

[cont-init   ] 10-vnc-password.sh: terminated successfully.

[cont-init   ] 10-web-data.sh: executing...

[cont-init   ] 10-web-data.sh: terminated successfully.

[cont-init   ] 10-webauth.sh: executing...

[cont-init   ] 10-webauth.sh: terminated successfully.

[cont-init   ] 10-x11-unix.sh: executing...

[cont-init   ] 10-x11-unix.sh: terminated successfully.

[cont-init   ] 10-xdg-runtime-dir.sh: executing...

[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.

[cont-init   ] 15-cjk-font.sh: executing...

[cont-init   ] 15-cjk-font.sh: terminated successfully.

[cont-init   ] 15-install-pkgs.sh: executing...

[cont-init   ] 15-install-pkgs.sh: terminated successfully.

[cont-init   ] 55-jdownloader2.sh: executing...

[cont-init   ] 55-jdownloader2.sh: terminated successfully.

[cont-init   ] 85-take-config-ownership.sh: executing...

[cont-init   ] 85-take-config-ownership.sh: terminated successfully.

[cont-init   ] 89-info.sh: executing...

    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

    │                                                                      │

    │ Application:           JDownloader 2                                 │

    │ Application Version:   n/a                                           │

    │ Docker Image Version:  24.08.1                                       │

    │ Docker Image Platform: linux/amd64                                   │

    │                                                                      │

    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init   ] 89-info.sh: terminated successfully.

[cont-init   ] all container initialization scripts executed.

[init        ] giving control to process supervisor.

[supervisor  ] loading services...

[supervisor  ] loading service 'default'...

[supervisor  ] loading service 'logrotate'...

[supervisor  ] loading service 'logmonitor'...

[supervisor  ] service 'logmonitor' is disabled.

[supervisor  ] loading service 'app'...

[supervisor  ] loading service 'gui'...

[supervisor  ] loading service 'certsmonitor'...

[supervisor  ] service 'certsmonitor' is disabled.

[supervisor  ] loading service 'xcompmgr'...

[supervisor  ] loading service 'openbox'...

[supervisor  ] loading service 'xvnc'...

[supervisor  ] loading service 'audiorecorder'...

[supervisor  ] service 'audiorecorder' is disabled.

[supervisor  ] loading service 'nginx'...

[supervisor  ] loading service 'webauth'...

[supervisor  ] service 'webauth' is disabled.

[supervisor  ] loading service 'pulseaudio'...

[supervisor  ] service 'pulseaudio' is disabled.

[supervisor  ] all services loaded.

[supervisor  ] starting services...

[supervisor  ] starting service 'xvnc'...

[xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:59

[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.

[xvnc        ] Underlying X server release 12014000

[xvnc        ] Mon Aug 12 13:01:57 2024

[xvnc        ]  vncext:      VNC extension running!

[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)

[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900

[xvnc        ]  vncext:      created VNC server for screen 0

[supervisor  ] starting service 'openbox'...

[supervisor  ] starting service 'xcompmgr'...

[supervisor  ] starting service 'nginx'...

[nginx       ] Listening for HTTP connections on port 5800.

[supervisor  ] starting service 'app'...

[supervisor  ] all services started.

[xvnc        ] Mon Aug 12 13:02:05 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[supervisor  ] SIGTERM received, shutting down...

[supervisor  ] stopping service 'app'...

[supervisor  ] service 'app' exited (with status 127).

[supervisor  ] stopping service 'nginx'...

[xvnc        ] Mon Aug 12 13:03:35 2024

[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection

[xvnc        ]  EncodeManager: Framebuffer updates: 258

[xvnc        ]  EncodeManager:   Tight:

[xvnc        ]  EncodeManager:     Solid: 295 rects, 8.80987 Mpixels

[xvnc        ]  EncodeManager:            4.60938 KiB (1:7466.74 ratio)

[xvnc        ]  EncodeManager:     Bitmap RLE: 54 rects, 17.469 kpixels

[xvnc        ]  EncodeManager:                 1.61133 KiB (1:42.7418 ratio)

[xvnc        ]  EncodeManager:     Indexed RLE: 631 rects, 1.0696 Mpixels

[xvnc        ]  EncodeManager:                  109.039 KiB (1:38.3857 ratio)

[xvnc        ]  EncodeManager:   Tight (JPEG):

[xvnc        ]  EncodeManager:     Full Colour: 616 rects, 3.24418 Mpixels

[xvnc        ]  EncodeManager:                  1.81537 MiB (1:6.821 ratio)

[xvnc        ]  EncodeManager:   Total: 1.596 krects, 13.1411 Mpixels

[xvnc        ]  EncodeManager:          1.92792 MiB (1:26.0112 ratio)

[xvnc        ]  Connections: closed: /tmp/vnc.sock

[xvnc        ]  ComparingUpdateTracker: 243.38 Mpixels in / 9.8337 Mpixels out

[xvnc        ]  ComparingUpdateTracker: (1:24.7496 ratio)

[supervisor  ] service 'nginx' exited (with status 0).

[supervisor  ] stopping service 'xcompmgr'...

[supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).

[supervisor  ] stopping service 'openbox'...

[supervisor  ] service 'openbox' exited (with status 0).

[supervisor  ] stopping service 'xvnc'...

[xvnc        ] Mon Aug 12 13:03:36 2024

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[supervisor  ] service 'xvnc' exited (with status 0).

[finish      ] executing container finish scripts...

[finish      ] all container finish scripts executed.

[init        ] container is starting...

[cont-env    ] loading container environment variables...

[cont-env    ] APP_NAME: loading...

[cont-env    ] DISPLAY: executing...

[cont-env    ] DISPLAY: terminated successfully.

[cont-env    ] DISPLAY: loading...

[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...

[cont-env    ] DOCKER_IMAGE_VERSION: loading...

[cont-env    ] EGL_LOG_LEVEL: executing...

[cont-env    ] EGL_LOG_LEVEL: terminated successfully.

[cont-env    ] EGL_LOG_LEVEL: loading...

[cont-env    ] GSK_RENDERER: executing...

[cont-env    ] GSK_RENDERER: terminated successfully.

[cont-env    ] GSK_RENDERER: loading...

[cont-env    ] GTK2_RC_FILES: executing...

[cont-env    ] GTK2_RC_FILES: terminated successfully.

[cont-env    ] GTK2_RC_FILES: not setting variable.

[cont-env    ] GTK_THEME: executing...

[cont-env    ] GTK_THEME: terminated successfully.

[cont-env    ] GTK_THEME: not setting variable.

[cont-env    ] HOME: loading...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.

[cont-env    ] LIBGL_DRIVERS_PATH: executing...

[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.

[cont-env    ] LIBGL_DRIVERS_PATH: loading...

[cont-env    ] PULSE_CONFIG_PATH: executing...

[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.

[cont-env    ] PULSE_CONFIG_PATH: not setting variable.

[cont-env    ] PULSE_COOKIE: executing...

[cont-env    ] PULSE_COOKIE: terminated successfully.

[cont-env    ] PULSE_COOKIE: not setting variable.

[cont-env    ] PULSE_SERVER: executing...

[cont-env    ] PULSE_SERVER: terminated successfully.

[cont-env    ] PULSE_SERVER: not setting variable.

[cont-env    ] QT_STYLE_OVERRIDE: executing...

[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.

[cont-env    ] QT_STYLE_OVERRIDE: not setting variable.

[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...

[cont-env    ] XDG_CACHE_HOME: loading...

[cont-env    ] XDG_CONFIG_HOME: loading...

[cont-env    ] XDG_DATA_HOME: loading...

[cont-env    ] XDG_RUNTIME_DIR: loading...

[cont-env    ] XDG_STATE_HOME: loading...

[cont-env    ] container environment variables initialized.

[cont-secrets] loading container secrets...

[cont-secrets] container secrets loaded.

[cont-init   ] executing container initialization scripts...

[cont-init   ] 10-certs.sh: executing...

[cont-init   ] 10-certs.sh: terminated successfully.

[cont-init   ] 10-check-app-niceness.sh: executing...

[cont-init   ] 10-check-app-niceness.sh: terminated successfully.

[cont-init   ] 10-clean-logmonitor-states.sh: executing...

[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.

[cont-init   ] 10-clean-tmp-dir.sh: executing...

[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.

[cont-init   ] 10-fontconfig-cache-dir.sh: executing...

[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.

[cont-init   ] 10-init-users.sh: executing...

[cont-init   ] 10-init-users.sh: terminated successfully.

[cont-init   ] 10-nginx.sh: executing...

[cont-init   ] 10-nginx.sh: terminated successfully.

[cont-init   ] 10-openbox.sh: executing...

[cont-init   ] 10-openbox.sh: terminated successfully.

[cont-init   ] 10-pkgs-mirror.sh: executing...

[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.

[cont-init   ] 10-pulse.sh: executing...

[cont-init   ] 10-pulse.sh: terminated successfully.

[cont-init   ] 10-set-tmp-dir-perms.sh: executing...

[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.

[cont-init   ] 10-vnc-password.sh: executing...

[cont-init   ] 10-vnc-password.sh: terminated successfully.

[cont-init   ] 10-web-data.sh: executing...

[cont-init   ] 10-web-data.sh: terminated successfully.

[cont-init   ] 10-webauth.sh: executing...

[cont-init   ] 10-webauth.sh: terminated successfully.

[cont-init   ] 10-x11-unix.sh: executing...

[cont-init   ] 10-x11-unix.sh: terminated successfully.

[cont-init   ] 10-xdg-runtime-dir.sh: executing...

[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.

[cont-init   ] 15-cjk-font.sh: executing...

[cont-init   ] 15-cjk-font.sh: terminated successfully.

[cont-init   ] 15-install-pkgs.sh: executing...

[cont-init   ] 15-install-pkgs.sh: terminated successfully.

[cont-init   ] 55-jdownloader2.sh: executing...

[cont-init   ] 55-jdownloader2.sh: terminated successfully.

[cont-init   ] 85-take-config-ownership.sh: executing...

[cont-init   ] 85-take-config-ownership.sh: terminated successfully.

[cont-init   ] 89-info.sh: executing...

    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

    │                                                                      │

    │ Application:           JDownloader 2                                 │

    │ Application Version:   n/a                                           │

    │ Docker Image Version:  24.08.1                                       │

    │ Docker Image Platform: linux/amd64                                   │

    │                                                                      │

    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init   ] 89-info.sh: terminated successfully.

[cont-init   ] all container initialization scripts executed.

[init        ] giving control to process supervisor.

[supervisor  ] loading services...

[supervisor  ] loading service 'default'...

[supervisor  ] loading service 'logrotate'...

[supervisor  ] loading service 'logmonitor'...

[supervisor  ] service 'logmonitor' is disabled.

[supervisor  ] loading service 'app'...

[supervisor  ] loading service 'gui'...

[supervisor  ] loading service 'certsmonitor'...

[supervisor  ] service 'certsmonitor' is disabled.

[supervisor  ] loading service 'xcompmgr'...

[supervisor  ] loading service 'openbox'...

[supervisor  ] loading service 'xvnc'...

[supervisor  ] loading service 'audiorecorder'...

[supervisor  ] service 'audiorecorder' is disabled.

[supervisor  ] loading service 'nginx'...

[supervisor  ] loading service 'webauth'...

[supervisor  ] service 'webauth' is disabled.

[supervisor  ] loading service 'pulseaudio'...

[supervisor  ] service 'pulseaudio' is disabled.

[supervisor  ] all services loaded.

[supervisor  ] starting services...

[supervisor  ] starting service 'xvnc'...

[xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:59

[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.

[xvnc        ] Underlying X server release 12014000

[xvnc        ] Mon Aug 12 13:04:54 2024

[xvnc        ]  vncext:      VNC extension running!

[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)

[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900

[xvnc        ]  vncext:      created VNC server for screen 0

[supervisor  ] starting service 'openbox'...

[supervisor  ] starting service 'xcompmgr'...

[supervisor  ] starting service 'nginx'...

[nginx       ] Listening for HTTP connections on port 5800.

[supervisor  ] starting service 'app'...

[supervisor  ] all services started.

[xvnc        ] Mon Aug 12 13:05:17 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[xvnc        ] Mon Aug 12 13:10:37 2024

[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection

[xvnc        ]  EncodeManager: Framebuffer updates: 6247

[xvnc        ]  EncodeManager:   CopyRect:

[xvnc        ]  EncodeManager:     Copies: 1 rects, 716.357 kpixels

[xvnc        ]  EncodeManager:             16 B (1:179090 ratio)

[xvnc        ]  EncodeManager:   Tight:

[xvnc        ]  EncodeManager:     Solid: 5.093 krects, 33.67 Mpixels

[xvnc        ]  EncodeManager:            79.5781 KiB (1:1653.51 ratio)

[xvnc        ]  EncodeManager:     Bitmap RLE: 6.866 krects, 2.92249 Mpixels

[xvnc        ]  EncodeManager:                 202.616 KiB (1:56.74 ratio)

[xvnc        ]  EncodeManager:     Indexed RLE: 23.513 krects, 15.4273 Mpixels

[xvnc        ]  EncodeManager:                  4.02636 MiB (1:14.6831 ratio)

[xvnc        ]  EncodeManager:   Tight (JPEG):

[xvnc        ]  EncodeManager:     Full Colour: 25.295 krects, 162.502 Mpixels

[xvnc        ]  EncodeManager:                  116.188 MiB (1:5.3378 ratio)

[xvnc        ]  EncodeManager:   Total: 60.768 krects, 215.239 Mpixels

[xvnc        ]  EncodeManager:          120.49 MiB (1:6.82021 ratio)

[xvnc        ]  Connections: closed: /tmp/vnc.sock

[xvnc        ]  ComparingUpdateTracker: 4.64834 Gpixels in / 154.358 Mpixels out

[xvnc        ]  ComparingUpdateTracker: (1:30.114 ratio)

[supervisor  ] service 'app' exited (with status 0).

[supervisor  ] service 'app' exited, shutting down...

[supervisor  ] stopping service 'nginx'...

[supervisor  ] service 'nginx' exited (with status 0).

[supervisor  ] stopping service 'xcompmgr'...

[supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).

[supervisor  ] stopping service 'openbox'...

[supervisor  ] service 'openbox' exited (with status 0).

[supervisor  ] stopping service 'xvnc'...

[xvnc        ] Mon Aug 12 13:10:38 2024

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[supervisor  ] service 'xvnc' exited (with status 0).

[finish      ] executing container finish scripts...

[finish      ] all container finish scripts executed.

[init        ] container is starting...

[cont-env    ] loading container environment variables...

[cont-env    ] APP_NAME: loading...

[cont-env    ] DISPLAY: executing...

[cont-env    ] DISPLAY: terminated successfully.

[cont-env    ] DISPLAY: loading...

[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...

[cont-env    ] DOCKER_IMAGE_VERSION: loading...

[cont-env    ] EGL_LOG_LEVEL: executing...

[cont-env    ] EGL_LOG_LEVEL: terminated successfully.

[cont-env    ] EGL_LOG_LEVEL: loading...

[cont-env    ] GSK_RENDERER: executing...

[cont-env    ] GSK_RENDERER: terminated successfully.

[cont-env    ] GSK_RENDERER: loading...

[cont-env    ] GTK2_RC_FILES: executing...

[cont-env    ] GTK2_RC_FILES: terminated successfully.

[cont-env    ] GTK2_RC_FILES: not setting variable.

[cont-env    ] GTK_THEME: executing...

[cont-env    ] GTK_THEME: terminated successfully.

[cont-env    ] GTK_THEME: not setting variable.

[cont-env    ] HOME: loading...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.

[cont-env    ] LIBGL_DRIVERS_PATH: executing...

[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.

[cont-env    ] LIBGL_DRIVERS_PATH: loading...

[cont-env    ] PULSE_CONFIG_PATH: executing...

[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.

[cont-env    ] PULSE_CONFIG_PATH: not setting variable.

[cont-env    ] PULSE_COOKIE: executing...

[cont-env    ] PULSE_COOKIE: terminated successfully.

[cont-env    ] PULSE_COOKIE: not setting variable.

[cont-env    ] PULSE_SERVER: executing...

[cont-env    ] PULSE_SERVER: terminated successfully.

[cont-env    ] PULSE_SERVER: not setting variable.

[cont-env    ] QT_STYLE_OVERRIDE: executing...

[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.

[cont-env    ] QT_STYLE_OVERRIDE: not setting variable.

[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...

[cont-env    ] XDG_CACHE_HOME: loading...

[cont-env    ] XDG_CONFIG_HOME: loading...

[cont-env    ] XDG_DATA_HOME: loading...

[cont-env    ] XDG_RUNTIME_DIR: loading...

[cont-env    ] XDG_STATE_HOME: loading...

[cont-env    ] container environment variables initialized.

[cont-secrets] loading container secrets...

[cont-secrets] container secrets loaded.

[cont-init   ] executing container initialization scripts...

[cont-init   ] 10-certs.sh: executing...

[cont-init   ] 10-certs.sh: terminated successfully.

[cont-init   ] 10-check-app-niceness.sh: executing...

[cont-init   ] 10-check-app-niceness.sh: terminated successfully.

[cont-init   ] 10-clean-logmonitor-states.sh: executing...

[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.

[cont-init   ] 10-clean-tmp-dir.sh: executing...

[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.

[cont-init   ] 10-fontconfig-cache-dir.sh: executing...

[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.

[cont-init   ] 10-init-users.sh: executing...

[cont-init   ] 10-init-users.sh: terminated successfully.

[cont-init   ] 10-nginx.sh: executing...

[cont-init   ] 10-nginx.sh: terminated successfully.

[cont-init   ] 10-openbox.sh: executing...

[cont-init   ] 10-openbox.sh: terminated successfully.

[cont-init   ] 10-pkgs-mirror.sh: executing...

[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.

[cont-init   ] 10-pulse.sh: executing...

[cont-init   ] 10-pulse.sh: terminated successfully.

[cont-init   ] 10-set-tmp-dir-perms.sh: executing...

[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.

[cont-init   ] 10-vnc-password.sh: executing...

[cont-init   ] 10-vnc-password.sh: terminated successfully.

[cont-init   ] 10-web-data.sh: executing...

[cont-init   ] 10-web-data.sh: terminated successfully.

[cont-init   ] 10-webauth.sh: executing...

[cont-init   ] 10-webauth.sh: terminated successfully.

[cont-init   ] 10-x11-unix.sh: executing...

[cont-init   ] 10-x11-unix.sh: terminated successfully.

[cont-init   ] 10-xdg-runtime-dir.sh: executing...

[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.

[cont-init   ] 15-cjk-font.sh: executing...

[cont-init   ] 15-cjk-font.sh: terminated successfully.

[cont-init   ] 15-install-pkgs.sh: executing...

[cont-init   ] 15-install-pkgs.sh: terminated successfully.

[cont-init   ] 55-jdownloader2.sh: executing...

[cont-init   ] 55-jdownloader2.sh: terminated successfully.

[cont-init   ] 85-take-config-ownership.sh: executing...

[cont-init   ] 85-take-config-ownership.sh: terminated successfully.

[cont-init   ] 89-info.sh: executing...

    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

    │                                                                      │

    │ Application:           JDownloader 2                                 │

    │ Application Version:   n/a                                           │

    │ Docker Image Version:  24.08.1                                       │

    │ Docker Image Platform: linux/amd64                                   │

    │                                                                      │

    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init   ] 89-info.sh: terminated successfully.

[cont-init   ] all container initialization scripts executed.

[init        ] giving control to process supervisor.

[supervisor  ] loading services...

[supervisor  ] loading service 'default'...

[supervisor  ] loading service 'logrotate'...

[supervisor  ] loading service 'logmonitor'...

[supervisor  ] service 'logmonitor' is disabled.

[supervisor  ] loading service 'app'...

[supervisor  ] loading service 'gui'...

[supervisor  ] loading service 'certsmonitor'...

[supervisor  ] service 'certsmonitor' is disabled.

[supervisor  ] loading service 'xcompmgr'...

[supervisor  ] loading service 'openbox'...

[supervisor  ] loading service 'xvnc'...

[supervisor  ] loading service 'audiorecorder'...

[supervisor  ] service 'audiorecorder' is disabled.

[supervisor  ] loading service 'nginx'...

[supervisor  ] loading service 'webauth'...

[supervisor  ] service 'webauth' is disabled.

[supervisor  ] loading service 'pulseaudio'...

[supervisor  ] service 'pulseaudio' is disabled.

[supervisor  ] all services loaded.

[supervisor  ] starting services...

[supervisor  ] starting service 'xvnc'...

[xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:59

[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.

[xvnc        ] Underlying X server release 12014000

[xvnc        ] Mon Aug 12 13:11:55 2024

[xvnc        ]  vncext:      VNC extension running!

[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)

[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900

[xvnc        ]  vncext:      created VNC server for screen 0

[supervisor  ] starting service 'openbox'...

[supervisor  ] starting service 'xcompmgr'...

[supervisor  ] starting service 'nginx'...

[nginx       ] Listening for HTTP connections on port 5800.

[supervisor  ] starting service 'app'...

[supervisor  ] all services started.

[xvnc        ] Mon Aug 12 13:21:15 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[xcompmgr    ] error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 15335

[supervisor  ] service 'app' exited (with status 0).

[supervisor  ] service 'app' exited, shutting down...

[supervisor  ] stopping service 'nginx'...

[xvnc        ] Mon Aug 12 13:24:33 2024

[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection

[xvnc        ]  EncodeManager: Framebuffer updates: 3739

[xvnc        ]  EncodeManager:   Tight:

[xvnc        ]  EncodeManager:     Solid: 3.394 krects, 15.3187 Mpixels

[xvnc        ]  EncodeManager:            53.0312 KiB (1:1129.12 ratio)

[xvnc        ]  EncodeManager:     Bitmap RLE: 5.061 krects, 2.26245 Mpixels

[xvnc        ]  EncodeManager:                 150.714 KiB (1:59.0323 ratio)

[xvnc        ]  EncodeManager:     Indexed RLE: 15.404 krects, 8.07805 Mpixels

[xvnc        ]  EncodeManager:                  2.66702 MiB (1:11.6203 ratio)

[xvnc        ]  EncodeManager:   Tight (JPEG):

[xvnc        ]  EncodeManager:     Full Colour: 17.847 krects, 106.689 Mpixels

[xvnc        ]  EncodeManager:                  74.8903 MiB (1:5.43717 ratio)

[xvnc        ]  EncodeManager:   Total: 41.706 krects, 132.348 Mpixels

[xvnc        ]  EncodeManager:          77.7563 MiB (1:6.4991 ratio)

[supervisor  ] service 'nginx' exited (with status 0).

[xvnc        ]  Connections: closed: /tmp/vnc.sock

[xvnc        ]  ComparingUpdateTracker: 2.70822 Gpixels in / 93.5674 Mpixels out

[xvnc        ]  ComparingUpdateTracker: (1:28.9441 ratio)

[supervisor  ] stopping service 'xcompmgr'...

[supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).

[supervisor  ] stopping service 'openbox'...

[supervisor  ] service 'openbox' exited (with status 0).

[supervisor  ] stopping service 'xvnc'...

[xvnc        ] Mon Aug 12 13:24:34 2024

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[supervisor  ] service 'xvnc' exited (with status 0).

[finish      ] executing container finish scripts...

[finish      ] all container finish scripts executed.

[init        ] container is starting...

[cont-env    ] loading container environment variables...

[cont-env    ] APP_NAME: loading...

[cont-env    ] DISPLAY: executing...

[cont-env    ] DISPLAY: terminated successfully.

[cont-env    ] DISPLAY: loading...

[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...

[cont-env    ] DOCKER_IMAGE_VERSION: loading...

[cont-env    ] EGL_LOG_LEVEL: executing...

[cont-env    ] EGL_LOG_LEVEL: terminated successfully.

[cont-env    ] EGL_LOG_LEVEL: loading...

[cont-env    ] GSK_RENDERER: executing...

[cont-env    ] GSK_RENDERER: terminated successfully.

[cont-env    ] GSK_RENDERER: loading...

[cont-env    ] GTK2_RC_FILES: executing...

[cont-env    ] GTK2_RC_FILES: terminated successfully.

[cont-env    ] GTK2_RC_FILES: not setting variable.

[cont-env    ] GTK_THEME: executing...

[cont-env    ] GTK_THEME: terminated successfully.

[cont-env    ] GTK_THEME: not setting variable.

[cont-env    ] HOME: loading...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.

[cont-env    ] LIBGL_DRIVERS_PATH: executing...

[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.

[cont-env    ] LIBGL_DRIVERS_PATH: loading...

[cont-env    ] PULSE_CONFIG_PATH: executing...

[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.

[cont-env    ] PULSE_CONFIG_PATH: not setting variable.

[cont-env    ] PULSE_COOKIE: executing...

[cont-env    ] PULSE_COOKIE: terminated successfully.

[cont-env    ] PULSE_COOKIE: not setting variable.

[cont-env    ] PULSE_SERVER: executing...

[cont-env    ] PULSE_SERVER: terminated successfully.

[cont-env    ] PULSE_SERVER: not setting variable.

[cont-env    ] QT_STYLE_OVERRIDE: executing...

[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.

[cont-env    ] QT_STYLE_OVERRIDE: not setting variable.

[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...

[cont-env    ] XDG_CACHE_HOME: loading...

[cont-env    ] XDG_CONFIG_HOME: loading...

[cont-env    ] XDG_DATA_HOME: loading...

[cont-env    ] XDG_RUNTIME_DIR: loading...

[cont-env    ] XDG_STATE_HOME: loading...

[cont-env    ] container environment variables initialized.

[cont-secrets] loading container secrets...

[cont-secrets] container secrets loaded.

[cont-init   ] executing container initialization scripts...

[cont-init   ] 10-certs.sh: executing...

[cont-init   ] 10-certs.sh: terminated successfully.

[cont-init   ] 10-check-app-niceness.sh: executing...

[cont-init   ] 10-check-app-niceness.sh: terminated successfully.

[cont-init   ] 10-clean-logmonitor-states.sh: executing...

[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.

[cont-init   ] 10-clean-tmp-dir.sh: executing...

[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.

[cont-init   ] 10-fontconfig-cache-dir.sh: executing...

[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.

[cont-init   ] 10-init-users.sh: executing...

[cont-init   ] 10-init-users.sh: terminated successfully.

[cont-init   ] 10-nginx.sh: executing...

[cont-init   ] 10-nginx.sh: terminated successfully.

[cont-init   ] 10-openbox.sh: executing...

[cont-init   ] 10-openbox.sh: terminated successfully.

[cont-init   ] 10-pkgs-mirror.sh: executing...

[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.

[cont-init   ] 10-pulse.sh: executing...

[cont-init   ] 10-pulse.sh: terminated successfully.

[cont-init   ] 10-set-tmp-dir-perms.sh: executing...

[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.

[cont-init   ] 10-vnc-password.sh: executing...

[cont-init   ] 10-vnc-password.sh: terminated successfully.

[cont-init   ] 10-web-data.sh: executing...

[cont-init   ] 10-web-data.sh: terminated successfully.

[cont-init   ] 10-webauth.sh: executing...

[cont-init   ] 10-webauth.sh: terminated successfully.

[cont-init   ] 10-x11-unix.sh: executing...

[cont-init   ] 10-x11-unix.sh: terminated successfully.

[cont-init   ] 10-xdg-runtime-dir.sh: executing...

[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.

[cont-init   ] 15-cjk-font.sh: executing...

[cont-init   ] 15-cjk-font.sh: terminated successfully.

[cont-init   ] 15-install-pkgs.sh: executing...

[cont-init   ] 15-install-pkgs.sh: terminated successfully.

[cont-init   ] 55-jdownloader2.sh: executing...

[cont-init   ] 55-jdownloader2.sh: terminated successfully.

[cont-init   ] 85-take-config-ownership.sh: executing...

[cont-init   ] 85-take-config-ownership.sh: terminated successfully.

[cont-init   ] 89-info.sh: executing...

    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

    │                                                                      │

    │ Application:           JDownloader 2                                 │

    │ Application Version:   n/a                                           │

    │ Docker Image Version:  24.08.1                                       │

    │ Docker Image Platform: linux/amd64                                   │

    │                                                                      │

    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init   ] 89-info.sh: terminated successfully.

[cont-init   ] all container initialization scripts executed.

[init        ] giving control to process supervisor.

[supervisor  ] loading services...

[supervisor  ] loading service 'default'...

[supervisor  ] loading service 'logrotate'...

[supervisor  ] loading service 'logmonitor'...

[supervisor  ] service 'logmonitor' is disabled.

[supervisor  ] loading service 'app'...

[supervisor  ] loading service 'gui'...

[supervisor  ] loading service 'certsmonitor'...

[supervisor  ] service 'certsmonitor' is disabled.

[supervisor  ] loading service 'xcompmgr'...

[supervisor  ] loading service 'openbox'...

[supervisor  ] loading service 'xvnc'...

[supervisor  ] loading service 'audiorecorder'...

[supervisor  ] service 'audiorecorder' is disabled.

[supervisor  ] loading service 'nginx'...

[supervisor  ] loading service 'webauth'...

[supervisor  ] service 'webauth' is disabled.

[supervisor  ] loading service 'pulseaudio'...

[supervisor  ] service 'pulseaudio' is disabled.

[supervisor  ] all services loaded.

[supervisor  ] starting services...

[supervisor  ] starting service 'xvnc'...

[xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:59

[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.

[xvnc        ] Underlying X server release 12014000

[xvnc        ] Mon Aug 12 13:43:20 2024

[xvnc        ]  vncext:      VNC extension running!

[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)

[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900

[xvnc        ]  vncext:      created VNC server for screen 0

[supervisor  ] starting service 'openbox'...

[supervisor  ] starting service 'xcompmgr'...

[supervisor  ] starting service 'nginx'...

[nginx       ] Listening for HTTP connections on port 5800.

[supervisor  ] starting service 'app'...

[supervisor  ] all services started.

[xvnc        ] Mon Aug 12 14:10:16 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[xvnc        ] Mon Aug 12 14:16:47 2024

[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection

[xvnc        ]  EncodeManager: Framebuffer updates: 5429

[xvnc        ]  EncodeManager:   Tight:

[xvnc        ]  EncodeManager:     Solid: 4.896 krects, 20.7815 Mpixels

[xvnc        ]  EncodeManager:            76.5 KiB (1:1061.9 ratio)

[xvnc        ]  EncodeManager:     Bitmap RLE: 8.3 krects, 3.18456 Mpixels

[xvnc        ]  EncodeManager:                 245.593 KiB (1:51.0478 ratio)

[xvnc        ]  EncodeManager:     Indexed RLE: 33.593 krects, 15.0413 Mpixels

[xvnc        ]  EncodeManager:                  5.41634 MiB (1:10.6645 ratio)

[xvnc        ]  EncodeManager:   Tight (JPEG):

[xvnc        ]  EncodeManager:     Full Colour: 27.628 krects, 154.559 Mpixels

[xvnc        ]  EncodeManager:                  108.284 MiB (1:5.44783 ratio)

[xvnc        ]  EncodeManager:   Total: 74.417 krects, 193.567 Mpixels

[xvnc        ]  EncodeManager:          114.015 MiB (1:6.48379 ratio)

[xvnc        ]  Connections: closed: /tmp/vnc.sock

[xvnc        ]  ComparingUpdateTracker: 4.29104 Gpixels in / 140.646 Mpixels out

[xvnc        ]  ComparingUpdateTracker: (1:30.5094 ratio)

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[supervisor  ] service 'app' exited (with status 0).

[supervisor  ] service 'app' exited, shutting down...

[supervisor  ] stopping service 'nginx'...

[xvnc        ] Mon Aug 12 14:16:59 2024

[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection

[xvnc        ]  EncodeManager: Framebuffer updates: 34

[xvnc        ]  EncodeManager:   Tight:

[xvnc        ]  EncodeManager:     Solid: 14 rects, 2.88313 Mpixels

[xvnc        ]  EncodeManager:            224 B (1:51485.2 ratio)

[xvnc        ]  EncodeManager:     Bitmap RLE: 1 rects, 160 pixels

[xvnc        ]  EncodeManager:                 68 B (1:9.58824 ratio)

[xvnc        ]  EncodeManager:     Indexed RLE: 16 rects, 65.841 kpixels

[xvnc        ]  EncodeManager:                  2.77246 KiB (1:92.8341 ratio)

[xvnc        ]  EncodeManager:   Tight (JPEG):

[xvnc        ]  EncodeManager:     Full Colour: 48 rects, 1.05612 Mpixels

[xvnc        ]  EncodeManager:                  479.282 KiB (1:8.60881 ratio)

[xvnc        ]  EncodeManager:   Total: 79 rects, 4.00526 Mpixels

[xvnc        ]  EncodeManager:          482.34 KiB (1:32.4387 ratio)

[xvnc        ]  Connections: closed: /tmp/vnc.sock

[xvnc        ]  ComparingUpdateTracker: 1.72608 Mpixels in / 1.72608 Mpixels out

[xvnc        ]  ComparingUpdateTracker: (1:1 ratio)

[supervisor  ] service 'nginx' exited (with status 0).

[supervisor  ] stopping service 'xcompmgr'...

[supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).

[supervisor  ] stopping service 'openbox'...

[supervisor  ] service 'openbox' exited (with status 0).

[supervisor  ] stopping service 'xvnc'...

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

[supervisor  ] service 'xvnc' exited (with status 0).

[finish      ] executing container finish scripts...

[finish      ] all container finish scripts executed.

Container inspect

{
    "AppArmorProfile": "",
    "Args": [],
    "Config": {
        "AttachStderr": true,
        "AttachStdin": false,
        "AttachStdout": true,
        "Cmd": [
            "/init"
        ],
        "Domainname": "",
        "Entrypoint": null,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
            "ENV=/root/.docker_rc",
            "USER_ID=1000",
            "GROUP_ID=1000",
            "SUP_GROUP_IDS=",
            "UMASK=0022",
            "LANG=en_US.UTF-8",
            "TZ=Etc/UTC",
            "KEEP_APP_RUNNING=0",
            "APP_NICENESS=0",
            "INSTALL_PACKAGES=",
            "PACKAGES_MIRROR=",
            "CONTAINER_DEBUG=0",
            "DISPLAY_WIDTH=1920",
            "DISPLAY_HEIGHT=1080",
            "DARK_MODE=0",
            "SECURE_CONNECTION=0",
            "SECURE_CONNECTION_VNC_METHOD=SSL",
            "SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
            "WEB_LISTENING_PORT=5800",
            "VNC_LISTENING_PORT=5900",
            "VNC_PASSWORD=",
            "ENABLE_CJK_FONT=0",
            "WEB_AUDIO=0",
            "WEB_AUTHENTICATION=0",
            "WEB_AUTHENTICATION_DEFAULT_USERNAME=",
            "WEB_AUTHENTICATION_DEFAULT_PASSWORD=",
            "MYJDOWNLOADER_EMAIL=",
            "MYJDOWNLOADER_PASSWORD=",
            "MYJDOWNLOADER_DEVICE_NAME=",
            "JDOWNLOADER_HEADLESS=0",
            "JDOWNLOADER_MAX_MEM="
        ],
        "ExposedPorts": {
            "3129/tcp": {},
            "5800/tcp": {},
            "5900/tcp": {}
        },
        "Hostname": "1d14939155d5",
        "Image": "jlesage/jdownloader-2",
        "Labels": {
            "com.docker.compose.config-hash": "8834dcdd4cc8355710d471d9350ef877b02cb6ae2bb8b3fc63bb80cca9b1936a",
            "com.docker.compose.container-number": "1",
            "com.docker.compose.depends_on": "",
            "com.docker.compose.image": "sha256:4494fe8b4037342b0e5c39d3ec05fc02578fd15e7beae9598bad5e7ad6e5f099",
            "com.docker.compose.oneoff": "False",
            "com.docker.compose.project": "jdownloader",
            "com.docker.compose.project.config_files": "/data/compose/10/docker-compose.yml",
            "com.docker.compose.project.working_dir": "/data/compose/10",
            "com.docker.compose.service": "jdownloader-2",
            "com.docker.compose.version": "2.20.2",
            "org.label-schema.description": "Docker container for JDownloader 2",
            "org.label-schema.name": "jdownloader-2",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vcs-url": "https://github.com/jlesage/docker-jdownloader-2",
            "org.label-schema.version": "24.08.1"
        },
        "OnBuild": null,
        "OpenStdin": false,
        "StdinOnce": false,
        "Tty": false,
        "User": "",
        "Volumes": {
            "/config": {},
            "/output": {}
        },
        "WorkingDir": "/tmp"
    },
    "Created": "2024-08-12T13:01:57.217000611Z",
    "Driver": "overlay2",
    "ExecIDs": null,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/77a5c33b2a5706a290bc4a19812d4202f343a3293b2c8586f7420650ead48d99-init/diff:/var/lib/docker/overlay2/de138a229c22d9f3899c7dd1fa8eccffee978b186021f714af542853076dd4de/diff:/var/lib/docker/overlay2/aefbb6a3c542b53b7151aa63d56f7596f55b7b707d5f61418de02805501c439f/diff:/var/lib/docker/overlay2/98f328ff5ef25f8a2137cce08696d480808b0e89b62b0304d34fcaeb4fdcdac2/diff:/var/lib/docker/overlay2/c9312231e9fd58217427533f76c1f9c409aab534773ed5dfce1a5e92599b860a/diff:/var/lib/docker/overlay2/39cb5e2d72c0d2f4c4f7c964a6dc3701052889bb97adc7382f5cf9ed7a8da474/diff:/var/lib/docker/overlay2/31dc3e10643149d48424df598998db041eedcdd6dfc205d6f732d48cdbbcac7e/diff:/var/lib/docker/overlay2/4387a9871c6b7e55aad83edc913342e0c53a980ba3977e857cdec8a24a5c60bf/diff:/var/lib/docker/overlay2/98917f587e6c83a47293adc57baf675cfca38b39c46acc3907d5ef2f0d47b1cb/diff:/var/lib/docker/overlay2/7cd975af8450458f2e13c0b9c7ab022e4050e7904f83ca536f7479b69f6ecfe0/diff:/var/lib/docker/overlay2/3dcf42dbfc7efb9f74c42f0a51517f5e424ad2beae7be6983df9878533c3e1b7/diff:/var/lib/docker/overlay2/3171c19d44219144f6d9a53128731c286a27adbb5a3840c6d5355601744f8526/diff:/var/lib/docker/overlay2/047a9379bf2e260768c844b7f054c42a0fd803cc2aa6f7770b1ec11390877dab/diff:/var/lib/docker/overlay2/bfd947bce9ed113cb113ba79bc214b348dafdcb917d3a9b068512b18c407e49b/diff:/var/lib/docker/overlay2/0d37fd8fc1bc1e864bfc4dde3e01a0bc3454bb7a331dd188b4e1baad08f90418/diff:/var/lib/docker/overlay2/aa453d41a50fb0b4f2eb35cc54d4bcefef36ca6eb96909ab4e6653b1d4ce3c75/diff:/var/lib/docker/overlay2/e68c8128b181f0190ad820dbf0248e737cf1c2be3b4e7960281526703cbcadfb/diff:/var/lib/docker/overlay2/8da3c4f926de2d0f61744a5eecdaac21801d97d35264eb3491ec8c64c70ccf26/diff:/var/lib/docker/overlay2/11d860aff4f17c91ec8d64e1eec63a6c3da538870427e67efd459cfafcbc9d13/diff:/var/lib/docker/overlay2/b30f856dd8384e42ddb3fca540f589870596d97e73ebf8435093f75b5ccb55f9/diff:/var/lib/docker/overlay2/2e4f33666f677d0cd696424dead0652e3677ed5d15e2c00f6d8682346ed57d68/diff:/var/lib/docker/overlay2/0a93527c5bf48184820253062737edc28bd76bc8f54c3194fb4735ac00a56479/diff:/var/lib/docker/overlay2/b23ab95953a85f109173a7f9d131f5ba793fe721da96b19f2f8c5ab5cf4e26da/diff:/var/lib/docker/overlay2/3cbe4c85a3ed5016ac6eb6250ab25042d6cd0f39feb8ff1e1441b5410cd3c333/diff:/var/lib/docker/overlay2/524883aabb2d402ea8b9d0dec2c93370ca23ea7e683b3428b7b376d01ad18ffc/diff:/var/lib/docker/overlay2/cddc7d196e7c024ef6e7c1f715777cfe19ba88de92e4060f2ddb6f3a5eb86a83/diff:/var/lib/docker/overlay2/9f2a580593026216389bdf3141f20dc86a4caf9a572a07b236bfe5c774b81eb4/diff:/var/lib/docker/overlay2/822c85c06b35a28f5fdb90f3a7546bf93494ebba1f3eacf2fbb2c07d9f1f4cd3/diff:/var/lib/docker/overlay2/283eccab56ca7aa6c9916951e5738f64a666d1b05cfb96c8e9bead880325938a/diff:/var/lib/docker/overlay2/d51de6b3c5b6a6d72ab9c04c60b926fd1e08b74accd9080b967283a3282aab39/diff:/var/lib/docker/overlay2/0ec0b3b7661296d37e661722543349e2c200d29408b2b3c4748d4e527baf7524/diff:/var/lib/docker/overlay2/4bd7a8bad6c8ce528278568069ce68f288dcd8feb64ca55b16b863d9a591efcd/diff:/var/lib/docker/overlay2/5fa4be014e9b1dfbfb7e2f849bfdbdb24f42bcd00cb6a5f53adfb436e2aee2da/diff:/var/lib/docker/overlay2/dfeb2fcef70a9e82c0c9fdc9efd5f0464248ad2dffb955136e83694a28729b67/diff:/var/lib/docker/overlay2/25c89d1a06ba7bcb8dea2dc3fb60bbb18316310b13d803b8423e916da381d9e6/diff:/var/lib/docker/overlay2/bef5ab19adf639d53af2bc4696194634865099c2e31aa654236a9769df5a0409/diff:/var/lib/docker/overlay2/c29cf202ad7480695fa0177ea022380b7bf3a91d815f07f21338cebbd1ba53ac/diff:/var/lib/docker/overlay2/b6fddf563c008b339f01a370cdfb103a92acccb1170612f87cbbf86c01fa74e8/diff:/var/lib/docker/overlay2/402c1a04d8c0e3c7b5bfc9f4ccacf633d0afe1ae13aceebdcc4b38320b91a2bb/diff:/var/lib/docker/overlay2/5711783a549dac94c87524b9bc6bd12711efcbed663a0ebee83b45cee5abdd1b/diff:/var/lib/docker/overlay2/b1b337466a102fb00badcc7a99f7022de74ba340ef3013756d9e245240fbf21d/diff:/var/lib/docker/overlay2/ac6ba7ae552e657780c624b9b6f06e8bc728e1711435a7211f14b4b6835caff3/diff",
            "MergedDir": "/var/lib/docker/overlay2/77a5c33b2a5706a290bc4a19812d4202f343a3293b2c8586f7420650ead48d99/merged",
            "UpperDir": "/var/lib/docker/overlay2/77a5c33b2a5706a290bc4a19812d4202f343a3293b2c8586f7420650ead48d99/diff",
            "WorkDir": "/var/lib/docker/overlay2/77a5c33b2a5706a290bc4a19812d4202f343a3293b2c8586f7420650ead48d99/work"
        },
        "Name": "overlay2"
    },
    "HostConfig": {
        "AutoRemove": false,
        "Binds": [
            "/docker/appdata/jdownloader-2:/config:rw"
        ],
        "BlkioDeviceReadBps": null,
        "BlkioDeviceReadIOps": null,
        "BlkioDeviceWriteBps": null,
        "BlkioDeviceWriteIOps": null,
        "BlkioWeight": 0,
        "BlkioWeightDevice": null,
        "CapAdd": null,
        "CapDrop": null,
        "Cgroup": "",
        "CgroupParent": "",
        "CgroupnsMode": "private",
        "ConsoleSize": [
            0,
            0
        ],
        "ContainerIDFile": "",
        "CpuCount": 0,
        "CpuPercent": 0,
        "CpuPeriod": 0,
        "CpuQuota": 0,
        "CpuRealtimePeriod": 0,
        "CpuRealtimeRuntime": 0,
        "CpuShares": 0,
        "CpusetCpus": "",
        "CpusetMems": "",
        "DeviceCgroupRules": null,
        "DeviceRequests": null,
        "Devices": null,
        "Dns": null,
        "DnsOptions": null,
        "DnsSearch": null,
        "ExtraHosts": [],
        "GroupAdd": null,
        "IOMaximumBandwidth": 0,
        "IOMaximumIOps": 0,
        "IpcMode": "private",
        "Isolation": "",
        "Links": null,
        "LogConfig": {
            "Config": {},
            "Type": "json-file"
        },
        "MaskedPaths": [
            "/proc/asound",
            "/proc/acpi",
            "/proc/kcore",
            "/proc/keys",
            "/proc/latency_stats",
            "/proc/timer_list",
            "/proc/timer_stats",
            "/proc/sched_debug",
            "/proc/scsi",
            "/sys/firmware",
            "/sys/devices/virtual/powercap"
        ],
        "Memory": 0,
        "MemoryReservation": 0,
        "MemorySwap": 0,
        "MemorySwappiness": null,
        "Mounts": [
            {
                "Source": "jdownloader_m1",
                "Target": "/download/media-1",
                "Type": "volume",
                "VolumeOptions": {}
            },
            {
                "Source": "jdownloader_m2",
                "Target": "/download/media-2",
                "Type": "volume",
                "VolumeOptions": {}
            },
            {
                "Source": "jdownloader_m3",
                "Target": "/download/media-3",
                "Type": "volume",
                "VolumeOptions": {}
            }
        ],
        "NanoCpus": 0,
        "NetworkMode": "jdownloader_default",
        "OomKillDisable": null,
        "OomScoreAdj": 0,
        "PidMode": "",
        "PidsLimit": null,
        "PortBindings": {
            "5800/tcp": [
                {
                    "HostIp": "",
                    "HostPort": "5800"
                }
            ]
        },
        "Privileged": false,
        "PublishAllPorts": false,
        "ReadonlyPaths": [
            "/proc/bus",
            "/proc/fs",
            "/proc/irq",
            "/proc/sys",
            "/proc/sysrq-trigger"
        ],
        "ReadonlyRootfs": false,
        "RestartPolicy": {
            "MaximumRetryCount": 0,
            "Name": "no"
        },
        "Runtime": "runc",
        "SecurityOpt": null,
        "ShmSize": 67108864,
        "UTSMode": "",
        "Ulimits": null,
        "UsernsMode": "",
        "VolumeDriver": "",
        "VolumesFrom": null
    },
    "HostnamePath": "/var/lib/docker/containers/1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f/hostname",
    "HostsPath": "/var/lib/docker/containers/1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f/hosts",
    "Id": "1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f",
    "Image": "sha256:4494fe8b4037342b0e5c39d3ec05fc02578fd15e7beae9598bad5e7ad6e5f099",
    "LogPath": "/var/lib/docker/containers/1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f/1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f-json.log",
    "MountLabel": "",
    "Mounts": [
        {
            "Destination": "/config",
            "Mode": "rw",
            "Propagation": "rprivate",
            "RW": true,
            "Source": "/docker/appdata/jdownloader-2",
            "Type": "bind"
        },
        {
            "Destination": "/download/media-1",
            "Driver": "local",
            "Mode": "z",
            "Name": "jdownloader_m1",
            "Propagation": "",
            "RW": true,
            "Source": "/var/lib/docker/volumes/jdownloader_m1/_data",
            "Type": "volume"
        },
        {
            "Destination": "/download/media-2",
            "Driver": "local",
            "Mode": "z",
            "Name": "jdownloader_m2",
            "Propagation": "",
            "RW": true,
            "Source": "/var/lib/docker/volumes/jdownloader_m2/_data",
            "Type": "volume"
        },
        {
            "Destination": "/download/media-3",
            "Driver": "local",
            "Mode": "z",
            "Name": "jdownloader_m3",
            "Propagation": "",
            "RW": true,
            "Source": "/var/lib/docker/volumes/jdownloader_m3/_data",
            "Type": "volume"
        },
        {
            "Destination": "/output",
            "Driver": "local",
            "Mode": "",
            "Name": "f97a0e758fe35c499516d3daa0d910c10d2483c61e08f207b186b9c6b1cac9fd",
            "Propagation": "",
            "RW": true,
            "Source": "/var/lib/docker/volumes/f97a0e758fe35c499516d3daa0d910c10d2483c61e08f207b186b9c6b1cac9fd/_data",
            "Type": "volume"
        }
    ],
    "Name": "/jdownloader-jdownloader-2-1",
    "NetworkSettings": {
        "Bridge": "",
        "EndpointID": "",
        "Gateway": "",
        "GlobalIPv6Address": "",
        "GlobalIPv6PrefixLen": 0,
        "HairpinMode": false,
        "IPAddress": "",
        "IPPrefixLen": 0,
        "IPv6Gateway": "",
        "LinkLocalIPv6Address": "",
        "LinkLocalIPv6PrefixLen": 0,
        "MacAddress": "",
        "Networks": {
            "jdownloader_default": {
                "Aliases": [
                    "jdownloader-jdownloader-2-1",
                    "jdownloader-2"
                ],
                "DNSNames": [
                    "jdownloader-jdownloader-2-1",
                    "jdownloader-2",
                    "1d14939155d5"
                ],
                "DriverOpts": null,
                "EndpointID": "",
                "Gateway": "",
                "GlobalIPv6Address": "",
                "GlobalIPv6PrefixLen": 0,
                "IPAMConfig": null,
                "IPAddress": "",
                "IPPrefixLen": 0,
                "IPv6Gateway": "",
                "Links": null,
                "MacAddress": "",
                "NetworkID": "ba3d5840292f0bb3af38d2d1267b7f56ebdb9e46c3fe48371293edf4671f8afe"
            }
        },
        "Ports": {},
        "SandboxID": "0cce233c97dfeb5401f5fea221587fa49fd486bc94721c84ec5530ea6fd15d06",
        "SandboxKey": "/var/run/docker/netns/0cce233c97df",
        "SecondaryIPAddresses": null,
        "SecondaryIPv6Addresses": null
    },
    "Path": "/init",
    "Platform": "linux",
    "Portainer": {
        "ResourceControl": {
            "Id": 4,
            "ResourceId": "2_jdownloader",
            "SubResourceIds": [],
            "Type": 6,
            "UserAccesses": [],
            "TeamAccesses": [],
            "Public": false,
            "AdministratorsOnly": true,
            "System": false
        }
    },
    "ProcessLabel": "",
    "ResolvConfPath": "/var/lib/docker/containers/1d14939155d59806e32d58cc39512d273b68aed308ed7d2e71ca749e2bbf078f/resolv.conf",
    "RestartCount": 0,
    "State": {
        "Dead": false,
        "Error": "",
        "ExitCode": 0,
        "FinishedAt": "2024-08-12T14:16:59.991484401Z",
        "OOMKilled": false,
        "Paused": false,
        "Pid": 0,
        "Restarting": false,
        "Running": false,
        "StartedAt": "2024-08-12T13:43:19.752114021Z",
        "Status": "exited"
    }
}

Anything else?

Can it be caused by the Virtualisation?
Since i pass trough my HBA to a virtualised truenas scale.
Or a lack of assigned ressources? The Alpine Linux Docker has 4096 MB RAM and 4 cores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant