Can't move files to new location (Deluge-web)
Posted: Tue Dec 08, 2015 9:02 pm
I'm running Debian Jessie, and deluged/deluge-web are set up to run as user deluge via systemd as per the userguides. All that seems to be working fine, torrents download fine, they even move to a completed directory when finished.
What doesn't seem to want to work is the 'Move Storage' option in deluge-web. I get the following errors in the deluge-web log file:
I've checked the permissions for the location, they're owned by my user account (kelly), but with permissions for the group users, which the user deluge is a member of. So I don't think permissions are the cause here?
Any ideas?
What doesn't seem to want to work is the 'Move Storage' option in deluge-web. I get the following errors in the deluge-web log file:
Code: Select all
[ERROR ] 20:49:45 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.move_storage([u'd4da65275118bac5057aca6c1e2724544adaf0a8', u'2edf4955ca19ed4bbe910a7b039b4f92d0bb9505', u'd5c047d7a81ba0c87374da3d7215944ff53aa063', u'cdd953925b70a0b6de521a942cd86ae4bb5dd63c', u'06216b3dd6814925dd46c90ee834c55c6338df33', u'c4548c62451e52948e79c6e1b98f1bbad5ccbda3', u'1c57a95f6274dd0b2796dfe678576ac5664f0946', u'1c8f7e734ca97bbf4b7cf7062258c84483f42f73'], /media/raid/Downloads/ISOs)
--------------------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 299, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 402, in move_storage
if not self.torrentmanager[torrent_id].move_storage(dest):
File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 846, in move_storage
os.makedirs(dest)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError:
Any ideas?