Deluge-Daemon Crashing

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
trickyguy
Member
Member
Posts: 6
Joined: January 13th, 2014, 10:41 am

Deluge-Daemon Crashing

Post by trickyguy »

Hi again these forums are proving very useful :D

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
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Deluge-Daemon Crashing

Post 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. :roll:

For me, although it crashes it picks itself up again and still downloads stuff as required. Does yours too?

Ian.
trickyguy
Member
Member
Posts: 6
Joined: January 13th, 2014, 10:41 am

Re: Deluge-Daemon Crashing

Post 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
blamster
Member
Member
Posts: 1
Joined: February 4th, 2014, 9:12 am

Re: Deluge-Daemon Crashing

Post by blamster »

Try updating libtorrent.

Deluge hasn't crashed for me since then.
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Deluge-Daemon Crashing

Post by Ian »

I'll give that a go. Thanks :clap:
yoram
Member
Member
Posts: 76
Joined: February 10th, 2011, 8:58 pm

Re: Deluge-Daemon Crashing

Post 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
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Deluge-Daemon Crashing

Post by Ian »

Hi guys,

The preferred implementation now is to use upstart so I've re-written my Deluge Guide to reflect this.

Ian.
Post Reply