Sonarr version (exact version): 2.0.0.4146 Mono version (if Sonarr is not running on Windows): OS: Ubuntu4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016) Description of issue:
It appears when retrieving data from a torrent (transmission daemon), the chgrp/chown feature in the permission section is not being applied.
Files are being correctly pulled in, sorted and renamed, except they keep the permissions associated with the transmission user.
Its failing to change the permissions. Only root can change the owner (or give files away), at best you’re going to be able to change the group unless you’re running Sonarr as root (which you shouldn’t).
Cory or hardlink depending on the same, I’m not sure how permissions apply in those cases, but the error is coming from the OS, so something is preventing it from changing.
You are right. Its an OS level error, which implies Sonarr is trying to change something, but cannot.
I will have to mess around with the group and uname settings for the flies output.