Permissions Problems Sabznbd and Headphone?

Status
Not open for further replies.

wreuel

Dabbler
Joined
Oct 26, 2012
Messages
47
Hello everybody, I'm having problems with some plugins installed on FreeNAS 8.3. In Sabznbd every time I add a new download it displays the following error:
02/11/2012 21:59:22,370 :: INFO :: [misc: 1337] Traceback:
Traceback (most recent call last):
** File "/ usr/pbi/sabnzbd-amd64/SABnzbd/sabnzbd/misc.py", line 1332, in set_chmod
**** os.chmod (path, permissions)
OSError: [Errno 1] Operation not permitted: '/mnt/Downloads/incomplete'




Headphones now when it tries to process and transfer the files to the destination folder is: "Can not read file: /mnt/Downloads/complete/MUSICAS/Alanis Morissette - Jagged Little Pill Acoustic [2005]/03 - Perfect.flac" checked permissions and they are all with 777

Thanks for the help!
 

wreuel

Dabbler
Joined
Oct 26, 2012
Messages
47
I resolve this problem with run this code:

Code:
chown -R media:media /mnt/Downloads/incopmlete
 
Status
Not open for further replies.
Top