Hi all, searched and couldn’t find anything that shed light on the issue I’m having.
After following the directions here: https://github.com/NzbDrone/NzbDrone/wiki/Installation#wiki-linux
I wind up with the following output, but nothing by a series of dots moving back and forth when I load http://localhost:8989
Browser is Chromium 29.0.1547.57
Debian Version
$ cat /etc/issue
Debian GNU/Linux jessie/sid
\l
Mono Version
$ mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg2-11)
Copyright © 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
Command output
$ mono /opt/NzbDrone/NzbDrone.exe
[Info] Bootstrap: Starting NzbDrone Console. Version 2.0.0.1236
[Info] MigrationLogger: *** Migrating data source=/home/user/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] MigrationLogger: *** Migrating data source=/home/user/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] Router: Application mode: Interactive
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://:8989/
[Info] OwinHostController: https://:9898/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] SceneMappingService: Updating Scene mapping
[Info] HousekeepingService: Running housecleaning tasks
[Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured
[Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured
Is there a step I’m overlooking? Or a package that may have been missed?