Permission Issues

Status
Not open for further replies.

hpnas

Dabbler
Joined
May 13, 2012
Messages
29
I am using nzbget with freenas providing a CIFs share to the nzbget CentOS VM. However, I keep having write issues in the logs of nzbget

Fri Jan 27 2017 14:16:58 nzbget.conf(46): Invalid value for option "NzbDir" (/mnt/video/download/nzb): could not create directory /mnt/video/download/nzb:
ERROR Fri Jan 27 2017 14:16:58 nzbget.conf(52): Invalid value for option "QueueDir" (/mnt/video/download/queue): could not create directory /mnt/video/download/queue:
ERROR Fri Jan 27 2017 14:16:58 nzbget.conf(55): Invalid value for option "TempDir" (/mnt/video/download/tmp): could not create directory /mnt/video/download/tmp:

On the nzbget VM it shows these permissions on the share
drwxrwxr-x. 2 65534 root 0 Jan 27 14:28 download

I assume 'other' requires write access but when I try to chmod from the freenas CLI I get the following error:

/mnt/pool/share/video# chmod 777 download/
chmod: download/: Operation not permitted

Any ideas?
 
D

dlavigne

Guest
I assume 'other' requires write access but when I try to chmod from the freenas CLI I get the following error:

/mnt/pool/share/video# chmod 777 download/
chmod: download/: Operation not permitted

Any ideas?

That's to be expected on a CIFS share as chmod would clobber the ACLs. Instead, edit the permissions from a Windows system.
 
Status
Not open for further replies.
Top