DWELLER_ZA
Dabbler
- Joined
- Jun 5, 2016
- Messages
- 19
Hi All,
I've fairly new to Jails and CLI in BSD, and I need some assistance please.
I'm running: FreeNAS-9.10-MASTER-201608240406 (0e8142f)
I'm trying to configure a standard Jail to run: Sabnzbd, CouchPotato and Sonarr.
I got Sabnzbd and CouchPotato running with no problems at all, but Sonarr is a major pain in the backside.
I'm also a first time Sonarr user. Migrating from SickRage.
I installed it first with the "pkg install sonarr" and enabled it in the rc.conf file. It doesn't start up. Even with a manual "service sonarr start" command. I just get the message "Starting sonarr." with nothing happening.
A screenshot of my Jail config within FreeNAS:
Mono Version:
My rc.conf
When I manually try to start it up with mono in debug mode:
When I look at the logs located here: /usr/local/sonarr/logs
There is no indication why Sonarr doesn't start up. As in, there is nothing in them of me even attempting to start up Sonarr. The info in there is from the first run when it started up fine. I'll paste them below:
Sonarr.Debug.txt:
Sonarr.Trace.txt:
Sonarr.txt: http://pastebin.com/Z5wH4UDv
My config.xml from Sonarr:
I've fairly new to Jails and CLI in BSD, and I need some assistance please.
I'm running: FreeNAS-9.10-MASTER-201608240406 (0e8142f)
I'm trying to configure a standard Jail to run: Sabnzbd, CouchPotato and Sonarr.
I got Sabnzbd and CouchPotato running with no problems at all, but Sonarr is a major pain in the backside.
I'm also a first time Sonarr user. Migrating from SickRage.
I installed it first with the "pkg install sonarr" and enabled it in the rc.conf file. It doesn't start up. Even with a manual "service sonarr start" command. I just get the message "Starting sonarr." with nothing happening.
A screenshot of my Jail config within FreeNAS:

Mono Version:
root@Downloads:/usr/local/sonarr/logs # mono -V
Mono JIT compiler version 4.4.2 (Stable 4.4.2.11/f72fe45 Tue Aug 16 01:55:53 UTC 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notification: kqueue
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
My rc.conf
portmap_enable="NO"
sshd_enable="NO"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
hostname="Downloads"
devfs_enable="YES"
devfs_system_ruleset="devfsrules_common"
inet6_enable="YES"
ip6addrctl_enable="YES"
sonarr_enable="YES"
sabnzbd_enable="YES"
couchpotato_enable="YES"
When I manually try to start it up with mono in debug mode:
/usr/local/share/sonarr # /usr/local/bin/mono --debug /usr/local/share/sonarr/NzbDrone.exe
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Abort
root@Downloads:/usr/local/share/sonarr #
When I look at the logs located here: /usr/local/sonarr/logs
There is no indication why Sonarr doesn't start up. As in, there is nothing in them of me even attempting to start up Sonarr. The info in there is from the first run when it started up fine. I'll paste them below:
Sonarr.Debug.txt:
16-9-10 09:25:09.7|Info|Bootstrap|Starting Sonarr - /usr/local/share/sonarr/NzbDrone.exe - Version 2.0.0.4230
16-9-10 09:25:09.9|Info|AppFolderInfo|Data directory is being overridden to [/usr/local/sonarr]
Sonarr.Trace.txt:
16-9-10 09:25:09.7|Info|Bootstrap|Starting Sonarr - /usr/local/share/sonarr/NzbDrone.exe - Version 2.0.0.4230
16-9-10 09:25:09.9|Info|AppFolderInfo|Data directory is being overridden to [/usr/local/sonarr]
Sonarr.txt: http://pastebin.com/Z5wH4UDv
My config.xml from Sonarr:
<Config>
<LogLevel>Trace</LogLevel>
<Port>8989</Port>
<UrlBase></UrlBase>
<BindAddress>*</BindAddress>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey>dcb50836f4ed4bd3a690eddbce475475</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<Branch>master</Branch>
</Config>

Last edited: