You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

macbook pro slow shutdown 10.8.2

I have a macbook retina and installed the 10.8.2 update, now it takes a long time to shut down, before it was quick. I rest pram and smc, still no luck

Posted on Sep 23, 2012 7:20 AM

Reply
168 replies

Oct 7, 2012 7:09 AM in response to DhruvC

Before I got a bit more comfortable with Terminal I used to use Onyx to run the daily/weekly/monthly scrips on my Mac, and clear out caches etc. I then just used it to clear out the Trash when there was something that wouldn't clear using the normal menthods. Since I got 10.8 I just haven't bothered to install it.


Back on track, after using various "fixes" that seemed to work for a while, I spotted the hint about clearing out and then locking the Saved Application State folder. We are 3 reboots down the line now and all seems fine, but time will tell.

Oct 8, 2012 1:24 AM in response to firesidefromellenville

firesidefromellenville wrote:

I have a feeling that this issue won't be resolved until they release 10.8.3

That's exactly what I have come to terms with... every troubleshooting step proves to be a temporary respite. I guess since we all have upgraded to ML; we will also have to live with this as well.


Apple Support also gave up & advised Clean Install as the last & only resort.

Oct 8, 2012 6:40 AM in response to Scott Newman

razmarin wrote:

waste of time, no luck will clean re-install.. it's a software problem, and soon it should be fixed.

let's hope so)

Scott Newman wrote:

Yep...same here. I've tried everything suggested in this thread. Several times it appeared that what I did was successful, but after two or three restarts, the "fixes" stopped working. I also did a new clean install. No luck.


Thanks for your input guys; will wait & defer Clean Install for now.


BTW, has anyone used CCleaner to delete temp system files, like from Applications, iTunes or Cache?

Oct 12, 2012 8:33 AM in response to suntz

For what it is worth, I have been troubleshooting slow shutdown on my MBA 2012 w/ OS X ML 10.8.2.


My shutdown had gone from 2 secs to over 20 secs.


I tracked this down to the googlesoftwareupdat daemon that got installed with Google Drive.


After uninstalling Google Drive, I followed these instructions:

http://support.google.com/installer/bin/answer.py?hl=en&answer=100386


I am back to instant shutdown now! Not sure if this applies to you, but good luck.


J

Oct 13, 2012 10:58 AM in response to thomasfromkoetzingue

it seems to be the same symptom (slow shutdown) but with different causes (and solutions).

In my case the problem was generated by appleeventsd (Exit timeout elapsed 20 sec.)


My workaround is:

as root edit /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist


add two lines at the end (before </dict>)


before:

</array>

<key>RunAtLoad</key>

<true/>

<key>UserName</key>

<string>_eppc</string>

</dict>

</plist>


after:

</array>

<key>RunAtLoad</key>

<true/>

<key>UserName</key>

<string>_eppc</string>

<key>ExitTimeOut</key>

<integer>1</integer>


</dict>

</plist>


do not use 0, zero is interpreted as infinity

Save and reboot.


It’s just a workaround but now my shutdown is fine

macbook pro slow shutdown 10.8.2

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.