Macbook pro won't sleep and is super slow

Hello,
My macbook has suddenly become very slow at everything that it does (scrolling, typing, openning new tabs in browsers, literally everything) and when I close the led, the little LED light beside the remote sensor remains on. Doesn't go into blinking mode. When the macbook is awake and working, that light is off (don't remember if this is norm). I have read the previous blogs, I've tried all the resets and I've tried permission repairs. I just don't know what to do anymore.
Does anyone have any suggestions, or solutions?
F

If there is anything in the card-reader slot, including an empty adapter, remove it and test. Otherwise see below.
1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed:
☞ Copy a line of text in this window to the Clipboard.
☞ Paste into the window of another application.
☞ Wait for the test to run. It usually takes a few minutes.
☞ Paste the results, which will have been copied automatically, back into a reply on this page.
The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"and $((l-25)) more line(s)"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps Model; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^EO]|x([^8]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm POST; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/s/^.*://p' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; Ps FileVault; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel log"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; p=`lsbom -pfc /var/db/*/*.BSD.bom | sed -En '/peri.+\/.+\./s/^\.\/[^/]+//p'`; [[ "$b" && "$l" && "$p" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -exec cksum {} \; | awk '{print $3"\t"$1}' | grep -Fv "$p" | awk '{print $1}'`; Pm "Periodic scripts"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | egrep 'Prox.+: [^0]'`; Pm Proxies; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm TCP/IP; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; R && o=`sudo profiles -P | grep : | wc -l`; Ps Profiles; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc hosts <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "App check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps UID; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
[Process completed]
to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • My macbook pro won't sleep - if I select sleep it does so initially, then the disc-drive appears to kick in and it comes back to life.  It also won't turn off (again, the disc drive kicks in) unless you hold the power-button down for a long period.

    My macbook pro won't sleep - if I select sleep it does so initially, then the disc-drive appears to kick in and it comes back to life.  It also won't turn off (again, the disc-drive kicks in) unless you hold the power-button down for a long period.  Help?

    Hi a,
    Try an SMC Reset: http://support.apple.com/kb/HT3964

  • MacBook Pro won't sleep when charging

    My 15" i5 MacBook Pro won't sleep when charging; a reboot of the machine solves the problem temporarily, but it always recurs.  When I close the lid and listen carefully, I can hear hard drive activity; the drive sounds like it keeps spinning up every 10 seconds or so.
    This is not an issue when trying to sleep when running on the battery only. Any advice?

    I don't have launch2net installed.
    I'm not sure how this will help, but here's the last 5 lines from Console:
    11-07-13 5:19:46 PM          Butler[156]          cache: adding applications...
    11-07-13 5:19:46 PM          Butler[156]          cache: adding addresses...
    11-07-13 5:19:47 PM          Butler[156]          cache: categorizing...
    11-07-13 5:19:49 PM          Butler[156]          updated abbreviations cache (enabled)
    11-07-13 5:19:58 PM          SIMBL Agent[133]          warning: failed to get scripting definition from /Applications/Utilities/Console.app; it may not be scriptable.

  • MacBook Pro won't sleep or shutdown (intermittent problem)

    Every so often my MacBook Pro won't sleep or shut down. I can't find any rhyme or reason to it.
    I notice the problem when I close lid, and it doesn't go to sleep. I then hit apple menu:sleep, and it does nothing. I hit shutdown, and OS shuts down, but gets stuck at blue screen with spinning circle indefinitely. Have to hold power button for 5 seconds to finally shut down. Startup is then slow, but doesn't give me an error message indicating improper shutdown or failure.
    Most of the time it sleeps fine and shuts down fine.
    Other posts seemed to have the problem more reliably, and the fix had to do with startup items. Mine is intermittent, and the only items in my startup folder are Norton Antivirus and Parallels.

    I am also experiencing the exact same problem you are describing. Completely random when the machine will not sleep or shutdown, although it seems to occur more often when I've had the machine running for a few days, moving between home and office locations.
    I have VMWare Fusion and Office 2004 installed. No iStatPro. I'm wondering could it be related to the kernel extensions that VMWare and Parallels install? Is anybody experiencing the non-shutting-down problem who doesn't have either VMWare or Parallels installed?
    I found the following section in my system.log file that occurred the last time the machine wouldn't shut down. May be of some use to somebody
    Aug 31 18:07:10 monza loginwindow[90]: sendQuitEventToApp (Microsoft AU Daemon): AESendMessage returned error -1712
    Aug 31 18:07:21 monza shutdown: halt by james:
    Aug 31 18:07:22 monza SystemStarter[14860]: authentication service (14870) did not complete successfully
    Aug 31 18:07:28 monza SystemStarter[14860]: The following StartupItems failed to properly start:
    Aug 31 18:07:28 monza SystemStarter[14860]: /System/Library/StartupItems/AuthServer
    Aug 31 18:07:28 monza SystemStarter[14860]: - execution of Startup script failed

  • After 10.7.4 update macbook pro won't sleep

    after 10.7.4 update, macbook pro won't sleep.

    Test after each of the following steps that you haven’t already tried:
    Step 1
     ▹ System Preferences ▹ Energy Saver ▹ Power Adapter ▹ Wake for network access: uncheck. You may need to unlock the preference pane by clicking the lock icon in the lower left corner and entering your administrator password.
    Step 2
     ▹ System Preferences ▹ Energy Saver ▹ Schedule… ▹ Start up or wake: uncheck
    Step 3
     ▹ System Preferences ▹ Print & Scan ▹ Open Print Queue...
    Check all printers for unfinished jobs. Deal with any you find.
    Step 4
    Disconnect all wired peripherals except keyboard, mouse or trackball, and monitor, if applicable.
    Step 5
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Activity Monitor in the page that opens.
    Select All Processes from the menu in the toolbar, if not already selected. Enter “powerd” (without the quotes) in the "Filter" text field. Select the powerd process and click the Quit Process button in the toobar (stop-sign icon.) In the sheet that opens, click Force Quit. You’ll be prompted for your administrator password. The process will be relaunched immediately.
    Step 6
    Boot in safe mode and log in. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.
    Safe mode is much slower to boot and run than normal. Don’t launch any applications at first. If sleep still doesn’t work properly, back up all data and reinstall the Mac OS. After that, if you still have the issue, make a “Genius” appointment at an Apple Store to have the machine tested.
    If sleep now works as expected, go on to the next step.
    Step 7
    Still in safe mode, launch the usual set of applications that are running when you have the problem, including your login items, one at a time, testing after each one. Some applications may not work; skip them. You might be able to identify the cause of the problem this way.
    Step 8
    If sleep is still working after you’ve launched all the usual applications, reboot as usual (not in safe mode) and test again. If sleep still works, you’re done, at least for the moment.
    If you still have the sleep issue after booting out of safe mode, post again.

  • I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibited ted sign. Any suggestions pls.

    I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibted sign. Any suggestions pls.

    Install or Reinstall Yosemite, Mavericks, Mountain Lion, or Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • MacBook Pro won't sleep, even in safe boot

    Hey gang,
    I can't figure out what to do with this problem. I recently did an archive & install of 10.5 on my 2.33 GHz MacBook Pro Core 2 Duo, and then used software update to get to 10.5.2.
    Ever since doing that, my MacBook Pro will not sleep on its own anymore. It will sleep the display, but it won't sleep the system. (I can close the lid and it will sleep. I can also choose "Sleep" from the Apple Menu, and it will sleep. It just won't sleep on its own.)
    At first I thought it might be Time Machine that was preventing it from sleeping, but I turned off Time Machine and the problem persisted. I tried creating a new user, and the problem persisted. In fact, I EVEN BOOTED IN SAFE MODE AND THE PROBLEM PERSISTED!
    I went through every single step outlined on this page (yes, every single step), and the problem still persisted: http://www.macfixit.com/article.php?story=20070129234938244
    Does anybody have any ideas what I can do at this point? I'm pulling out my hair over here....
    Thanks!
    Scott

    I see you've done your homework. I have this no auto-sleep problem on my Mac pro and none of those things worked for me either but I thought you should give them a shot.
    I made a little sleep program of my own. You are welcome to try it. It's a very simple shell script that checks system idle time and if it's bigger than the sleep timer you set in system preferences it puts your computer to sleep. It will work so long as you can manually put your computer to sleep from the apple menu.
    You'll also need to create a launch daemon to periodically run the script.
    here are the steps to do it.
    1. copy and paste the following into TextEdit.
    #!/bin/bash
    idl=$"`ioreg -c IOHIDSystem | awk '/HIDIdleTime/ {print int($NF/1000000000); exit}'`"
    sleeptimer=$"`defaults read /Library/Preferences/SystemConfiguration/com.apple.PowerManagement "Custom Profile" | grep "System Sleep Timer" | awk '{print $5}' | sed -e 's/;//g'`"
    st=`expr $sleeptimer \* 60 `
    if \[ $idl -gt $st \]; then
    shutdown -s now
    fi
    2. Format it as *plain text* (shiftcommandT in TextEdit) and save it as sleep.sh (don't use the .txt extension) at the top level of your hard drive.
    3. make it unix executable by entering the following command in terminal.
    *chmod 755 /sleep.sh*
    4. Download and install [Lingon|http://lingon.sourceforge.net>.
    5. Open Lingon and create a new *Users Daemon*
    Call it,say, com.sleep.launchd (the name is not important)
    On line 2. enter /sleep.sh
    and in section 3 set it to run every 30 seconds.
    Click save (you'll have to enter your admin password).
    6. Restart.
    That's it. Once this is done you can forget about it. The sleep settings are still controlled from system preferences. The sleep agent will work with every user and even over the login window.
    To uninstall it, open Lingon, select the launch daemon you made and uncheck the box "Enabled" in the upper right corner. save and restart.

  • Macbook Pro won't sleep when lid open

    My 2011 Macbook Pro won't go to sleep if I leave the lid open. I have checked System Preferences>Energy Saver and the display/computer sleep is set to 10 min for both Battery and Power Adapter settings. Even if I close all the applications down, my computer will still not go to sleep. The battery just gets completely drained if I forget to close the lid. Help?

    1/31/13 9:44:10 PM PST  
    Assertion status system-wide:
       PreventUserIdleDisplaySleep             0
       CPUBoundAssertion                       0
       DisableInflow                           0
       ChargeInhibit                           0
       PreventSystemSleep                      0
       PreventUserIdleSystemSleep              0
       ExternalMedia                           0
       DisableLowPowerBatteryWarnings          0
       EnableIdleSleep                         1
       NoRealPowerSources_debug                0
       UserIsActive                            0
       ApplePushServiceTask                    0
    Kernel Assertions: None

  • MacBook Pro won't Sleep or Shut Down

    My MacBook Pro won't go to sleep or shut down.
    Sleep
    The behaviour is the same whether I press the power button and choose 'Sleep' or whether I choose 'Sleep' from the Apple menu. The computer stays awake, but it loses the ability to respond to Keyboard Shortcuts, such as those used for Expose, and can get stuck in some Apps. If I close the lid the computer stays awake but the screen blacks out. Re-openning the lid does not re-illuminate the screen so I have to force shut down and re-boot.
    *Shut Down*
    The behaviour is erratic. Sometimes the computer simply ignores me (although it does close the 'Are you sure you want to Shut Down now?' window), and sometimes it goes to the blue screen with the progress circle and hangs.
    *What I've tried already*
    - Resetting the SMC
    - Checked the Firmware versions are the latest

    Sorry for the repost. New to this forum and I hadn't seen the answers to the last time I brought up this topic here:
    http://discussions.apple.com/message.jspa?messageID=5050821

  • MacBook Pro won't sleep in OS X after reboot from Windows (again!)

    This problem originally occurred about a year ago and no solution was found then but after a time, it simply went away. Well, now it's back: after a reboot into OS X (10.6.7) from Windows (7 Ultimate 64 Bit), my MacBook Pro refuses to sleep until rebooted a second time, after which it behaves correctly again. The Console log reports the following message: "System Sleep prevented by active remote login session (600 second threshold)". I've disabled Growl and DropBox (possible suspects last time) to no effect, reset the SMC and PRAM, all the usual things. I've tried when connected to mains power or battery, on wired, wireless or no network at all and still the same problem. Sleep behaviour under Windows is correct. Hopefully the problem will eventually cure itself as it did last time but I would like to discover the reason and find out what this "remote login session" could possibly be. To reiterate, this ONLY occurs immediately after rebooting from Windows.

    Tried repairing BootCamp in 7, no change, don't think there was anything wrong with it in the first place.
    Here is a section of the log after reboot from BootCamp and it says "System Sleep prevented by active remote login session (600 second threshold)". This ONLY happens after a reboot from Bootcamp, after another reboot all goes back to normal. What could the "active remote login session" be?
    From log:
    21/04/2010 23:08:56 kernel PM notification cancel (pid 16, configd)
    21/04/2010 23:08:56 kernel IOPMrootDomain: idle cancel
    21/04/2010 23:12:00 configd[16] PowerManagement configd: System Sleep prevented by active remote login session (600 second threshold).
    21/04/2010 23:12:00 configd[16] PowerManagement configd: tty sleep preventer: /dev/console
    21/04/2010 23:12:00 configd[16] PowerManagement configd: System Sleep prevented by active remote login session (600 second threshold).

  • My MacBook Pro won't boot and apparently my HDD is locked

    My MacBook Pro won't boot up. And it's says my HDD is locked when i try and reinstall OS. Help me please good people.

    you want to check how many threads with same question first, and look in
    Mac OS version forum that you have; and the notebook MacBook instead of the workstation forum for Mac Pro (non-laptop)
    Not a lot of detail to go by with "won't boot" though.
    Mac OS X Help
    Isolating Issues in Mac OS
    http://support.apple.com/kb/TS1388
    https://www.apple.com/support/osx/
    https://www.apple.com/support/quickassist/
    http://www.apple.com/support/mac101/help/
    http://www.apple.com/support/mac101/tour/
    Troubleshooting: My computer won't turn on
    https://support.apple.com/kb/TS1367
    Assume you know what your OS, how to use the Recovery Mode, and how to repair or do Safe boot and other tasks.
    General purpose Mac troubleshooting guide: Isolating issues in Mac OS X
    Creating a temporary user to isolate user-specific problems: Isolating an issue by using another user account
    Identifying resource hogs and other tips: Using Activity Monitor to read System Memory and determine how much RAM is being used
    Starting the computer in "safe mode": Mac OS X: What is Safe Boot, Safe Mode?
    To identify potential hardware problems: Apple Hardware Test
    General Mac maintenance: Tips to keep your Mac in top form
    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro 
    https://discussions.apple.com/community/mac_os?view=discussions
    http://www.apple.com/support/macbookpro

  • MacBook Pro went for sleep and not waking up

    mAC bOOK pRO WENT TO SLEEP AND NOT WAKING UP

    Contact Apple.
    You can try   Reset SMC
    http://support.apple.com/kb/HT3964

  • MacBook Pro won't sleep when lid is closed and battery lights won't work?

    I have a 2010 MacBook Pro 15" and ever since I got it, the battery indicator lights wouldn't light up (not that big of a deal) and the computer wouldn't sleep when I closed the lid.
    I've reset the NVRAM/PRAM, the SMC and verified/repaired my hard disk as needed.  But the computer still won't sleep when I close the lid (regardless if the machine is plugged into a charger or not).  Is there a known fix for this problem?  I've been searching through the forums and troubleshooting from advice that other people have suggested, but nothing seems to be working.  Any help is greatly appreciated!

    This exact thing happened to me. Resetting the SMC solved all my problems. Here's a link to how to do it: Intel-based Macs: Resetting the System Management Controller (SMC) Hope it works!

  • Macbook Pro won't sleep after updating to 10.4.11

    Hi,
    I just updated to 10.4.11 reluctantly from 10.4.9 as whenever I do update I always have issues...I basically just went to software update last week and updated to everything I could. I've just been reading the forums and noted that updating is not always that easy...
    Well basically my computer won't sleep if the lid is left open, this is IMMENSELY annoying since I often leave my desk to work on drawings, and I don't want energy being wasted like it is at the minute. Call me picky but I just want my computer to work.
    I've reseted the PRAM, (option, alt, p and r), closed all applications, etc, but no luck...
    Its a 2.2ghz MacBook pro, 2GB. Thank you in advance
    Neal

    The important thing for the future imho, is to always Repair Permissions before & after any update... seems to ward off most of these problems. Of course that is only good if the disk is Verified once in awhile.
    Using Disk Utility in Mac OS X 10.4.3 or later to verify or repair disks...
    http://docs.info.apple.com/article.html?artnum=302672
    About Disk Utility's Repair Disk Permissions feature...
    http://docs.info.apple.com/article.html?artnum=25751
    In fact I'd start with those 2 now, if that doesn't help you may need to reapply some updates by getting them directly from apple>downloads.

  • Macbook Pro won't sleep

    I have this setup: a MacBook Pro running Mountain Lion, an external 27" cinema display, a bluetooth apple keyboard and a bluetooth magic mouse.
    The MacBook Pro runs with the lid closed.
    It looks like the computer won't sleep anymore. It stays on for days when not using it. In my settings I have set I want the computer to sleep after 15 minutes of inactivity.
    I prefer to switch off the keyboard and mouse when I'm away from my computer, so I can't use the Apple menu or shortcuts to make the computer sleep.
    Any idea?

    i am pretty sure this is because you have it connected to an external display.  i am not sure if there is a workaround for this. 

Maybe you are looking for

  • No Internet Access on Private Network

    Hi, I have an and ESXi Host with few VM's and i require Internet Access on these servers. This is Mini lab i have created at home. I have My Home Broadband Router (192.168.0.1) acting as a DHCP server handing out DHCP addresses as usual. A Cisco 3750

  • Adding 'discription' space when viewing photo's in my 'Gallery'

    I've posted several albums in my 'Gallery'. Until today I hadn't really worried about the description of any photo in any album. Today I added a descriptions to all the photos in one album. Now when I go to my "Gallery" on the web and bring a photo u

  • Updating to OSX Mavericks with a Bootcamp partition

    Hi, I've got an early 2013 Macbook Pro and I just managed to install Windows 7 with Boot Camp. I'd like now to update my OSX partition to Mavericks. Is there any possibility that updating my OSX partition my Windows 7 partition gets damage? Thanks.

  • Customer Service, Warrenty and Technical Issues

    I was so happy when I got my Lenovo Ideapad Y580. It ran like a dream and I loved the look and feel of it, but after 3 months I noticed that one of the speakers was cutting out and would only come back on whe I turned it to full volume. Then a few da

  • DSO calculation in BI Apps Financial / Receivables

    Hi, Any one know how the Days Sales Outstanding (DSO) calculation is determined in BI Apps Financial module sourcing against Oracle E-Business Suite? Thanks