Search found 3679 matches

by Cas
Thu Feb 11, 2010 11:10 pm
Forum: Support
Topic: Launching web ui ?
Replies: 4
Views: 2488

Re: Launching web ui ?

by Cas
Sat Feb 06, 2010 7:25 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53639

Re: File permissions

Code: Select all

/etc/default/deluge-daemon: line 9: --umask: command not found
Re-reading your post it actually seems to suggest --umask has been added to /etc/default/deluge-daemon file, can you check?
by Cas
Sat Feb 06, 2010 7:03 pm
Forum: Support
Topic: 9.10 Karmic Headless Server Deluged Wont Start
Replies: 3
Views: 2655

Re: 9.10 Karmic Headless Server Deluged Wont Start

It is much easier to use the Ubuntu PPA for Deluge
by Cas
Sat Feb 06, 2010 6:55 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53639

Re: File permissions

chris86wm wrote:I am using the updated one posted on the wiki
From the console check that your debian start-stop-daemon command has the umask option:

Code: Select all

start-stop-daemon --help | grep umask
It will return "-k|--umask <mask> change the umask to <mask> before starting" on unbuntu
by Cas
Sat Feb 06, 2010 6:48 pm
Forum: Support
Topic: [web] Ubuntu Server 9.10 web ui issue
Replies: 1
Views: 1708

Re: [web] Ubuntu Server 9.10 web ui issue

That guide has a rather odd way of changing the Web UI port:

Code: Select all

DAEMON2_ARGS="-p 9092  -c /var/lib/deluge -l /var/log/deluge-web.log -L warning"
Not sure if that could be part of the problem but realistically you would change the port in the preferences or web.conf file not in init.
by Cas
Sat Feb 06, 2010 6:17 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53639

Re: File permissions

The above script gives me the following error when I run it (using Debian) /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: Not sure how you got that error, did you modify the script ...
by Cas
Fri Feb 05, 2010 5:29 pm
Forum: Support
Topic: File permissions
Replies: 26
Views: 53639

Re: File permissions

Actually, I recently discovered that start-stop-daemon has a nice --umask option ;) Thanks, can't believe that option has been there all this time!! Goes to show my old boss' comments about checking the man pages are true :lol: I simply created a 'UMASK=000' variable to the top on my init script an...
by Cas
Sun Jan 17, 2010 6:28 pm
Forum: Off-topic Discussion
Topic: When will 1.2.0_rc5 hit launchpad?
Replies: 8
Views: 9274

Re: When will 1.2.0_rc5 hit launchpad?

Yep i am waiting patiently for it to update :)


Oh and i still maintain that a simple forum wide announce post for new releases would be good as I never visit the main page and instead jump directly to the forum and once again had no idea there was a new release.
by Cas
Tue Jan 12, 2010 2:01 am
Forum: Off-topic Discussion
Topic: Should Zach get a new motherboard?
Replies: 6
Views: 7924

Re: Should Zach get a new motherboard?

You have just resurrected a 3year old thread, this is bad practice on a forum.

However to answer the question they will require it to be in an anti-static bag and then packed, preferably in its original box, so that no physical damage can occur when transported by careless couriers.
by Cas
Mon Jan 11, 2010 12:21 am
Forum: Support
Topic: deluge-daemon script not working in karmic
Replies: 37
Views: 31764

Re: deluge-daemon script not working in karmic

Thanks for your help! I think I have it working now. I followed the wiki to create the deluge user (I didn't want to do this initially, but in the end I just told deluge to download to my main account's Download folder, and chmodded it to 777, so the end-result is the same), then created the initsc...