Page 1 of 1

Torrents restarts from 0% when booting system

Posted: Fri Apr 04, 2014 7:30 pm
by pdario
Hello, I can't undestand why my torrents restart from 0% when I boot system.

deluged starts at system boot with init.d script.

When it runs, if I stop it with

Code: Select all

deluge-console halt
and then

Code: Select all

service deluge-daemon start
it seems it can catch up where it left.

If I

Code: Select all

deluge-console halt
then

Code: Select all

shutdown now
and then boot again, I find torrents restarted with these log lines:

Code: Select all

[WARNING ] 00:00:22 torrentmanager:294 Unable to open /var/lib/deluged/.config/deluge/state/************************************.torrent: [Errno 2] No such file or directory: '/var/lib/deluged/.config/d
eluge/state/***********************************.torrent'
[WARNING ] 00:00:22 torrentmanager:319 Unable to delete the fastresume file: [Errno 2] No such file or directory: '/var/lib/deluged/.config/deluge/state/***********************************.fastresume'
After that, torrents restart and I can only find

Code: Select all

************************************.torrent
file in the

Code: Select all

/var/lib/deluged/.config/deluge/state/
directory.

Do you know what should I check?

Thank you!