Mono

Just trying to figured out if it’s detecting mono correctly, my build is 3.6.1 but, nzbdrone keeps throwing this error:

mono version is less than 3.2, upgrade for improved stability

nas@NAS:~$ mono --version
Mono JIT compiler version 3.6.1 (master/1910095 Mon Jul 7 00:55:00 EDT 2014)
Copyright © 2002-2014 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: sgen

Please let me know.

Thanks by the way thank you for the great work so far this has been great compared to sickbeard.

Which version of drone?

Version
2.0.0.1632

I am a bit confused though because it seems that I must have 2 versions of mono installed somewhere because, when the system (debian) reboots and auto starts nzbdrone it seems to start with a lesser version of mono, and then nzbdrone crashes, if I use mono --version it prints out the 3.6.1. sudo service nzbdrone start, runs with the correct mono version.

I am using this script: Method 2: LSB style init-script (Debian/Ubuntu)

Which I see has the mono version settings but what I am having a hard time understanding is it looking for the mono install directory or is it looking for just the version number.

Please advise.