Page 1 of 1

problem with 11.04 at Deluge start [solved]

Posted: Fri Apr 29, 2011 7:50 am
by sdblepas
Hi all
I'm new in this forum, my name is Benjamin and I'm from Jerusalem.
I just updated to 11.04 64bit , in 10.10 deluge was working fine
I use deluge with daemon and web-ui. Now when i open deluge I get the start daemon screen but after I connect i can't see deluge anymore, but in the terminal
famille 3942 1 0 10:27 ? 00:00:08 /usr/bin/python /usr/bin/deluge-gtk
famille 3998 1 1 10:27 ? 00:00:23 /usr/bin/python /usr/bin/deluged --port=58846 --config=/home/famille/.config/deluge
so deluge is running but i can't access it nor via the UI neither via the web UI
Any ideas?
Thanks

Re: problem with 11.04 at Deluge start

Posted: Fri Apr 29, 2011 10:13 am
by Cas
What version of Deluge?

Have you tried reinstalling Deluge using the Natty 1.3.1 release, rather than then PPA?

Re: problem with 11.04 at Deluge start

Posted: Fri Apr 29, 2011 11:41 am
by sdblepas
yep just did
not working :(
other idea

Re: problem with 11.04 at Deluge start

Posted: Fri Apr 29, 2011 1:40 pm
by Cas
can you try with a fresh config too as it could be a settings problem.

Re: problem with 11.04 at Deluge start

Posted: Fri Apr 29, 2011 1:52 pm
by sdblepas
I'd like to try but don't now how
can you explain?
Thanks

Re: problem with 11.04 at Deluge start

Posted: Fri Apr 29, 2011 2:22 pm
by Cas
http://dev.deluge-torrent.org/wiki/Faq# ... ingsconfig

You can also specify a new config location at the command line with '-c' and will be needed for both deluge-gtk and deluged.

Re: problem with 11.04 at Deluge start

Posted: Sun May 01, 2011 5:29 am
by sdblepas
HI
I don't know why but everything is back to normal (i didn't change anything)
Thanks for the Help

Re: problem with 11.04 at Deluge start [solved]

Posted: Wed May 11, 2011 10:16 am
by carl0ski
since this didn't really help me when i had this trouble
hopefully this will help someone else.

(be sure to backup your deluge config first * safety first* )

In the end Python-2.7 was fine
Upgrading from Lucid and Maverick to Natty caused deluge not to start on 3 different machines i upgraded
comparing a fresh install that worked fine

Code: Select all

dpkg --get-selections|grep python
I found left duplicates of a number of packages including
libboost-python1.40.0 libboost-python1.42.0 - both on the non working system
libboost-python1.42.0 - just one on the working system


I uninstalled all deluge packages and the above two packages

sudo apt-get remove libboost-python1.42.0 libboost-python1.40.0 deluged deluge-common python-libtorrent
sudo apt-get purge libboost-python1.42.0 libboost-python1.40.0 deluged deluge-common python-libtorrent

then reinstalled them
sudo apt-get install libboost-python1.42.0 deluged deluge-common python-libtorrent

and straight away my plugins were working from the daemon and the deluge client would load on the host machine