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?
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?