I have compiled and installed 1.2.0_RC5 on my debian machine and I start ./deluge-web which works and I can connect via the website. I then go to connection manager, press Start Daemon, and get the following error in command line on the server:
[tropical-forest ~/deluge/bin] ./deluge-web
[ERROR ] 06:49:33 client:558 Unable to start daemon!
[ERROR ] 06:49:33 client:559 [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/ui/client.py", line 556, in start_daemon
subprocess.call(["deluged", "--port=%s" % port, "--config=%s" % config])
File "/usr/lib/python2.5/subprocess.py", line 444, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1149, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Is there a way to fix this? I really want to get this working on this linux server.
Debian 1.2.0 RC 5 Offline Connection Error
Re: Debian 1.2.0 RC 5 Offline Connection Error
You need to install deluged (the deluge daemon).
Re: Debian 1.2.0 RC 5 Offline Connection Error
Looks like the problem is libtorrent. I had my system admin install dependencies but I guess they skipped that one. Is there anyway to install it without admin privilidges? I saw something about "or build the included version" under the pre-reqs requirements
Log from deluged in -l mode:
Traceback (most recent call last):
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/core/daemon.py", line 134, in __ini$
from deluge.core.core import Core
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/_libtorrent.py", line 59, in <modul$
import libtorrent as lt
ImportError: No module named libtorrent
Log from deluged in -l mode:
Traceback (most recent call last):
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/core/daemon.py", line 134, in __ini$
from deluge.core.core import Core
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/home/musicman500/deluge/lib/python/deluge-1.2.0_rc5-py2.5.egg/deluge/_libtorrent.py", line 59, in <modul$
import libtorrent as lt
ImportError: No module named libtorrent
Re: Debian 1.2.0 RC 5 Offline Connection Error
If you extract the libtorrent source tarball into your deluge source directory under the name libtorrent then when you type it will also build libtorrent.
Code: Select all
python setup.py build
Re: Debian 1.2.0 RC 5 Offline Connection Error
Thanks, it is now working!
Re: Debian 1.2.0 RC 5 Offline Connection Error
I am on debian lenny and I am having the same problem with 1.2.0 RC5... how do I get libtorrent installed? I don't see the source for libtorrent anywhere, how to I get the source?
Re: Debian 1.2.0 RC 5 Offline Connection Error
Broke down and updated my repos to squeeze and installed python-libtorrent. Now it works.