[Solved] Deluge keeps crashing on Ubuntu Server 13.10

General support for problems installing or using Deluge
Post Reply
XxOsurfer3xX
Leecher
Leecher
Posts: 67
Joined: Fri Jun 21, 2013 10:28 am

[Solved] Deluge keeps crashing on Ubuntu Server 13.10

Post 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?
Last edited by XxOsurfer3xX on Mon Apr 21, 2014 7:37 pm, edited 1 time in total.
XxOsurfer3xX
Leecher
Leecher
Posts: 67
Joined: Fri Jun 21, 2013 10:28 am

Re: Deluge keeps crashing on Ubuntu Server 13.10

Post 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.
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

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

Post by Ratanak »

Sorry, this is my bad. I really should update the plugins wiki to include my plugins.
XxOsurfer3xX
Leecher
Leecher
Posts: 67
Joined: Fri Jun 21, 2013 10:28 am

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

Post by XxOsurfer3xX »

No problem, I dind't know we could update the wiki. I would have done it myself...
Post Reply