Skip to content

[BUG] qb 5.2.0 webui not started (KNOWN BUG NEED TO DELETE LOCKFILE) #432

Description

@IITII

UPSTREAM ISSUE: qbittorrent/qBittorrent#24164

Just delete /config/.config/qBittorrent/lockfile to get running again.

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. a qb 5.1.4 instance, - ./qb_config:/config
  2. changed image from linuxserver/qbittorrent:5.1.4 to linuxserver/qbittorrent:5.2.0
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions