Sonarr/Radarr services failed on v6.29.2 Topic is solved
Re: Sonarr/Radarr services failed on v6.29.2
I meant just ssh into your pi as dietpi then run that command. I.e. don't run as root. Just trying to make sure ownership stays as dietpi
Re: Sonarr/Radarr services failed on v6.29.2
Will do, so far so good. I would have thought lots of people would have been complaining if it was a general sonarr issue, but it seems to be only dietpi users (from what I can see).
-
- Posts: 39
- Joined: Sat Jan 12, 2019 11:06 pm
Re: Sonarr/Radarr services failed on v6.29.2
FWIW, I've embarked down the path of rolling back mono (with the guidance of Taloth on the sonarr support discord) until I get to a version on which sonarr doesn't crash. I just did 6.6 with no luck. Running 6.4 now and haven't crashed yet. Here are the steps I'm doing for each version:
--Stop Sonarr: sudo service sonarr stop
--Remove mono & sonarr: apt remove mono-complete mono-runtime nzbdrone
--Auto remove: apt auto-remove
--Confirm mono removal: apt-mark showauto | grep mono
--Modify mono-xamarin.list to replace raspbianstretch with raspbianstretch/snapshots/6.x: nano /etc/apt/sources.list.d/mono-xamarin.list
--Run: apt update
--Run: apt install mono-complete nzbdrone
--Start Sonarr: sudo service sonarr start
--After crash, output log to file: journalctl -u sonarr -n100 > ~/crash-mono-6.6.log
--Stop Sonarr: sudo service sonarr stop
--Remove mono & sonarr: apt remove mono-complete mono-runtime nzbdrone
--Auto remove: apt auto-remove
--Confirm mono removal: apt-mark showauto | grep mono
--Modify mono-xamarin.list to replace raspbianstretch with raspbianstretch/snapshots/6.x: nano /etc/apt/sources.list.d/mono-xamarin.list
--Run: apt update
--Run: apt install mono-complete nzbdrone
--Start Sonarr: sudo service sonarr start
--After crash, output log to file: journalctl -u sonarr -n100 > ~/crash-mono-6.6.log
Re: Sonarr/Radarr services failed on v6.29.2
is it running stable using mono 6.4 now?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Sonarr/Radarr services failed on v6.29.2
what is blocking to remove mono?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Sonarr/Radarr services failed on v6.29.2
its ok. i removed via Dietpi-Software...
now running from a manual install of Mono and Sonarr
It will obviously wont have all the extra setup that are applied to the install done by Dietpi-software... eg permission hardenning
and whatever else it did.
so left it at its out of the box Get ready to use stage. just to see if it runs OK with nothing added to it.
Version 2.0.0.5344
Mono Version 5.20.1.34
AppData directory /root/.config/NzbDrone
Startup directory /opt/NzbDrone
now running from a manual install of Mono and Sonarr
It will obviously wont have all the extra setup that are applied to the install done by Dietpi-software... eg permission hardenning
and whatever else it did.
so left it at its out of the box Get ready to use stage. just to see if it runs OK with nothing added to it.
Version 2.0.0.5344
Mono Version 5.20.1.34
AppData directory /root/.config/NzbDrone
Startup directory /opt/NzbDrone
-
- Posts: 39
- Joined: Sat Jan 12, 2019 11:06 pm
Re: Sonarr/Radarr services failed on v6.29.2
@Joulinar is there an update log file for the DietPi update to 6.29?
Re: Sonarr/Radarr services failed on v6.29.2
Not sure if the update is storing detailed logs. Something to ask @MichaIng
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 39
- Joined: Sat Jan 12, 2019 11:06 pm