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
Thank for your help.