Skip to main content
Disclaimer: We are an infrastructure provider and can only offer a minimal amount of help for software issues. We can not guarantee this fix works for all users or offer support for it. Please contact the software developer (Apple, in this case) for further help. We can also provide a list of vendors that we work with to support you. We found a confirmed solution with the help of a customer: “I figured out what the problem was in case you all are seeing this in other places. The bluetooth daemon had crashed. I’m not sure why that made coreaudiod and launchd go crazy, but the fix is this:
$ sudo launchctl unload -w /system/library/launchdaemons/com.apple.blued.plist 
If the daemon crashes you may see a message like this: /System/Library/LaunchDaemons/com.apple.blued.plist: Could not find specified service. Next, run this:
$ sudo launchctl load -w /system/library/launchdaemons/com.apple.blued.plist 
Once blued is running properly, coreaudiod and launchd both “settle down.”