[Ubuntu] Download directory permission problem

General support for problems installing or using Deluge
Post Reply
karnalta

[Ubuntu] Download directory permission problem

Post by karnalta »

Hi,

I have installed deluged and deluge-web on my Ubuntu 12.04 server by following this guide.

All work fine, except that when I try to change the download destination directory to /mnt/raid5/torrents, I always get "Permission denied: /mnt/raid5/...." when I download a torrent.

I have tried to do :

Code: Select all

chown -R deluge:deluge /mnt/raid5/torrents
chmod -R 777 /mnt/raid5/torrents
But I still have the same error, I don't understand why it can"t have access with a chmod 777 on the directory ..

Thank for your help.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Ubuntu] Download directory permission problem

Post by Cas »

You should ask on Ubuntu irc/forums for help with permission setup, could be a mount options issue, also you must restart deluged after changing any permissions.
Post Reply