-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonarr fails to start #3109
Comments
@ezekini Could you please try the following first:
If this still fails, please paste the full error log that matches the timestamps after doing the service restart above:
|
I tried the steps described but the service doesn't start. This is the error log as requested. Thank you
|
The database file Any backup available to restore this file from? There is a low chance to repair by dumping and recreating it:
Worst case is to remove the file, then it is re-created. But most settings and download lists are lost then, AFAIK. |
I could restore a backup db. Thank you |
Creating a bug report/issue
Required Information
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=25
G_DIETPI_VERSION_RC=3
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
Sonarr service fails to start. I tried reinstalling but no luck.
When running dietpi-software status Sonarr returns:
[FAILED] DietPi-Services | ● sonarr.service - Sonarr (NzbDrone) Daemon (DietPi)
Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2019-09-14 14:12:25 -03; 6s ago
Process: 9555 ExecStart=/usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr (code=exited, status=1/FAILURE)
Main PID: 9555 (code=exited, status=1/FAILURE)
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase (NzbDrone.Common.Composition.IContainer container) [0x00006] in <96f52d5e5b95442a89ae3bbf62e59664>:0
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00037] in <83751627b1fd4bb1b4a2a3075c439f56>:0
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007b] in <83751627b1fd4bb1b4a2a3075c439f56>:0
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00047] in <83751627b1fd4bb1b4a2a3075c439f56>:0
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00075] in <83751627b1fd4bb1b4a2a3075c439f56>:0
Sep 14 14:12:24 DietPi-rpi mono[9555]: at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0002f] in :0
Sep 14 14:12:24 DietPi-rpi mono[9555]: Press enter to exit...
Sep 14 14:12:25 DietPi-rpi systemd[1]: sonarr.service: Main process exited, code=exited, status=1/FAILURE
Sep 14 14:12:25 DietPi-rpi systemd[1]: sonarr.service: Unit entered failed state.
Sep 14 14:12:25 DietPi-rpi systemd[1]: sonarr.service: Failed with result 'exit-code'.
Extra details
The text was updated successfully, but these errors were encountered: