Sonarr dies shortly after startup. Not able to restart

Sonarr version (exact version): 2.0.0.5322
Mono version (if Sonarr is not running on Windows):5.20.1.19
OS: Ubuntu 18.04
Debug logs: https://1drv.ms/f/s!Ast8bjv7iwIKg9guNNh3iAol7Fz9Yg
Description of issue: After boot Sonarr is working fine for a few minutes and then suddenly freezes up. I am not able to shutdown Sonarr by running “systemctl stop sonarr.service”.

My service file is standard settings:

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

[Service]
User=administrator
Group=administrator

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

[Install]
WantedBy=multi-user.target

And this is what happens when I try to shut it down:

administrator@plex-support:~/.config/NzbDrone$ systemctl status sonarr.service
● sonarr.service - Sonarr Daemon
   Loaded: loaded (/lib/systemd/system/sonarr.service; enabled; vendor preset: enabled)
   Active: failed (Result: timeout) since Sat 2019-06-15 12:33:30 CEST; 17min ago
 Main PID: 1730
    Tasks: 2 (limit: 9250)
   Memory: 157.7M
   CGroup: /system.slice/sonarr.service
           └─2653 /usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser

Jun 15 11:48:18 plex-support mono[1730]: [Trace] DiskProviderBase: Deleting file: /mnt/b3d0989c-6015-4a48-b362-f8e4fc5c76a2/gdrive/TVshows/Swamp Thing (2019)/Season 1/Swamp Thing (2019) - S01E03 - He Speaks WEBDL-1080p.mkv.partial~
Jun 15 12:32:10 plex-support systemd[1]: Stopping Sonarr Daemon...
Jun 15 12:32:30 plex-support systemd[1]: sonarr.service: State 'stop-sigterm' timed out. Killing.
Jun 15 12:32:30 plex-support systemd[1]: sonarr.service: Killing process 1730 (mono) with signal SIGKILL.
Jun 15 12:32:50 plex-support systemd[1]: sonarr.service: Processes still around after SIGKILL. Ignoring.
Jun 15 12:33:10 plex-support systemd[1]: sonarr.service: State 'stop-final-sigterm' timed out. Killing.
Jun 15 12:33:10 plex-support systemd[1]: sonarr.service: Killing process 1730 (mono) with signal SIGKILL.
Jun 15 12:33:30 plex-support systemd[1]: sonarr.service: Processes still around after final SIGKILL. Entering failed mode.
Jun 15 12:33:30 plex-support systemd[1]: sonarr.service: Failed with result 'timeout'.
Jun 15 12:33:30 plex-support systemd[1]: Stopped Sonarr Daemon.

If I try to start Sonarr again I just get a msg that it is already running. The only way I have figured out how to start it again, is to reboot OS.

Until recently it worked “fine”, as in the web interface was often VERY slow at loading anything.

Furthermore I can add that all my media is stored in Google Drive which is mounted with Rclone and then again with MergerFS.

I really hope someone can help, as I am starting to get a bit desperate.

EDIT: I am also seeing these Mono errors on the terminal. Not sure if they mean anything:

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