Page 1 of 1

Deluge 1.3.13 Move Completed & Move Storage Don't work

Posted: Mon Apr 10, 2017 9:28 pm
by Pamiro
I'm using Deluge on a Synology ds216 play NAS and it seems just recently the Move Completed and Move Storage options stopped working for me. All the files are saving in incomplete.

Anyone run into this issue?

Re: Deluge 1.3.13 Move Completed & Move Storage Don't work

Posted: Tue Apr 11, 2017 7:53 am
by shamael
Hi Pamiro,

What tells the log of deluged (enable it if necessary)? No permission issue on the target folder?

Re: Deluge 1.3.13 Move Completed & Move Storage Don't work

Posted: Tue Apr 11, 2017 9:08 am
by Pamiro
I figured it out.

When i installed deluge it was as the Admin. But the folders for sorting download with deluge labels on complete were created by another user. Even though both are admins the Deluge didn't know what to do. As soon as I changed the folder permissions for other users it worked. It was stupid once i figured out that looking at the folder permissions on ssh login.

solved it myself. Also in the future I don't know how to access the actual deluge logs with synology installs. It's not stored in the normal deluge linux location.

Re: Deluge 1.3.13 Move Completed & Move Storage Don't work

Posted: Fri Apr 14, 2017 9:35 am
by shamael
I guess you have to alter the command launching the daemon, depending of your system (systemV or systemD) select the correct section http://dev.deluge-torrent.org/wiki/UserGuide/Service

Fro systemd the result should be similar to:
/usr/bin/deluged -d -l /var/log/deluge/daemon.log -L info
(create folder first w/ right permission as described)