DelugeD Needs to Check Torrents after Reboot!?

General support for problems installing or using Deluge
Post Reply
viking
Member
Member
Posts: 14
Joined: Sun Jul 26, 2015 10:41 pm

DelugeD Needs to Check Torrents after Reboot!?

Post by viking »

Every time after I reboot my computer, DelugeD needs to check my Torrents. How can I avoid this?
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: DelugeD Needs to Check Torrents after Reboot!?

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: DelugeD Needs to Check Torrents after Reboot!?

Post by Cas »

Is has been covered many times in forum, you need to ensure deluge is shutting down correctly before rebooting.
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: DelugeD Needs to Check Torrents after Reboot!?

Post 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.
viking
Member
Member
Posts: 14
Joined: Sun Jul 26, 2015 10:41 pm

Re: DelugeD Needs to Check Torrents after Reboot!?

Post 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?
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: DelugeD Needs to Check Torrents after Reboot!?

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

Code: Select all

RequiresMountsFor=XXXXX.mount
with

Code: Select all

Requires=XXXXX.mount
After=XXXXX.mount
Please give me a feedback, so I can ask for wiki edition
viking
Member
Member
Posts: 14
Joined: Sun Jul 26, 2015 10:41 pm

Re: DelugeD Needs to Check Torrents after Reboot!?

Post by viking »

I am on Windows7. Which file (and where is it) would I need to edit?
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: DelugeD Needs to Check Torrents after Reboot!?

Post 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 :/
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: DelugeD Needs to Check Torrents after Reboot!?

Post by Cas »

See http://dev.deluge-torrent.org/ticket/3011

Basically run deluged in the background or as a service.
Post Reply