How to find out what is preventing imac with os x 10.7.3 going to sleep?

What does preventing my inac going to sleep? In the morning before i leave to work everything is sound,but at the lunch time its impossible to put it into sleep mode. Tried to quit all apps,but no success. And every single day same story. Any ideas?

Test after each of the following steps:
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.
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.

Similar Messages

  • How to find out what has been archived with ABAP

    Hello Xperts,
    as most everybody knows who has been using archiving in BW: when attempting to load data which has already been archieved in a BW infoprovider an exception is raised ("records locked by archiving request").
    For that reason we need to implement a solution to exclude in the filter within the DTP (on e.g. InfoObject 0CALDAY) data that has already been archived.
    Hence, anybody know/have a program/FM/class-method with which to read which data - i.e. InfoObject restriction - has already been successfully archived for a certain archiving object/infoprovider???
    Any assistance would be highly appreciated. Thanks.

    select output
    from V$rman_output
    order by stamp;
    select *
    from V$rman_status
    order by start_time desc;
    Regards
    Asif Kabir
    Handle:      881656
    Status Level:      Newbie
    Registered:      Aug 25, 2011
    Total Posts:      52
    Total Questions:      *30 (30 unresolved)*
    -- please close all the answered threads and mark your helpful post as correct/helpful

  • How do i find out what year my imac was made so i can upgrade?

    how do i find out what year my imac was made so i can upgrade?

    Go to the Apple then About this Mac then More Info then enter the Model Identifier Number in this search window:
    http://support.apple.com/specs/#imac

  • How to find out what user locked account

    We had production type schema account locked this morning. I checked profile which this user belongs and it has 3 times for Failed Login Attempts. My question is how to find out what user had 3 unsuccessful login attempts and lock this account.
    Oracle version 8.1.7

    Assuming that [auditing was enabled|http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/security.htm#sthref2916], the command
    AUDIT CONNECT WHENEVER NOT SUCCESSFULThat will write audit records when there is an unsuccessful login. Depending on how you've configured auditing, those records will either be written to the SYS.AUD$ table, in which case you can query them through a few different views, or to a file on the operating system that you can grep.
    Justin

  • "Web'n'Walk III" Huawei dongle, how to find out what Huawei model it is?

    I just bought this "web 'n' walk III" UMTS Modem (USB) made by Huawei. I want to instal it but do not know if the enclosed software is out of date (MobileConnectDriver(2.9.2)) and works under SL. Does anybody know how I find out what type of Huawei dangle it is so I can find the correct software?
    any tips as to how to use this smoothly as the stick is to SIM locked and I will use it with a SIM from an other provider (Stick is branded by T-Mobile).

    I worked out the model number, it is 'hidden' in small print on the back, in a larger number.

  • How to find out what is the lock key for the computer

    How to find out what is the lock key for the computer?

    You don't.
    If you forgot or lost the password, all you can practically do is reset it.
    The manner in which you do so depends on what version of OS X you are running. The older versions utilize the reset password utility on your recovery/re-installation disk/drive.
    On Lion, you use the following technique to reset the Administrators password:
    Boot to your Lion Recovery Partition, by holding down the Option key while starting, and then selecting the Recovery HD as the boot choice.
    Once booted, at the top of the screen is a menu ..., select Utilities / Terminal from the menu bar.
    In the Terminal window, type “resetpassword” (without the quotes) and press return. A “Reset Password” window will open. Select your boot volume (your SSD drive) if it is not already selected. Select your administrators username from the menu labeled “Select the user account” if it is not already selected. Follow the prompts to reset the password. Restart the computer from the apple menu.

  • How to find out what has been restored to a database instance?

    I'm using RMAN to back up and restore/recover. How to find out what has been restored/recovered to a database instance?
    Oracle version is 11gR2 but compatibility is set to 10.
    Edited by: 881656 on Aug 28, 2012 1:54 AM

    select output
    from V$rman_output
    order by stamp;
    select *
    from V$rman_status
    order by start_time desc;
    Regards
    Asif Kabir
    Handle:      881656
    Status Level:      Newbie
    Registered:      Aug 25, 2011
    Total Posts:      52
    Total Questions:      *30 (30 unresolved)*
    -- please close all the answered threads and mark your helpful post as correct/helpful

  • How to find out what generation my Classic is ?

    Can anyone advise me how I find out what generation my iPod Classic is ? Is there a website I can check with ?
    Many thanks,
    Shell

    Hi Niel, the article I get directed to, doesn't really explain the difference between 6th and 7th generation Classics. Is there anywhere (maybe on the Apple website) I can input the Serial Number and Part Number to be exact ?

  • How to find out what Oracle version?

    Hi,
    Could anyone tell me how to find out what Oracle version is on your AIX/Unix machine? It looks like Oracle Installer doesn't use the native OS installation(installp,pkgadd) process, so I can't use lslpp/pkginfo to find out what filesets are installed.
    Thanks
    HQ.

    Hi!
    As far ar Oracle version is concerned, you can find it at the database level after connecting to the database
    select * from v$version;
    i am not sure if there is someway to find at the o/s level.
    Good luck
    null

  • How to find out what are all the change pointers assoicated for an idoc ??

    Hi ,
    How to find out what are all the change pointers activated for an idoc ??
    Thanks,
    Varma

    Verma,
    You can check what are the active Change Pointers for the message type in tcode <b>BD50</b>
    Use tcode <b>BD61</b> to check whether change pointers are active or not??
    Hope this helps..

  • How to find out what the geniric short forms stand for?

    Hi if you see the ThreadLocal class in jdk1.6 it is written like this in doc. ThreadLocal<T> and if you see the method Class.forName() the return type is Class<?> i am just confused a littele bit. how to find out what this <T> and <?> stands for? I mean how do i know that what to pass in their place?

    [Start from Here|http://java.sun.com/docs/books/tutorial/extra/generics/index.html]

  • How to find out what option you got

    How to find out what option you got because i changed my option from option 1 to option 3 and they said that it will change 31st and i want to find out if it changed how do i do that?

    Log on to bt.yahoo.com, and look under the "My Account" section. It tells you what package you're on.

  • How to find out what network an iphone is locked to.

    How to find out what network an iphone is locked to.
    Assist.

    The previous owner/seller didn't provide this info?
    What does it say at Settings > General > About > Carrier?

  • How to find out what version of iTune and iPhoto I have?

    How to find out what version of iTune and iPhoto I have?

    For each application, launch it and choose About from that application's menu, or control-click its Dock icon, choose Show in Finder, control-click that, and choose Get Info.
    (76257)

  • How do find out what your network password is if you forgot it?

    How do find out what your network password is if you forgot it?

    It should be in your Keychain. Find it in Keychain Access.

Maybe you are looking for

  • I can't drag selected items in to mission control using the 3 finger swipe in 10.7.2

    After upgrading to 10.7.2 I cannot drag items from the finder to mission control anymore. I used to select the items I wanted, click to drag and then swipe three fingers to show Mission Control and then drop the items in to the selected app/folder. N

  • Component vs HDMI

    Which is better? Component vs HDMI?

  • WMIPRVSE.EXE (WMI) warning alerts in Event Logs

    Hi To all. I have one major problem one of my supported Window Server 2008 R2 SP2. I see that  in event logs randomly appears warning message :"Windows Management Instrumentation has stopped WMIPRVSE.EXE because a quota reached a warning value. Quota

  • Upgrading pacman behaves differently on different systems

    This isn't a problem, since I haven't noticed any issues. I'm only curious to why two systems behave differently. System 1 (x86_64 locale sv_SE):      Interrupts upgrade of system to specifically upgrade pacman first. System 2 (x86 locale ru_RU):    

  • K8T-Neo Ati 9600xt troubleshooting

    Alright, I have a complication and need assistance.  I think I either have a new, but defective Ati Sapphire 9600xt video card or there is a compatibility issue with the K8T-Neo.  I have a system (specs to follow), that works perfect with an Ati 8500