So I have installed sonarr using the new GUI in the 11.2 nightlies. Everything gets installed fine and seems to be running fine. I mounted my media dataset to the jail. Sonarr can see it and browse it just fine. When I go to add existing series, sonarr tells me that I don't have permission to write to the directory. This makes sense because sonarr is running as user 'sonarr' and the dataset is owned by another user. In the old warden jail system I followed these instructions to change the user that sonarr starts/runs as:
The first, second, fourth and fifth command work fine. The third command doesn't because that directory doesn't exisit.
After I run the above commands I can no longer start sonarr. If I switch the user back to 'sonarr' then it starts just fine...but I don't have permission to write to the directory.
Anybody have any words of wisdom :)
Code:
pw useradd -n USER -u UID -d /nonexistent -s /usr/sbin/nologin service PLUGIN onestop chown -R USER:GROUP /var/db/PLUGIN sysrc 'PLUGIN_user=USER' service PLUGIN start
The first, second, fourth and fifth command work fine. The third command doesn't because that directory doesn't exisit.
After I run the above commands I can no longer start sonarr. If I switch the user back to 'sonarr' then it starts just fine...but I don't have permission to write to the directory.
Anybody have any words of wisdom :)
Last edited: