Jailed Sickbeard TPB not starting

Status
Not open for further replies.

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Hello all

Installed the "torrent-friendly version" of Sickbeard

When calling it inside the jail with
Code:
python /.sickbeard/SickBeard.py -q
it starts normally.

Tried to autostart it by following file-modifications..
Code:
sickbeard_enable="YES"
python_enable="YES"


Code:
python /.sickbeard/SickBeard.py -q


After restarting the jail the SB won't autostart. However it can be started manually.

What I'm missing here?
Thanks and have a good one :)
 
Last edited:

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
There is already a sickbeard plugin, so you should utilize it as much as you can. Here's what I recommend you do, assuming by TPB branch you mean SickRage.

  1. Install the sickbeard plugin
  2. Run the following in your sickbeard plugin jail
Code:
pkg install git
service sickbeard stop
rm -r /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard /usr/pbi/sickbeard-amd64/etc/sickbeard/* && git clone git://github.com/echel0n/SickRage.git /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
chown -R media:media /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
service sickbeard start


This will replace your SickBeard source files with SickRage ones. You can start/stop/access the plugin from the FreeNAS menu just like it was the official plugin.
 

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Thank you kind Sir, will give this a try

Umm. Tried the long rm -r... command copypasting and typing it from start to end >> "rm: no match".
As if there were a typo somewhere? Or was the asterisk?

EDIT: the service was to be started from GUI prior editing jail. With the immortal words of one Homer J. Simpson... "DUH!"
 
Last edited:
Status
Not open for further replies.
Top