I had it running but not now.
greg@movies:~$ mono --version
Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1)
ubuntu 18.04
I can’t give you any more info above as Its not running (I am not sure about the mono version either).
Below is all the info that I have on this and Sonarr is not alone with this problem. As I said above, I had it running and it stopped and then all the fun started.
/etc/systemd/service/sonarr.service:
[Unit]
Description=Sonarr Daemon
After=network.target
[Service]
User=nzbdrone
Group=greg
Type=simple
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target\
Terminal Stuff:
reg@movies:~$ sudo systemctl status sonarr
● sonarr.service - Sonarr Daemon
Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-05-22 13:59:32 PDT; 45min ago
Main PID: 28891 (code=exited, status=217/USER)
May 22 13:59:32 movies systemd[1]: sonarr.service: Service hold-off time over, scheduling restart.
May 22 13:59:32 movies systemd[1]: sonarr.service: Scheduled restart job, restart counter is at 5.
May 22 13:59:32 movies systemd[1]: Stopped Sonarr Daemon.
May 22 13:59:32 movies systemd[1]: sonarr.service: Start request repeated too quickly.
May 22 13:59:32 movies systemd[1]: sonarr.service: Failed with result ‘exit-code’.
May 22 13:59:32 movies systemd[1]: Failed to start Sonarr Daemon.
greg@movies:~$ sudo systemctl restart sonarr
greg@movies:~$ sudo systemctl status sonarr
● sonarr.service - Sonarr Daemon
Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-05-22 14:45:53 PDT; 1s ago
Process: 30641 ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser (code=exited, status=217/USER)
Main PID: 30641 (code=exited, status=217/USER)
May 22 14:45:53 movies systemd[1]: sonarr.service: Service hold-off time over, scheduling restart.
May 22 14:45:53 movies systemd[1]: sonarr.service: Scheduled restart job, restart counter is at 5.
May 22 14:45:53 movies systemd[1]: Stopped Sonarr Daemon.
May 22 14:45:53 movies systemd[1]: sonarr.service: Start request repeated too quickly.
May 22 14:45:53 movies systemd[1]: sonarr.service: Failed with result ‘exit-code’.
May 22 14:45:53 movies systemd[1]: Failed to start Sonarr Daemon.
greg@movies:~$ sudo systemctl status couchpotato
● couchpotato.service - CouchPotato application instance
Loaded: loaded (/etc/systemd/system/couchpotato.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-05-22 14:42:25 PDT; 3min 48s ago
Process: 30531 ExecStart=/var/www/CouchPotatoServer/CouchPotato.py (code=exited, status=216/GROUP)
Main PID: 30531 (code=exited, status=216/GROUP)
May 22 14:42:25 movies systemd[1]: Started CouchPotato application instance.
May 22 14:42:25 movies systemd[30531]: couchpotato.service: Failed to determine group credentials: No such proc
May 22 14:42:25 movies systemd[30531]: couchpotato.service: Failed at step GROUP spawning /var/www/CouchPotatoS
May 22 14:42:25 movies systemd[1]: couchpotato.service: Main process exited, code=exited, status=216/GROUP
May 22 14:42:25 movies systemd[1]: couchpotato.service: Failed with result ‘exit-code’.
lines 1-11/11 (END)