NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
lowfi
Aug 07, 2008Aspirant
[Super-Poussin] Sabnzbd request
Hi, Since hellanzb is not working could you give sab a try? http://www.sabnzbd.org/ Many thanks :)
tjeerdoo
Nov 09, 2009Aspirant
I updated this
with my internal IP adress
I didn't copy a working ini file yet..i'll try that as well..
and what exactly do you mean by ;
and updating the script used to include the specific IP address of your readynas rather than localhost?
what script do you mean ? is it the startup script i mentioned above ?
#!/bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/local/bin/python2.5 /usr/local/src/SABnzbd/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini
;;
stop)
echo "Shutting down SABnzbd."
/usr/bin/wget -q --delete-after "http://192.168.0.50:7777/sabnzbd/api?mode=shutdown"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
with my internal IP adress
I didn't copy a working ini file yet..i'll try that as well..
and what exactly do you mean by ;
and updating the script used to include the specific IP address of your readynas rather than localhost?
what script do you mean ? is it the startup script i mentioned above ?
Related Content
NETGEAR Academy

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