Permissions

Jord9857

Explorer
Joined
Apr 28, 2020
Messages
74
Hi all,

I've updated my system to TRUENAS 13.0-U3.1 from TRUENAS 12.0 and before that was using FREENAS a while ago

My plugins have also been updated with their jails to the latest, all the other plugins are ok like sonarr which was set up the exact same code however I cannot get radarr to work - it had no gui ('refused the connection', was running etc) after the update so I've re-installed several times using this code to set permissions and it doesn't start the service again or show gui again - used to work on 12.0 and FREENAS

Code:
iocage exec radarr service radarr stop

iocage exec radarr "pw user add media -c media -u 8675309 -d /nonexistent -s /usr/bin/nologin"

iocage exec radarr "pw groupadd -n media -g 8675309"

iocage exec radarr "pw groupmod media -m radarr"

iocage exec radarr chown -R media:media /usr/local/radarr

iocage exec radarr sysrc 'radarr_user=media'

iocage exec radarr sysrc 'radarr_group=media'

iocage exec radarr mkdir -p /downloads

iocage exec radarr chown -R media:media /downloads

iocage exec radarr service radarr start


Tried ps aux then creating users with the same ID as the default radarr user but doesn't seem to make a difference.

The directory is owned by root:wheel beforehand and even going in and changing this to media:media or root:media or back to root:wheel or giving chmod -R 777 to the directory doesn't make a difference.


Any suggestions much appeciated

Cheers
 

Attachments

  • radarr error.JPG
    radarr error.JPG
    50.7 KB · Views: 94
Last edited:
Top