deluged starts at system boot with init.d script.
When it runs, if I stop it with
Code: Select all
deluge-console halt
Code: Select all
service deluge-daemon start
If I
Code: Select all
deluge-console halt
Code: Select all
shutdown now
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'
Code: Select all
************************************.torrent
Code: Select all
/var/lib/deluged/.config/deluge/state/
Do you know what should I check?
Thank you!