Got problems with your Bubba Two? Share and get helped!
by RoBo » 18 Jul 2010, 16:38
I installed SABNZBD+ and its working perfect, the only problem is when i restart the Bubba server SABNZBD+ doesn't start. I have to start SABNZBD+ manually. Is there a solution to autostart SABNZBD+? For the one's who are looking for a way to install SABNZBD+ i followed the steps on the following link:
http://www.thibernet.com/442-install-sa ... adynas-duo
-
RoBo
-
- Posts: 5
- Joined: 13 Jul 2009, 15:41
by Binkem » 19 Jul 2010, 08:51
From:
http://forum.excito.net/viewtopic.php?f=9&t=1816&p=8631#p8631to use as a service (recommended), add this to /etc/init.d/sabnzbdplus
- Code: Select all
#!/bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/bin/sudo -u *USER* -H /home/*USER*/SABnzbd-0.4.11/SABnzbd.py -d -f /home/*USER*/.sabnzbd/sabnzbd.ini
;;
stop)
echo "Shutting down SABnzbd."
/usr/bin/wget -q --delete-after "http://localhost:*YOUR PORT*/sabnzbd/api?mode=shutdown&apikey=5eedee1566e5d764661a4c96498b98a0"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
Change *USER* and *YOUR PORT* to whatever you are using.
then make the script executable by using
- Code: Select all
chmod u+x /etc/init.d/sabnzbdplus
Martijn
-
Binkem
-
- Posts: 130
- Joined: 10 Jul 2008, 08:26
by RoBo » 29 Jul 2010, 16:12
Hi Martijn,
i did that but it won't work, any other sugestions?
Regards
Rob
-
RoBo
-
- Posts: 5
- Joined: 13 Jul 2009, 15:41
Return to Bubba Two Support
Who is online
Users browsing this forum: Yahoo [Bot] and 3 guests