Page 1 of 1
Deluge-Daemon Crashing
Posted: January 27th, 2014, 10:48 am
by trickyguy
Hi again these forums are proving very useful
I'm having a problem with my deluge-daemon setup running deluge completely headless and using web-ui to access it. It appears that daemon keeps crashing but unsure as i am new to this. I'm running Ubuntu 12.04 with deluge 1.3 using flexget for my rss feed.
If someone can help i can try find crash logs but they are huge files
Thank you
Tricky guy
Re: Deluge-Daemon Crashing
Posted: January 27th, 2014, 11:31 am
by Ian
Hi there,
It's crashing for me too. I did start looking into the cause but was going round in circles so gave up.
For me, although it crashes it picks itself up again and still downloads stuff as required. Does yours too?
Ian.
Re: Deluge-Daemon Crashing
Posted: January 28th, 2014, 7:03 am
by trickyguy
Hey Ian
For some reason mine doesn't auto restart so i found this script and run it as a cron job so far everything pending has downloaded, now just having issues with flexget not wanting to download anything older than a certain date
Code: Select all
#!/bin/bash
#make-run.sh
#make sure deluge is running
export DISPLAY=:0 #needed if you are running a simple gui app.
process=deluged
makerun="service deluge-daemon restart"
if ps ax | grep -v grep | grep $process > /dev/null
then
exit
else
$makerun &
echo "Date: " $(date) >> /home/josh/MyScripts/deluged.log
fi
exit
I wonder why it keeps dying
Thanks Josh
Re: Deluge-Daemon Crashing
Posted: February 4th, 2014, 9:14 am
by blamster
Try updating libtorrent.
Deluge hasn't crashed for me since then.
Re: Deluge-Daemon Crashing
Posted: February 4th, 2014, 11:58 am
by Ian
I'll give that a go. Thanks
Re: Deluge-Daemon Crashing
Posted: January 11th, 2015, 5:14 pm
by yoram
Hi
A year later, I have the same problem. Deluge daemon crashes every few minutes.
I have UBUNTU 14.04, Deluge - 1.3.5, libtorrents 0.15.10.0
Any solution other than restarting the daemon every few minutes?
Yoram
Re: Deluge-Daemon Crashing
Posted: January 15th, 2015, 10:05 pm
by Ian
Hi guys,
The preferred implementation now is to use upstart so I've re-written my
Deluge Guide to reflect this.
Ian.