SABnzbd won't bind on boot through launchctl

Get help with all aspects of SABnzbd
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
hawk28
Newbie
Newbie
Posts: 1
Joined: March 12th, 2010, 2:08 pm

SABnzbd won't bind on boot through launchctl

Post by hawk28 »

Running SABnzbd on an Apple TV.  It's set to boot through launchctl, and I can't get it's http or https server to bind.

launchctl runs a script to delay start 60 seconds (so the network can come up),. Looks like this:

if ! ps -auxwww | grep -v grep | grep SABnzbd > /dev/null
then
sleep 60
open /Applications/SABnzbd.app
fi


then, launchctl start it up, as frontrow from the /Library/LaunchAgents directory, and everything works great except the web server doesn't bind.

When run launchctl load ... from the command line, as frontrow, it works perfect.

Any ideas why it doesn't bind when lauchctl runs on boot?
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: SABnzbd won't bind on boot through launchctl

Post by rAf »

Hi,

Maybe this post helps ?
Post Reply