Well, looks like I mucked up my nzbdrone install. I wanted to update Mono to a newer version, and in doing so it looks like I seriously messed up something (I think its because after I removed the repository-installed mono, I apt-get autoremove’d nzbdrone. Not smart).
So I updated mono (to 3.8, probably not a good version either), reinstalled nzbddrone, and now I’m getting these errors:
System.Data.SQLite.SQLiteException: SQL logic error or missing database
no such column: t0.Protocol
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 <filename unknown>:0
at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x00000] in <filename unknown>:0
A bunch of them. So I tried rolling back to the original version of Mono, and still get the errors. Is this a db corruption? Oye!
Thanks for any help.