Page 1 of 1

Torrents wont download unless daemon is restarted??? HELP ME

Posted: Tue Mar 18, 2014 8:53 am
by mattfox27
So im running deluge daemon on ubuntu and client on windows and when i add a torrent it pops up in the deluge client but it sits at downloading 0% then when i go into ubuntu and restart deluged (sudo pkill deluged, then deluged) the downloads start, whats up with that? I have deleted the .config directory i have reinstalled deluge im not sure what the deal is, any help would be awesome.

I have the same setup on a raspberry pi the only difference is the pi has version 1.3.3 and it works great but my ubuntu box with 1.3.6 will download one file then when i add another it will sit at downloading 0% also it will not grab any information about the torrent until daemon is restarted too, Nothing will download unless i restart the linux daemon then it will download.

Im running Deluge 1.3.6 on ubuntu 13.10 web-client
controlling it from windows 8 box

Re: Torrents wont download unless daemon is restarted??? HELP ME

Posted: Wed Jul 06, 2016 11:49 pm
by Chaori
I'm also having this same problem. Running Deluged on Ubuntu 16.04 server. I add new downloads and they will sit at 0%, and won't actually start downloading until Deluge daemon is restarted.

Re: Torrents wont download unless daemon is restarted??? HELP ME

Posted: Thu Mar 29, 2018 2:48 pm
by RnzV
I got the same issue running deluged (1.3.12-1ubuntu1) and Ubuntu 16.04.4 LTS.

I have no idea how to fix it. Right now i'm restarting the daemon through the web ui every time after i add a torrent.

Re: Torrents wont download unless daemon is restarted??? HELP ME

Posted: Tue Apr 24, 2018 7:21 pm
by michlord
I had a similar problem. I fixed it by delaying the start of Deluge until my server's network connection was really online.
My Fedora uses systemd. I've modified the deluge service unit file by adding something like:

Code: Select all

After=network-online.target
Wants=network-online.target
I don't remember exactly what I've put there. I will post some more info after I get back home next week.

Re: Torrents wont download unless daemon is restarted??? HELP ME

Posted: Thu Aug 09, 2018 9:50 am
by RnzV
michlord wrote:I had a similar problem. I fixed it by delaying the start of Deluge until my server's network connection was really online.
My Fedora uses systemd. I've modified the deluge service unit file by adding something like:

Code: Select all

After=network-online.target
Wants=network-online.target
I don't remember exactly what I've put there. I will post some more info after I get back home next week.
Sorry for the late reply.

My issue has somehow fixed itself. I have no idea what fixed it because i didn't really change anything in the server, so i guess it's been an update.

For the record i'm running this now:
deluged: 1.3.12
libtorrent: 1.0.7.0
Ubuntu: 16.04.5 (with the lastest packages of this date)