I’m trying to get Sonarr running on a pogoplug, which uses armv5tel. I installed mono from the official repo, which gave me this:
$ mono --version
Mono JIT compiler version 4.4.0 (Stable 4.4.0.40/f8474c4 Mon Mar 28 07:45:38 MDT 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+fallback
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
So then I installed sonarr via aur. I try to run it and all I get is this:
$ mono --debug NzbDrone.exe
Illegal instruction (core dumped)
Unfortunately I know so little about mono and sonarr that I don’t know where to begin. I really don’t want to go back to sickrage, so any advice would be much appreciated.