Nzbdrone process running by UID and not user

**Sonarr version 2.0.0.5225
Mono version (if Sonarr is not running on Windows):
OS: Synology, in Docker container

Description of issue:
Sonarr is no longer able to move files to my TV folder. On my NAS, I saw that NZBDrone was not running with my assigned user account; rather, with a UID:

ps aux | grep nzbdrone
root      1988  0.0  0.0  23128   964 pts/2    S+   19:57   0:00 grep --color=auto nzbdrone
265802   14178  129  0.0 2083488 2956 ?        Sl   May26 44790:41 /usr/local/mono/bin/mono /volume1/@appstore/nzbdrone/share/NzbDrone/NzbDrone.exe

Looks like 265802 is a UID maybe? It’s definitely not for the assigned user account to run the app.
I tried a good ol restart with no luck, and it still won’t run with the assigned account I created for it. I’m not sure how to fix this, and I didn’t see similar posts within the forum.

anyone come across this before?
I found the UID referenced in the etc/group file

nzbdrone:x:265802:
postfix:x:125:postfix
postgres:x:55:
radarr:x:102788:
root:x:0:root
rpc:x:32:
sc-download:x:65539:,sc-radarr
sc-media:x:65536:sickbeard-custom,
sc-syncthing:x:65537:sickbeard-custom,syncthing
sickrage:x:211247:
smmsp:x:25:
SynoFinder:x:195341:
SynologyGuests:x:106:
system:x:1:system
users:x:100:papabear,apps
video:x:65538:
wheel:x:10:
wheel_1492662220:x:9:
root@NAS:/volume1/@appstore/radarr/app# ps aux | grep nzbdrone
265802   14178  129  0.0 2083488 2920 ?        Rl   May26 71255:26 /usr/local/mono/bin/mono /volume1/@appstore/nzbdrone/share/NzbDrone/NzbDrone.exe
root     24030  0.0  0.0  23132   968 pts/3    S+   23:02   0:00 grep --color=auto nzbdrone

Looks like I answered my question thanks to another post. I followed this post to fix the issue. Looks like after I had SAB configured to notify whenever downloads don’t complete, it caused permissions problems for moving completed downloads.

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