Page 1 of 1

deluge daemon stops downloading

Posted: Tue Aug 19, 2014 12:00 am
by guzzi_jones
i have setup the deluge daemon on a ubuntu 12.04 box.
It seems to stall when downloading some torrents.
Do i need to turn on debug logging at the daemon?
like this:

deluged -L debug

I ended up changing the /etc/init.d/deluged-daemon script to add debuging:
line 23 changed to
DAEMON1_ARGS="-d -L degug -l /var/log/deluged.log"
and then adjusted the perms on /var/log/deluged.log so the deluge user can write to it.

I will report back
Thanks