Closed sja closed 9 years ago
I know this is issue is months old at this point, but since I know the answer I might as well reply.
launchd .plist files need to be owned by root:wheel and have permissions of 644, which is why it complained about "Dubious ownership on file". You can fix as follows:
chmod 644 /Library/LaunchDaemons/org.asterisk.asterisk.plist
chown root:wheel /Library/LaunchDaemons/org.asterisk.asterisk.plist
Also note that it's best to load/unload an individual .plist at a time as follows:
sudo launchctl load /Library/LaunchDaemons/org.asterisk.asterisk.plist
@sja So, 1.5 years later...
I've changed the plist and installation instructions to be more homebrew-like. If you want to give it another go with the new instructions, please do.
On OS X 10.9.3, I got this error:
Has somebody any idea about this?