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
problem with 11.04 at Deluge start [solved]
problem with 11.04 at Deluge start [solved]
Last edited by sdblepas on Sun May 01, 2011 5:30 am, edited 1 time in total.
Re: problem with 11.04 at Deluge start
What version of Deluge?
Have you tried reinstalling Deluge using the Natty 1.3.1 release, rather than then PPA?
Have you tried reinstalling Deluge using the Natty 1.3.1 release, rather than then PPA?
Re: problem with 11.04 at Deluge start
yep just did
not working
other idea
not working

other idea
Re: problem with 11.04 at Deluge start
can you try with a fresh config too as it could be a settings problem.
Re: problem with 11.04 at Deluge start
I'd like to try but don't now how
can you explain?
Thanks
can you explain?
Thanks
Re: problem with 11.04 at Deluge start
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.
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
HI
I don't know why but everything is back to normal (i didn't change anything)
Thanks for the Help
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]
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
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
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
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