This repository was archived by the owner on Nov 2, 2024. It is now read-only.
User trouble in sonarr/radarr/sabnzbd #985
Unanswered
ApriliaEdd
asked this question in
Help Needed
Replies: 1 comment 1 reply
-
Hey I am facing the same issue, radarr working fine but sonar keep giving me error cannot write to file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Great work on these scripts they are brilliant. I have recently used the sabnzbd, sonarr and radarr scripts and noticed a couple of issues, one of which I saw you fixed earlier regarding the version of unrar used in sabnzbd. Good job fixing this I may redeploy mine as I'm sure my many different tries to get this to work wont have helped as my linux skills are terrible.
The other issue I noticed was to do with the users that are used to install the applications within the scripts. I have a share mounted from my unraid server to give sonar/radarr/sabnzbd access to my media library when I edited the fstab file in the sonarr lxc it couldn't write to the share. I found that it was using a user called sonarr. once I change the uid in the fstab file it all worked well. I was then expecting similar behaviour from the radarr one but this worked using my uid.
I prefer not to have root ssh enabled if possible. I create my own admin user for ssh access and copy ssh keys over after the container is built.
I found a similar issue with node red when I wanted to copy and paste the contents of my packages.json file but as it was installed using root I could not do it over ssh (i didnt have root ssh enabled).
Would it be possible to have the option under advanced setup to add a user and password, make it sudo and then install the application using it? This way when I remote in via ssh using my admin user I have access to all the install locations.
thanks again for all your work.
Beta Was this translation helpful? Give feedback.
All reactions