daemon vs gtk

General support for problems installing or using Deluge
Post Reply
Sharky
New User
New User
Posts: 9
Joined: Sat Nov 24, 2007 1:07 pm

daemon vs gtk

Post by Sharky »

Sorry this post. I have classic mode active and that was the reason :-P
Hi all,

I have problems with daemon deluged and deluge -u gtk


1º run daemon:

Code: Select all

$ deluged
2º certified that daemon is working:

Code: Select all

$ ps -ef | grep deluge
sharky    28566     1 92 18:32 ?        00:00:02 /usr/bin/python2.5 /usr/bin/deluged
sharky    28577 26082  0 18:32 pts/3    00:00:00 grep del
3º execute ui gtk:

Code: Select all

$ deluge -u gtk
4º certified that all deluge process are ok:

Code: Select all

$ ps -ef | grep del
sharky    28566     1 16 18:32 ?        00:00:10 /usr/bin/python2.5 /usr/bin/deluged
sharky    28580     1 21 18:33 ?        00:00:01 /usr/bin/python2.5 /usr/bin/deluge -u gtk
sharky    28587 28580  1 18:33 ?        00:00:00 [deluged] <defunct>
Conclusion
- when I exit ui gtk, all deluge process ended (deluged include)
- don't have preferences to configure password/port, etc for webui ?

Is there something that I miss ?
Last edited by Sharky on Tue Oct 21, 2008 5:44 pm, edited 1 time in total.
Mindzai
Member
Member
Posts: 47
Joined: Sat Oct 04, 2008 5:06 pm
Location: England

Re: daemon vs gtk

Post by Mindzai »

Cant help with the daemon process getting killed when you exit gtk ui as it doesn't happen to me, but regarding the webui, the port is 8112 and password is deluge - you can change at least the password and possibly the port too iirc by logging into the web ui and going to the config section.
Sharky
New User
New User
Posts: 9
Joined: Sat Nov 24, 2007 1:07 pm

Re: daemon vs gtk

Post by Sharky »

many thanks :-)

Now everything works fine...
Post Reply