@nicheplayer
pls can you check how it behave once you are on 2.0.0.5344??
Sonarr/Radarr services failed on v6.29.2 Topic is solved
Re: Sonarr/Radarr services failed on v6.29.2
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
Re: Sonarr/Radarr services failed on v6.29.2
Same crash as always. Sonarr devs are recommending I try rolling back my mono install to see if I can isolate where the trouble starts (and to see if it's in fact related to mono). Is there an easy way to do that rollback via DietPi/apt?
Re: Sonarr/Radarr services failed on v6.29.2
well you would need the debian package. But this needs to be provided by Sonarr. DietPi is just pulling the package from Sonarr. And there is just the last one. Other option is to build it yourself from source. But this is a manual step. So probably Sonarr guys can provide older version as debian package as this would be much easier.
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
Mine was stable enough to upgrade through the gui. Prob changing the source list is a good idea as mentioned already. Gui updated me to 2.0.0.5344 released March 14 2020.nicheplayer wrote: ↑Tue May 19, 2020 10:57 pmI'm going to try it. Gary, which version of sonarr did apt command give you? I wasn't picking up the most recent version of the software when I did it last....
So far 2 days uptime where it was an hour or two at best before.
Re: Sonarr/Radarr services failed on v6.29.2
Huh isnt mono coming from the main distro as listed in /etc/apt/sources.list.d/mono-xamarin.listJoulinar wrote: ↑Wed May 20, 2020 12:59 am well you would need the debian package. But this needs to be provided by Sonarr. DietPi is just pulling the package from Sonarr. And there is just the last one. Other option is to build it yourself from source. But this is a manual step. So probably Sonarr guys can provide older version as debian package as this would be much easier.
What version of mono is everyone running?
Code: Select all
mono --version
@nicheplayer If you have something older trydietpi@DietPi:~$ mono --version
Mono JIT compiler version 6.8.0.123 (tarball Tue May 12 15:31:43 UTC 2020)
Code: Select all
sudo apt update && apt upgrade
Re: Sonarr/Radarr services failed on v6.29.2
Also, make sure you have Mono installed in dietpi-software (i assume this is installed as a pre-req to sonarr/radarr), this should ensure you are pulling the latest from the repo:
Select Search
enter "mono" and tick it
Ok
Install
Code: Select all
sudo dietpi-software
enter "mono" and tick it
Ok
Install
-
- Posts: 39
- Joined: Sat Jan 12, 2019 11:06 pm
Re: Sonarr/Radarr services failed on v6.29.2
So we have the same sonarr version, same mono version yet yours still crashes.
Perhaps the issues aren't the same then? I assume yours only started with a recent update to dietpi like the rest?
Perhaps the issues aren't the same then? I assume yours only started with a recent update to dietpi like the rest?
-
- Posts: 39
- Joined: Sat Jan 12, 2019 11:06 pm
Re: Sonarr/Radarr services failed on v6.29.2
Guys, keep in mind that apt software packages updated in front of DietPi update. Means it executed apt update && apt upgrade. Therefore your Sonarr as well as Mono versions are updated as well.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team