Page 1 of 1

daemon vs gtk

Posted: Tue Oct 21, 2008 5:35 pm
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 ?

Re: daemon vs gtk

Posted: Tue Oct 21, 2008 5:42 pm
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.

Re: daemon vs gtk

Posted: Tue Oct 21, 2008 5:48 pm
by Sharky
many thanks :-)

Now everything works fine...