Libtorrent version ?? (how to know?)
Ubuntu Server 10.04 LTS
Installed deluge on Ubuntu Server to cooperate with actively running Samba file server (note that this is all on the same box).
Used the guide here (http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient) to install deluge for Web UI using apt-get packages.
Am able to connect to Web UI in Firefox 5.0, Login, change settings (most of them, haven't tested them all yet), and add torrents manually.
I have a folder on my samba file server share for deluge to use (referenced here as '/example-folder' for simplicity sake). Inside it are four folders: 'torfiles' (AutoAdd), 'torfiles-backups', 'queued', and 'completed'. These folders have been added to the deluge Web UI preference settings.
Deluge-daemon runs as user 'deluge'.
The problem: Torrents are not automatically added when placed in the torfiles folder. Manually added torrents will not download and will give a "Permission denied: /example-folder/queued/torrent.file" error
/var/log/deluge/daemon/warning.log
Code: Select all
[WARNING ] 23:38:24 autoadd:72 Invalid AutoAdd folder: /example-folder/torfiles
Code: Select all
[WARNING ] 23:38:25 config:361 Unable to open config file /home/deluge/.config/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/home/deluge/.config/deluge/hostlist.conf.1.2'
1) 'sudo usermod -aG sambausers deluge' (adding deluge to the sambausers group who have current group ownership on 'example-folder') [outcome = permission denial persists]
2) 'sudo chown deluge:deluge -R /example-folder' (somewhat desperate attempt to give sole access permissions to deluge on 'example-folder') [outcome = permission denial persists]
Permissions for /example-folder and sub-directories and files are 'drwxrwxr-x'.
The samba shared /example-folder is on an ext4 filesystem.
Each attempt included 'deluge@server:$ /etc/init.d/deluge-daemon restart' and a clearing of cache in the web browser for good measure.
I have no idea why it won't accept the permissions I have given it.
Input Welcome