When you make the Mac go to sleep but it just stays on with the screen black, you can use the
pmset -g
to display you current power management settings and see the entry for sleep that will tell you the problem causing process PID
Never relearn twice
When you make the Mac go to sleep but it just stays on with the screen black, you can use the
pmset -g
to display you current power management settings and see the entry for sleep that will tell you the problem causing process PID
I asked this question on Superuser.com after experiencing this problem. Now it’s accessible to everyone.
When something goes wrong and you run out of memory on Mac OS X, the system puts your existing applications to pause to prevent the system from becoming unstable. After taking care of the problem and freeing more memory, you might notice that the applications you had are still frozen. To unpause them, find their PID using ps and use the kill command to revive it (irony)
kill -CONT 111
Of course, 111 here is replaced with the PID you found with ps