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 :)
johnyb
Nov 09, 2009Aspirant
Sorry I was a bit vauge, did not have access to the readynas earlier. I cannot be sure the methods I used will help you, since I am no expert here but worth a try.
Yes, I meant /etc/init.d/sabnzbd. If you look at mine below, I had to update the paths where sabnzdb installed (you can see I installed a newer version than listed in the guide). I also copied over a sabznzbd.ini file from my PC to the folder shown below since the install did not seem to create one. Hope this helps.
Yes, I meant /etc/init.d/sabnzbd. If you look at mine below, I had to update the paths where sabnzdb installed (you can see I installed a newer version than listed in the guide). I also copied over a sabznzbd.ini file from my PC to the folder shown below since the install did not seem to create one. Hope this helps.
#!/bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/local/bin/python2.5 /root/src/SABnzbd-0.4.12/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini
#/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.32:8080/sabnzbd/api?mode=shutdown"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
Related Content
NETGEAR Academy

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