Jump to content
1 post in this topic

Recommended Posts

Resolved:

After nearly going completely crazy trying to disable everything, it turned out to be the Common Unix Printing System (thanks to DGKApps.com).

 

Turn off the CUPS from the command line:

 

sudo launchctl unload -w /System/Library/LaunchDaemons/org.cups.cupsd.plist

 

 

You can re-enable it with the following:

sudo launchctl load -w /System/Library/LaunchDaemons/org.cups.cupsd.plist

 

 

You can test to see if it’s running with the following command:

sudo launchctl list | grep cupsd

Link to comment
https://www.insanelymac.com/forum/topic/335866-mac-wont-sleep/
Share on other sites

×
×
  • Create New...