problem with 11.04 at Deluge start [solved]

General support for problems installing or using Deluge
Post Reply
sdblepas
New User
New User
Posts: 4
Joined: Fri Apr 29, 2011 7:44 am

problem with 11.04 at Deluge start [solved]

Post 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
Last edited by sdblepas on Sun May 01, 2011 5:30 am, edited 1 time in total.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: problem with 11.04 at Deluge start

Post by Cas »

What version of Deluge?

Have you tried reinstalling Deluge using the Natty 1.3.1 release, rather than then PPA?
sdblepas
New User
New User
Posts: 4
Joined: Fri Apr 29, 2011 7:44 am

Re: problem with 11.04 at Deluge start

Post by sdblepas »

yep just did
not working :(
other idea
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: problem with 11.04 at Deluge start

Post by Cas »

can you try with a fresh config too as it could be a settings problem.
sdblepas
New User
New User
Posts: 4
Joined: Fri Apr 29, 2011 7:44 am

Re: problem with 11.04 at Deluge start

Post by sdblepas »

I'd like to try but don't now how
can you explain?
Thanks
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: problem with 11.04 at Deluge start

Post 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.
sdblepas
New User
New User
Posts: 4
Joined: Fri Apr 29, 2011 7:44 am

Re: problem with 11.04 at Deluge start

Post by sdblepas »

HI
I don't know why but everything is back to normal (i didn't change anything)
Thanks for the Help
carl0ski

Re: problem with 11.04 at Deluge start [solved]

Post 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
Post Reply