SickChill simple install instructions

Status
Not open for further replies.

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Hey All,
Could someone put up or link me to installation instructions for SickChill. I deleted my Sickrage installation and just tried Sonnar and I'm not happy with that.

Much Thanks,
Jeff
 

SavageAUS

Patron
Joined
Jul 9, 2016
Messages
418
Hey All,
Could someone put up or link me to installation instructions for SickChill. I deleted my Sickrage installation and just tried Sonnar and I'm not happy with that.

Much Thanks,
Jeff
I know it’s not what you want but if you also install jackett in a jail and use that to add indexers to sonarr, sonarr will be just as good if not better that sickrage/chill.


Sent from my iPhone using Tapatalk
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
I know it’s not what you want but if you also install jackett in a jail and use that to add indexers to sonarr, sonarr will be just as good if not better that sickrage/chill.

Hey SavageAUS,
I am trying to install jackett and am having issues. To start I have Sabnzbd, couchpotato,Transmission and sonarr all in the same jail.
I followed these instructions;
pkg install -y jackett
pkg upgrade
sysrc jackett_enable=YES
service jackett start

and am now stuck here;
root@sabnzbd_1:/ # sysrc jackett_enable=YES
jackett_enable: -> YES
root@sabnzbd_1:/ # service jackett start
jackett does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d)
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
I followed the instructions here.
https://forums.freenas.org/index.ph...lidarr-jackett-ombi-transmission-organizr.58/

Thanks for the quick reply !
Now my brain hurts...lol.
Can I run these commands inside my Sabnzbd Jail shell ? Not sure I understand what iocage is ?

echo '{"pkgs":["mono","curl","ca_root_nss"]}' > /tmp/pkg.json
iocage create -n "jackett" -p /tmp/pkg.json -r 11.1-RELEASE ip4_addr="vnet0|<IP>/<MASK>" defaultrouter="<GATEWAY>" vnet="on" allow_raw_sockets="1" boot="on"
rm /tmp/pkg.json
iocage fstab -a jackett /mnt/tank1/apps/jackett /config nullfs rw 0 0
iocage exec jackett ln -s /usr/local/bin/mono /usr/bin/mono
iocage exec jackett "fetch https://github.com/Jackett/Jackett/releases/download/v0.9.1/Jackett.Binaries.Mono.tar.gz -o /usr/local/share"
iocage exec jackett "tar -xzvf /usr/local/share/Jackett.Binaries.Mono.tar.gz -C /usr/local/share"
iocage exec jackett rm /usr/local/share/Jackett.Binaries.Mono.tar.gz
iocage exec jackett "pw user add jackett -c jackett -u 818 -d /nonexistent -s /usr/bin/nologin"
iocage exec jackett chown -R jackett:jackett /usr/local/share/Jackett /config
iocage exec jackett mkdir /usr/local/etc/rc.d


Create an rc file for jackett using your favorite editor at /mnt/iocage/jails/jackett/root/usr/local/etc/rc.d/jackett

iocage exec jackett chmod u+x /usr/local/etc/rc.d/jackett
iocage exec jackett sysrc "jackett_enable=YES"
iocage exec jackett service jackett restart


Jeff
 
Status
Not open for further replies.
Top