therealpure
Dabbler
- Joined
- Jan 6, 2014
- Messages
- 41
Running TrueNAS-13.0-U3.1.
I've followed these instructions here:
www.truenas.com
Except I didn't setup the users/groups part and put both radarr+sabnzbd into the same jail.
The both SAbnzbd + Radarr run fine, but radarr doesn't have permission to move the downloaded files due to write access.
The id for radarr gives
And for sabnzbd
I have tried to now retrospectively add in groups/users but having issues.
Typing
I get an error
Note that the sabnzbd download folder shows the following on typing "ls -l"
Despite that group/user having been created in the Truenas interface
Any advice? I could delete the jails and start again following steps exactly but I think there should be a way to fix it now its all working otherwise.
Update:
It seems to be a similar issue as shown here: https://www.truenas.com/community/t...ht-for-plex-radarr-sonarr-transmission.92385/
No solution was provided for that problem though.
I've followed these instructions here:
[HOW TO] Install and configure sonarr, radarr, transmission and sabnzbd (11.3-U3.2)
This is an updated version of this guide for 11.1-U5 In the previous guide there ended up being a lot of questions about permissions, so I'll include creating the dataset and share from the beginning in this guide. In order to use these plugins properly, you will need to have a usenet provider...

Except I didn't setup the users/groups part and put both radarr+sabnzbd into the same jail.
The both SAbnzbd + Radarr run fine, but radarr doesn't have permission to move the downloaded files due to write access.
The id for radarr gives
Code:
uid=352(radarr) gid = 352(radarr) groups =352(radarr)
And for sabnzbd
Code:
uid=350(_sabnzbd) gid=350(_sabnzbd) groups=350(_sabnzbd)
I have tried to now retrospectively add in groups/users but having issues.
Typing
Code:
chown -R testnewmedia:radarjailgroup /usr/local/sabnzbd
I get an error
Code:
chown: radarjailgroup: illegal group name
Note that the sabnzbd download folder shows the following on typing "ls -l"
Code:
drwxrwxrwx+ 2 _sabnzbd 1000 5 Dec 13 **FILENAME**
Despite that group/user having been created in the Truenas interface
Any advice? I could delete the jails and start again following steps exactly but I think there should be a way to fix it now its all working otherwise.
Update:
It seems to be a similar issue as shown here: https://www.truenas.com/community/t...ht-for-plex-radarr-sonarr-transmission.92385/
No solution was provided for that problem though.
Last edited: