deluged shuts itself down after startup
Posted: Sat Jun 22, 2013 7:36 pm
After opening thirty to forty torrents using the thin client, the deluge daemon shuts itself down on startup not long after loading the torrents (within ten minutes). Running the daemon with logging at the debug level generated 2245 lines, the last 13 of which are something like this:
Running:
confirms the daemon is no longer there. Any thoughts why this might be happening?
deluge: 1.3.3
libtorrent: 0.15.10.0
installation: from the standard apt packages in raspbian wheezy
os: Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux
plugins: none
filesystem: ext4
this problem happens without using any client, though i have thinclient, webui, and console all installed
Code: Select all
[DEBUG ] 21:03:38 torrentmanager:1013 on_alert_save_resume_data
[DEBUG ] 21:03:38 torrentmanager:1013 on_alert_save_resume_data
[DEBUG ] 21:03:39 torrentmanager:1013 on_alert_save_resume_data
[DEBUG ] 21:03:40 alertmanager:123 dht_reply_alert: XXXXXXXXXX () received DHT peers: 11
[DEBUG ] 21:03:40 alertmanager:123 save_resume_data_alert: YYYYYYYYYY resume data generated
[DEBUG ] 21:03:40 alertmanager:123 tracker_error_alert: ZZZZZZZZZZ (udp://tracker.1337x.org:80/announce) (0) timed out (3)
[DEBUG ] 21:03:40 torrentmanager:1013 on_alert_save_resume_data
[DEBUG ] 21:03:41 torrentmanager:966 on_alert_tracker_error
[DEBUG ] 21:03:42 alertmanager:123 tracker_error_alert: AAAAAAAAAA (udp://tracker.1337x.org:80/announce) (0) timed out (3)
[DEBUG ] 21:03:42 torrentmanager:966 on_alert_tracker_error
[DEBUG ] 21:03:59 alertmanager:123 external_ip_alert: external IP received: XXX.XXX.XXX.XXX
[DEBUG ] 21:04:04 alertmanager:123 external_ip_alert: external IP received: YYY.YYY.YYY.YYY
Code: Select all
$ ps -Af | grep deluge
deluge: 1.3.3
libtorrent: 0.15.10.0
installation: from the standard apt packages in raspbian wheezy
os: Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux
plugins: none
filesystem: ext4
this problem happens without using any client, though i have thinclient, webui, and console all installed