Sonarr: Difference between revisions

From James's Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


12/2/18
12/2/18
    The newest version on mono (5.16) has bugs and breaks sonarr/radarr/jackett. Follow these steps to roll back to 5.14:
The newest version on mono (5.16) has bugs and breaks sonarr/radarr/jackett. Follow these steps to roll back to 5.14:


  sudo apt remove --purge --auto-remove mono-runtime
  sudo apt remove --purge --auto-remove mono-runtime
Line 18: Line 18:
  sudo apt update
  sudo apt update


  sudo apt install mono-runtime
  sudo apt install mono-complete
 
to run manually:
/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser

Latest revision as of 11:44, 2 December 2018

http://www.empirion.co.uk/linux/build-a-complete-linux-media-server-install-sonarr-downloader/

12/2/18 The newest version on mono (5.16) has bugs and breaks sonarr/radarr/jackett. Follow these steps to roll back to 5.14:

sudo apt remove --purge --auto-remove mono-runtime
sudo nano /etc/apt/sources.list.d/mono-official-stable.list

change:

deb https://download.mono-project.com/repo/debian stable-raspbianstretch main

to:

deb https://download.mono-project.com/repo/debian stable-raspbianstretch/snapshots/5.14.0.177 main
sudo apt update
sudo apt install mono-complete

to run manually:

/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser