Jump to content

MAC won't sleep


ozy1ozy
 Share

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
Share on other sites

 Share

×
×
  • Create New...