Sickrage plugin will not start after last update

Christopher Ward

Contributor
Joined
May 14, 2015
Messages
104
Just searching and i found this, i'm also on the same boat, i thought i broke it by messing with permissions but after i saw this thread i don't think i'm the problem

I saw sickrage say incorrect version number, updated sickrage and now it wont come back on

All my plugins are in the same jail as well and they all work except sickrage

Anyway to fix this? i'm a beginner so a step by step guide would be appreciated
 

marcevan

Patron
Joined
Dec 15, 2013
Messages
432
I abandoned Sickrage to go back to Sickbeard for Sabnzbd use. Works much better.
 

sp00nlude

Dabbler
Joined
Sep 10, 2016
Messages
21
This is what happened to me apparently, but for some reason I can't even get Sonarr to start the service by installing the plugin. Is there a guide to install Sonarr manually?
 

sp00nlude

Dabbler
Joined
Sep 10, 2016
Messages
21
I found this guide and installed my first iocage jail. Everything ran fine until I tested reboot, on reboot the jail service appears to be running but I am not able to reach my jail ip:8989 for sonarr.
 

Bruce Wilfong

Explorer
Joined
Mar 25, 2016
Messages
85
okay I cant figure it out, sickrage busted, tried to install SickChill but cant get it to start. Currently running the Sickrage pbi in a sabnzb jail, can someone give me the steps on how to update to SickChill ?
 

Michal Sad

Cadet
Joined
Dec 17, 2015
Messages
2
Here are steps I did to upgrade my SickRage to SickChill, hope this is more helpfull (again some steps taken from: https://forums.freenas.org/index.ph...or-quits-right-after-start.51178/#post-354734):

Code:
sed -i '.bak' -e 's@^git_remote_url = .*$@git_remote_url = https://github.com/SickChill/SickChill.git@g' /var/db/sickrage/config.ini*
rm config.ini*.bak

rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
wget https://github.com/SickChill/SickChill/archive/v2018.10.13-2.tar.gz
tar xzf v2018.10.13-2.tar.gz
mv SickChillv2018.10.13-2 /usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm v2018.10.13-1.tar.gz
service sickrage restart


Tested in a clean SickRage jail.
 
Last edited:

tstorm

Explorer
Joined
Jan 5, 2015
Messages
69
Code:
sed -i '.bak' -e 's@^git_remote_url = .*$@git_remote_url = https://github.com/SickChill/SickChill.git@g' /var/db/sickrage/config.ini*
rm config.ini.bak*

rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
wget https://github.com/SickChill/SickChill/archive/v2018.10.13-2.tar.gz
tar xzf v2018.10.13-2.tar.gz
mv SickChill-2018.10.13-2 /usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm v2018.10.13-2.tar.gz
service sickrage restart



Fixed a few things in your code, it worked when I did service sickrage start but the plugin showed it was off. I restarted the jail and it reverted to another commit. Not sure why.

EDIT: after a few tries, deleting all my old config backups, and skipping service sickrage restart in favor of just turning it on via gui. I was finally able to update to the most current version on two different installs I've had for a few years.
 
Last edited:

Bruce Wilfong

Explorer
Joined
Mar 25, 2016
Messages
85
Getting error on
Code:
wget https://github.com/SickChill/SickChill/archive/v2018.10.13-2.tar.gz


says
Code:
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version


tried
Code:
openssl version


I get
Code:
OpenSSL 0.9.8za-freebsd 5 Jun 2014
 

Bruce Wilfong

Explorer
Joined
Mar 25, 2016
Messages
85
got it to work by downloading from the site and copying over. I think I got the openssl error because my jail is so old.

THanks everyone, this did work
 

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
Code:
sed -i '.bak' -e 's@^git_remote_url = .*$@git_remote_url = https://github.com/SickChill/SickChill.git@g' /var/db/sickrage/config.ini*
rm config.ini.bak*

rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
wget https://github.com/SickChill/SickChill/archive/v2018.10.13-2.tar.gz
tar xzf v2018.10.13-2.tar.gz
mv SickChill-2018.10.13-2 /usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm v2018.10.13-2.tar.gz
service sickrage restart



Fixed a few things in your code, it worked when I did service sickrage start but the plugin showed it was off. I restarted the jail and it reverted to another commit. Not sure why.

EDIT: after a few tries, deleting all my old config backups, and skipping service sickrage restart in favor of just turning it on via gui. I was finally able to update to the most current version on two different installs I've had for a few years.


this worked for me thanks!!!
 

Sparx

Contributor
Joined
Apr 18, 2017
Messages
107
Can anyone guide how to do this in 11.2 Beta3?
Most of the folders stated in guides here doesnt exist in 11.2.
 

thomas d

Dabbler
Joined
Sep 11, 2013
Messages
19
Not for me on 11.2B3. Since the folder /usr/pbi/ is empty. None of the jails are in there.

Right, on the older version the pbi's are in a different location.

Run: locate pbi
should give you a list of possible locations for it
 

Sparx

Contributor
Joined
Apr 18, 2017
Messages
107
Right, on the older version the pbi's are in a different location.

Run: locate pbi
should give you a list of possible locations for it
What do you mean older version? Im on the latest Beta. And the jails were created in 11.2. In any case Ill try out locate. Also i guess RC1 is out today(ish?).
 

Sparx

Contributor
Joined
Apr 18, 2017
Messages
107
Uhm.. I just dont get it. Cant find anything resembling pbi and sickrage. Looking at the sickchill link on github, inside the jail there is nothing interesting named pbi. And on the server a few pbi related to pbi, but nothing jail related. Helps to know what I am doing. And thats not the case ;)
 
Top