Running Deluge and Web client on a small in home server. Have deluged.conf and deluge-web.conf both setting the umask to 000
When it downloads the files the directories have the permissions, but the files do not. For example;
Code: Select all
4702209 4 drwxrwxrwx 3 dan media 4096 Nov 30 19:28 New_Torrent's_Directory
4702226 14672 -rw-rw-rw- 1 dan media 15000000 Nov 30 19:28 New_Torrent_File.Extension
4874241 4 drwxrwxrwx 2 dan media 4096 Nov 30 19:28 New_Torrent_Subdirectory
4874242 8800 -rw-rw-rw- 1 dan media 8993578 Nov 30 19:28 Subdirectory_File.Extension
I have deluge and SR running as dan:media also.
The only thing I can thing of is I have Deluge settings putting normal pending downloads stored at ../Downloads/Pending and finished downloads stored at ../Downloads. A setting in SR using Deluge Web-UI says it causes the web-ui to move them to the drive and directory that they end up at above. Could this be responsible for the lack of permissions?
Edit: I just tested with a torrent going to the default download directory, bypassing SR completely and it has the same behavior described above.