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] Container 4.6.1 fails to log Web-UI Password until shutdown #274

Closed
1 task done
QantumEntangled opened this issue Dec 2, 2023 · 2 comments
Closed
1 task done

Comments

@QantumEntangled
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

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

  1. Create new docker.yaml file.
  2. Add container using image linuxserver/qbittorrent:4.6.1
  3. Start the container
  4. Examine the log output
  5. Stop the container
  6. Change image to linuxserver/qbittorrent:4.6.2
  7. Start the container
  8. 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.
Copy link

github-actions bot commented Dec 2, 2023

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thespad
Copy link
Member

thespad commented Dec 2, 2023

This is an upstream issue and not something that can be resolved by us, use either 4.6.0, 4.6.2, or set a non-default password. See https://info.linuxserver.io/issues/2023-11-22-qbittorrent/

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

No branches or pull requests

2 participants