Code: Select all
> deluged -V
deluged 2.0.3
libtorrent: 2.0.8.0
Python: 3.11.2
OS: Linux Raspbian GNU/Linux 12 bookworm
User=pi
Group=pi
etc but the process always seems to run as debian-deluged. In the end, just to try to find some other way around the issue, I tried "sudo systemctl disable deluged" ... but deluged seems somehow to get started anyway (possibly by deluge-web?).
Here are some symtoms:
If I stop both services (via systemctl stop) and then restart only deluge-web, deluged starts also and after that I get suitable file permissions on the downloaded files (in this case "drwxrwxrwx"). In ps the command line seems to be:
/usr/bin/python3 /usr/bin/deluged -d -c /var/lib/deluged/config -l /var/log/deluged/daemon.log -L info
But after having executed those steps, if I now choose "stop daemon" from the connection manager in the web UI, and then restart the dameon in the web UI, the permissions that eg a downloaded directory get is "drwxr-x---". The command line in this case according to ps is actually slightly different;
/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/var/lib/deluged/config
Which tree should I bark up?