SickRage won't start... AGAIN

Status
Not open for further replies.

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
I'm using FreeNAS-9.3-STABLE-201602020212
With sickrage-autoupdate.9_1-amd64
Installed with the plug-in method.

Man I've been having issues with SickRage...

Now, once again, it won't start.

So I used these lines:
Code:
rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
fetch --no-verify-peer "https://github.com/SiCKRAGETV/SickRage/archive/master.tar.gz"
tar xzf master.tar.gz
mv SickRage-master /usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm master.tar.gz


And then
Code:
service sickrage onestart


It appears to have stated, but when I try to go to the GUI at http://10.0.0.4:8081 the page will be unreachable.

Same goes if I use the FreeNAS GUI, in PLUGINS > Installed
If I click the slider to start SickRage, it will show that it has started.
But if I refresh the page, the slider will have come back to the "off" position.


I love SickRage but I keep getting these really random "won't work no more" problems while I have haven't changed ANYTHING for a long while, it appears completely random...


Any idea?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
the repo your pulling sickrage from is the old one with one maintainer (the dev that eveyone left).
the repo the freenas plugin uses is SickRage/SickRage not SiCKRAGETV/SickRage
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
the repo your pulling sickrage from is the old one with one maintainer (the dev that eveyone left).
the repo the freenas plugin uses is SickRage/SickRage not SiCKRAGETV/SickRage

Thanks for quick reply, you're awesome!

So it werrrkks now!!

Full steps, if some n00b like me ends up on this page, are:

Code:
rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
fetch --no-verify-peer "https://github.com/SickRage/SickRage/archive/master.tar.gz"
tar xzf master.tar.gz
mv SickRage-master /usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm master.tar.gz
service sickrage onestart
 
Status
Not open for further replies.
Top