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

General support for problems installing or using Deluge
Post Reply
mattfox27
New User
New User
Posts: 9
Joined: Tue Mar 18, 2014 8:49 am

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

Post 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
Chaori

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

Post 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.
RnzV
New User
New User
Posts: 2
Joined: Thu Mar 29, 2018 2:45 pm

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

Post 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.
michlord
New User
New User
Posts: 1
Joined: Tue Apr 24, 2018 7:17 pm

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

Post 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.
RnzV
New User
New User
Posts: 2
Joined: Thu Mar 29, 2018 2:45 pm

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

Post 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)
Post Reply