Skip to content

Problem to start plugins on a fresh installed master build #467

@LeuciJP

Description

@LeuciJP

Support guidelines

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

  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Description

I've started the docker container on a fresh master buld, no changes, just plain as it is from this repo.
As I can see several plugins like unpack doesn't work, it says they're loaded but I cannot change settings or use the function at all.
I tried this command with user rtorrent: "/usr/bin/php81 /var/www/rutorrent/php/initplugins.php rtorrent"

After that I get the following errors:

[04.08.2025 22:24:44] loginmgr: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/loginmgr/update.php).
[04.08.2025 22:24:44] loginmgr: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/loginmgr/accounts.php).
[04.08.2025 22:24:44] retrackers: Plugin will not work. rTorrent user must have read/execute permissions on the file (/var/www/rutorrent/plugins/retrackers/run.sh).
[04.08.2025 22:24:44] autotools: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/autotools/move.php).
[04.08.2025 22:24:44] autotools: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/autotools/label.php).
[04.08.2025 22:24:44] autotools: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/autotools/watch.php).
[04.08.2025 22:24:44] autotools: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/autotools/autotools.php).
[04.08.2025 22:24:44] autotools: Plugin will not work. rTorrent user must have read permissions on the file (/var/www/rutorrent/plugins/autotools/util_rt.php).
[04.08.2025 22:24:44] autotools: Plugin will not work.

Version: 5.2.10-0.15.5-r0

Expected behaviour

All of this plugins should work without problems.

Actual behaviour

Plugins as mention in Description doesn't work.

Steps to reproduce

  1. Mount empty paths: /data, /downloads and /passwd
  2. Start container with the docker-compose example file
  3. Check if the plugin Unpack can modify settings
  4. If not use command: "/usr/bin/php81 /var/www/rutorrent/php/initplugins.php rtorrent" from the container itself

Docker info

Client: Docker Engine - Community
 Version:    26.1.2
 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.27.0
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 15
  Running: 12
  Paused: 0
  Stopped: 3
 Images: 12
 Server Version: 26.1.2
 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 nvidia runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: e377cd56a71523140ca6ae87e30244719194a521
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.8.0-71-generic
 Operating System: Ubuntu 24.04.2 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 48
 Total Memory: 377.8GiB
 Name: 
 ID: 
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

Docker Compose config

Logs

No useful log present, sorry.

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions