Discussion and Technical Support for general software applications and utilities including OS related issues.
trickyguy
Member
Posts: 6 Joined: January 13th, 2014, 10:41 am
Post
by trickyguy » January 27th, 2014, 10:48 am
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
Ian
Moderator
Posts: 752 Joined: January 1st, 2011, 7:00 am
Post
by Ian » January 27th, 2014, 11:31 am
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.
trickyguy
Member
Posts: 6 Joined: January 13th, 2014, 10:41 am
Post
by trickyguy » January 28th, 2014, 7:03 am
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
blamster
Member
Posts: 1 Joined: February 4th, 2014, 9:12 am
Post
by blamster » February 4th, 2014, 9:14 am
Try updating libtorrent.
Deluge hasn't crashed for me since then.
Ian
Moderator
Posts: 752 Joined: January 1st, 2011, 7:00 am
Post
by Ian » February 4th, 2014, 11:58 am
I'll give that a go. Thanks
yoram
Member
Posts: 76 Joined: February 10th, 2011, 8:58 pm
Post
by yoram » January 11th, 2015, 5:14 pm
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
Ian
Moderator
Posts: 752 Joined: January 1st, 2011, 7:00 am
Post
by Ian » January 15th, 2015, 10:05 pm
Hi guys,
The preferred implementation now is to use upstart so I've re-written my
Deluge Guide to reflect this.
Ian.