Page 1 of 1

daemon wont start on 1.2.0_rc1

Posted: Wed Oct 21, 2009 4:29 am
by SableSlayer
I decided that I wanted to update from 1.1.9 to 1.2.0_rc1 so i removed deluge from my pc using "sudo apt-get --purge remove deluge*" and deleting the ~/.config/deluge folder

after that i installed deluge using the PPA repo using the normal command. Upon starting deluge i got an error about the daemon

Code: Select all

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 267, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/client.py", line 538, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: No module named libtorrent
I have no idea what is going wrong with deluge and would love to have it up and running again. Any help would be greatly appreciated

sidenote: after i did that i tried going back to version 1.1.9 using the .deb packages on getdeb. The Deluge window popped up but no icons or anything and it was frozen.

Re: daemon wont start on 1.2.0_rc1

Posted: Wed Oct 21, 2009 2:09 pm
by silverdulcet
Looks like you are missing the deluged package. The name of the package for the daemon changed from deluge-core to deluged. So try installing deluged. You should then be able to run Deluge.

Re: daemon wont start on 1.2.0_rc1

Posted: Thu Oct 22, 2009 6:41 am
by SableSlayer
I installed deluged but the daemon still wont start.. :\ i didn't get an error message this time either :\

Re: daemon wont start on 1.2.0_rc1

Posted: Thu Oct 22, 2009 2:02 pm
by pdragon
Back up your old .config/deluge directory and delete it. Try restarting the demon then. Had the exact same issue and that worked for me.

Re: daemon wont start on 1.2.0_rc1

Posted: Thu Oct 22, 2009 4:31 pm
by SableSlayer
I deleted the folder and still get the same error message as before when left in classic mode. Any suggestions?

Re: daemon wont start on 1.2.0_rc1

Posted: Thu Oct 22, 2009 5:26 pm
by pdragon
I read somewhere else that the python-twisted package is also required for 1.2rc1. I saw that before I even tried starting it up, so I had it installed already. Check that it's installed. Other than that, I'm not sure what else could be the problem.

Re: daemon wont start on 1.2.0_rc1

Posted: Thu Oct 22, 2009 10:14 pm
by johnnyg
That error message is suggesting that you don't have libtorrent installed or that it can't see it if you do.

Re: daemon wont start on 1.2.0_rc1

Posted: Sat Oct 24, 2009 10:31 pm
by SableSlayer
Thanks for yalls help, even though i wasnt able to get it running again. I think ill just wait till the new ubuntu releases and try fresh :P

Re: daemon wont start on 1.2.0_rc1

Posted: Wed Oct 28, 2009 7:51 pm
by SableSlayer
Finally got it working by installing it from source... Yay!