Search found 12 matches

by chris86wm
Sat Feb 06, 2010 7:48 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

That was it! It seems like in my attempt to figure things out, i added some umask stuff to the /etc/default/deluge-daemon file. Man i feel silly.

Thanks for all of your help and patience guys!
by chris86wm
Sat Feb 06, 2010 7:20 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

I checked it and it returned

Code: Select all

 -k|--umask <mask>             change the umask to <mask> before starting
by chris86wm
Sat Feb 06, 2010 6:36 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

I am using the updated one posted on the wiki
by chris86wm
Sat Feb 06, 2010 5:37 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

The above script gives me the following error when I run it (using Debian)

Code: Select all

/etc/default/deluge-daemon: line 9: --umask: command not found
I really appreciate all of the help guys. Feeling like a dummy now since I cant get this going :roll:
by chris86wm
Sat Feb 06, 2010 5:57 am
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

Are you adding the --umask somewhere in here?

Code: Select all

start-stop-daemon --start --background --quiet --pidfile $PIDFILE1 --exec $DAEMON1 \
by chris86wm
Fri Feb 05, 2010 4:11 am
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

Would either of you care to elaborate on the umask option? I cant seem to figure it out
by chris86wm
Wed Feb 03, 2010 4:06 am
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

Re: File permissions

Any ideas? I'm having to chmod 777 the entire download directory to allow my other machines to modify the files.
by chris86wm
Tue Feb 02, 2010 4:01 am
Forum: Support
Topic: File permissions
Replies: 26
Views: 53516

File permissions

Is there a way to change the file permissions of the downloaded files from Deluge? I have Deluge download to a directory that is accessible over my network, and I wish to delete a file from that folder from another computer over the network. Currently, Deluge tells me that I do no have permission to...
by chris86wm
Tue Feb 02, 2010 3:07 am
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127503

Re: Howto: Proxying deluge web client to Apache via mod_proxy

I get a blank page when I try to go to /deluge/ using the following code. Does anybody have some ideas? ProxyRequests off ProxyHTMLExtended on ProxyPass /deluge/ http://127.0.0.1:8112/ ProxyHTMLURLMap http://127.0.0.1:8112 /deluge <Location /deluge/> ProxyPassReverse / SetOutputFilter proxy-html Pro...