NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
bseos
Jul 04, 2013Aspirant
HowTo:Install Sabnzbd, Sickbeard & CouchPotato on ReadyNASO6
Required: Install Basic Development Packages & Python apt-get update apt-get -qy install apt-utils nano dialog whiptail apt-get -qy install build-essential ca-certificates libreadline-gplv2-...
F_L_
Nov 02, 2013Tutor
wizzard: did you solve the CP problem?
I just installed Sabnzbd and Sickbeard using this guide and it all went fine.
However I have some issues regarding CP.
I followed the steps above but when starting I have:
My /etc/init.d/couchpotato looks like this:
Any ideas?
EDIT: running it manually works:
/usr/share/couchpotatoserver/CouchPotato.py --quiet --daemon
and it seems CP is using the settings in ~/.couchpotato#
EDIT2: I ended up using another init.d script and now it´s working
I just installed Sabnzbd and Sickbeard using this guide and it all went fine.
However I have some issues regarding CP.
I followed the steps above but when starting I have:
root@Ultra:/usr/share# /etc/init.d/couchpotato start
/etc/default/couchpotato not found using default settings.
[....] Starting couchpotato (via systemctl): couchpotato.serviceWarning: Unit file of created job changed on disk, 'systemctl --system daemon-reload' recommended.
Job failed. See system journal and 'systemctl status' for details.
failed!
My /etc/init.d/couchpotato looks like this:
# Run CP as username
RUN_AS=${CP_USER-couchpotato}
# Path to app
# CP_HOME=path_to_app_CouchPotato.py
APP_PATH=${CP_HOME-/usr/share/couchpotatoserver}
# Data directory where couchpotato.db, cache and logs are stored
DATA_DIR=${CP_DATA-/usr/share/couchpotatoserver}
# Path to store PID file
PID_FILE=${CP_PIDFILE-/var/run/couchpotato.pid}
# path to python bin
DAEMON=${PYTHON_BIN-/usr/bin/python}
Any ideas?
EDIT: running it manually works:
/usr/share/couchpotatoserver/CouchPotato.py --quiet --daemon
and it seems CP is using the settings in ~/.couchpotato#
EDIT2: I ended up using another init.d script and now it´s working
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!