Daemon not running on startup

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
apoptygma
Newbie
Newbie
Posts: 2
Joined: April 23rd, 2012, 9:41 pm

Daemon not running on startup

Post by apoptygma »

Not sure if I can find help with this here but I'm using a script i located at http://wiki.sabnzbd.org/install-as-a-unix-daemon
and it's not loading up sab when the machine starts

the following output after a reboot should explain better - but basically typing in /etc/init.d/sabnzbdplus start works fine, and it's in my rc3.d as a smylink but isn't loading :S


bash-3.2# ps -ef | grep -i sabnzb
root 7414 3249 0 12:37 pts/0 00:00:00 grep -i sabnzb
bash-3.2# cd //etc/rc3.d/
bash-3.2# ../init.d/sshd
Usage: ../init.d/sshd {start|stop|restart|reload|condrestart|status}
bash-3.2# ../init.d/sabnzbdplus
Usage: ../init.d/sabnzbdplus {start|stop}
bash-3.2# who -r
run-level 3 Apr 24 11:24 last=S
bash-3.2# /etc/rc3.d/S20sabnzbdplus start
Starting SABnzbd.
bash-3.2# ps -ef | grep -i sabnzb
502 6492 1 0 12:22 ? 00:00:00 /opt/bin/python2.5 -OO /opt/share/SABnzbd/SABnzbd.py -d -f /home/sabuser/.sabnzbd/sabnzbd.ini
root 6906 3249 0 12:29 pts/0 00:00:00 grep -i sabnzb
bash-3.2#
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Daemon not running on startup

Post by jcfp »

What OS is this? Doesn't look like anything Debian-based to me.
apoptygma
Newbie
Newbie
Posts: 2
Joined: April 23rd, 2012, 9:41 pm

Re: Daemon not running on startup

Post by apoptygma »

It's Redhat based. Sab runs fine it just doesn't auto-start
Post Reply