You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new docker container using compose.yaml, the logs display the expected startup sequence below, but stops before displaying the web-uiI temporary password.
4.6.1
test-qbittorrent-1 | [migrations] started
test-qbittorrent-1 | [migrations] no migrations found
test-qbittorrent-1 | usermod: no changes
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | ██╗ ███████╗██╗ ██████╗
test-qbittorrent-1 | ██║ ██╔════╝██║██╔═══██╗
test-qbittorrent-1 | ██║ ███████╗██║██║ ██║
test-qbittorrent-1 | ██║ ╚════██║██║██║ ██║
test-qbittorrent-1 | ███████╗███████║██║╚██████╔╝
test-qbittorrent-1 | ╚══════╝╚══════╝╚═╝ ╚═════╝
test-qbittorrent-1 |
test-qbittorrent-1 | Brought to you by linuxserver.io
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | To support LSIO projects visit:
test-qbittorrent-1 | https://www.linuxserver.io/donate/
test-qbittorrent-1 |
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 | GID/UID
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | User UID: 911
test-qbittorrent-1 | User GID: 911
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | [custom-init] No custom files found, skipping...
test-qbittorrent-1 | WebUI will be started shortly aafter internal preparations. Please wait...
test-qbittorrent-1 | Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
test-qbittorrent-1 | [ls.io-init] done.
After sending the docker-compose down command, the container logs the expected web-ui temporary password.
4.6.2
test-qbittorrent-1 | Catching signal: SIGTERM
test-qbittorrent-1 | Exiting cleanly
test-qbittorrent-1 |
test-qbittorrent-1 | ******** Information ********
test-qbittorrent-1 | To control qBittorrent, access the WebUI at: http://localhost:8080
test-qbittorrent-1 |
test-qbittorrent-1 | The WebUI administrator username is: admin
test-qbittorrent-1 | The WebUI administrator password was not set. A temporary password is provided for this session: 5k79UGeZk
test-qbittorrent-1 | You should set your own password in program preferences.
test-qbittorrent-1 exited with code 0
Expected Behavior
The container should log the temporary web-ui password during the startup sequence.
Steps To Reproduce
Create new docker.yaml file.
Add container using image linuxserver/qbittorrent:4.6.1
Start the container
Examine the log output
Stop the container
Change image to linuxserver/qbittorrent:4.6.2
Start the container
Examine the log output
Environment
- OS: Ubuntu 22.04
- How docker service was installed: apt
CPU architecture
x86-64
Docker creation
`docker-compose up -d`
Container logs
test-qbittorrent-1 | [migrations] started
test-qbittorrent-1 | [migrations] no migrations found
test-qbittorrent-1 | usermod: no changes
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | ██╗ ███████╗██╗ ██████╗
test-qbittorrent-1 | ██║ ██╔════╝██║██╔═══██╗
test-qbittorrent-1 | ██║ ███████╗██║██║ ██║
test-qbittorrent-1 | ██║ ╚════██║██║██║ ██║
test-qbittorrent-1 | ███████╗███████║██║╚██████╔╝
test-qbittorrent-1 | ╚══════╝╚══════╝╚═╝ ╚═════╝
test-qbittorrent-1 |
test-qbittorrent-1 | Brought to you by linuxserver.io
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | To support LSIO projects visit:
test-qbittorrent-1 | https://www.linuxserver.io/donate/
test-qbittorrent-1 |
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 | GID/UID
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | User UID: 911
test-qbittorrent-1 | User GID: 911
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | [custom-init] No custom files found, skipping...
test-qbittorrent-1 | WebUI will be started shortly after internal preparations. Please wait...
test-qbittorrent-1 | Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
test-qbittorrent-1 | [ls.io-init] done.
test-qbittorrent-1 | Catching signal: SIGTERM
test-qbittorrent-1 | Exiting cleanly
test-qbittorrent-1 |
test-qbittorrent-1 |******** Information ********
test-qbittorrent-1 | To control qBittorrent, access the WebUI at: http://localhost:8080
test-qbittorrent-1 |
test-qbittorrent-1 | The WebUI administrator username is: admin
test-qbittorrent-1 | The WebUI administrator password was not set. A temporary password is provided for this session: 5k79UGeZk
test-qbittorrent-1 | You should set your own password in program preferences.
test-qbittorrent-1 exited with code 0
test-qbittorrent-1 | [migrations] started
test-qbittorrent-1 | [migrations] no migrations found
test-qbittorrent-1 | usermod: no changes
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | ██╗ ███████╗██╗ ██████╗
test-qbittorrent-1 | ██║ ██╔════╝██║██╔═══██╗
test-qbittorrent-1 | ██║ ███████╗██║██║ ██║
test-qbittorrent-1 | ██║ ╚════██║██║██║ ██║
test-qbittorrent-1 | ███████╗███████║██║╚██████╔╝
test-qbittorrent-1 | ╚══════╝╚══════╝╚═╝ ╚═════╝
test-qbittorrent-1 |
test-qbittorrent-1 | Brought to you by linuxserver.io
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | To support LSIO projects visit:
test-qbittorrent-1 | https://www.linuxserver.io/donate/
test-qbittorrent-1 |
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 | GID/UID
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | User UID: 911
test-qbittorrent-1 | User GID: 911
test-qbittorrent-1 | ───────────────────────────────────────
test-qbittorrent-1 |
test-qbittorrent-1 | [custom-init] No custom files found, skipping...
test-qbittorrent-1 | WebUI will be started shortly after internal preparations. Please wait...
test-qbittorrent-1 |
test-qbittorrent-1 |******** Information ********
test-qbittorrent-1 | To control qBittorrent, access the WebUI at: http://localhost:8080
test-qbittorrent-1 |
test-qbittorrent-1 | The WebUI administrator username is: admin
test-qbittorrent-1 | The WebUI administrator password was not set. A temporary password is provided for this session: 2SUjnsAuQ
test-qbittorrent-1 | You should set your own password in program preferences.
test-qbittorrent-1 | Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
test-qbittorrent-1 | [ls.io-init] done.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When creating a new docker container using
compose.yaml
, the logs display the expected startup sequence below, but stops before displaying the web-uiI temporary password.4.6.1
After sending the
docker-compose down
command, the container logs the expected web-ui temporary password.4.6.2
Expected Behavior
The container should log the temporary web-ui password during the startup sequence.
Steps To Reproduce
docker.yaml
file.linuxserver/qbittorrent:4.6.1
linuxserver/qbittorrent:4.6.2
Environment
CPU architecture
x86-64
Docker creation
`docker-compose up -d`
Container logs
The text was updated successfully, but these errors were encountered: