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] Docker container doesn't starts sinces a few days ago #361

Open
1 task done
logos88 opened this issue Dec 30, 2024 · 3 comments
Open
1 task done

[BUG] Docker container doesn't starts sinces a few days ago #361

logos88 opened this issue Dec 30, 2024 · 3 comments

Comments

@logos88
Copy link

logos88 commented Dec 30, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Docker doesn't starts. It says:
Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running

Expected Behavior

Until a few days ago it worked correctly. I had the las "4.x" version installed and it stopped to work. Then I changed to latest version but the same

Steps To Reproduce

  1. docker compose pull
  2. docker compose up -d --remove-orphans
  3. It says: Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running
  4. It doesn't starts

Environment

- OS:Debian 6.1.119-1
- How docker service was installed: APT

GNU nano 7.2                                                             lsiosupport.txt                                                                      
Linux msipc 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux
Docker version 27.4.1, build b9d17ea
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
docker run \
  --name "/qbittorrent" \
  --runtime "runc" \
  --volume "/srv/docker/arr/qbittorrent:/config:rw" \
  --volume "/srv/data/torrents:/data/torrents:rw" \
  --log-driver "json-file" \
  --restart "unless-stopped" \
  --hostname "c975dffd0033" \
  --expose "6881/tcp" \
  --expose "6881/udp" \
  --expose "8080/tcp" \
  --env "PGID=1000" \
  --env "UMASK=002" \
  --env "TZ=Europe/Madrid" \
  --env "WEBUI_PORT=8080" \
  --env "PUID=1000" \
  --env "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
  --env "PS1=$(whoami)@$(hostname):$(pwd)\\$ " \
  --env "HOME=/config" \
  --env "TERM=xterm" \
  --env "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0" \
  --env "S6_VERBOSITY=1" \
  --env "S6_STAGE2_HOOK=/docker-mods" \
  --env "VIRTUAL_ENV=/lsiopy" \
  --env "LSIO_FIRST_PARTY=true" \
  --env "XDG_CONFIG_HOME=/config" \
  --env "XDG_DATA_HOME=/config" \
  --label "build_version"="Linuxserver.io version:- 5.0.3-r0-ls370 Build-date:- 2024-12-29T06:52:50+00:00" \
  --label "com.docker.compose.config-hash"="172c5dbaaf5175d50b10ca16560a20af24617aa6936f28075d86ec2ae8ae1492" \
  --label "com.docker.compose.container-number"="1" \
  --label "com.docker.compose.depends_on"="" \
  --label "com.docker.compose.image"="sha256:48d7cea69daa32e96badd4502246b2df4e2de69009a9cf4fa22e728bde9f21b6" \
  --label "com.docker.compose.oneoff"="False" \
  --label "com.docker.compose.project"="arr" \
  --label "com.docker.compose.project.config_files"="/srv/docker/arr/docker-compose.yaml" \
  --label "com.docker.compose.project.working_dir"="/srv/docker/arr" \
  --label "com.docker.compose.replace"="a90ce99e3b94ed70a2914fa68f89eb2c387bc7b604b00e4edce2383e420dcdee" \
  --label "com.docker.compose.service"="qbittorrent" \
  --label "com.docker.compose.version"="2.32.1" \
  --label "maintainer"="thespad" \
  --label "org.opencontainers.image.authors"="linuxserver.io" \
  --label "org.opencontainers.image.created"="2024-12-29T06:52:50+00:00" \
  --label "org.opencontainers.image.description"="The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative t>
  --label "org.opencontainers.image.documentation"="https://docs.linuxserver.io/images/docker-qbittorrent" \
  --label "org.opencontainers.image.licenses"="GPL-3.0-only" \
  --label "org.opencontainers.image.ref.name"="eaf55cf96741079523f2d74869a44cafbfdec6f5" \
  --label "org.opencontainers.image.revision"="eaf55cf96741079523f2d74869a44cafbfdec6f5" \
  --label "org.opencontainers.image.source"="https://github.com/linuxserver/docker-qbittorrent" \
  --label "org.opencontainers.image.title"="Qbittorrent" \
  --label "org.opencontainers.image.url"="https://github.com/linuxserver/docker-qbittorrent/packages" \
  --label "org.opencontainers.image.vendor"="linuxserver.io" \
  --label "org.opencontainers.image.version"="5.0.3-r0-ls370" \
  --attach stdout \
  --attach stderr \
  --entrypoint "/init" \
  "lscr.io/linuxserver/qbittorrent:latest" \

CPU architecture

x86-64

Docker creation

My docker compose:
  
qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Europe/Madrid
      - WEBUI_PORT=8080
    volumes:
      - /srv/docker/arr/qbittorrent:/config
      - /srv/data/torrents:/data/torrents
    network_mode: "container:gluetun" #change gluetun to your VPN container name   
    # ports: #you wont need the ports in this configuration file, you will need to include them in the Gluetun container
    #   - 6881:6881 #qBittorrent listening port TCP
    #   - 6881:6881/udp #qBittorrent listening port UDP
    #   - 8080:8080 #qBittorrent WebUI
    restart: unless-stopped

Container logs

It doesn't gives any outupout
Copy link

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

@nod44
Copy link

nod44 commented Jan 1, 2025

Seeing a similar issue. It pauses after two lines of output about migrations.

@aptalca
Copy link
Member

aptalca commented Jan 1, 2025

For the op:
Remove all the unnecessary env vars and labels and start from scratch.
Delete any existing containers and local images
Remove it from the gluetun network
Make sure you don't have snap docker installed

Then if you're still having issues, post all those things we ask for again with the new container

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

No branches or pull requests

3 participants