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] rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value. #17

Closed
2 tasks done
ripsnortntear opened this issue Apr 30, 2024 · 3 comments
Labels
base image Bug Something isn't working

Comments

@ripsnortntear
Copy link

Support guidelines

Is there an existing opened or closed issue for this?

  • I have searched all the existing opened or closed issues

Current Behavior

Error when running container.

Expected Behavior

Expected to start container

Steps To Reproduce

docker compose up -d produces error 'rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value. Container does not start and is not connectable

Image & Browser details

| 2024/04/30 19:37:47 [notice] 503#503: start worker process 788
rutorrent  | 2024/04/30 19:37:47 [notice] 503#503: start worker process 834
rutorrent  | 2024/04/30 19:37:47 [notice] 503#503: start worker process 862
rutorrent  | [30-Apr-2024 19:37:47] NOTICE: fpm is running, pid 501
rutorrent  | [30-Apr-2024 19:37:47] NOTICE: ready to handle connections
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
rutorrent  | rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value.
^CGracefully stopping... (press Ctrl+C again to force)
[+] Stopping 1/1
 ✔ Container rutorrent  Stopped                                                                                                                                                                            11.3s
canceled

Environment

ubuntu 22.04
docker version
Client: Docker Engine - Community
 Version:           26.1.1
 API version:       1.45
 Go version:        go1.21.9
 Git commit:        4cf5afa
 Built:             Tue Apr 30 11:47:53 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          26.1.1
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.21.9
  Git commit:       ac2de55
  Built:            Tue Apr 30 11:47:53 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.31
  GitCommit:        e377cd56a71523140ca6ae87e30244719194a521
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

CPU architecture

x86-64

Container creation

---
services:
  rutorrent:
    image: xxacielxx/rutorrent:latest
    container_name: rutorrent
    ports:
      - 6881:6881/udp   # rtorrent
      - 8001:8001       # rtorrent
      - 8096:8080       # rtorrent
      - 9000:9000       # rtorrent
      - 50000:50000     # rtorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /home/***/docker/rtorrent/data:/data
      - /home/***/docker/rtorrent/passwd:/passwd
      - /mnt/****/Torrent:/downloads
    restart: unless-stopped

Container logs

https://dpaste.com/BJDXRKTG7

Additional info

this error is also appearing on the main image this one is based off of. they are discussing it and have fixed it in the latest edge pull. link here: crazy-max/docker-rtorrent-rutorrent#339

@ripsnortntear ripsnortntear added the Bug Something isn't working label Apr 30, 2024
@XxAcielxX
Copy link
Owner

XxAcielxX commented May 1, 2024

Thank you for letting me know about this issue. Sadly we have to wait till the new stable release from the base image.

@XxAcielxX XxAcielxX pinned this issue May 1, 2024
@XxAcielxX
Copy link
Owner

Kindly test and report back if release v4.3.0-a02 fixes this issue.

@ripsnortntear
Copy link
Author

This has corrected the issue and can now be listed as closed. Everything is working as intended. I love how you can fix this faster than they can fix their own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base image Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants