UPSTREAM ISSUE: qbittorrent/qBittorrent#24164
Just delete /config/.config/qBittorrent/lockfile to get running again.
Is there an existing issue for this?
Current Behavior
I am running qb 5.1.4 well.
But WebUI is not started when i changed image from linuxserver/qbittorrent:5.1.4 to linuxserver/qbittorrent:5.2.0
Expected Behavior
No response
Steps To Reproduce
- a qb 5.1.4 instance,
- ./qb_config:/config
- changed image from
linuxserver/qbittorrent:5.1.4 to linuxserver/qbittorrent:5.2.0
- no WEBUI start...
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
qb:
# https://hub.docker.com/r/linuxserver/qbittorrent/tags
# image: linuxserver/qbittorrent:4.5.2
# image: linuxserver/qbittorrent:4.5.4
image: linuxserver/qbittorrent:5.1.4
# image: linuxserver/qbittorrent:5.2.0
# image: linuxserver/qbittorrent:latest
# image: lscr.io/linuxserver/qbittorrent:latest
container_name: qb
hostname: qb
restart: unless-stopped
network_mode: host
logging:
driver: json-file
options:
max-size: 1m
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
- WEBUI_PORT=18081
volumes:
- /etc/hosts:/etc/hosts
- ./qb_config:/config
Container logs
## start logs
### 5.1.4
❯ dc logs -f qb
qb | [migrations] started
qb | [migrations] no migrations found
qb | ───────────────────────────────────────
qb |
qb | ██╗ ███████╗██╗ ██████╗
qb | ██║ ██╔════╝██║██╔═══██╗
qb | ██║ ███████╗██║██║ ██║
qb | ██║ ╚════██║██║██║ ██║
qb | ███████╗███████║██║╚██████╔╝
qb | ╚══════╝╚══════╝╚═╝ ╚═════╝
qb |
qb | Brought to you by linuxserver.io
qb | ───────────────────────────────────────
qb |
qb | To support LSIO projects visit:
qb | https://www.linuxserver.io/donate/
qb |
qb | ───────────────────────────────────────
qb | GID/UID
qb | ───────────────────────────────────────
qb |
qb | User UID: 0
qb | User GID: 0
qb | ───────────────────────────────────────
qb | Linuxserver.io version: 5.1.4-r3-ls453
qb | Build-date: 2026-05-03T08:29:07+00:00
qb | ───────────────────────────────────────
qb |
qb | [custom-init] No custom files found, skipping...
qb | WebUI 将在内部准备不久后启动。请稍等…
qb |
qb | ******** 信息 ********
qb | 要控制 qBittorrent,请访问下列地址的 WebUI:http://localhost:18081
qb | Connection to localhost (::1) 18081 port [tcp/*] succeeded!
qb | [ls.io-init] done.
### 5.2.0
* WebUI do not start in 10 mins.
❯ dc logs -f qb
qb | [migrations] started
qb | [migrations] no migrations found
qb | usermod: user abc is currently used by process 1
qb | ───────────────────────────────────────
qb |
qb | ██╗ ███████╗██╗ ██████╗
qb | ██║ ██╔════╝██║██╔═══██╗
qb | ██║ ███████╗██║██║ ██║
qb | ██║ ╚════██║██║██║ ██║
qb | ███████╗███████║██║╚██████╔╝
qb | ╚══════╝╚══════╝╚═╝ ╚═════╝
qb |
qb | Brought to you by linuxserver.io
qb | ───────────────────────────────────────
qb |
qb | To support LSIO projects visit:
qb | https://www.linuxserver.io/donate/
qb |
qb | ───────────────────────────────────────
qb | GID/UID
qb | ───────────────────────────────────────
qb |
qb | User UID: 0
qb | User GID: 0
qb | ───────────────────────────────────────
qb | Linuxserver.io version: 5.2.0_v2.0.12-ls454
qb | Build-date: 2026-05-07T08:42:43+00:00
qb | ───────────────────────────────────────
qb |
qb | [custom-init] No custom files found, skipping...
^C
❯ dc up -d
UPSTREAM ISSUE: qbittorrent/qBittorrent#24164
Just delete
/config/.config/qBittorrent/lockfileto get running again.Is there an existing issue for this?
Current Behavior
But WebUI is not started when i changed image from
linuxserver/qbittorrent:5.1.4tolinuxserver/qbittorrent:5.2.0Expected Behavior
No response
Steps To Reproduce
- ./qb_config:/configlinuxserver/qbittorrent:5.1.4tolinuxserver/qbittorrent:5.2.0Environment
CPU architecture
x86-64
Docker creation
qb: # https://hub.docker.com/r/linuxserver/qbittorrent/tags # image: linuxserver/qbittorrent:4.5.2 # image: linuxserver/qbittorrent:4.5.4 image: linuxserver/qbittorrent:5.1.4 # image: linuxserver/qbittorrent:5.2.0 # image: linuxserver/qbittorrent:latest # image: lscr.io/linuxserver/qbittorrent:latest container_name: qb hostname: qb restart: unless-stopped network_mode: host logging: driver: json-file options: max-size: 1m environment: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - WEBUI_PORT=18081 volumes: - /etc/hosts:/etc/hosts - ./qb_config:/configContainer logs