Page 1 of 1
DelugeD Needs to Check Torrents after Reboot!?
Posted: Sun Nov 27, 2016 9:04 pm
by viking
Every time after I reboot my computer, DelugeD needs to check my Torrents. How can I avoid this?
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Mon Nov 28, 2016 10:42 am
by shamael
Hi viking,
This is an issue with the fastresume on the actual version, covered by topic on the forum and ticket. should be fixed in the next release.
BR's
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Mon Nov 28, 2016 7:27 pm
by Cas
Is has been covered many times in forum, you need to ensure deluge is shutting down correctly before rebooting.
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Tue Nov 29, 2016 8:14 am
by shamael
Hi Cas,
Did I mixed up 2 problems (wrong answer)? I face the same issue each time I stop the daemon for a part of my torrents, the process is no more present. Even a stop/check remaining process/reboot leads me to this.
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Tue Nov 29, 2016 6:46 pm
by viking
Cas wrote:Is has been covered many times in forum, you need to ensure deluge is shutting down correctly before rebooting.
I am sorry if I missed this. Would you mind repeating how to properly shutdown DelugeD before rebooting?
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Mon Dec 05, 2016 7:42 pm
by shamael
For anyone following this topic, I may have a solution. I never restart the daemon w/o having to force-recheck a lot of torrent but this time...
Even a full reboot of my box did not create issue
What did I changed?
Edit your systemd file
Code: Select all
sudo nano /etc/systemd/system/deluged.service
Replace the following line (adapt
XXXXX.mount with yours)
with
Code: Select all
Requires=XXXXX.mount
After=XXXXX.mount
Please give me a feedback, so I can ask for wiki edition
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Mon Dec 05, 2016 7:52 pm
by viking
I am on Windows7. Which file (and where is it) would I need to edit?
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Mon Dec 05, 2016 8:13 pm
by shamael
sorry, so happy to find a solution to my issue I didn't check your OS.
I think it's not relevant in your case :/
Re: DelugeD Needs to Check Torrents after Reboot!?
Posted: Wed May 17, 2017 12:29 pm
by Cas
See
http://dev.deluge-torrent.org/ticket/3011
Basically run deluged in the background or as a service.