Thread.sleep and Thread.yield

hi,
anyone knows the difference between these 2 methods ?
so far as i can see, the only diff is that sleep takes in an argument (time in millis) whereas yield does not.
also, both methods hold on to the locks and dont give them up.
pls comment

http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#sleep(long)
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#yield()
pretty clear...

Similar Messages

  • Thread yield() and sleep()

    what is the different bettween yield() and sleep() method
    in thread
    i think sleep() method make the called thread to wait then
    make the way to enter any other
    but yield() also do same but dont allow lower priority threads
    allow only higher priority thread.
    is this correct?

    Thread.yield() is used to give other threads a chance to get a processor time slice, according to the thread dispatcher rules. If there are no other threads ready to run, the current thread will gain the processor again.
    Thread.sleep() will always release the processor for at least the amount of time specified, even if there are no other threads requesting it.

  • Thread.yield() and Thread.sleep(), what's the difference

    Folks'es,
    can anyone enlighten me, as to the difference between yield() and sleep() in the Thread class?
    i know, with sleep, one can specify the amount of time to sleep, but does that mean the thread yields for that amount of time?
    if i use yield(), how long will my thread stop running?
    any information is appreciated
    thomas

    Thread.yield() is used to give other threads a chance to get a processor time slice, according to the thread dispatcher rules. If there are no other threads ready to run, the current thread will gain the processor again.
    Thread.sleep() will always release the processor for at least the amount of time specified, even if there are no other threads requesting it.

  • Servlets, Threads, sleep and wait

    Hi,
    I am new to servlet programming and have a problem.
    I want to create a servlet that is also Runnable. It should hold the HTTP request open, and then wait() or sleep(), waking up regularly to send data to the client.
    My code seems to work OK, and in the server logs I can see the debug messages where my servlet is sleeping and waking up. However, it doesn't keep the connection open. Instead, any clients that try to connect instantly receive an empty response.
    Can anyone explain why this is? I am a bit lost. Is the server (Tomcat) cutting my request off when I start to sleep or what?
    dave

    OK. Now seems like I have it working with sleep().
    I was doing something pretty dumb and assuming that a new HttpServlet instance was created for every request - doing things like this.request = request; - obviously this didn't work too wlell ;-)
    Now just using Thread.sleep() it works much better
    One more question - how can I get a separate servlet to call notify() on this servlet so that it wakes up and delivers its message? (I know I need to call wait() not sleep())
    Thanks
    dave

  • Thread.yield inquiry

    Guys,
    Based on the definition of Thread.yield
    yield() function causes the currently executing thread object to temporarily pause and allow other threads to execute.
    But how if "Thread1" (just for name of the Thread) calls Thread.yield() and at that time I only got one thread (Thread1 only), will this thread stop for awhile also?
    Thanks

    I don't really understand what you are asking but stay away from Thread.yield, you can't test the performance of such code because it will be dependant on the jvm implementation. As Joshua Bloch says in Effective Java - "The only use that most programmers will ever have for Thread.yield is to artificially increase the concurrency of a program during testing". Think of Thread.yield as just a hint to the scheduler.
    Edit: If you are asking what will happen when you call yield on the currently executing thread with no other threads to execute - you will likely get control back immediately.

  • Screen Pixalation when using Sleep and Auto Logout problems. OS bug?

    Original Thread here: http://forums.macrumors.com/showthread.php?t=1295058
    Thread Tools
    Search this Thread
    Display Modes
    Dec 21, 2011, 01:01 PM
      #1
    gswilder
    macrumors regular
    Join Date: Oct 2007
    iMac Sleep Problem Waking - Screen Black & Pixelization
    Have a new BTO 27" iMac I received a couple of weeks ago. Of course it is running Lion 10.7....
    I am having a screen problem "waking" my iMac. (I also have this problem randomly on my MB Air - mid 2011 model)
    After the iMac is in true sleep mode
    (I have it set to enter a password after sleep mode)
    Screen is blank/off
    I "wiggle" my mouse or trackpad
    Screen is still blank (sometimes it may display my screen saver, but the screensaver is frozen)
    If I start moving the mouse or trackpad, it starts "un painting" the black screen. You can see whatever is supposed to be on the screen, such as the logon "button".
    It is really wierd. Like a black "overlay" is painted on the resume from sleep screen. As I move my mouse or trackpad, it is basically erasing the black, to show what is underneath. Each movement of the mouse, erases a small black square.
    I usually move my mouse around the middle of the screen to uncover the logon button. Press the logon button. The screen magically reappears as normal. I enter my password and system logs back on normally.
    It only seems to be when the iMac is in really deep sleep mode. If the screen is just blank for an hour or so. I move the mouse/trackpad, and the logon screen is immediately displayed normally.
    Any thoughts or recommendations?
    Thanks to all in advance.
    Greg
    0  
    Dec 23, 2011, 12:17 AM
      #2
    gswilder
    Thread Starter
    macrumors regular
    Join Date: Oct 2007
    UPdate
    Still experimenting.
    If certain programs are running (ie Firefox), then I don't have a problem coming out of deep sleep. It gives me a message when I reenter my password, that Firefox prevented the system from logging off.
    Does that additional information help? It is a really annoying problem. And since I have it on my MBA, I am concerned it is more widespread. Does anyone else have this issue?
    0  
    Dec 24, 2011, 09:18 PM
      #3
    UNCHeelYeah
    macrumors newbie
    Join Date: Dec 2011
    Black Screen and "Erasure" with Mouse.
    I am having this same problem. I am using the Mac OS X Lion 10.7.2, not using a screen saver, and it happens sporadically upon trying to wake my iMac from sleep mode. The screen is black, and as you move the mouse over the screen, it "erases" the black, like the opposite of a blackboard, to reveal the login name and picture underneath. After that everything works fine. There is no pattern to this that I can discern (e.g. - happens every fifth time, only happens when a program isn't running etc.). It appears random, but is uber annoying, and behaves like a virus. I have Norton Antivirus, and it updates daily, and upon scanning states no virus is found. I also do system scan with MacKeeper, and it scans, says system is excellent. Something is definitely going on, I just wish I knew what it was. If anyone has any knowledge of this, any solution or insight would be greatly appreciated! Thanks!
    0  
    Dec 25, 2011, 12:29 PM
      #4
    GGJstudios
    macrumors G4
    Join Date: May 2008
    Quote:
    Originally Posted by UNCHeelYeah
    It appears random, but is uber annoying, and behaves like a virus. I have Norton Antivirus, and it updates daily, and upon scanning states no virus is found.
    That's because there are no Mac OS X viruses. You should uninstall Norton. You don't need 3rd party antivirus apps to protect your Mac from malware. Macs are not immune to malware, but no true viruses exist in the wild that can run on Mac OS X, and there never have been any since it was released 10 years ago. The only malware in the wild that can affect Mac OS X is a handful of trojans, which can be easily avoided with some basic education, common sense and care in what software you install. Also, Mac OS X Snow Leopard and Lion have anti-malware protection built in, further reducing the need for 3rd party antivirus apps.
    Mac Virus/Malware Info
    Quote:
    Originally Posted by UNCHeelYeah
    I also do system scan with MacKeeper, and it scans, says system is excellent.
    You don't need MacKeeper, either. You really don't need "cleaner" or "maintenance" apps to keep your Mac running well, and some of these apps can do more harm than good. Most only remove files/folders or unused languages or architectures, which does nothing more than free up some drive space. It will not make your Mac run faster or more efficiently, since having stuff stored on a drive does not impact performance, unless you're running out of drive space.
    Mac OS X does a good job of taking care of itself, without the need for 3rd party software.
    Your problem, and the OP's is a graphics problem, likely having to do with the screensaver, not a malware problem.
    1  
    Dec 26, 2011, 08:13 AM
      #5
    UNCHeelYeah
    macrumors newbie
    Join Date: Dec 2011
    Norton Antivirus, and what does it mean?
    I suppose one reason I developed a concern that there was more here than meets the proverbial eye, so to speak was a message that I have received through Norton on multiple occasions. The last message of similar stated messages reads as follows (Norton Antivirus 2.2.1 (5) ): "Vulnerability blocked, December 13th, 2011, 8:57 P.M. When I click on "View Recent Activities", a window is opened that is titled "Activity Log." There, four columns are listed, titled from left to right "Date", "Event Type", "Result", and "Details." Under the December 13th episode, It lists "Portscan" under Event type, "Result" gives an IP Address (192.168.x.xxx), and "Incoming" under details.
    I am admittedly a neophyte in the Mac world, having switched over from Windows 7 to Mac recently, but am intent on educating myself to the not-so-subtle differences. The above information that Norton displayed would lead one to believe that their antivirus software is protecting my iMac, and that its subsequent removal would have perhaps disastrous results ( i.e. - my iMac would be susceptible to said "Vulnerability", whatever it is, and that "Incoming would NOT be blocked). I had a conversation with Norton because previously, every time the stated "Vulnerability" attempted access, I was interrupted by a pop-up screen informing me of this. The Norton representative was able to turn off the pop-up screen notification, but stated that it would continue to log episodes of the "Vulnerability" when it attempted to portscan and access. So am I to understand that uninstalling Norton would leave my computer no less vulnerable to this vulnerability? It is confusing to me.
    Furthermore, I suppose I did wonder if this vulnerability threat had anything to do with the issue of the black screen erasure with the mouse. I will attempt to post a picture of the screen as it was being erased with the mouse, and perhaps a short movie as well. As previously stated, I do not have a screen saver enabled. Thank you for your input, any information is helpful to me! _
    ~Marc
    http://forums.macrumors.com/attachment.php?attachmentid=317412&d=1324905189
    0  
    Dec 26, 2011, 11:19 AM
      #6
    gswilder
    Thread Starter
    macrumors regular
    Join Date: Oct 2007
    Ditto & FYI Workaround
    UncHeel...
    Thanks for posting the picture. It is same as my iMac problem. On my iMac, it happens 100% of the time. On my MBA, it happens randomly like yours.
    I began to notice if certain programs were running, when it went into screen saver and sleep mode, this didn't happen. And when I woke it up, I got a message that said "could not be logged off due to Firefox or Sketchbook Pro, etc. So that got me to thinking. So....
    Over the weekend, I disabled "logoff after xx minutes of activity" in system preferences. That seems to fix the issue. I still have it set to require a password after the screen saver/sleep mode kicks it. But I disabled the logoff toggle.
    Still not sure what this is an issue, but seems to be a work around. I just want to make sure my iMac is still going into sleep with these new settings. Including the monitor sleep.
    Any thoughts based on this new information?
    Thanks again
    Greg
    0  
    Dec 26, 2011, 11:52 AM
      #7
    GGJstudios
    macrumors G4
    Join Date: May 2008
    Quote:
    Originally Posted by UNCHeelYeah
    The above information that Norton displayed would lead one to believe that their antivirus software is protecting my iMac, and that its subsequent removal would have perhaps disastrous results
    You have to remember that many antivirus apps consider cookies to be a "vulnerability" or "threat", when they're not. The only malware in the wild that can affect Mac OS X requires the user to actively install it. As long as a user is reasonably careful about where they get software, there is no need for 3rd party antivirus apps to protect Mac OS X from malware. Just make sure your firewall is enabled (System Preferences > Security > Firewall), and disable Java in your browser (Safari > Preferences > Security > Enable Java (uncheck))
    Quote:
    Originally Posted by gswilder
    I just want to make sure my iMac is still going into sleep with these new settings. Including the monitor sleep.
    You can let it sleep without logging off. That way, your apps/documents are still open when you wake it up, rather than having to relaunch apps and reopen documents. Recovery from sleep is much faster than from logging off.
    0  
    Dec 27, 2011, 03:02 PM
      #8
    rda2w
    macrumors newbie
    Join Date: Oct 2011
    Quote:
    Originally Posted by gswilder
    UncHeel...
    Thanks for posting the picture. It is same as my iMac problem. On my iMac, it happens 100% of the time. On my MBA, it happens randomly like yours.
    I began to notice if certain programs were running, when it went into screen saver and sleep mode, this didn't happen. And when I woke it up, I got a message that said "could not be logged off due to Firefox or Sketchbook Pro, etc. So that got me to thinking. So....
    Over the weekend, I disabled "logoff after xx minutes of activity" in system preferences. That seems to fix the issue. I still have it set to require a password after the screen saver/sleep mode kicks it. But I disabled the logoff toggle.
    Still not sure what this is an issue, but seems to be a work around. I just want to make sure my iMac is still going into sleep with these new settings. Including the monitor sleep.
    Any thoughts based on this new information?
    Thanks again
    Greg
    I have had the same problem on my mid-2010 iMac since upgrading to Lion and it's been driving me nuts. The relation to automatic Logoff makes sense to me now that I look at my settings. The logoff was occurring after sleep and it's the only thing I haven't tried yet. I had previously thought it was related to Sleep but it never occurs if I force it to sleep. It only occurs after the system was left unattended and went through it's normal steps of screensaver then sleep. I'll try disabling the automatic Logoff and see if it fixes the problem for me too.
    -BA
    0  
    Dec 29, 2011, 10:58 AM
      #9
    rda2w
    macrumors newbie
    Join Date: Oct 2011
    Quote:
    Originally Posted by rda2w
    I have had the same problem on my mid-2010 iMac since upgrading to Lion and it's been driving me nuts. The relation to automatic Logoff makes sense to me now that I look at my settings. The logoff was occurring after sleep and it's the only thing I haven't tried yet. I had previously thought it was related to Sleep but it never occurs if I force it to sleep. It only occurs after the system was left unattended and went through it's normal steps of screensaver then sleep. I'll try disabling the automatic Logoff and see if it fixes the problem for me too.
    -BA
    I can only declare partial success with unpicking "logoff after xx". It solved the pixelated screen issue but now the computer is not sleeping. I guess I'll have to uncheck file sharing now.
    -BA
    0  
    Feb 6, 2012, 06:26 PM
      #10
    ougrad1764
    macrumors newbie
    Join Date: Apr 2010
    Any updates?
    Just wanted to see if there had been any changes since the last posting in this thread. I'm experiencing the same issue as OP on my 2011 13" MacBook Air w/ OS X 10.7.3, as well as on my parents' mid-2010 iMac (running OS X 10.7.2).
    I can't seem to pin down the cause and have tried the steps suggested previously. Thanks!
    0  
    Feb 21, 2012, 10:03 PM
      #11
    wchp
    macrumors newbie
    Join Date: Feb 2012
    Still having the same issue here as well.
    Have any of you tried a clean install of OSX?
    Before I try a full reinstall I did an install on a external drive with no aps, just the bare install and I could not replicate the issue.
    I continue to question if this is a graphics card firmware issue or and OS issue.
    A reinstall (overlay) of the OS did not resolve the issue.
    I have screen shots as follows:
    1) Paint pixels on screen
    http://i129.photobucket.com/albums/p227/wchp/iMac27%20Graphics%20Problem/photo1. jpg
    2) Click Icon
    http://i129.photobucket.com/albums/p227/wchp/iMac27%20Graphics%20Problem/photo2. jpg
    3) Type in PWD
    http://i129.photobucket.com/albums/p227/wchp/iMac27%20Graphics%20Problem/photo3. jpg
    4) Logged in:
    http://i129.photobucket.com/albums/p227/wchp/iMac27%20Graphics%20Problem/photo4. jpg
    Last edited by grapes911; Feb 21, 2012 at 10:12 PM. Reason: replaced img with timg
    0  
    Yesterday, 12:21 AM
      #12
    jrobin
    macrumors newbie
    Join Date: Feb 2012
    Having the same issue
    I have four MacBooks and a MacBook Air. I am seeing this issue on two MacBooks both running Lion 10.7.3. One is a newer i5 MacBook the other is an early 2010. The only common denominator I can think of is they are both set up with Parental Controls and they are set to logoff after X amount of time. The other MacBooks don't have this "pixel painting to revel the login screen issue" I also don't see it on our iMacs or the MacMini. Only the two with the issue are set to auto logoff. So the above poster is most likely on to something. I will give it a try by turning off the auto logoff on the two MacBooks in question. If that solves the problem then I will assume its a bug that needs to be addressed.
    0  
    Yesterday, 12:30 AM
      #13
    ougrad1764
    macrumors newbie
    Join Date: Apr 2010
    reinstall (overlay) of the OS did not resolve the issue
    wchp - Thank you for following up and posting the screenshots. They match exactly what I was experiencing (and what UNCHeelYeah reported previously). I can confirm that I experienced the issue even following a clean reinstall of Snow Leopard on my MacBook Air (13-inch, Mid 2011).
    jrobin - "I will give it a try by turning off the auto logoff on the two MacBooks in question. If that solves the problem then I will assume its a bug that needs to be addressed."
    Good thinking! Thanks for taking the time to test with your machines. This will help provide further validation of what gswilder (OP) tried as well in reply #6. Interesting about Parental Controls, too.
    Side note:
    Since I recently joined the Apple Developers program, I did a clean install of SL on my MBA then upgraded via the App Store to Mountain Lion to "kick-the-tires" if you will. Interestingly, I've not yet experienced any issue related to waking from sleep with a black screen and pixilation, even while running all the same apps I had previously. I'll report here (and file a bug report with Apple) if I do see this issue pop-up in ML. I'll be reinstalling SL in a few weeks and will report back if/when the black screen and pixelation issue reappears. I'll be sure to note the applications left running at the time the computer went to sleep.
    Last edited by ougrad1764; Yesterday at 12:44 AM. Reason: Follow-up to jrobin (reply came in while I was typing mine)
    0  
    Yesterday, 09:04 AM
      #14
    evillanueva
    macrumors newbie
    Join Date: Feb 2012
    I have experienced the same issue with my brand new MBA Late 2011.
    I recently found out that this only happens when DISPLAY is set to go to sleep minutes before the "Log out after X minutes of inactivity". I had "Display sleep" option set to 5 minutes and "Log out after 10 minutes of inactivity" and this causes the display to go to sleep first (screen goes black) and then, 5 minutes later, it logs out.
    If "Display sleep" is off and "Log out after X minutes of inactivity" is on, the issue does not replicate. So Im thinking it has something to do with the screen being black at the moment it logs out. Can you try and replicate that?
    Thanks
    0  
    Yesterday, 01:39 PM
      #15
    wchp
    macrumors newbie
    Join Date: Feb 2012
    Quote:
    Originally Posted by evillanueva
    I have experienced the same issue with my brand new MBA Late 2011.
    I recently found out that this only happens when DISPLAY is set to go to sleep minutes before the "Log out after X minutes of inactivity". I had "Display sleep" option set to 5 minutes and "Log out after 10 minutes of inactivity" and this causes the display to go to sleep first (screen goes black) and then, 5 minutes later, it logs out.
    If "Display sleep" is off and "Log out after X minutes of inactivity" is on, the issue does not replicate. So Im thinking it has something to do with the screen being black at the moment it logs out. Can you try and replicate that?
    Thanks
    Just tested this premise and yes, you are correct.
    IF: Screen saver ON after 5m AND require password immediately AND Sleep (Display) after 30m AND Logout after 60m I am able to reproduce the problem.
    IF: Screen Saver ON after 5m AND require password immediately AND Sleep (Display) after 30m AND Logut after xx NOT enabled, problem goes away
    IF: Screen Saver ON after 5m AND require password immediately AND Sleep (Display) OFF AND Logut after 60M enabled, problem goes away
    So on my machine (iMac 27, 3.4/i7, 16GB/1333, Radeon 6970m/2048MB, OSX 10.7.3
    It would appear that if I am running Monitor Sleep and it kicks in prior to LogOff then I am able to reproduce this artifact. Only Display sleep with immediate login OR Loguot should be used but not both.
    The only other thing to test is is I leave display sleep on, and screen saver on but with NO immediate password and enable logoff if the problem goes away.
    Testing for another day.
    I have linked this entire thread to a Apple support ticket and will report back on Apples response

    Thank you so much wchp, this is brilliant. I have had this annoying problem for a long time. I eventually rang Mac support, they did not know how to fix the problem as you have suggested so they instigated many hardware replacements which eventually left my iMac severely crippled. They eventually replaced it with the latest model. But I spent two months working with a disabled computer which really interfere with my work.
    Your solution appears to have solved my problem, at least so far, but I am hopeful that it is a permanent fix. I hope that your suggestions are taken up by Apple support. This may solve many users problems and avoid Apple making expensive fixes that don't actually work.
    I thought that the new iMac would not have the 'Wake up from sleep by painting in the login window' problem but it did, this really annoyed me. Anyway now the problem appears to be solved, it's not I will repost and keep working on it. Thanks again.

  • 10.5.2 wake/sleep and closed-lid problems

    As of 10.5.2 my MBP no longer works correctly in closed lid mode using a hardware
    setup that previously worked flawlessly. After plugging in power and video, plugging
    in the USB keyboard seems to wake the system, but no video. I then must open the
    lid, unplug the USB and video and try to get the system to respond. I often must cycle
    the power to reset the system--very disturbing to do that.
    Also as of 10.5.2, I have had to power-cycle the machine when it has refused to wake
    in open-lid mode and this weekend I the entire machine froze (no mouse movement,
    no expose, etc) in the middle of work using a graphics-intensive program and I had
    to reboot by cycling the power.
    A friend also reported similar issue in which the system would not respond after the
    screensaver became active.
    Are others seeing problems like these? I am beginning to suspect that the post-10.5.2
    graphics update has problems.

    I just wiped my HD and reinstalled everything besides the Graphics Update. I can now close the lid of my MBP and use my external monitor alone. The Graphics Update had made that impossible.
    Further, I am in the habit of putting my MCP to sleep and putting it in a backpack in the morning, meeting friends for breakfast, and re-awakening it at the office. When I did get to my office, I found (as another user had on another thread) that the MBP, even closed, had woken itself up and was hot as heck. I am uncertain that sleep will work properly under 10.5.2, but I know that the display wackiness of the Graphics Update was driving me nuts. I will not install it until Apple fixes it.
    I looked around for awhile for a way to uninstall the Graphics Update, but could not find it...I suspect it exists somewhere.
    The 10.5.2 Combo update (343MB download) DOES NOT include the Graphics Update, and at this time, I seem quite ok with everything else updated.

  • Macbook Pro Randomly Goes to Sleep and Wont Wake Up

    My Macbook Pro started having this problem a few months ago and it has gotten progressivly worse and worse. It will randomly go to sleep but I wont be able to wake it back up. The keys are lit up and the light on the front is pulsing, but no matter what I do it wont wake up. So I have to do a hard reset to turn it back on. This happens a few times a day so its pretty infuriating. I have read on other forums about people having this same problem but havent been able to find a solid solution.
    Here is what kind of Macbook I have:
    And here is the error report that I get once I restart my computer:
    Interval Since Last Panic Report:  31393 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    2A38817B-6AB8-4315-89C6-23BAD302635F
    Thu Oct 25 18:07:56 2012
    panic(cpu 3 caller 0xffffff7f80926007): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff809fb4f000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8076462a00 : 0xffffff8000220792
    0xffffff8076462a80 : 0xffffff7f80926007
    0xffffff8076462b10 : 0xffffff7f80a1eb83
    0xffffff8076462b70 : 0xffffff7f80a1ebf7
    0xffffff8076462be0 : 0xffffff7f80d20855
    0xffffff8076462d20 : 0xffffff7f80a42ddd
    0xffffff8076462d50 : 0xffffff7f8092fd6a
    0xffffff8076462e00 : 0xffffff7f8092b43c
    0xffffff8076462ff0 : 0xffffff7f8092c668
    0xffffff80764630c0 : 0xffffff7f81e52f36
    0xffffff8076463200 : 0xffffff7f81e530e9
    0xffffff8076463210 : 0xffffff7f81e82fab
    0xffffff80764637e0 : 0xffffff7f81e10ef8
    0xffffff8076463860 : 0xffffff7f81e13c07
    0xffffff80764638a0 : 0xffffff7f81e5cf40
    0xffffff80764638f0 : 0xffffff7f81e1133c
    0xffffff8076463930 : 0xffffff7f81e070d7
    0xffffff8076463aa0 : 0xffffff7f81e4bd6d
    0xffffff8076463b60 : 0xffffff7f81e04346
    0xffffff8076463bc0 : 0xffffff8000655f3e
    0xffffff8076463be0 : 0xffffff800065681a
    0xffffff8076463c40 : 0xffffff8000656fbb
    0xffffff8076463d80 : 0xffffff80002a3f08
    0xffffff8076463e80 : 0xffffff8000223096
    0xffffff8076463eb0 : 0xffffff80002148a9
    0xffffff8076463f10 : 0xffffff800021bbd8
    0xffffff8076463f70 : 0xffffff80002aef10
    0xffffff8076463fb0 : 0xffffff80002daec3
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.3.2)[97284661-2629-379E-B86B-D388618E8C30]@0xffffff7f808 bf000->0xffffff7f80bbafff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f808ad000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80874000
             com.apple.nvidia.nv50hal(7.3.2)[38ACBB3D-4E3C-3883-9A4B-67F15592905F]@0xffffff7 f80bbb000->0xffffff7f80eddfff
                dependency: com.apple.NVDAResman(7.3.2)[97284661-2629-379E-B86B-D388618E8C30]@0xffffff7f808 bf000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000
             com.apple.GeForce(7.3.2)[7E1D7726-416F-3716-ACCB-E1E276E35002]@0xffffff7f81df90 00->0xffffff7f81ebbfff
                dependency: com.apple.NVDAResman(7.3.2)[97284661-2629-379E-B86B-D388618E8C30]@0xffffff7f808 bf000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f808ad000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80874000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 18534465488729
    last loaded kext at 5206568982077: com.apple.driver.AppleUSBCDC    4.1.22 (addr 0xffffff7f80795000, size 16384)
    last unloaded kext at 5267055475083: com.apple.driver.AppleUSBCDC    4.1.22 (addr 0xffffff7f80795000, size 12288)
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMikeyDriver    2.2.5a5
    com.apple.driver.AGPM    100.12.75
    com.apple.driver.AppleIntelHDGraphics    7.3.2
    com.apple.driver.AppleIntelHDGraphicsFB    7.3.2
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d8
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.GeForce    7.3.2
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.AppleMuxControl    3.1.33
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d8
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleUSBCardReader    3.0.6
    com.apple.driver.AppleIRController    312
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AirPort.Brcm4331    561.7.22
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.nvidia.nv50hal    7.3.2
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d8
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.NVDAResman    7.3.2
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.driver.AppleUSBMultitouch    230.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.1
    com.apple.iokit.IOUSBMassStorageClass    3.0.3
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.8
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    Unable to gather system configuration information.Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.8 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 6
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3
    Can anyone help me? Thanks in advance!

    Hey this was happening to me too! So i called apple care, i have a the Late 2011 Macbook Pro, and this is what they suggested:
    1. open system preferences
    2. open engery saver
    3. look at "Computer sleep" and move it over to a longer time period
              for instance I had mine at 5 minutes so thats why it would go to sleep all the time
         -now I set it to 25 minutes
    Hope that fixes your problems!

  • Sleep and Home button doesn't work to restart, anything else to try?

    Sleep and Home button doesn't work to restart, anything else to try?

    You don't need to start another discussion about the same issue.
    In order to continue along in a discussion just reply to anyone in the thread that you want to reply to. Do you see that word Reply - in the lower right corner of your description area where your text appears? When someone replies to you, you reply to them by clicking or tapping on Reply - in the post that the responder sent to you.
    Start here for more help.
    iPhone, iPad or iPod touch: Not responding or does not turn on
    Pay attention to the very end of the support article about restoring the iPad. And by the way ... The battery does have a charge in it doesn't it?

  • I upgraded to Mavericks and my iMac monitor goes black randomly, but my attached cinema monitor stays active. I can fix it by putting it to sleep and waking it up again. But often it happens immediately after.

    I have a 30in cinema display attached to my iMac and the iMac screen randomly goes black while the cinema stays active. I can put it to sleep and log back in which fixes it, but often it happens again immediately after. Sometimes it happens so quickly I can't even finishing logging in! I'd like to know if this is a Mavericks issue and I will roll my machine back. Thank you!

    RocknOats
    Wanted to update you on my situation with this.
    So far 8 hours have gone by and I have not had a screen blackout.
    FIRST I did the Hardware Test. TWICE on the extended test, the instructions on the KB Article explain. It took almost 3 hours, but while the test was running, both times, my computer screen did not go black.
    I did get an error message, both times. Different each time. I looked up both of the error messages on discussion boards. Lots of conflicting info
    One good thread said my first error was that my hard drive was bad and would probably fail.
    The next error message I researched said that a fan was bad or needed replacement.
    (information comes from other folks on discussion boards, not from Apple or technician)
    Not sure what exactly those 2 error messages indicate but I followed a thread where someone found a solution by doing the following. So far it's worked.
    After Hardware Test I did a shutdown and an SMC resest. Unplugged computer power source from wall and computer for about 10 minutes.
    Finally after a restart  I downloaded "SMC Fan Control" (CNET Downloads has a nice safe copy you can download)
    There is a temperature monitor and from what I've read so far, keeping the CPU temperature under 50˚C is ideal. Making sure your fans and computer is in a well ventilated area/room too of course.
    The SMC Fan Control helps you set your own speeds on the fans and so far everything has been going normal.

  • New monitor sleeps and causes computer shutdown

    My system was working fine until I purchased and installed a new HP Pavilion 23bw monitor. We've got the monitor set for maximum resolution (1920 x 1080), which should be well within the capability for the dual ATI Radeon HD 5670 graphic cards we have installed.
    The monitor has been going to sleep at strange times while the computer is up and running, often in the middle of a browsing session. The monitor loses a signal and cannot find one, cycling through them all and coming up empty even though it was JUST talking to the computer.  I haven't noticed any common thread as to when it loses the connection... it can be anytime while I'm doing anything.
    Probably a related issue... I've got an old game called Stalker that I was using to test the monitor, and if I run it long enough (in any resolution), the computer shuts down.  The monitor goes dark and then the computer powers down. Usually on reboot, the monitor initially works but "sleeps" and loses connection before the windows login screen is reached... a second reboot is necessary to bring the system back up properly.
    Let me be clear, this is behavior that wasn't happening two days ago with our old monitor... the odds are that something with the monitor is the issue, as that's the only piece of hardware that changed.  To clarify: the computer shuts down while playing a 1st person shooter game, and the monitor "goes to sleep" and loses signal during more normal operations.
    I originally attached the monitor using the VGA cable, but I have switched that to the DVI cable and am seeing the same behavior.
    I'm running Windows 7 SP1, and the driver information is as follows:  Driver date: 3/20/2013, Version 3.0.0.0 (monitor.sys version 6.1.7600.16385).  
    I would appreciate any help, as this is incredbily frustrating.  Thanks in advance...

    Hello,
    What computer model do you have?
    If you use your old monitor now, does this problems go away?
    Can you try to make a monitor reset on the menu of the monitor? Its called factory reset.
    Have  you installed HP Driver for the monitor and HP My Display that comes on the CD?
    If you havent install the driver, try to do it and if you have installed HP My Dispplay, do remove it.
    Let me know.
    THanks,
    I work for HP! Please remember to provide and if this helped click ON

  • My Macbook pro, (late 2010) sometimes will sleep and won't wake up. then the sleep light flashes.What's the problem?

    My Macbook pro, (late 2010) sometimes will sleep and won't wake up. then the sleep light flashes.What's the problem

    Hi I've been following this thread (along with a different one on the same topic). I've been having the same problem with my ibook. I can add that I have no problem with startup. It's just that the screen "goes to sleep" unexpectedly and may operate normally for a few minutes or a few hours at most. Opening and closing the lid or restarting seems to cause it to awaken but then usually for just a few seconds or minutes. If it is connected to another video display that display continues functioning fine even though the computer screen is blank. In addition the desktop is there and visible faintly or if totally blank can be backlit through the apple logo and can be read. I've had my logic board replaced twice under the extended warranty and assumed it was that but now I'm thinking of the reed switch. Apple refuses to consider any further work under warranty as the last repair was in Jan, 06 and they claim only a 90 parts warranty and the machine is from 03. Any thoughts before I cut the wires? I have reset the pmu, run cocktail and disk utility. Other than the sleep issue the machine works fine. thanks Ronda or anyone else who has any ideas... Dave

  • Mac Pro 2008 always crash after sleep and after first start

    Hello, new in the forum,
    2 years ago, I replaced the main disk of a Mac Pro 2008 for a SSD Samsung 470 256 Go.
    Until then, it always crashed 1 or 5 minutes after sleep mode (which I didn't used much), and not always 10 to 15 minutes after the first start of the day.
    No matter if I was working on it or not… Suitcase installed or not (no font problem here). Rest of the day was fine (if no sleep !).
    The difference of speed was so big and "good" that I dealed with it. I though that the Mac Pro was a little old for the SSD technology, and that Apple would fix it, with chance…
    2 weeks ago, I installed Maverick :
    I got crashs during the work flow too. I needed to re-start 3 times at least… Re-start without extension was ok (or not), re-start, crash, re-start without extension, restart ok. I used Onyx, did PRAM too. And sometimes, I needed to re-install Maverick or even to do a clean-install !
    So I suspected the Samsung 470 for all (sleep and work crashs) and replaced it for a Samsung 840 Pro 512 Go.
    And the Mac Pro returned to Mountain Lion.
    Not really better : no crash one day (yeeeees!) and crash after the first start the next day (nooooo!). Every time I tested sleep mode, it crashed.
    My system :
    Mac Pro 3.1 - 2,8 GHz - Quad
    Mountain Lion, 10 Go ram DDR2, ATI Radeon HD 2600 XT, 30' cinema display.
    Adobe CS5 alone (minimal install) with Onyx to repair after each crash.
    Could it be the video card, the mother board, the age of the boy ?
    Thanks a lot !
    Christophe S

    Edit !
    I said that Finder and apps were blocked after 10 seconds (without extension).
    But it was to clic on Launchpad that blocked all, and 5 minutes later it works again.
    I did clic again on Launchpad, it blocked and 2 minutes later it appeared full screen but with rainbow circle, and quit.
    - Restarted with extensions. Kernel panic!
    - Restarted the mac and the grey screen with Apple blocked, without any mouse this time. 15 minutes later, still blocked.
    - Forced restart without extension. Here are the reports of Kernel Panic and EtreCheck:
    Kernel Panic Report:
    Interval Since Last Panic Report:  122463 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    52E60929-F5AE-D9CD-04B0-1872526C0821
    Mon Oct 13 10:58:17 2014
    panic(cpu 3 caller 0xffffff8007cb8945): Kernel trap at 0xffffff8007ef69e0, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x000000000000008a, CR3: 0x000000002f749000, CR4: 0x0000000000000660
    RAX: 0xffffff80209bb7e8, RBX: 0xffffff801fc6d808, RCX: 0x0000000009000000, RDX: 0xffffff801fc6dde0
    RSP: 0xffffff8131b7bbc0, RBP: 0xffffff8131b7bc00, RSI: 0x00000000000c43ff, RDI: 0xffffff801fc6dde0
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff80220fbfa4, R11: 0x0000000000000020
    R12: 0xffffff801fc6dde0, R13: 0x00000000000c43ff, R14: 0x00000000000c43ff, R15: 0x0000000000000002
    RFL: 0x0000000000010202, RIP: 0xffffff8007ef69e0, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000000000008a, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8131b7b860 : 0xffffff8007c1d636
    0xffffff8131b7b8d0 : 0xffffff8007cb8945
    0xffffff8131b7baa0 : 0xffffff8007ccebfd
    0xffffff8131b7bac0 : 0xffffff8007ef69e0
    0xffffff8131b7bc00 : 0xffffff8007eee0d6
    0xffffff8131b7be00 : 0xffffff8007d1a5d6
    0xffffff8131b7be60 : 0xffffff8007d092aa
    0xffffff8131b7bf50 : 0xffffff8007fe97ba
    0xffffff8131b7bfb0 : 0xffffff8007ccf453
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x0000000007a00000
    Kernel text base: 0xffffff8007c00000
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 121192507210
    last loaded kext at 8889944220: com.apple.driver.AudioAUUC 1.60 (addr 0xffffff7f899fe000, size 28672)
    loaded kexts:
    com.apple.driver.AudioAUUC 1.60
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleHDAHardwareConfigDriver 2.4.7fc4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.iokit.IOBluetoothSerialManager 4.1.7f4
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AppleHDA 2.4.7fc4
    com.apple.driver.AppleUpstreamUserClient 3.5.12
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.kext.AMDFramebuffer 8.1.6
    com.apple.driver.AppleUSBDisplays 357
    com.apple.iokit.CSRBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.ATIRadeonX2000 8.1.6
    com.apple.driver.ApplePolicyControl 3.4.5
    com.apple.driver.AppleSMBusPCI 1.0.11d1
    com.apple.driver.AppleLPC 1.6.3
    com.apple.driver.AppleMCEDriver 1.1.9
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.CSRHIDTransitionDriver 4.1.7f4
    com.apple.driver.PioneerSuperDrive 3.3.1
    com.apple.iokit.SCSITaskUserClient 3.5.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.5
    com.apple.driver.AppleUSBHub 635.4.0
    com.apple.driver.AppleIntel8254XEthernet 3.1.1b1
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.AppleFWOHCI 4.9.9
    com.apple.driver.AppleAHCIPort 2.6.6
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBEHCI 621.4.6
    com.apple.driver.AppleUSBUHCI 621.4.0
    com.apple.driver.AppleACPIButtons 1.8
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.8
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 214.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2.1
    com.apple.driver.AppleIntelCPUPowerManagement 214.0.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.driver.DspFuncLib 2.4.7fc4
    com.apple.iokit.IOAudioFamily 1.9.2fc7
    com.apple.kext.OSvKernDSPLib 1.12
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.iokit.IOSurface 86.0.4
    com.apple.iokit.IOBluetoothFamily 4.1.7f4
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleHDAController 2.4.7fc4
    com.apple.iokit.IOHDAFamily 2.4.7fc4
    com.apple.driver.AppleGraphicsControl 3.4.5
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.kext.AMD2600Controller 8.1.6
    com.apple.kext.AMDSupport 8.1.6
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.driver.AppleSMC 3.1.5d4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.4.1d13
    com.apple.driver.AppleUSBHIDMouse 175.8
    com.apple.driver.AppleHIDMouse 175.8
    com.apple.driver.AppleUSBHIDKeyboard 170.2.4
    com.apple.driver.AppleHIDKeyboard 170.2.4
    com.apple.iokit.IOUSBHIDDriver 623.4.0
    com.apple.driver.AppleUSBMergeNub 621.4.6
    com.apple.driver.AppleUSBComposite 621.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOATAPIProtocolTransport 3.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.6
    com.apple.iokit.IOUSBUserClient 630.4.4
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.5.1
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBFamily 635.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.3
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.8
    com.apple.iokit.IOPCIFamily 2.8
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 10 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02FE, 0x47523244463247425838454C3830304E3252
    Memory Module: DIMM Riser B/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02FE, 0x47523244463247425838454C3830304E3252
    Memory Module: DIMM Riser A/DIMM 1, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 2, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 3, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02FE, 0x47523244463247425838454C3830304E3252
    Memory Module: DIMM Riser A/DIMM 4, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02FE, 0x47523244463247425838454C3830304E3252
    Bluetooth: Version 4.1.7f4 12974, 3 service, 12 devices, 0 incoming serial ports
    PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
    Serial ATA Device: Samsung SSD 840 PRO Series, 512,11 GB
    Serial ATA Device: ST31000524AS, 1 TB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: hub_device, apple_vendor_id, 0x9120, 0xfd500000 / 2
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd520000 / 4
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd521000 / 6
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd522000 / 5
    USB Device: Apple Cinema HD Display, apple_vendor_id, 0x9220, 0xfd530000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: unknown_device, unknown_speed
    Report EtreCheck :
    Description du problème :
    Here is the report of EtreCheck after the Kerner Panic sent before.
    Christophe.s
    EtreCheck version : 2.0.2 (86)
    Rapport créé 13 octobre 2014 11:23:31 UTC+02:00
    Informations matérielles : ℹ️
      Mac Pro (début 2008)
      Mac Pro - modèle : MacPro3,1
      2 2.8 GHz Quad-Core Intel Xeon CPU : 8-core
      10 GB RAM Pas extensible
      DIMM Riser B/DIMM 1
      2 GB DDR2 FB-DIMM 800 MHz ok
      DIMM Riser B/DIMM 2
      2 GB DDR2 FB-DIMM 800 MHz ok
      DIMM Riser A/DIMM 1
      1 GB DDR2 FB-DIMM 800 MHz ok
      DIMM Riser A/DIMM 2
      1 GB DDR2 FB-DIMM 800 MHz ok
      DIMM Riser B/DIMM 3
      empty empty empty empty
      DIMM Riser B/DIMM 4
      empty empty empty empty
      DIMM Riser A/DIMM 3
      2 GB DDR2 FB-DIMM 800 MHz ok
      DIMM Riser A/DIMM 4
      2 GB DDR2 FB-DIMM 800 MHz ok
      Bluetooth: Vieux - Handoff/Airdrop2 pas disponible
    Informations vidéos : ℹ️
      ATI Radeon HD 2600 - VRAM : 256 MB
      Cinema HD Display 2560 x 1600
    Logiciel du système : ℹ️
      OS X 10.8.5 (12F45) - Uptime: un jour 0:11:6
    Informations des disques : ℹ️
      Samsung SSD 840 PRO Series disk0 : (512,11 GB)
      Statut S.M.A.R.T. : Vérifié
      disk0s1 (disk0s1) <non monté>  : 210 Mo
      MacPro SSD (disk0s2) /  [Startup] : 511.25 Go (472.61 Go libre)
      Recovery HD (disk0s3) <non monté>  [Restauration] : 650 Mo
      ST31000524AS disk1 : (1 TB)
      Statut S.M.A.R.T. : Vérifié
      disk1s1 (disk1s1) <non monté>  : 210 Mo
      MacPro 1To (disk1s2) /Volumes/MacPro 1To  : 999.35 Go (633.08 Go libre)
      Recovery HD (disk1s3) <non monté>  [Restauration] : 650 Mo
    Informations USB : ℹ️
      Verbatim Portable USB Drive 320,07 GB
      Statut S.M.A.R.T. : Vérifié
      disk3s1 (disk3s1) <non monté>  : 210 Mo
      320 Go Christophe Syren (disk3s2) /Volumes/320 Go Christophe Syren  : 319.73 Go (313.64 Go libre)
      USB 2.0 USB Flash Drive 8,17 GB
      Statut S.M.A.R.T. : Vérifié
      SANS TITRE (disk2s1) <non monté>  : 8.17 Go
      Apple, Inc. Keyboard Hub
      Mitsumi Electric Apple Optical USB Mouse
      Apple, Inc Apple Keyboard
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper : ℹ️
      Mac App Store et développeurs identifiés
    Représentants de lancement : ℹ️
      [désengagé] com.adobe.AAM.Updater-1.0.plist Aide
      [désengagé] com.adobe.CS5ServiceManager.plist Aide
      [désengagé] com.extensis.FMCore.plist Aide
    Daemons de lancements : ℹ️
      [invalid?] com.adobe.SwitchBoard.plist Aide
    Représentants de lancement pour l’utilisateur : ℹ️
      [désengagé] com.adobe.AAM.Updater-1.0.plist Aide
      [désengagé] com.adobe.ARM.[...].plist Aide
    Éléments Ouverture : ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
    Plug-ins internet : ℹ️
      OfficeLiveBrowserPlugin : Version : 12.3.6 Aide
      AdobePDFViewer : Version : 9.5.5 Aide
      QuickTime Plugin : Version : 7.7.1
      JavaAppletPlugin : Version : 14.9.0 - SDK 10.7 Vérifier la version
    Panneaux de préférences de 3ème partie : ℹ️
      Growl  Aide
    Time Machine : ℹ️
      Skip System Files: NO
      Sauvegarde automatique : OUI
      Disques sauvegardés :
      MacPro SSD : Taille de disque : 511.25 Go Disque utilisé : 38.64 Go
      Destinations :
      Data [Network]
      Taille totale : 2 To
      Nombre de sauvegardes total : 9
      Sauvegardes la plus agée : 2014-10-08 01:39:21 +0000
      Dernière sauvegarde : 2014-10-10 11:31:35 +0000
      Taille de la disque de sauvegarde : Excellent
      Taille de sauvegarde 2 To > (Taille de disque 511.25 Go X 3)
    L’utilisation du CPU par processus : ℹ️
          1% WindowServer
          0% ps
          0% fontd
          0% System Events
          0% coreservicesd
    L’utilisation de la mémoire par processus : ℹ️
      97 Mo Dock
      97 Mo Finder
      75 Mo WindowServer
      64 Mo com.apple.security.pboxd
      64 Mo CalendarAgent
    Informations de la mémoire virtuelle : ℹ️
      523 Mo RAM Disponible
      1.04 Go RAM Active
      307 Mo RAM Inactive
      8.86 Go RAM Résidente
      266 Mo Pages entrants
      0 o Sorties pages

  • Mac Pro will not shut down, wakes from sleep and will not start up in safe mode (restarts).

    Wakes from sleep about every 4.5 mins, here is the log from wake from sleep:
    7/30/12 8:43:24.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.429 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:46.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:47:46.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:47:50.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d2a8340 {NSUnderlyingError=0x7f8b0c4c1b50 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Graphics suppressed 10291 ms
    7/30/12 8:47:53.293 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:53.305 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:53.308 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f93da00][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::start] entered
    7/30/12 8:47:54.304 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:54.308 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::stop] entered
    7/30/12 8:48:29.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:52:47.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.497 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:50.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:52:50.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:52:54.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0c084f70 {NSUnderlyingError=0x7f8b10a128d0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:52:56.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Graphics suppressed 10340 ms
    7/30/12 8:52:57.341 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:57.354 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:57.355 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f91b800][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::start] entered
    7/30/12 8:52:58.354 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:58.358 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::stop] entered
    7/30/12 8:53:33.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:57:51.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.435 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:57:54.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:57:54.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:57:58.228 AM fseventsd[76]: SLOWDOWN: client 0x7f8a4e007c00 (pid 2824) sleeping due to too many errors (num usleeps 299)
    7/30/12 8:57:58.462 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d295160 {NSUnderlyingError=0x7f8b0b4bd590 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.213 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Graphics suppressed 10334 ms
    7/30/12 8:58:01.341 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:58:01.349 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f941400][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::start] entered
    7/30/12 8:58:02.225 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:02.229 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::stop] entered
    7/30/12 8:58:37.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 9:02:55.000 AM kernel[0]: Previous Sleep Cause: 5
    Will not shut down, restarts at end of shut down. Log:
    7/30/12 8:43:24.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.429 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:46.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:47:46.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:47:50.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d2a8340 {NSUnderlyingError=0x7f8b0c4c1b50 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Graphics suppressed 10291 ms
    7/30/12 8:47:53.293 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:53.305 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:53.308 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f93da00][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::start] entered
    7/30/12 8:47:54.304 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:54.308 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::stop] entered
    7/30/12 8:48:29.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:52:47.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.497 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:50.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:52:50.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:52:54.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0c084f70 {NSUnderlyingError=0x7f8b10a128d0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:52:56.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Graphics suppressed 10340 ms
    7/30/12 8:52:57.341 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:57.354 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:57.355 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f91b800][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::start] entered
    7/30/12 8:52:58.354 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:58.358 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::stop] entered
    7/30/12 8:53:33.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:57:51.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.435 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:57:54.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:57:54.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:57:58.228 AM fseventsd[76]: SLOWDOWN: client 0x7f8a4e007c00 (pid 2824) sleeping due to too many errors (num usleeps 299)
    7/30/12 8:57:58.462 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d295160 {NSUnderlyingError=0x7f8b0b4bd590 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.213 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Graphics suppressed 10334 ms
    7/30/12 8:58:01.341 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:58:01.349 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f941400][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::start] entered
    7/30/12 8:58:02.225 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:02.229 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::stop] entered
    7/30/12 8:58:37.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 9:02:55.000 AM kernel[0]: Previous Sleep Cause: 5
    And will not start up in safe mode. I have reset PRAM and SMC. Also restarted with no startup items, no luck. Had the problem of waking from sleep and not shutting down in 10.7, updated to 10.8 hoping for fix, no luck. Any help would be appreciated.
    Thanks

    Hi, this log has some similarities to my ipod touch which seems to be not sleeping properly due to wireless issues. Can I check - are you using a wifi connection - if so have you tried ethernet?
    log entries below ...
    Sep  5 00:28:58 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:5AB0:35FF:FE35:C9B7)
    Sep  5 00:28:58 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:28:58 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:28:58 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 1
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 1
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacket() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 2
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCmdManager::processPendingList(): Failed to send sync command WLC_GET_BSS_INFO (136) to device, SDIO Cmd Timeout. transID 48928, respLen 1152.
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANNetManager::updateBSSInfo(): WLC_GET_BSS_INFO Failed SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 3
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacket() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 4
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCmdManager::processPendingList(): Failed to send sync command WLC_GET_BSS_INFO (136) to device, SDIO Cmd Timeout. transID 48929, respLen 1152.
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANNetManager::updateBSSInfo(): WLC_GET_BSS_INFO Failed SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 5
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::dumpDebugInfo(): CRITICAL ERROR: handleTransferError
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logState(): Tx: seq 185, credit 191, flow 0x0; Rx: seq 167
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logState(): state 0x23, sd-clk +1, sd-rate 20250000 Hz
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logClockState(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): Triggered Watchdog after 6 errors (last was SDIO Cmd Timeout)
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacketChain() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 0
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::doOutputPacketChain(): Packet transmission failure: SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleWatchdogTimeout(): Watchdog timer fired
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::watchDogReset(): fStateFlags(0x140E3), thread(00040532)
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::halt()
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLAN Left BSS:       @ 0xc11a7a00, BSSID = 00:18:4d:67:54:12, rssi = -45, rate = 54 (100%), channel =  7, encryption = 0x8, ap = 1, failures =   0, age = 39, ssid[ 9] = "polarbear"
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANChipManagerSdio4329::downloadFirmware(): start
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANChipManagerSdio4329::downloadFirmware(): finish
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: BCMWLAN Firmware Version: wl0: Aug 26 2011 02:34:35 version 4.221.54.22
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: nvram file version 4.221.54.22
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): country code set to XX2
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): Packet glomming ON (mode=7)
    Sep  5 00:29:36 Peters-iPod wifid[13] <Error>: WiFi:[368494176.616677]: Processing link event DOWN
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): There was an existing PNO config, reprogramming
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore:initFirmware(): 2469 RoamScan feature is not enabled for this platform
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): successful initialization
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore:initFirmware(): 2496 PropTxStatus feature is not enabled for this platform
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(40e3)
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    Sep  5 00:29:37 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 0
    Sep  5 00:29:37 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:37 Peters-iPod mDNSResponder[34] <Error>: DeregisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:29:37 Peters-iPod apsd[49] <Warning>: <APSCourier: 0x17a190>: Stream error occurred for <APSTCPStream: 0xfe95de0>: Error Domain=NSPOSIXErrorDomain Code=57 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -S-o-c-k-e-t -i-s -n-o-t -c-o-n-n-e-c-t-e-d-" -U-s-e-r-I-n-f-o-=-0-x-1-8-2-5-e-0 -{-}
    Sep  5 00:29:37 Peters-iPod apsd[49] <Warning>: <APSCourier: 0x17a190>: Stream error occurred for <APSTCPStream: 0xfe95e40>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-f-e-8-e-2-4-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
    Sep  5 00:29:39 Peters-iPod wifid[13] <Error>: WiFi:[368494179.091333]: Processing link event UP
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_PSK, key = CIPHER_PMK , don't disassociate    .
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: [139978.345418625]: AppleBCMWLANNetManager::prepareToBringUpLink(): Delaying powersave entry in order to get an IP address
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLAN Joined BSS:     @ 0xc067f800, BSSID = 00:18:4d:67:54:12, rssi = -49, rate = 54 (100%), channel =  7, encryption = 0x8, ap = 1, failures =   0, age = 1, ssid[ 9] = "polarbear"
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AirPort: Link Up on en0
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: en0: BSSID changed to 00:18:4d:67:54:12
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLANJoinManager::handleSupplicantEvent(): status = 6, reason = 0, flags = 0x0, authtype = 0, addr = 00:00:00:00:00:00
    Sep  5 00:29:40 Peters-iPod kernel[0] <Debug>: [139980.075593458]: AppleBCMWLANNetManager::receivedIPv4Address(): Received address 192.168.0.95, entering powersave mode 2
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: Captive: en0: Not probing 'polarbear' (protected network)
    Sep  5 00:29:40 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:5AB0:35FF:FE35:C9B7)
    Sep  5 00:29:40 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:41 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 1

  • What I m trying to say is that ,my WIFI or also knowing as wireless connection that is no cable! OK ! So my Wi-Fi is not staying connected to my router ever time it goes to sleep and after it comes back its asking my to reconnect to Wi-Fi. NOT STAYING C

    What I m trying to say is that ,my WIFI or also knowing as wireless connection that is no cable! OK ! So my Wi-Fi is not staying connected to my router ever time it goes to sleep and after it comes back its asking my to reconnect to Wi-Fi. NOT STAYING C

    Why did you start a new thread. Just respond on the same thread you started.
    Click the Reply button on a post that you wish to reply to.

  • IMac Model 2012 makes restart after sleep and after shutdown ?!

    Hello Communities ,
    my iMac Model 2012 i5 / 16 Gb RAM , does not go shut down ! it makes a restart , the same when  it go to sleep ?
    When i shut down , the iMac goes down .... then ca. 10 sek. after them it starts self again !!!!
    What i have do :
    -    all power .pls   in Library deletet
    -     PRAM reset
    -     SMC reset
    -     all USB device plug out
    -     a new Admin account
    -     check filesystem
    -     start up in safe mode
    here .log file ....                                can anyone help me ?
    thx very much .... roger
    {\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
    {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
    {\colortbl;\red255\green255\blue255;}
    \paperw11900\paperh16840\margl1440\margr1440\vieww38300\viewh24840\viewkind0
    \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx623 6\tx6803\pardirnatural
    \f0\fs24 \cf0 14.07.13 17:27:49.000 syslogd[299]: --- syslogd restarted ---\
    14.07.13 17:27:49.444 com.apple.launchd[1]: (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds\
    14.07.13 17:27:49.459 com.apple.launchd[1]: (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds\
    14.07.13 17:27:49.545 com.apple.launchd[1]: (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds\
    14.07.13 17:28:26.000 bootlog[0]: BOOT_TIME 1373815706 0\
    14.07.13 17:28:45.000 kernel[0]: PMAP: PCID enabled\
    14.07.13 17:28:45.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled\
    14.07.13 17:28:45.000 kernel[0]: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64\
    14.07.13 17:28:45.000 kernel[0]: vm_page_bootstrap: 3877659 free pages and 283877 wired pages\
    14.07.13 17:28:45.000 kernel[0]: kext submap [0xffffff7f80737000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000737000]\
    14.07.13 17:28:45.000 kernel[0]: zone leak detection enabled\
    14.07.13 17:28:45.000 kernel[0]: standard timeslicing quantum is 10000 us\
    14.07.13 17:28:45.000 kernel[0]: standard background quantum is 2500 us\
    14.07.13 17:28:45.000 kernel[0]: mig_table_max_displ = 74\
    14.07.13 17:28:45.000 kernel[0]: TSC Deadline Timer supported and enabled\
    14.07.13 17:28:45.000 kernel[0]: corecrypto kext started!\
    14.07.13 17:28:45.000 kernel[0]: Running kernel space in FIPS MODE\
    14.07.13 17:28:45.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d\
    14.07.13 17:28:45.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!\
    14.07.13 17:28:45.000 kernel[0]: corecrypto.kext FIPS POST passed!\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled\
    14.07.13 17:28:45.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled\
    14.07.13 17:28:45.000 kernel[0]: calling mpo_policy_init for TMSafetyNet\
    14.07.13 17:28:45.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)\
    14.07.13 17:28:45.000 kernel[0]: calling mpo_policy_init for Sandbox\
    14.07.13 17:28:45.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)\
    14.07.13 17:28:45.000 kernel[0]: calling mpo_policy_init for Quarantine\
    14.07.13 17:28:37.720 com.apple.launchd[1]: *** launchd[1] has started up. ***\
    14.07.13 17:28:45.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)\
    14.07.13 17:28:45.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993\
    14.07.13 17:28:45.000 kernel[0]: The Regents of the University of California. All rights reserved.\
    14.07.13 17:28:45.000 kernel[0]: MAC Framework successfully initialized\
    14.07.13 17:28:45.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers\
    14.07.13 17:28:45.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87\
    14.07.13 17:28:45.000 kernel[0]: ACPI: System State [S0 S3 S4 S5]\
    14.07.13 17:28:45.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 2344\
    14.07.13 17:28:45.000 kernel[0]: AppleIntelCPUPowerManagement: (built 12:18:39 Oct 18 2012) initialization complete\
    14.07.13 17:28:45.000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000\
    14.07.13 17:28:45.000 kernel[0]: [ PCI configuration begin ]\
    14.07.13 17:28:37.720 com.apple.launchd[1]: *** Shutdown logging is enabled. ***\
    14.07.13 17:28:45.000 kernel[0]: Sleep failure code 0x00000000 0x1f006700\
    14.07.13 17:28:45.000 kernel[0]: console relocated to 0xfc0020000\
    14.07.13 17:28:44.816 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination\
    14.07.13 17:28:45.000 kernel[0]: PCI configuration changed (bridge=17 device=4 cardbus=0)\
    14.07.13 17:28:45.000 kernel[0]: [ PCI configuration end, bridges 13 devices 16 ]\
    14.07.13 17:28:45.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management\
    14.07.13 17:28:45.000 kernel[0]: AppleThunderboltNHIType2::start - type 2 sleep enabled\
    14.07.13 17:28:45.000 kernel[0]: AppleThunderboltNHIType2::start - SXFP method found\
    14.07.13 17:28:45.000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]\
    14.07.13 17:28:45.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused\
    14.07.13 17:28:45.000 kernel[0]: rooting via boot-uuid from /chosen: FA41975F-8187-39BF-A050-6EA65F3EC755\
    14.07.13 17:28:45.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>\
    14.07.13 17:28:45.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start\
    14.07.13 17:28:45.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start\
    14.07.13 17:28:45.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded\
    14.07.13 17:28:45.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded\
    14.07.13 17:28:45.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready\
    14.07.13 17:28:45.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD WDC WD10EALX-408EA0 Media/IOGUIDPartitionScheme/Customer@2\
    14.07.13 17:28:45.000 kernel[0]: BSD root: disk0s2, major 1, minor 2\
    14.07.13 17:28:45.000 kernel[0]: BTCOEXIST off \
    14.07.13 17:28:45.000 kernel[0]: BRCM tunables:\
    14.07.13 17:28:45.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]\
    14.07.13 17:28:45.000 kernel[0]: jnl: unknown-dev: replay_journal: from: 32392192 to: 41551360 (joffset 0x1d18000)\
    14.07.13 17:28:45.000 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0\
    14.07.13 17:28:45.000 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0\
    14.07.13 17:28:45.000 kernel[0]: jnl: unknown-dev: journal replay done.\
    14.07.13 17:28:45.000 kernel[0]: Kernel is LP64\
    14.07.13 17:28:45.000 kernel[0]: hfs: Removed 19 orphaned / unlinked files and 136 directories \
    14.07.13 17:28:48.000 kernel[0]: BCM5701Enet: Ethernet address 10:dd:b1:9f:be:37\
    14.07.13 17:28:48.000 kernel[0]: AirPort_Brcm4331: Ethernet address 8c:2d:aa:57:1a:eb\
    14.07.13 17:28:48.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification\
    14.07.13 17:28:48.000 kernel[0]: IO80211Interface::efiNVRAMPublished():  \
    14.07.13 17:28:50.614 hidd[49]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1\
    14.07.13 17:28:50.698 hidd[49]: void __IOHIDLoadBundles(): Loaded 0 HID plugins\
    14.07.13 17:28:51.022 fseventsd[50]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (679 25 725)\
    14.07.13 17:28:51.658 fseventsd[50]: log dir: /.fseventsd getting new uuid: FBF6F1D0-FD4C-43AB-ACCA-A2A33EF85E41\
    14.07.13 17:28:52.000 kernel[0]: macx_swapon SUCCESS\
    14.07.13 17:28:57.000 kernel[0]: Waiting for DSMOS...\
    14.07.13 17:28:58.508 appleeventsd[55]: main: Starting up\
    14.07.13 17:28:58.509 com.apple.SecurityServer[19]: Session 100000 created\
    14.07.13 17:28:58.708 coreservicesd[66]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false\
    14.07.13 17:28:58.000 kernel[0]: IOBluetoothUSBDFU::probe\
    14.07.13 17:28:58.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828B FirmwareVersion - 0x0032\
    14.07.13 17:28:58.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed\
    14.07.13 17:28:58.000 kernel[0]: NVDAStartup: Official\
    14.07.13 17:28:58.000 kernel[0]: Previous Shutdown Cause: -128\
    14.07.13 17:28:58.000 kernel[0]: NVDAGK100HAL loaded and registered\
    14.07.13 17:28:58.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification \
    14.07.13 17:28:58.000 kernel[0]: [IOBluetoothHCIController][start] -- completed\
    14.07.13 17:28:58.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService\
    14.07.13 17:28:58.000 kernel[0]: DSMOS has arrived\
    14.07.13 17:28:59.058 mDNSResponder[41]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12\
    14.07.13 17:28:59.231 airportd[70]: _processDLILEvent: en1 attached (down)\
    14.07.13 17:28:59.000 kernel[0]: createVirtIf(): ifRole = 1\
    14.07.13 17:28:59.000 kernel[0]: in func createVirtualInterface ifRole = 1\
    14.07.13 17:28:59.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff804e998000\
    14.07.13 17:28:59.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1\
    14.07.13 17:28:59.000 kernel[0]: Created virtif 0xffffff804e998000 p2p0\
    14.07.13 17:28:59.631 blued[58]: Read the UHE Info\
    14.07.13 17:28:59.631 blued[58]: Read version 2 info.  Number of devices:2\
    14.07.13 17:28:59.631 blued[58]: Class of device:     0x2580\
    14.07.13 17:28:59.631 blued[58]: Device name: 'Apple Magic Mouse' length:18\
    14.07.13 17:28:59.631 blued[58]: Finished reading the HID data\
    14.07.13 17:28:59.631 blued[58]: Found a device with PID:0x030d VID:0x05ac\
    14.07.13 17:28:59.733 blued[58]: Class of device:     0x2540\
    14.07.13 17:28:59.733 blued[58]: Device name: 'Apple Wireless Keyboard' length:24\
    14.07.13 17:28:59.733 blued[58]: Finished reading the HID data\
    14.07.13 17:28:59.733 blued[58]: Found a device with PID:0x0256 VID:0x05ac\
    14.07.13 17:29:00.000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).\
    14.07.13 17:29:00.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed\
    14.07.13 17:29:00.389 com.apple.usbmuxd[29]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit\
    14.07.13 17:29:00.521 configd[16]: network changed.\
    14.07.13 17:29:01.770 com.apple.SecurityServer[19]: Entering service\
    14.07.13 17:29:03.000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]\
    14.07.13 17:29:03.106 configd[16]: network changed: v6(en0+:fe80::de0b:1aff:fea8:5393) DNS* Proxy+ SMB\
    14.07.13 17:29:05.732 systemkeychain[76]: done file: /var/run/systemkeychaincheck.done\
    14.07.13 17:29:05.801 configd[16]: network changed: v6(en0:fe80::de0b:1aff:fea8:5393) DNS* Proxy SMB\
    14.07.13 17:29:06.157 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)\
    14.07.13 17:29:06.165 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)\
    14.07.13 17:29:06.343 mDNSResponder[41]: D2D_IPC: Loaded\
    14.07.13 17:29:06.343 mDNSResponder[41]: D2DInitialize succeeded\
    14.07.13 17:29:06.766 locationd[45]: NOTICE,Location icon should now be in state 0\
    14.07.13 17:29:07.000 kernel[0]: [BNBMouseDevice::init][75.19] init is complete\
    14.07.13 17:29:07.572 loginwindow[44]: Login Window Application Started\
    14.07.13 17:29:07.000 kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1\
    14.07.13 17:29:07.000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered\
    14.07.13 17:29:07.758 stackshot[32]: Timed out waiting for IOKit to finish matching.\
    14.07.13 17:29:08.000 kernel[0]: [AppleMultitouchDevice::start] entered\
    14.07.13 17:29:09.000 kernel[0]: USBF:    42.955    AppleUSBHubPort: Port 2 of Hub at 0x1d181000 about to terminate a busy device (CompositeDevice) after waiting 10 seconds\
    14.07.13 17:29:10.349 netbiosd[74]: Unable to start NetBIOS name service: \
    14.07.13 17:29:10.648 digest-service[101]: label: default\
    14.07.13 17:29:10.649 digest-service[101]:     dbname: od:/Local/Default\
    14.07.13 17:29:10.649 digest-service[101]:     mkey_file: /var/db/krb5kdc/m-key\
    14.07.13 17:29:10.649 digest-service[101]:     acl_file: /var/db/krb5kdc/kadmind.acl\
    14.07.13 17:29:10.650 digest-service[101]: digest-request: uid=0\
    14.07.13 17:29:11.794 awacsd[59]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)\
    14.07.13 17:29:11.844 awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store\
    14.07.13 17:29:11.850 rpcsvchost[103]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded\
    14.07.13 17:29:11.854 digest-service[101]: digest-request: init request\
    14.07.13 17:29:11.914 digest-service[101]: digest-request: init return domain: BUILTIN server: LOCALHOST\
    14.07.13 17:29:12.705 com.apple.kextd[12]: Can't load /System/Library/Extensions/LogitechUSBHIDevices.kext - no code for running kernel's architecture.\
    14.07.13 17:29:12.706 com.apple.kextd[12]: Load com.Logitech.driver.HIDDevices failed; removing personalities from kernel.\
    14.07.13 17:29:13.000 kernel[0]: X86PlatformPlugin::setRingTable - No ring table found!\
    14.07.13 17:29:13.000 kernel[0]: X86PlatformPlugin::configResourceHandler - Failed to set ring table!\
    14.07.13 17:29:13.000 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice11a2\
    14.07.13 17:29:14.724 mds[40]: (Normal) FMW: FMW 0 0\
    14.07.13 17:29:14.790 WindowServer[95]: Server is starting up\
    14.07.13 17:29:15.252 WindowServer[95]: Session 256 retained (2 references)\
    14.07.13 17:29:15.252 WindowServer[95]: Session 256 released (1 references)\
    14.07.13 17:29:16.052 WindowServer[95]: Session 256 retained (2 references)\
    14.07.13 17:29:16.052 WindowServer[95]: init_page_flip: page flip mode is on\
    14.07.13 17:29:16.166 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)\
    14.07.13 17:29:16.838 WindowServer[95]: mux_initialize: Couldn't find any matches\
    14.07.13 17:29:16.936 WindowServer[95]: GLCompositor enabled for tile size [256 x 256]\
    14.07.13 17:29:16.936 WindowServer[95]: CGXGLInitMipMap: mip map mode is on\
    14.07.13 17:29:17.032 WindowServer[95]: WSMachineUsesNewStyleMirroring: true\
    14.07.13 17:29:17.033 WindowServer[95]: Display 0x042c0140: GL mask 0x1; bounds (0, 0)[2560 x 1440], 42 modes available\
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model b005, S/N 0, Unit 0, Rotation 0\
    UUID 0x000006100000b00500000000042c0140\
    14.07.13 17:29:17.033 WindowServer[95]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003e\
    14.07.13 17:29:17.033 WindowServer[95]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003d\
    14.07.13 17:29:17.038 WindowServer[95]: Created shield window 0x5 for display 0x042c0140\
    14.07.13 17:29:17.039 WindowServer[95]: Created shield window 0x6 for display 0x003f003e\
    14.07.13 17:29:17.039 WindowServer[95]: Created shield window 0x7 for display 0x003f003d\
    14.07.13 17:29:17.042 WindowServer[95]: Display 0x042c0140: GL mask 0x1; bounds (0, 0)[2560 x 1440], 42 modes available\
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model b005, S/N 0, Unit 0, Rotation 0\
    UUID 0x000006100000b00500000000042c0140\
    14.07.13 17:29:17.043 WindowServer[95]: Display 0x003f003e: GL mask 0x4; bounds (3584, 0)[1 x 1], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003e\
    14.07.13 17:29:17.043 WindowServer[95]: Display 0x003f003d: GL mask 0x2; bounds (3585, 0)[1 x 1], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003d\
    14.07.13 17:29:17.043 WindowServer[95]: CGXPerformInitialDisplayConfiguration\
    14.07.13 17:29:17.043 WindowServer[95]:   Display 0x042c0140: MappedDisplay Unit 0; Vendor 0x610 Model 0xb005 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1\
    14.07.13 17:29:17.043 WindowServer[95]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1\
    14.07.13 17:29:17.043 WindowServer[95]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1\
    14.07.13 17:29:17.699 configd[16]: network changed: v4(en0+:192.168.1.33) v6(en0!:fe80::de0b:1aff:fea8:5393) DNS+ Proxy SMB\
    14.07.13 17:29:17.842 WindowServer[95]: GLCompositor: GL renderer id 0x01022644, GL mask 0x00000007, accelerator 0x00003f9b, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB\
    14.07.13 17:29:17.855 WindowServer[95]: GLCompositor: GL renderer id 0x01022644, GL mask 0x00000007, texture units 8, texture max 16384, viewport max \{16384, 16384\}, extensions FPRG|NPOT|GLSL|FLOAT\
    14.07.13 17:29:17.884 loginwindow[44]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:29:18.765 ntpd[97]: proto: precision = 1.000 usec\
    14.07.13 17:29:18.822 WindowServer[95]: Unable to open IOHIDSystem (e00002bd)\
    14.07.13 17:29:18.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)\
    14.07.13 17:29:19.470 WindowServer[95]: Created shield window 0x8 for display 0x042c0140\
    14.07.13 17:29:19.470 WindowServer[95]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:29:19.488 launchctl[120]: com.apple.findmymacmessenger: Already loaded\
    14.07.13 17:29:19.662 com.apple.SecurityServer[19]: Session 100004 created\
    14.07.13 17:29:19.710 WindowServer[95]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:29:19.804 WindowServer[95]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:29:20.101 WindowServer[95]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:29:20.334 com.apple.launchd[1]: (com.apple.xprotectupdater[26]) Exited with code: 252\
    14.07.13 17:29:21.493 coreaudiod[129]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:29:21.533 WindowServer[95]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042c0140 device: 0x10051f110  isBackBuffered: 1 numComp: 3 numDisp: 3\
    14.07.13 17:29:23.698 BezelServices 236.3[44]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)\
    14.07.13 17:29:25.074 hidd[49]: CGSShutdownServerConnections: Detaching application from window server\
    14.07.13 17:29:25.074 hidd[49]: CGSDisplayServerShutdown: Detaching display subsystem from window server\
    14.07.13 17:29:25.074 locationd[132]: NOTICE,Location icon should now be in state 0\
    14.07.13 17:29:25.182 UserEventAgent[121]: cannot find useragent 1102\
    14.07.13 17:29:25.332 loginwindow[44]: Login Window Started Security Agent\
    14.07.13 17:29:26.161 SecurityAgent[134]: This is the first run\
    14.07.13 17:29:26.162 SecurityAgent[134]: MacBuddy was run = 0\
    14.07.13 17:29:26.177 SecurityAgent[134]: User info context values set for kurt\
    14.07.13 17:29:27.516 awacsd[59]: Exiting\
    14.07.13 17:29:29.046 loginwindow[44]: Login Window - Returned from Security Agent\
    14.07.13 17:29:29.105 loginwindow[44]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102\
    14.07.13 17:29:29.127 loginwindow[44]: USER_PROCESS: 44 console\
    14.07.13 17:29:29.528 coreservicesd[66]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=108\
    14.07.13 17:29:29.548 com.apple.launchd[1]: (com.wacom.pentablet[126]) Exited with code: 255\
    14.07.13 17:29:29.593 com.apple.launchd.peruser.501[139]: (com.apple.gamed) Ignored this key: UserName\
    14.07.13 17:29:29.593 com.apple.launchd.peruser.501[139]: (com.apple.gamed) Ignored this key: GroupName\
    14.07.13 17:29:29.594 com.apple.launchd.peruser.501[139]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self\
    14.07.13 17:29:29.597 loginwindow[44]: Connection with distnoted server was invalidated\
    14.07.13 17:29:29.622 com.apple.launchd[1]: ([0x0-0x5005].com.wacom.Consumer_TouchDriver[138]) Exited with code: 255\
    14.07.13 17:29:29.624 distnoted[143]: # distnote server agent  absolute time: 63.250366578   civil time: Sun Jul 14 17:29:29 2013   pid: 143 uid: 501  root: no\
    14.07.13 17:29:30.353 WindowServer[95]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:29:30.773 blued[58]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501\
    14.07.13 17:29:30.774 coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=119\
    14.07.13 17:29:30.897 WindowServer[95]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:29:31.101 com.apple.launchd.peruser.501[139]: (com.apple.afpstat-qfa[174]) Exited with code: 2\
    14.07.13 17:29:31.203 talagent[154]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m\
    14.07.13 17:29:31.203 talagent[154]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m\
    14.07.13 17:29:32.199 locationd[179]: NOTICE,Location icon should now be in state 0\
    14.07.13 17:29:32.345 apsd[175]: Couldn't change keychain information for default user: -25299\
    14.07.13 17:29:32.510 com.apple.launchd.peruser.501[139]: (com.apple.mrt.uiagent[164]) Exited with code: 255\
    14.07.13 17:29:32.591 NetworkBrowserAgent[186]: Starting NetworkBrowserAgent\
    14.07.13 17:29:32.998 WindowServer[95]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.\
    14.07.13 17:29:37.368 com.apple.SecurityServer[19]: Session 100005 created\
    14.07.13 17:29:39.787 WindowServer[95]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 7.79 seconds (server forcibly re-enabled them after 1.00 seconds)\
    14.07.13 17:29:49.093 com.apple.time[142]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).\
    14.07.13 17:29:49.116 genatsdb[202]: ########## genatsdb Sandboxed. ##########\
    14.07.13 17:29:49.348 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[125]) Exit timeout elapsed (20 seconds). Killing\
    14.07.13 17:29:49.481 genatsdb[203]: ########## genatsdb Sandboxed. ##########\
    14.07.13 17:29:55.004 SyncServer[200]: [0x7fd2b1c1b9f0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.\
    14.07.13 17:29:56.000 kernel[0]: USBMSC Identifier (non-unique): KZGCAPH0951          0x5ac 0x1500 0x202\
    14.07.13 17:29:57.807 com.apple.time[142]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).\
    14.07.13 17:30:10.000 kernel[0]: jnl: disk1s3: replay_journal: from: 35868672 to: 35934208 (joffset 0x1d1f000)\
    14.07.13 17:30:10.000 kernel[0]: jnl: disk1s3: journal replay done.\
    14.07.13 17:30:10.000 kernel[0]: jnl: disk1s4: replay_journal: from: 36921344 to: 36995072 (joffset 0x1d1f000)\
    14.07.13 17:30:10.000 kernel[0]: jnl: disk1s4: journal replay done.\
    14.07.13 17:30:11.000 kernel[0]: jnl: disk1s5: replay_journal: from: 37044224 to: 37109760 (joffset 0x1d18000)\
    14.07.13 17:30:11.000 kernel[0]: jnl: disk1s5: journal replay done.\
    14.07.13 17:30:11.000 kernel[0]: jnl: disk1s2: replay_journal: from: 83034112 to: 83140608 (joffset 0x1d1f000)\
    14.07.13 17:30:12.000 kernel[0]: jnl: disk1s2: journal replay done.\
    14.07.13 17:30:24.629 coreaudiod[129]: Disabled automatic stack shots because audio IO is active\
    14.07.13 17:30:24.830 coreaudiod[129]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:30:27.137 genatsdb[203]: *GENATSDB* FontObjects generated = 656\
    14.07.13 17:30:28.991 genatsdb[202]: *GENATSDB* FontObjects generated = 633\
    14.07.13 17:30:50.048 com.apple.SecurityServer[19]: Session 100007 created\
    14.07.13 17:30:54.426 firefox-bin[254]: -_continuousScroll is deprecated for NSScrollWheel. Please use -hasPreciseScrollingDeltas.\
    14.07.13 17:30:54.426 firefox-bin[254]: -deviceDeltaY is deprecated for NSScrollWheel. Please use -scrollingDeltaY.\
    14.07.13 17:30:54.427 firefox-bin[254]: -deviceDeltaX is deprecated for NSScrollWheel. Please use -scrollingDeltaX.\
    14.07.13 17:30:54.000 kernel[0]: AppleBCM5701Ethernet:        0        1 BCM5701Enet::replaceOrCopyPacket worked after N tries\
    14.07.13 17:32:19.000 kernel[0]: considerRebuildOfPrelinkedKernel com.apple.driver.AudioAUUC triggered rebuild\
    14.07.13 17:32:24.148 com.apple.launchd.peruser.501[139]: ([0x0-0x25025].com.apple.installer[295]) Exited: Killed: 9\
    14.07.13 17:32:39.371 com.apple.launchd.peruser.501[139]: ([0x0-0x27027].com.apple.installer[298]) Exited: Killed: 9\
    14.07.13 17:32:43.992 coreaudiod[129]: Disabled automatic stack shots because audio IO is active\
    14.07.13 17:32:44.619 coreaudiod[129]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:32:45.069 coreaudiod[129]: Disabled automatic stack shots because audio IO is active\
    14.07.13 17:32:45.696 coreaudiod[129]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:33:30.546 com.apple.backupd[313]: Starting automatic backup\
    14.07.13 17:33:31.318 com.apple.backupd[313]: Backing up to: /Volumes/Time Machine/Backups.backupdb\
    14.07.13 17:33:32.254 com.apple.backupd[313]: Event store UUIDs don't match for volume: Macintosh HD\
    14.07.13 17:33:32.511 com.apple.backupd[313]: Deep event scan at path:/ reason:must scan subdirs|new event db|\
    14.07.13 17:34:09.502 coreaudiod[129]: Disabled automatic stack shots because audio IO is active\
    14.07.13 17:34:10.268 coreaudiod[129]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:34:13.596 Safari[316]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.\
    14.07.13 17:34:13.597 Safari[316]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.\
    14.07.13 17:34:13.597 Safari[316]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.\
    14.07.13 17:34:34.966 com.apple.backupd[313]: Finished scan\
    14.07.13 17:34:44.328 com.apple.backupd[313]: Found 728 files (41.1 MB) needing backup\
    14.07.13 17:34:44.509 com.apple.backupd[313]: 376.8 MB required (including padding), 837.3 GB available\
    14.07.13 17:34:45.009 WebProcess[318]: objc[318]: Object 0x7fdd1a42bf80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug\
    14.07.13 17:34:45.110 WebProcess[318]: objc[318]: Object 0x7fdd1a42bf80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug\
    14.07.13 17:34:46.236 CalendarAgent[171]: [com.apple.calendar.store.log.caldav.queue] [Account [email protected]@https://cal.me.com:8443/principals/users/1.1106928981/ timed out when executing operation: <CalDAVAccountRefreshQueueableOperation: 0x7fb09b4e2bb0; Sequence: 0>]\
    14.07.13 17:34:46.287 CalendarAgent[171]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1001 "Zeit\'fcberschreitung bei der Anforderung." UserInfo=0x7fb09c064200 \{NSUnderlyingError=0x7fb09c067100 "Zeit\'fcberschreitung bei der Anforderung.", NSErrorFailingURLStringKey=https://kurt.wyttenbach%[email protected]:8443/principals/users/1.1106928981///kurt.wyttenbach%[email protected]:8443/principals/users/1.1106928981/, NSErrorFailingURLKey=https://kurt.wyttenbach%[email protected]:8443/principals/users/1.1106928981///kurt.wyttenbach%[email protected]:8443/principals/users/1.1106928981/, [email protected], CalDAVErrFromRefresh=YES, NSLocalizedDescription=Zeit\'fcberschreitung bei der Anforderung.\}]\
    14.07.13 17:35:17.528 com.apple.backupd[313]: Copied 3507 files (40.2 MB) from volume Macintosh HD.\
    14.07.13 17:35:17.575 com.apple.backupd[313]: Using file event preflight for Macintosh HD\
    14.07.13 17:35:17.583 com.apple.backupd[313]: Will copy (189 KB) from Macintosh HD\
    14.07.13 17:35:17.584 com.apple.backupd[313]: Found 38 files (189 KB) needing backup\
    14.07.13 17:35:17.584 com.apple.backupd[313]: 327.7 MB required (including padding), 837.25 GB available\
    14.07.13 17:35:21.858 com.apple.backupd[313]: Copied 1007 files (190 KB) from volume Macintosh HD.\
    14.07.13 17:35:22.461 com.apple.backupd[313]: Created new backup: 2013-07-14-173521\
    14.07.13 17:35:23.524 com.apple.backupd[313]: Starting post-backup thinning\
    14.07.13 17:35:27.147 com.apple.backupd[313]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2013-07-10-144448 (803 KB)\
    14.07.13 17:35:32.317 com.apple.backupd[313]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2013-07-11-133335 (10.1 MB)\
    14.07.13 17:35:36.667 com.apple.backupd[313]: Deleted /Volumes/Time Machine/Backups.backupdb/Macintosh/2013-07-11-121821 (14.6 MB)\
    14.07.13 17:35:36.667 com.apple.backupd[313]: Post-back up thinning complete: 3 expired backups removed\
    14.07.13 17:35:36.721 com.apple.backupd[313]: Backup completed successfully.\
    14.07.13 17:36:35.643 WindowServer[95]: Created shield window 0x72 for display 0x042c0140\
    14.07.13 17:36:35.643 WindowServer[95]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)\
    14.07.13 17:36:35.651 WindowServer[95]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)\
    14.07.13 17:36:35.651 com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fc678e09560> Sun Jul 14 18:29:10 2013 CEST (approx)\
    14.07.13 17:36:35.651 com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fc678e09560> Sun Jul 14 18:29:10 2013 CEST (approx)\
    14.07.13 17:36:57.000 bootlog[0]: BOOT_TIME 1373816217 0\
    14.07.13 17:37:05.000 kernel[0]: PMAP: PCID enabled\
    14.07.13 17:37:05.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled\
    14.07.13 17:37:05.000 kernel[0]: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64\
    14.07.13 17:37:05.000 kernel[0]: vm_page_bootstrap: 3917120 free pages and 244416 wired pages\
    14.07.13 17:37:05.000 kernel[0]: kext submap [0xffffff7f80737000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000737000]\
    14.07.13 17:37:05.000 kernel[0]: zone leak detection enabled\
    14.07.13 17:37:05.000 kernel[0]: standard timeslicing quantum is 10000 us\
    14.07.13 17:37:05.000 kernel[0]: standard background quantum is 2500 us\
    14.07.13 17:37:05.000 kernel[0]: mig_table_max_displ = 74\
    14.07.13 17:37:05.000 kernel[0]: TSC Deadline Timer supported and enabled\
    14.07.13 17:37:05.000 kernel[0]: corecrypto kext started!\
    14.07.13 17:37:05.000 kernel[0]: Running kernel space in FIPS MODE\
    14.07.13 17:37:05.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d\
    14.07.13 17:37:05.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!\
    14.07.13 17:37:05.000 kernel[0]: corecrypto.kext FIPS POST passed!\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled\
    14.07.13 17:37:05.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled\
    14.07.13 17:37:05.000 kernel[0]: calling mpo_policy_init for TMSafetyNet\
    14.07.13 17:37:05.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)\
    14.07.13 17:37:05.000 kernel[0]: calling mpo_policy_init for Sandbox\
    14.07.13 17:37:05.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)\
    14.07.13 17:37:05.000 kernel[0]: calling mpo_policy_init for Quarantine\
    14.07.13 17:37:05.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)\
    14.07.13 17:37:05.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993\
    14.07.13 17:37:05.000 kernel[0]: The Regents of the University of California. All rights reserved.\
    14.07.13 17:37:05.000 kernel[0]: MAC Framework successfully initialized\
    14.07.13 17:37:05.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers\
    14.07.13 17:37:05.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87\
    14.07.13 17:37:05.000 kernel[0]: ACPI: System State [S0 S3 S4 S5]\
    14.07.13 17:37:05.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 2344\
    14.07.13 17:37:05.000 kernel[0]: AppleIntelCPUPowerManagement: (built 12:18:39 Oct 18 2012) initialization complete\
    14.07.13 17:37:05.000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000\
    14.07.13 17:37:05.000 kernel[0]: [ PCI configuration begin ]\
    14.07.13 17:37:05.000 kernel[0]: Sleep failure code 0x00000000 0x1f006600\
    14.07.13 17:37:05.000 kernel[0]: console relocated to 0xfc0020000\
    14.07.13 17:37:05.000 kernel[0]: PCI configuration changed (bridge=17 device=4 cardbus=0)\
    14.07.13 17:37:05.000 kernel[0]: [ PCI configuration end, bridges 13 devices 16 ]\
    14.07.13 17:37:05.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management\
    14.07.13 17:37:05.000 kernel[0]: AppleThunderboltNHIType2::start - type 2 sleep enabled\
    14.07.13 17:37:05.000 kernel[0]: AppleThunderboltNHIType2::start - SXFP method found\
    14.07.13 17:37:05.000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]\
    14.07.13 17:37:05.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused\
    14.07.13 17:37:05.000 kernel[0]: rooting via boot-uuid from /chosen: FA41975F-8187-39BF-A050-6EA65F3EC755\
    14.07.13 17:37:05.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>\
    14.07.13 17:37:05.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start\
    14.07.13 17:37:05.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start\
    14.07.13 17:37:05.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded\
    14.07.13 17:37:05.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded\
    14.07.13 17:37:05.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready\
    14.07.13 17:37:05.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD WDC WD10EALX-408EA0 Media/IOGUIDPartitionScheme/Customer@2\
    14.07.13 17:37:05.000 kernel[0]: BSD root: disk0s2, major 1, minor 2\
    14.07.13 17:37:05.000 kernel[0]: BTCOEXIST off \
    14.07.13 17:37:05.000 kernel[0]: BRCM tunables:\
    14.07.13 17:37:05.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]\
    14.07.13 17:37:05.000 kernel[0]: jnl: unknown-dev: replay_journal: from: 11534848 to: 15105536 (joffset 0x1d18000)\
    14.07.13 17:37:05.000 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0\
    14.07.13 17:37:05.000 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0\
    14.07.13 17:37:05.000 kernel[0]: USBMSC Identifier (non-unique): KZGCAPH0951          0x5ac 0x1500 0x202\
    14.07.13 17:37:05.000 kernel[0]: jnl: unknown-dev: journal replay done.\
    14.07.13 17:37:05.000 kernel[0]: Kernel is LP64\
    14.07.13 17:37:05.000 kernel[0]: hfs: Removed 10 orphaned / unlinked files and 31 directories \
    14.07.13 17:37:00.744 com.apple.launchd[1]: *** launchd[1] has started up. ***\
    14.07.13 17:37:00.744 com.apple.launchd[1]: *** Shutdown logging is enabled. ***\
    14.07.13 17:37:05.106 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination\
    14.07.13 17:37:05.000 kernel[0]: BCM5701Enet: Ethernet address 10:dd:b1:9f:be:37\
    14.07.13 17:37:05.000 kernel[0]: AirPort_Brcm4331: Ethernet address 8c:2d:aa:57:1a:eb\
    14.07.13 17:37:05.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification\
    14.07.13 17:37:05.000 kernel[0]: IO80211Interface::efiNVRAMPublished():  \
    14.07.13 17:37:10.229 hidd[49]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1\
    14.07.13 17:37:10.231 hidd[49]: void __IOHIDLoadBundles(): Loaded 0 HID plugins\
    14.07.13 17:37:10.241 fseventsd[50]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (464 13 499)\
    14.07.13 17:37:10.241 fseventsd[50]: log dir: /.fseventsd getting new uuid: 6B676697-3A0C-4445-9059-FE1886DE3608\
    14.07.13 17:37:10.000 kernel[0]: macx_swapon SUCCESS\
    14.07.13 17:37:10.000 kernel[0]: Waiting for DSMOS...\
    14.07.13 17:37:15.026 coreservicesd[65]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false\
    14.07.13 17:37:15.047 mDNSResponder[41]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12\
    14.07.13 17:37:15.050 airportd[71]: _processDLILEvent: en1 attached (down)\
    14.07.13 17:37:15.000 kernel[0]: createVirtIf(): ifRole = 1\
    14.07.13 17:37:15.000 kernel[0]: in func createVirtualInterface ifRole = 1\
    14.07.13 17:37:15.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80449cb400\
    14.07.13 17:37:15.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1\
    14.07.13 17:37:15.000 kernel[0]: Created virtif 0xffffff80449cb400 p2p0\
    14.07.13 17:37:15.148 com.apple.SecurityServer[16]: Session 100000 created\
    14.07.13 17:37:15.149 blued[58]: Read the UHE Info\
    14.07.13 17:37:15.149 blued[58]: Read version 2 info.  Number of devices:2\
    14.07.13 17:37:15.149 blued[58]: Class of device:     0x2580\
    14.07.13 17:37:15.150 blued[58]: Device name: 'Apple Magic Mouse' length:18\
    14.07.13 17:37:15.150 blued[58]: Finished reading the HID data\
    14.07.13 17:37:15.150 blued[58]: Found a device with PID:0x030d VID:0x05ac\
    14.07.13 17:37:15.151 blued[58]: Class of device:     0x2540\
    14.07.13 17:37:15.151 blued[58]: Device name: 'Apple Wireless Keyboard' length:24\
    14.07.13 17:37:15.151 blued[58]: Finished reading the HID data\
    14.07.13 17:37:15.151 blued[58]: Found a device with PID:0x0256 VID:0x05ac\
    14.07.13 17:37:15.207 com.apple.kextd[12]: Can't load /System/Library/Extensions/LogitechUSBHIDevices.kext - no code for running kernel's architecture.\
    14.07.13 17:37:15.208 com.apple.kextd[12]: Load com.Logitech.driver.HIDDevices failed; removing personalities from kernel.\
    14.07.13 17:37:15.000 kernel[0]: NVDAStartup: Official\
    14.07.13 17:37:15.000 kernel[0]: [IOBluetoothHCIController][start] -- completed\
    14.07.13 17:37:15.000 kernel[0]: NVDAGK100HAL loaded and registered\
    14.07.13 17:37:15.000 kernel[0]: IOBluetoothUSBDFU::probe\
    14.07.13 17:37:15.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828B FirmwareVersion - 0x0032\
    14.07.13 17:37:15.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed\
    14.07.13 17:37:15.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification \
    14.07.13 17:37:15.000 kernel[0]: Previous Shutdown Cause: -128\
    14.07.13 17:37:15.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService\
    14.07.13 17:37:15.000 kernel[0]: DSMOS has arrived\
    14.07.13 17:37:15.224 mds[40]: (Normal) FMW: FMW 0 0\
    14.07.13 17:37:15.381 appleeventsd[55]: main: Starting up\
    14.07.13 17:37:15.388 com.apple.usbmuxd[29]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit\
    14.07.13 17:37:15.943 WindowServer[81]: Server is starting up\
    14.07.13 17:37:15.945 configd[17]: network changed.\
    14.07.13 17:37:15.000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).\
    14.07.13 17:37:15.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed\
    14.07.13 17:37:16.000 kernel[0]: X86PlatformPlugin::setRingTable - No ring table found!\
    14.07.13 17:37:16.000 kernel[0]: X86PlatformPlugin::configResourceHandler - Failed to set ring table!\
    14.07.13 17:37:16.000 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice11a2\
    14.07.13 17:37:16.315 com.apple.SecurityServer[16]: Entering service\
    14.07.13 17:37:16.404 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL\
    14.07.13 17:37:16.470 systemkeychain[92]: done file: /var/run/systemkeychaincheck.done\
    14.07.13 17:37:16.516 loginwindow[44]: Login Window Application Started\
    14.07.13 17:37:16.544 netbiosd[89]: Unable to start NetBIOS name service: \
    14.07.13 17:37:16.554 awacsd[59]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)\
    14.07.13 17:37:16.570 awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store\
    14.07.13 17:37:16.606 digest-service[113]: label: default\
    14.07.13 17:37:16.606 digest-service[113]:     dbname: od:/Local/Default\
    14.07.13 17:37:16.606 digest-service[113]:     mkey_file: /var/db/krb5kdc/m-key\
    14.07.13 17:37:16.606 digest-service[113]:     acl_file: /var/db/krb5kdc/kadmind.acl\
    14.07.13 17:37:16.608 digest-service[113]: digest-request: uid=0\
    14.07.13 17:37:16.636 rpcsvchost[115]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded\
    14.07.13 17:37:16.639 digest-service[113]: digest-request: init request\
    14.07.13 17:37:16.643 digest-service[113]: digest-request: init return domain: BUILTIN server: LOCALHOST\
    14.07.13 17:37:16.740 WindowServer[81]: Session 256 retained (2 references)\
    14.07.13 17:37:16.740 WindowServer[81]: Session 256 released (1 references)\
    14.07.13 17:37:16.760 WindowServer[81]: Session 256 retained (2 references)\
    14.07.13 17:37:16.760 WindowServer[81]: init_page_flip: page flip mode is on\
    14.07.13 17:37:16.915 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)\
    14.07.13 17:37:16.915 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)\
    14.07.13 17:37:17.347 WindowServer[81]: mux_initialize: Couldn't find any matches\
    14.07.13 17:37:17.359 WindowServer[81]: GLCompositor enabled for tile size [256 x 256]\
    14.07.13 17:37:17.359 WindowServer[81]: CGXGLInitMipMap: mip map mode is on\
    14.07.13 17:37:17.425 WindowServer[81]: WSMachineUsesNewStyleMirroring: true\
    14.07.13 17:37:17.425 WindowServer[81]: Display 0x042c0140: GL mask 0x1; bounds (0, 0)[2560 x 1440], 42 modes available\
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model b005, S/N 0, Unit 0, Rotation 0\
    UUID 0x000006100000b00500000000042c0140\
    14.07.13 17:37:17.426 WindowServer[81]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003e\
    14.07.13 17:37:17.426 WindowServer[81]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003d\
    14.07.13 17:37:17.431 WindowServer[81]: Created shield window 0x5 for display 0x042c0140\
    14.07.13 17:37:17.432 WindowServer[81]: Created shield window 0x6 for display 0x003f003e\
    14.07.13 17:37:17.432 WindowServer[81]: Created shield window 0x7 for display 0x003f003d\
    14.07.13 17:37:17.433 WindowServer[81]: Display 0x042c0140: GL mask 0x1; bounds (0, 0)[2560 x 1440], 42 modes available\
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model b005, S/N 0, Unit 0, Rotation 0\
    UUID 0x000006100000b00500000000042c0140\
    14.07.13 17:37:17.433 WindowServer[81]: Display 0x003f003e: GL mask 0x4; bounds (3584, 0)[1 x 1], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003e\
    14.07.13 17:37:17.433 WindowServer[81]: Display 0x003f003d: GL mask 0x2; bounds (3585, 0)[1 x 1], 1 modes available\
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0\
    UUID 0xffffffffffffffffffffffff003f003d\
    14.07.13 17:37:17.434 WindowServer[81]: CGXPerformInitialDisplayConfiguration\
    14.07.13 17:37:17.434 WindowServer[81]:   Display 0x042c0140: MappedDisplay Unit 0; Vendor 0x610 Model 0xb005 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1\
    14.07.13 17:37:17.434 WindowServer[81]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1\
    14.07.13 17:37:17.434 WindowServer[81]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1\
    14.07.13 17:37:17.503 WindowServer[81]: GLCompositor: GL renderer id 0x01022644, GL mask 0x00000007, accelerator 0x0000409b, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB\
    14.07.13 17:37:17.508 WindowServer[81]: GLCompositor: GL renderer id 0x01022644, GL mask 0x00000007, texture units 8, texture max 16384, viewport max \{16384, 16384\}, extensions FPRG|NPOT|GLSL|FLOAT\
    14.07.13 17:37:17.511 loginwindow[44]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:37:17.524 WindowServer[81]: Unable to open IOHIDSystem (e00002bd)\
    14.07.13 17:37:17.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)\
    14.07.13 17:37:18.109 WindowServer[81]: Created shield window 0x8 for display 0x042c0140\
    14.07.13 17:37:18.109 WindowServer[81]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:37:18.143 launchctl[128]: com.apple.findmymacmessenger: Already loaded\
    14.07.13 17:37:18.174 com.apple.SecurityServer[16]: Session 100004 created\
    14.07.13 17:37:18.212 hidd[49]: CGSShutdownServerConnections: Detaching application from window server\
    14.07.13 17:37:18.212 hidd[49]: CGSDisplayServerShutdown: Detaching display subsystem from window server\
    14.07.13 17:37:18.234 loginwindow[44]: Login Window Started Security Agent\
    14.07.13 17:37:18.324 SecurityAgent[137]: This is the first run\
    14.07.13 17:37:18.325 SecurityAgent[137]: MacBuddy was run = 0\
    14.07.13 17:37:18.000 kernel[0]: [BNBMouseDevice::init][75.19] init is complete\
    14.07.13 17:37:18.343 WindowServer[81]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042c0140 device: 0x104561110  isBackBuffered: 1 numComp: 3 numDisp: 3\
    14.07.13 17:37:18.343 SecurityAgent[137]: User info context values set for kurt\
    14.07.13 17:37:18.367 coreaudiod[138]: Enabled automatic stack shots because audio IO is inactive\
    14.07.13 17:37:18.000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]\
    14.07.13 17:37:18.477 configd[17]: network changed: v6(en0+:fe80::de0b:1aff:fea8:5393) DNS* Proxy+ SMB\
    14.07.13 17:37:18.000 kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1\
    14.07.13 17:37:18.000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered\
    14.07.13 17:37:19.017 loginwindow[44]: Login Window - Returned from Security Agent\
    14.07.13 17:37:19.023 loginwindow[44]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102\
    14.07.13 17:37:19.040 loginwindow[44]: USER_PROCESS: 44 console\
    14.07.13 17:37:19.404 com.apple.launchd.peruser.501[143]: (com.apple.gamed) Ignored this key: UserName\
    14.07.13 17:37:19.404 com.apple.launchd.peruser.501[143]: (com.apple.gamed) Ignored this key: GroupName\
    14.07.13 17:37:19.404 com.apple.launchd.peruser.501[143]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self\
    14.07.13 17:37:19.408 loginwindow[44]: Connection with distnoted server was invalidated\
    14.07.13 17:37:19.431 distnoted[147]: # distnote server agent  absolute time: 22.728758230   civil time: Sun Jul 14 17:37:19 2013   pid: 147 uid: 501  root: no\
    14.07.13 17:37:19.432 WindowServer[81]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:37:19.436 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=113\
    14.07.13 17:37:19.438 com.apple.launchd[1]: (com.wacom.pentablet[134]) Exited with code: 255\
    14.07.13 17:37:19.000 kernel[0]: [AppleMultitouchDevice::start] entered\
    14.07.13 17:37:19.543 blued[58]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501\
    14.07.13 17:37:19.804 WindowServer[81]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:37:19.828 WindowServer[81]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:37:20.559 configd[17]: network changed: v6(en0:fe80::de0b:1aff:fea8:5393) DNS* Proxy SMB\
    14.07.13 17:37:20.619 mDNSResponder[41]: D2D_IPC: Loaded\
    14.07.13 17:37:20.619 mDNSResponder[41]: D2DInitialize succeeded\
    14.07.13 17:37:20.666 locationd[45]: NOTICE,Location icon should now be in state 0\
    14.07.13 17:37:23.690 configd[17]: network changed: v4(en0+:192.168.1.33) v6(en0!:fe80::de0b:1aff:fea8:5393) DNS+ Proxy SMB\
    14.07.13 17:37:23.803 ntpd[109]: proto: precision = 1.000 usec\
    14.07.13 17:37:24.518 locationd[164]: NOTICE,Location icon should now be in state 0\
    14.07.13 17:37:25.894 com.apple.SecurityServer[16]: Session 100005 created\
    14.07.13 17:37:25.963 mds[40]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"\
    14.07.13 17:37:25.964 mds[40]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"\
    14.07.13 17:37:25.973 apsd[61]: Couldn't change keychain information for default user: -25299\
    14.07.13 17:37:26.575 com.apple.launchd[1]: (com.apple.xprotectupdater[26]) Exited with code: 252\
    14.07.13 17:37:31.570 awacsd[59]: Exiting\
    14.07.13 17:37:32.942 WindowServer[81]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.\
    14.07.13 17:37:32.978 WindowServer[81]: Display 0x042c0140: MappedDisplay Unit 0; ColorProfile \{ 2, "iMac"\}; TransferFormula (1.000000, 1.000000, 1.000000)\
    14.07.13 17:37:33.073 BezelServices 236.3[44]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)\
    14.07.13 17:37:33.277 NetworkBrowserAgent[185]: Starting NetworkBrowserAgent\
    14.07.13 17:37:33.316 talagent[176]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m\
    14.07.13 17:37:33.316 talagent[176]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m\
    14.07.13 17:37:33.000 kernel[0]: jnl: disk1s2: replay_journal: from: 46989312 to: 61497344 (joffset 0x1d1f000)\
    14.07.13 17:37:36.368 talagent[176]: CGSGetOnScreenWindowList: Invalid connection\
    14.07.13 17:37:36.368 coreservicesd[65]: Can't change an application into stopped state for app App:"Safari" [ 0x0/0x7007]  @ 0x0x7fc899b06030 because it's already been started.\
    14.07.13 17:37:37.308 WindowServer[81]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.\
    14.07.13 17:37:37.733 WindowServer[81]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.43 seconds (server forcibly re-enabled them after 1.00 seconds)\
    14.07.13 17:37:39.381 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[133]) Exit timeout elapsed (20 seconds). Killing\
    14.07.13 17:37:41.000 kernel[0]: jnl: disk1s2: journal replay done.\
    14.07.13 17:37:42.000 kernel[0]: hfs: Removed 0 orphaned / unlinked files and 187 directories \
    14.07.13 17:37:42.090 fseventsd[50]: event logs in /Volumes/Time Machine/.fseventsd out of sync with volume.  destroying old logs. (3428 9 3429)\
    14.07.13 17:37:42.097 fseventsd[50]: log dir: /Volumes/Time Machine/.fseventsd getting new uuid: 3F58FA72-0AA8-4ECC-89C5-B97788DD1AA0\
    14.07.13 17:37:42.425 coreservicesd[65]: Can't change an application into stopped state for app App:"Finder" [ 0x0/0xc00c]  @ 0x0x7fc89990e0d0 because it's already been started.\
    14.07.13 17:37:42.000 kernel[0]: jnl: disk1s3: replay_journal: from: 35934208 to: 36024320 (joffset 0x1d1f000)\
    14.07.13 17:37:43.000 kernel[0]: jnl: disk1s3: journal replay done.\
    14.07.13 17:37:44.326 WindowServer[81]: CGXDisableUpdate: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.\
    14.07.13 17:37:45.242 fseventsd[50]: event logs in /Volumes/TB 2/.fseventsd out of sync with volume.  destroying old logs. (3337 3 3432)\
    14.07.13 17:37:45.262 fseventsd[50]: log dir: /Volumes/TB 2/.fseventsd getting new uuid: C8782414-AB4E-4C53-95EC-4B1B2FD2ED51\
    14.07.13 17:37:45.000 kernel[0]: jnl: disk1s4: replay_journal: from: 36995072 to: 37093376 (joffset 0x1d1f000)\
    14.07.13 17:37:46.660 WindowServer[81]: reenable_update_for_connection: UI updates were finally reenabled by application "Safari" after 3.33 seconds (server forcibly re-enabled them after 1.00 seconds)\
    14.07.13 17:37:47.300 com.apple.launchd.peruser.501[143]: (com.apple.afpstat-qfa[234]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory\
    14.07.13 17:37:47.300 com.apple.launchd.peruser.501[143]: (com.apple.afpstat-qfa[234]) Job failed to exec(3) for weird reason: 2\
    14.07.13 17:37:47.000 kernel[0]: jnl: disk1s4: journal replay done.\
    14.07.13 17:37:49.320 WindowServer[81]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.\
    14.07.13 17:37:49.362 com.apple.time[146]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).\
    14.07.13 17:37:49.507 WindowServer[81]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 1.19 seconds (server forcibly re-enabled them after 1.00 seconds)\
    14.07.13 17:37:49.527 com.apple.launchd.peruser.501[143]: (com.apple.mrt.uiagent[225]) Exited with code: 255\
    14.07.13 17:37:50.018 fseventsd[50]: event logs in /Volumes/TB 3/.fseventsd out of sync with volume.  destroying old logs. (3338 5 3437)\
    14.07.13 17:37:50.108 DictationIM[216]: Exception in proxy <IMKTextInput> respondsToSelector: inputSessionDoneSleep\
        name = NSPortTimeoutException\
        reason = connection timeout: did not receive reply\
        userInfo = (null)\
    0   CoreFoundation                      0x0000000109fa2b06 __exceptionPreprocess + 198\
    1   libobjc.A.dylib                     0x0000000109ddd3f0 objc_exception_throw + 43\
    2   CoreFoundation                      0x0000

    Same problem, my brand new iMac (27inch 2011 SSD OS X 10.6.8) comes out of sleep and after a few seconds it looks like it cannot write to disk anymore. Programs that are open can still be accessed, however once they need to log or write something to disk the system freezes.
    Tried the following:
    Thunderbolt 27/06 firmware upgrade
    SMC and PRAM reset
    Extended hardware test -> everything OK
    Created new user to see if it is a cache issue that coming from my Time Machine restore from my old iMac
    Keyboard and Magic mouse from my old iMac
    Nothing helped, so I'm becoming desperate. I suspect an SSD drive issue however cannot find any error in the logs.
    Rgds,
    Zwiri

Maybe you are looking for