crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

Docker image broke for me with yesterdays push. #342

Closed VictorioBerra closed 1 month ago

VictorioBerra commented 1 month ago

Support guidelines

I've found a bug and checked that ...

Description

watchtower updated my container, and everything broke.

rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:50: Not a value.

Expected behaviour

container image should be able to do a minor update without breaking.

Actual behaviour

rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:50: Not a value.

Steps to reproduce

  1. Unkown yet.

Docker info

Client: Docker Engine - Community
 Version:    26.1.0
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.14.0
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.26.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 4
  Running: 4
  Paused: 0
  Stopped: 0
 Images: 6
 Server Version: 26.1.0
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: e377cd56a71523140ca6ae87e30244719194a521
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.6.28+rpt-rpi-2712
 Operating System: Debian GNU/Linux 12 (bookworm)
 OSType: linux
 Architecture: aarch64
 CPUs: 4
 Total Memory: 7.864GiB
 Name: pinas
 ID: 39cc2a12-59bc-4e12-b2b5-de8c82b0edd0
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No memory limit support
WARNING: No swap limit support

Docker Compose config

rtorrent:
        restart: always
        container_name: rtorrent
        image: 'crazymax/rtorrent-rutorrent:latest'
        ulimits:
            nproc: 65535
            nofile:
                soft: 32000
                hard: 40000
        ports:
            - '6881:6881/udp'
            - '8000:8000'
            - '8080:8080'
            - '9000:9000'
            - '50000:50000'
        volumes:
            - '/mnt/usb/data:/data'
            - '/mnt/usb/downloads:/downloads'
            - '/mnt/usb/passwd:/passwd'

Logs

> rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:50: Not a value.

Additional info

No response

VictorioBerra commented 1 month ago

Looks like latest tag still not updated

https://github.com/crazy-max/docker-rtorrent-rutorrent/issues/336

stickz commented 1 month ago

Looks like latest tag still not updated

336

Still waiting on #341 as well for ruTorrent v4.3.0 compatibility. There is anther error you'll get after that one is fixed.

BloodyIron commented 1 month ago

Yeah I'm having the same problem. Considering the issue happens immediately, and is totally breaking, the latest tag should be updated to the previously known-stable version. Please, this really makes me not want to use the latest tag going forward if something that breaks so easily like this makes it into that tag. Or, if there's a stable tag (I don't think I see one?) that could be worthwhile too.