[SOLVED] Permissions incorrectly set on downloaded files

UPDATE: Solved — the daemon I was running was running under the wrong username, hence the files created in that user’s name, and the permission errors

Version 2.0.0.5228
Mono Version 5.14.0.177
OS: Ubuntu 16.04
Debug logs: https://www.dropbox.com/s/rqj3g4f4dzkxlg3/sonarr.txt?dl=0
Logs show errors of, both of which I cannot figure out, because download folder and media library are all drwxrwsr-x

Description of issue:

I’ve been working on this for a few days and cannot seem to crack it.

Radarr runs beautifully with NZBget and Plex, but Sonarr is giving me troubles.

What I’ve narrowed it down to is the fact that when NZBget downloads a file, it doesn’t have proper permissions for Sonarr to write and automate the moving and such of the file. The permissions of each file are drwxr-xr-x and I think it needs to be drwxrwxr-x, because when I chmod the files in the /completed directly to 775 the automation will kick in and things will work.

I cannot figure out why Radarr handles all this smoothly through NZBget, but Sonarr won’t.

Any ideas what’s going on with the whole “files downloading without the permission to write” thing?

Would love some help here if anyone’s dealt with this before.

Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.