Page 1 of 1

Avoid state: Checking Resume Data on restart

Posted: Sat Oct 29, 2011 4:28 pm
by H320
Hi,

When I restart my deluge I always get a huge amount of my torrents that get as status "Checking Resume Data":

Code: Select all

set_state_based_on_ltstate: Checking Resume Data
And those torrents go to the status "Checking" one after each other.

It's take a while to check all those torrents. Is there a way to prevent this situation ?

I tried:

Code: Select all

killall deluged
and the init script:
http://dev.deluge-torrent.org/wiki/User ... ipt/Ubuntu

Re: Avoid state: Checking Resume Data on restart

Posted: Sat Oct 29, 2011 5:43 pm
by Cas
This normally only happens if deluged is not closing cleanly thus not saving the torrent state. You should check the logs for errors on shutting down.

Currently there is no way around this however there is an open ticket and will be addressed in future releases.