I just did a fresh install of Ubuntu 11.10. I installed Deluge and have everything up and running. I can add torrents and they will start downloading, but then after around 10-15 seconds, the daemon disconnects. I'm incredibly bummed that this problem is still an issue with no real info as to how to fix it. I have Deluge logging setup but it is reporting nadda. Any ideas? Are my Google skills just horrible and I'm not finding the obvious answer?
Thanks in advance!
Deluge Daemon Keeps Stopping
Re: Deluge Daemon Keeps Stopping
When you say the daemon disconnects, do you mean it crashes? Do you see any error messages in the console where you started deluged?
Re: Deluge Daemon Keeps Stopping
Im not seeing any error messages. When I open up the deluge gui and connect to the daemon, all is well and the torrents start downloading. Then a few seconds later everything disappears. I then have to start the daemon again and then the process repeats.Cas wrote:When you say the daemon disconnects, do you mean it crashes? Do you see any error messages in the console where you started deluged?
Re: Deluge Daemon Keeps Stopping
Can you install the latest libtorrent from our PPA to see if it makes a difference: https://launchpad.net/~deluge-team/+archive/ppa
Re: Deluge Daemon Keeps Stopping
Haven't tried installing the latest libtorrent, but did just start deluged in debug mode and got the following...Cas wrote:Can you install the latest libtorrent from our PPA to see if it makes a difference: https://launchpad.net/~deluge-team/+archive/ppa
terminate called after throwing an instance of 'boost::lock_error'
what(): boost::lock_error
Aborted
This happens around 15 seconds after starting.
Re: Deluge Daemon Keeps Stopping
Bummer... just removed my PROXY5 settings and it seems to work fine now. Unfortunately that just won't do. Where do I go from here? I found one other issue online regarding the boost::lock_error and PROXY5, but unfortunately it had no resolution.Cas wrote:Can you install the latest libtorrent from our PPA to see if it makes a difference: https://launchpad.net/~deluge-team/+archive/ppa
Re: Deluge Daemon Keeps Stopping
I'm having zero luck figuring out how to install the latest libtorrent. I couldn't get anywhere with the link you send, but I managed to download the latest from http://code.google.com/p/libtorrent/downloads/list. Unfortunately when I try to ./configure I get the following...Cas wrote:Can you install the latest libtorrent from our PPA to see if it makes a difference: https://launchpad.net/~deluge-team/+archive/ppa
Checking for boost libraries:
checking for boostlib >= 1.36... configure: error: We could not detect the boost libraries (version 1.36 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
Not real sure where to go from here.
Re: Deluge Daemon Keeps Stopping
http://dev.deluge-torrent.org/wiki/Inst ... Repositoryjamgood96 wrote:I'm having zero luck figuring out how to install the latest libtorrent.
Ah yes this is a known libtorrent bug but I thought it had been fixed. If you could create a bug ticket here, including as much detail of the error as possible: http://code.google.com/p/libtorrent/issues/listjamgood96 wrote: Bummer... just removed my PROXY5 settings and it seems to work fine now.