Page 1 of 1

SABnzbd won't bind on boot through launchctl

Posted: March 12th, 2010, 2:25 pm
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?

Re: SABnzbd won't bind on boot through launchctl

Posted: March 15th, 2010, 7:23 pm
by rAf
Hi,

Maybe this post helps ?