Sonarr fails to start after Ubuntu upgrade

Sonarr version (exact version): 2.0.0.4326
Mono version (if Sonarr is not running on Windows): 4.2.3.4
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: Good day. I recently upgraded my ubuntu server from 14 to 16. After the upgrade was successful, i started to check the services on my server. It was then discovered that Sonarr will no longer start. If i run the command mono --debug /opt/NzbDrone/NzbDrone.exe, below is the output:

[Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4326
[Info] MigrationLogger: *** Migrating data source=/root/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** Migrating data source=/root/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] Router: Application mode: Interactive
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://*:8989/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] RssSyncService: Starting RSS Sync
[Warn] FetchAndParseRssService: No available indexers. check your configuration.
[Info] DownloadDecisionMaker: No results found
[Info] RssSyncService: RSS Sync Completed. Reports found: 0, Reports grabbed: 0

Everything worked great before the upgrade of ubuntu.

The only thing that is displayed on the sonarr webpage is “Sonarr Ver.”

Thank you!

Have you tried another browser? Could be something cached incorrectly on the UI side, or failing to load.
Or try reinstalling Sonarr. sudo apt-get install --reinstall nzbdrone should do it.

Beyond that we’d need to see ((debug logs)) to see if any requests are failing.

Thank you. The webpage looks the same in another browser. Also, the reinstall of nzbdrone did not appear to help.

How can i find the debug logs? That may be a silly question but the log files located inside my user profile on the server, have not been updated since the day that i upgraded my server to ubuntu 16.

Thank you.

Use ps aux | mono to see which user sonarr is running under.

Should that user own all of the files/directories for sonarr?

I meant that Sonarr’s log files will be in that user’s home dir (~/.config/NzbDrone)

Thank you for the follow up. I think i’ve fixed the issue. It appeared to be caused by mono after/during the upgrade of Ubuntu. Now all that i’ve got to resolve is the ability to auto start sonarr.

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