Apple is releasing a new major update to their OS, named “Yosemite”. NZBDrone is the least worrying software of my usenet setup as it’s actively maintained (thanks!), but I thought I’d ask anyway: Has NZBDrone been tested on Yosemite? Anyone here used it and can report that there are (hopefully) no problems?
Maybe not much of an answer,but more of a suggestion.
I have recently decided to take my whole usenet/torrent/VPN setup and install it inside a virtual machine with virtualbox (free). System runs Lubuntu 14 (or any other flavor of linux you’d like, I’ve found Lubuntu does the job and is less of a resource hog in the GUI dept.). My setup is now platform-agnostic as I could take the VM over to virtually any other computer and be up and running in minutes with only minor tweaking for OS specific stuff (like shared drives/folders).
An added bonus is that the VM connects to my VPN and leaves the host OS connected normally to the net, so things like myPlex still work without any extra config / port-forwards (not all VPN providers give you this), etc…
I’m still on Mavericks as this machine is a hackintosh, and it’s running very well, and I’m really trying to fight off the urge to fix it 'til it’s broke.
It won’t start for me since I updated to yosemite. Any ideas?
Check mono, logs, knowing what it does do would be a start.
well I tried to run in debug mode. Here’s what I got:
$ mono --debug NzbDrone.exe
Symbol file /Applications/NzbDrone/NzbDrone.exe.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.exe
Symbol file /Applications/NzbDrone/NzbDrone.Common.dll.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.Common.dll
Symbol file /Applications/NzbDrone/NzbDrone.Host.dll.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.Host.dll
[Info] Bootstrap: Starting NzbDrone - /Applications/NzbDrone/NzbDrone.exe - Version 2.0.0.2064
Symbol file /Applications/NzbDrone/NzbDrone.SignalR.dll.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.SignalR.dll
Symbol file /Applications/NzbDrone/Microsoft.AspNet.SignalR.Core.dll.mdb doesn’t match image /Applications/NzbDrone/Microsoft.AspNet.SignalR.Core.dll
Symbol file /Applications/NzbDrone/NzbDrone.Core.dll.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.Core.dll
Symbol file /Applications/NzbDrone/NzbDrone.Api.dll.mdb doesn’t match image /Applications/NzbDrone/NzbDrone.Api.dll
Symbol file /Applications/NzbDrone/Marr.Data.dll.mdb doesn’t match image /Applications/NzbDrone/Marr.Data.dll
Symbol file /Applications/NzbDrone/FluentMigrator.dll.mdb doesn’t match image /Applications/NzbDrone/FluentMigrator.dll
Symbol file /Applications/NzbDrone/FluentMigrator.Runner.dll.mdb doesn’t match image /Applications/NzbDrone/FluentMigrator.Runner.dll
Symbol file /Applications/NzbDrone/FluentValidation.dll.mdb doesn’t match image /Applications/NzbDrone/FluentValidation.dll
Symbol file /Applications/NzbDrone/Exceptron.Client.dll.mdb doesn’t match image /Applications/NzbDrone/Exceptron.Client.dll
[Fatal] WindowsApp: EPIC FAIL: Unable to resolve type: NzbDrone.Common.EnvironmentInfo.IRuntimeInfo
TinyIoC.TinyIoCResolutionException: Unable to resolve type: NzbDrone.Common.EnvironmentInfo.IRuntimeInfo
at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in :0
at TinyIoC.TinyIoCContainer.Resolve (System.Type resolveType) [0x00000] in :0
at TinyIoC.TinyIoCContainer.Resolve[IRuntimeInfo] () [0x00000] in :0
at NzbDrone.Common.Composition.Container.Resolve[IRuntimeInfo] () [0x00000] in :0
at NzbDrone.Host.Bootstrap.GetApplicationMode (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00000] in :0
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, IUserAlert userAlert, System.Action`1 startCallback) [0x00000] in :0
at NzbDrone.WindowsApp.Main (System.String[] args) [0x00000] in :0
You should reinstall, it looks like sonarr (NzbDrone) was corrupted.
I tried to reinstall and I got an epic fail error as well. What’s the best way to reinstall?
this is what I get when I try to install:
[Info] Bootstrap: Starting NzbDrone - /Applications/NzbDrone/NzbDrone.exe - Version 2.0.0.2064
[Info] MigrationLogger: *** Migrating data source=/Users/marissalerer/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] MigrationLogger: *** Migrating data source=/Users/marissalerer/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Fatal] ConsoleApp: EPIC FAIL!
System.Data.SQLite.SQLiteException: database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, UInt32 timeoutMS, System.String& strRemain) [0x00000] in :0
at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x00000] in :0
Press any key to exit…
Thats a different error, your database is corrupt. You will need to restore it from a backup, this thread has more information, its a bit of a read, but should get you sorted, if you still have issues, let us know: EPIC FAIL on OSX
PS - please edit your posts instead of double posting.