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?
SABnzbd won't bind on boot through launchctl
Forum rules
Help us help you:
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.

