Jump to content

Machine won't sleep


magichands
 Share

52 posts in this topic

Recommended Posts

  • 8 months later...

Your issue is that the Mac stays asleep - wrong title but, if I'm wrong:

 

Mac won't sleep 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

Edited by ozy1ozy
Original query title was wrong
Link to comment
Share on other sites

 Share

×
×
  • Create New...