Page 1 of 1
Deluge permissions
Posted: Sat Feb 13, 2010 1:46 am
by Corex
I'm using Deluge 1.2.0 on Arch Linux running Openbox, i'm my /etc/conf.d/deluged i have DELUGE_USER="my_username" but when i start a torrent the permissions of the files downloaded is drwxr-xr-x but i need em drwxrwx---
Is this possible to change?
Re: Deluge permissions
Posted: Sat Feb 13, 2010 2:10 pm
by Cas
Re: Deluge permissions
Posted: Sat Feb 13, 2010 2:31 pm
by Corex
I don't have theese files start-stop-daemon and /etc/default/deluge-daemon.
Re: Deluge permissions
Posted: Sat Feb 13, 2010 8:49 pm
by Cas
Corex wrote:I don't have theese files start-stop-daemon and /etc/default/deluge-daemon.
Oh i see its not a Debian based Linux. There is no Deluge setting for umask setting so it needs to be set in your Linux distro's daemon scripts so maybe asking on the Arch Linux forums may get you some help.
The only help i can suggest is trying to see if start-stop-daemon command is available to install. Alternatively you could try adding the umask command to the daemon script but I doubt this will work.
Re: Deluge permissions
Posted: Sun Feb 14, 2010 10:31 am
by Corex
Ah ok thx for the info... I tried the umask command but id didn't affect the output of Deluge created files.
Just wanted to make sure there wasn't a solution in Deluge before asking at the distro forums... Thx for the help