
Nzbget.x86_64: E: non-readable /etc/nzbget. Nzbget.x86_64: W: non-standard-uid /etc/nf nzbget Nzbget.x86_64: W: spelling-error %description -l en_US newsgrabber -> news grabber, news-grabber, grabber : Spec file according to URL is the same as in SRPM. Note: Arch-ed rpms have a total of 2385920 bytes in /usr/share : Large data in /usr/share should live in a noarch subpackage if package : Rpmlint is run on all installed packages. : Spec use %global instead of %define unless justified. : Sources can be downloaded from URI in Source: tag NZBget cannot create any new directories (3a). : Packager, Vendor, PreReq, Copyright tags should not be in spec file Currently, I cant get my permissions to work at all it seems. : Fully versioned dependency in subpackages if applicable. : No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
NZBGET CREATED FILE PERMISSIONS PATCH
I'm certain that I'm not handling permissions correctly, but I don't know what else to do.- Please add a comment for each patch explaining what they are doing

Rm: /management/nzbget/downloads/intermediate/a12E3vdklK8KKdn/: Permission denied My only issue is, that all folders created by NZBGet seem to have the owner 'Unix User911' and permissions set to 755. $ rm -R /management/nzbget/downloads/intermediate/a12E3vdklK8KKdn/ Just tested the following command and it does not work on the mounted share but on local path. Everything is configured and working fine. $ ls -l /management/nzbget/downloads/intermediate/ĭrwx rwxr-x 2 root autoagent 512 Jul 4 11:05 a12E3vdklK8KKdn $ ls -l /management/nzbget/downloads/ | grep interĭrwxr-xr-x 3 root autoagent 512 Jul 4 11:05 intermediate rw-r-r- 1 sadmin autoagent 5156582 Jul 3 18:22 nĭrwxr-xr-x 8 sadmin autoagent 512 Jul 4 10:35 downloads This works the opposite of umask, so this should be set to: Files: 0664, Folders: 0775. Sonarr has a similar option hidden in settings (turn on advanced settings): Permissions - File chmod mask / Folder chmod mask. I have logged out and logged back in to no effect. You could set the umask in nzbget to '002', which means newly created files/folders will get permission rw-rw-r or rwxrwxr-x, resp. The file tree uses a group called autoagent, and sadmin is part of the autoagent group. I am able run ls and cd in the entire file tree leading to the directory and I can change into the directory. rwx is set for the directory I wish to rm. For some reason, nzbget is creating the queue file with the permissions 002 so only other users can write.

My user is in the group for all directories leading up to the directory I want to move.
NZBGET CREATED FILE PERMISSIONS RAR
I think the way it works is the download happen to the tmp directory (on the same volume) and the rar command is to the /volume1/Public/tv (specified by Sonarr) location and NZBget can not create the directory in that location for permission issues.

I am slowly learning FreeBSD through a home server build and have run into a permissions issue that I can't seem to resolve despite a great deal of searching.Īs my admin user "sadmin", when trying to rm -R a directory, I get permission denied. The volume has about 15 TB free, so that should not be the issue.
