I can’t update sonarr to “2.0.0.3530 - Oct 20 2015”
I’m on a Raspberry PI2: (Wheezy)
Version 2.0.0.3527
Mono Version 3.10.0 (mono-3.10.0-branch/ce003f4 Tue Nov 25 20:18:29 UTC 2014)
AppData directory: /home/pi/.config/NzbDrone
Startup directory: /opt/NzbDrone
# user
RUN_AS=pi
# path to mono bin
DAEMON=/usr/local/bin/mono
If you run mono --version (not the full path to mono) as the pi user do you get the version back?
I suspect the issue is the full path is being used when starting Sonarr as the pi user and it works, but the pi user isn’t able to run mono directly because it can’t find it on the path, so it will need to be added so the pi user can see where mono is.