I’m trying to get Sonarr to run on a SmartOS zone. I’m using mono-4.0.1. I’ve tried to install both the latest master branch on gitHub as well as the latest develop branch, but they end up failing to start at the same place. The logfile is in pastebin: http://pastebin.com/HnFV86Cz.
Is there a way for me to get past this problem, or at least find more information? Anyone else get this running on SmartOS?
Looks like something in mono isn’t working right, its failing within the framework. It may be how it was compiled or something else thats not supported.
Yes, I am using a pre-compiled version of mono. The two choices that I found for SmartOS, via pkgin, were mono-4.0.1 and mono-2.10.9. Given that Sonarr requires a mono 3.10 or above, I assumed that mono-2.10.9 would be a non-starter. I looked briefly looked into compiling mono for this, but being a neophyte, I ran into issues I didn’t know how to resolve. I might have to try that route again, though. Do you all compile your own mono? Is there anything special about it that’s required by Sonarr?