Sonarr - upgraded to Ubuntu 16.04 and can't get systemctl to work

Sonarr version (exact version):
Version2.0.0.4326
Mono Version4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)
Mono version (if Sonarr is not running on Windows):
Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)
Copyright © 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
OS: Ubuntu 16.04
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
systemctl fails on startup
sonarr.service - Sonarr Daemon
Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; vendor preset: e
Active: inactive (dead) (Result: exit-code) since Thu 2016-10-27 21:26:08 BST
Process: 5008 ExecStart=/usr/lib/mono /opt/NzbDrone/NzbDrone.exe -nobrowser (c
Main PID: 5008 (code=exited, status=203/EXEC)

Oct 27 21:26:08 Tenth systemd[1]: sonarr.service: Service hold-off time over, sc
Oct 27 21:26:08 Tenth systemd[1]: Stopped Sonarr Daemon.
Oct 27 21:26:08 Tenth systemd[1]: sonarr.service: Start request repeated too qui
Oct 27 21:26:08 Tenth systemd[1]: Failed to start Sonarr Daemon.
narr.service; enabled; vendor preset: enabled)
-code) since Thu 2016-10-27 21:26:08 BST; 6s ago
/opt/NzbDrone/NzbDrone.exe -nobrowser (code=exited, status=203/EXEC)
/EXEC)

.service: Service hold-off time over, scheduling restart.
d Sonarr Daemon.
.service: Start request repeated too quickly.
to start Sonarr Daemon.

Same issue with jackett. Seems to be an issue starting mono services from systemctl. Works fine if launched from command line.

sonarr.service …

[Unit]
Description=Sonarr Daemon
After=syslog.target network.target

[Service]
User=xxxxxx
Group=xxxxxx

Type=simple
ExecStart=/usr/lib/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

Does it work if you run /usr/lib/mono /opt/NzbDrone/NzbDrone.exe -nobrowser at the prompt? Since Jackett also isn’t working I’d make sure mono is working properly (maybe re-install it?).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.