Page 1 of 1

[Solved] Deluge keeps crashing on Ubuntu Server 13.10

Posted: Fri Apr 04, 2014 9:58 am
by XxOsurfer3xX
I am running Deluge 1.3.6 daemon on Ubuntu Server 13.10 with libtorrent 0.16.16, after having even more trouble with 0.16.11.

I have activated the debug loglevel to know what is going on, but no errors are reported when Deluge crashes, this are the last lines after a lot of announces:

Code: Select all

[DEBUG   ] 04:05:18 torrentmanager:976 on_alert_tracker_announce
[DEBUG   ] 04:05:18 torrentmanager:976 on_alert_tracker_announce
[DEBUG   ] 04:05:18 torrentmanager:976 on_alert_tracker_announce
[DEBUG   ] 04:05:18 torrentmanager:976 on_alert_tracker_announce
[DEBUG   ] 04:05:18 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.0.192:40294
After Deluge crashes it won't start back up again unless I do a reboot. I'm running more or less 300 torrents at the same time. I am clueless as to what is happening, anyone has any idea on how can I debug this issue?

Re: Deluge keeps crashing on Ubuntu Server 13.10

Posted: Mon Apr 21, 2014 7:36 pm
by XxOsurfer3xX
Finally I have fixed the continuous crashes. Since I don't know exactly what fixed the issue i'll say everything I have done so people with the same problem have some ideas.

First, updated to libtorrent 0.16.16.0.

Next, set high_performance_seed settings in libtorrent. You can do this easily with ltconfig plugin, people won't even have to look in the source code the settings since I have added preset support to ltconfig. IF ANY DEVELOPER SEES THIS, PLEASE ADD LTCONFIG TO THE MAIN PLUGIN PAGE, I HAD BEEN LOOKING FOR AGES FOR SUCH PLUGIN UNTIL I FOUND IT BY MISTAKE.

Lastly, disabled UPNP and NAT-PMP just in case (although I don't think it has nothing to do).

The problem I think was in the amount of cache space that I had set. I thought I had changed it through modifying manually core.py.

Re: [Solved] Deluge keeps crashing on Ubuntu Server 13.10

Posted: Tue Apr 22, 2014 2:40 am
by Ratanak
Sorry, this is my bad. I really should update the plugins wiki to include my plugins.

Re: [Solved] Deluge keeps crashing on Ubuntu Server 13.10

Posted: Tue Apr 22, 2014 8:22 pm
by XxOsurfer3xX
No problem, I dind't know we could update the wiki. I would have done it myself...