Dashcode: background bug?

background issues occur when loading the page on both Safari and the Browser simulator. The issue is that it gets cut off, but when I resize the page or press a button on it it will go back to normal. It is really a pain in the butt! Anyone have the same issue, and if so, how do you fix it?
It's a web app for normal safari, I don't see the same issue happening when developing for dashboard or mobile safari.

I'm building a mobile web app right now and it is also showing this bug sometimes. Did you ever find a solution?

Similar Messages

  • Spry menu error in EI Disappearing List Background Bug

    I wanted to be able to update the menu once so I made the menu as a library item. At first the menu kept dissapearing in EI, somehow I fixed it so it actually does show up properly now but Dreamweaver is still showing the error " Disappearing List Background Bug in EI" all in the opening of the  <ul> . And now I have also noticed that there is an issue with the first menu, when rolling over the "company tab" it drops down the sub-menu and let you click on "about" it goes to the page but from there when you roll over the menu's they dont change color and they dont show the sub-menu. This work fine if I go to any other menu on that bar exept for the first one. I dont know what to do, and apreciate any help!
    Here is website:
    http://phantazia.ca/
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 14px;
        cursor: default;
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 10;
        background-color: #424242;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 8em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 20;
        cursor: default;
        width: 13em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 13em;
        background-color: #424242;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #FFF;
        color: #FFF;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #666;
        border-bottom-color: #666;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #FFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #424242;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #0689C4;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background-color: #424242;

    The reason the menu does not work in the about page is because there is no link to SpryMenuBar.js on the page.
    The following shows the first few lines of your document for index.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>B SHARP SYSTEMS | Company</title>
    <link href="layout.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    and the following for about.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>B SHARP SYSTEMS | Provider of highly scalable technology solutions located in California, USA</title>
    <link href="layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-image: url();
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e9e7e8;
    -->
    </style>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    Gramps

  • E6 Belle Background bug

    apologies if this is known, if there is a bug list, feel free to move this there.
    It seems the gallery doesn't scan Backgrounds subfolder. When one changes from a default background then tried to go back to the default image, that image will not be shown as an option. I searched the C: directory on the device and capied the BG folder to E: and those images now appear in gallery and as options when I go to change a background from a home screen.
    If there is an option to instruct gallery to scan the c: drive, I missed it.
    this is on the latest version of Belle for E6

    @Aighood
    There have been taster applications in the past such as "Meet Symbian Anna" http://store.ovi.com/content/180379 but not aware of such for Symbian Belle. Have you also checked what is available via Nokia Suite > Tools > Software updates?
    Running Belle upon my E6-00 but free phone memory does have a habit of disappearing!
    Happy to have helped forum with a Support Ratio = 42.5

  • Background bug with windows 8

    I found an annoying bug using photoshop cs6 with win 8 pro.
    It only happens when i'm working on a file with layer. When I zoom in or out with the mouse wheel the background suddenly changes from gray to black or "trasparent" multiple times.
    Already tried updating vga drivers and disabling gpu acceleration, with no results.
    is  someone having the same problem? any possible solution?

    Oh, and since you mentioned trying disabling GPU acceleration, keep in mind that changes you make to those settings MUST be followed by a close and restart of Photoshop before testing, or you won't necessarily be testing what you think you're testing.
    -Noel

  • IE link Background Bug?

    am going spare. At one point my code was looking pretty good.
    Now it is all completely in a muddle. By trying to put hover
    backgrounds on my links, the whole positioning is out.
    Problems:
    1. Why do my borders not line up in Safari, on my nav bar.
    2. Why does the side borders of my nav bar go to far down on
    IE
    3. Why does the hover background only work on MAC - is there
    a code to get around this for IE
    4. How can I make the text change color on hover when I am
    hovering the relevant li and not when I am just hovering the text.
    Many questions - someone needs to help a novice!!!! Anyone?
    http://www.lollypopsandpolkadots.com/
    Thank you in advance

    are u using css for your styles, if so you could try using
    this code in your css and ajust it where nessacery
    a:link, a:visited
    color: #CC3300;
    a:link:hover, a:visited :link:hover, a:focus, a:active
    background-color: #FAE5EA;

  • Hover background bug in IE?

    I am going spare. At one point my code was looking pretty
    good. Now it is all completely in a muddle. By trying to put hover
    backgrounds on my links, the whole positioning is out.
    Problems:
    1. Why do my borders not line up in Safari, on my nav bar.
    2. Why does the side borders of my nav bar go to far down on
    IE
    3. Why does the hover background only work on MAC - is there
    a code to get around this for IE
    4. How can I make the text change color on hover when I am
    hovering the relevant li and not when I am just hovering the text.
    Many questions - someone needs to help a novice!!!! Anyone?
    http://www.lollypopsandpolkadots.com/
    Thank you in advance

    Hello,
    The IE will do some code compiling on page load and will
    remove some of the attributes that have an invalid syntax from the
    DOM. Because of this when the Spry will start evaluate the page the
    Spry placeholders don't exists anymore and Spry can't replace them
    with the actual data.
    I'm not yet very clear why the page works without that meta
    description. A thing yo can try is to change your code to this:
    <td style="background:url('{img}') repeat-x left
    top"><img src="{img}" /></td>
    because the {} are illegal in CSS
    Cristian

  • Adobe lightbox widget background bug

    hi,
    when i change the background of the f widget, everythin is fine,  the image show up, but when i click somewhere else the background return to gray until i click on it again, in the preview it doesn't show the image i put, but the gray background, its getting really anoying
    thank you

    When changing the background for the Slideshow widget's thumbnail, please keep an eye on the States panel on the right. Make sure the Normal (First) state is selected before you go ahead with changing the background or any style. If the Active(Normal) state is selected, then the background would only show when the thumbnail is selected and is the active item. Refer screenshot below:

  • [SLOVED] XFCE background bug?

    Thats what happens to my desktop if I open anything...anyone have any clues?
    Using xfce on arch64
    Didn't have a daemon starting (hal or fam I forget which one)
    Last edited by Elvish Legion (2008-01-03 16:51:36)

    Is xfdesktop running?

  • Lion's bugs... Server side...

    ok...
    1. Web Server virtual hosting does not work:
    Is there someone that can translate this?
    Jul 29 15:56:48 mini com.apple.APNBridge[407]: Opening connection to apn server gateway.push.apple.com for topic com.apple.contact.XServer.4974144a-9285-4e3c-b604-f13a615b6ea7
    Jul 29 15:59:50 mini org.clamav.clamd[615]: SelfCheck: Database status OK.
    Jul 29 16:01:19 mini com.apple.launchd.peruser.70[46473] (0x7fd22ae073e0.anonymous.httpd[46407]): Failed to add kevent for PID 46407. Will unload at MIG return
    Jul 29 16:01:19 mini com.apple.launchd.peruser.70[46473] (0x7fd22ae073e0.anonymous.httpd[46407]): Unloading PID 46407 at MIG return.
    Jul 29 16:01:19 mini com.apple.launchd.peruser.70[46473]: Background: Bug: launchd_core_logic.c:3063 (24984):3
    Jul 29 16:01:19 mini com.apple.launchd.peruser.70[46473]: Background: job_mig_intran() was confused by PID 46405 UID 70 EUID 70 Mach Port 0x1a07:
    Jul 29 16:01:19 mini com.apple.launchd.peruser.70[46473]: Bug: launchd_core_logic.c:8528 (24984):3: j != NULL
    Jul 29 16:01:19 mini org.apache.httpd[46476]: [Fri Jul 29 16:01:19 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Jul 29 16:01:19: --- last message repeated 4 times ---
    Jul 29 16:01:19 mini org.apache.httpd[46476]: [Fri Jul 29 16:01:19 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Jul 29 16:01:19: --- last message repeated 4 times ---
    Jul 29 16:01:19 mini org.apache.httpd[46476]: [Fri Jul 29 16:01:19 2011] [warn] VirtualHost 83.246.3.35:443 overlaps with VirtualHost 83.246.3.35:443, the first has precedence, perhaps you need a NameVirtualHost directive
    Jul 29 16:02:14 mini jabberd/c2s[2201]: [9] [::ffff:188.25.124.208, port=52192] connect
    Jul 29 16:02:15 mini jabberd/c2s[2201]: [9] [::ffff:188.25.124.208, port=52192] disconnect jid=unbound, packets: 0
    Jul 29 16:02:18 mini jabberd/c2s[2201]: [9] [::ffff:188.25.124.208, port=52211] connect
    Jul 29 16:02:19 mini jabberd/c2s[2201]: [9] [::ffff:188.25.124.208, port=52211] disconnect jid=unbound, packets: 0
    Jul 29 16:02:20 mini org.apache.httpd[46508]: [Fri Jul 29 16:02:20 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Jul 29 16:02:20: --- last message repeated 5 times ---
    Jul 29 16:02:20 mini org.apache.httpd[46508]: [Fri Jul 29 16:02:20 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Jul 29 16:02:50: --- last message repeated 5 times ---

    I think I am having the exact same issue with the webserver. Here are some logs from my 3 servers:
    Aug 25 13:48:58 myserver org.apache.httpd[36747]: [Thu Aug 25 13:48:58 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 13:48:58 myserver org.apache.httpd[36747]: [Thu Aug 25 13:48:58 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 13:48:58 myserver com.apple.launchd[1] (org.apache.httpd[36747]): Exited with code: 1
    Aug 25 13:48:58 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug 25 13:49:00 myserver bootpd[34823]: DHCP DISCOVER [en1]: 1,e4:ce:8f:8f:b1:8 <users-Iphone>
    Aug 25 13:49:00 myserver bootpd[34823]: service time 0.002354 seconds
    Aug 25 13:49:01 myserver bootpd[34823]: DHCP DISCOVER [en1]: 1,a4:67:6:b:7f:1
    Aug 25 13:49:01 myserver bootpd[34823]: service time 0.002235 seconds
    Aug 25 13:49:05 myserver bootpd[34823]: DHCP DISCOVER [en1]: 1,e4:ce:8f:8f:b1:8 <users-Iphone>
    Aug 25 13:49:05 myserver bootpd[34823]: service time 0.002370 seconds
    Aug 25 13:49:08 myserver org.apache.httpd[36752]: [Thu Aug 25 13:49:08 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 13:49:08 myserver org.apache.httpd[36752]: [Thu Aug 25 13:49:08 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 13:49:08 myserver com.apple.launchd[1] (org.apache.httpd[36752]): Exited with code: 1
    PS: Also NAT/DHCP does not work.

  • Lion takes 15 seconds to log in after reboot on Macbook Pro 13" (early 2011)

    I have been having sluggish performance (repeated beachballs, etc.) on my Macbook Pro 13-inch (2.7 GHz Intel Core i7, 4 GB RAM), which I bought this summer pre-installed with Lion.
    I didn't migrate my old system, I just installed everything on my new machine. After about 9 years of OS X upgrades on various machines, I decided to start fresh and just installed my applications and transferred the data manually. It took some time, but I wanted it lean and clean.
    Within weeks though, things were starting to slow down. This morning, it took over 15 seconds after reboot before I could even log in to my user account (I clicked on the icon for my account, and after 4-5 seconds it beachballed for 10 seconds before the field for the password "slid" into place).
    I've tried checking and unchecking having Lion restore my previous session before rebooting; closing all applications before restarting; not closing applications before restarting. But consistently, right after logging in for several minutes, and then after several hours of use (and/or the next day, if I put my laptop to sleep instead of shutting it down) opening, saving documents, viewing mailboxes after opening Mail, or even viewing folder contents in the Finder can take from several to 30+ seconds.
    Here is the log from my most recent boot. I have Dropbox, LogMeIn, Default Folder, and Growl (the pre-App Store version), and I have Parallels (which I very rarely use), but I don't see why any of these would slow down my machine before I even log in. Besides this, I have pretty standard fair applications. I would very much appreciate any help/advice!
    06/12/11 02:57:20,000 bootlog: BOOT_TIME 1323161840 0
    06/12/11 02:57:35,567 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    06/12/11 02:57:36,000 kernel: PMAP: PCID enabled
    06/12/11 02:57:35,578 UserEventAgent: CertsKeychainMonitor: configuring
    06/12/11 02:57:35,752 UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    06/12/11 02:57:35,752 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    06/12/11 02:57:36,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    06/12/11 02:57:36,000 kernel: vm_page_bootstrap: 987432 free pages and 52952 wired pages
    06/12/11 02:57:36,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    06/12/11 02:57:36,000 kernel: zone leak detection enabled
    06/12/11 02:57:36,000 kernel: standard timeslicing quantum is 10000 us
    06/12/11 02:57:36,000 kernel: mig_table_max_displ = 73
    06/12/11 02:57:36,000 kernel: TSC Deadline Timer supported and enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for TMSafetyNet
    06/12/11 02:57:36,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Sandbox
    06/12/11 02:57:36,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Quarantine
    06/12/11 02:57:36,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    06/12/11 02:57:36,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    06/12/11 02:57:36,000 kernel: The Regents of the University of California. All rights reserved.
    06/12/11 02:57:36,000 kernel: MAC Framework successfully initialized
    06/12/11 02:57:36,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    06/12/11 02:57:36,000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    06/12/11 02:57:36,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    06/12/11 02:57:36,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    06/12/11 02:57:36,000 kernel: [ PCI configuration begin ]
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    06/12/11 02:57:36,000 kernel: console relocated to 0xf10000000
    06/12/11 02:57:36,000 kernel: PCI configuration changed (bridge=16 device=4 cardbus=0)
    06/12/11 02:57:36,000 kernel: [ PCI configuration end, bridges 12 devices 16 ]
    06/12/11 02:57:36,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    06/12/11 02:57:36,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagementClient: ready
    06/12/11 02:57:36,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe1f2470; max speed s800.
    06/12/11 02:57:36,000 kernel: BTCOEXIST off
    06/12/11 02:57:36,000 kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    06/12/11 02:57:36,000 kernel: 5.100.98.75
    06/12/11 02:57:36,000 kernel: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    06/12/11 02:57:36,000 kernel: rooting via boot-uuid from /chosen: 96C21F61-797D-3976-A440-77523146C652
    06/12/11 02:57:36,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    06/12/11 02:57:36,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartitionScheme/Customer@2
    06/12/11 02:57:36,000 kernel: BSD root: disk0s2, major 14, minor 2
    06/12/11 02:57:36,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    06/12/11 02:57:36,000 kernel: Kernel is LP64
    06/12/11 02:57:22,205 com.apple.launchd: *** launchd[1] has started up. ***
    06/12/11 02:57:35,250 com.apple.launchd: (com.parallels.desktop.launchdaemon) Unknown key for boolean: HopefullyExitsFirst
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key for string: Version
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key: Version
    06/12/11 02:57:38,000 kernel: BCM5701Enet: Ethernet address 3c:07:54:11:19:ea
    06/12/11 02:57:38,000 kernel: AirPort_Brcm4331: Ethernet address 28:cf:da:d7:d5:9c
    06/12/11 02:57:38,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    06/12/11 02:57:38,000 kernel: IO80211Interface::efiNVRAMPublished(): 
    06/12/11 02:57:39,000 kernel: Previous Shutdown Cause: 5
    06/12/11 02:57:39,000 kernel: DSMOS has arrived
    06/12/11 02:57:39,082 airportd: _processDLILEvent: en1 attached (down)
    06/12/11 02:57:40,000 kernel: Created virtif 0xffffff800ba49c00 p2p0
    06/12/11 02:57:40,000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,132 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,516 com.apple.SecurityServer: Session 100000 created
    06/12/11 02:57:41,763 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    06/12/11 02:57:41,763 configd: DHCP en1: INIT-REBOOT transmit failed
    06/12/11 02:57:41,778 configd: setting hostname to "MacBook-Pro-dAutrefois.local"
    06/12/11 02:57:41,782 configd: network configuration changed.
    06/12/11 02:57:41,934 mDNSResponder: mDNSResponder mDNSResponder-320.10 (Aug  2 2011 19:56:51) starting OSXVers 11
    06/12/11 02:57:44,952 com.apple.SecurityServer: Entering service
    06/12/11 02:57:45,892 systemkeychain: done file: /var/run/systemkeychaincheck.done
    06/12/11 02:57:45,905 configd: network configuration changed.
    06/12/11 02:57:45,907 configd: network configuration changed.
    06/12/11 02:57:45,908 mDNSResponder: D2D_IPC: Loaded
    06/12/11 02:57:45,908 mDNSResponder: D2DInitialize succeeded
    06/12/11 02:57:45,910 mDNSResponder: Adding registration domain autrefois.members.mac.com.
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,425 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    06/12/11 02:57:46,425 com.apple.pfctl: No ALTQ support in kernel
    06/12/11 02:57:46,425 com.apple.pfctl: ALTQ related functions disabled
    06/12/11 02:57:46,548 Parallels: Loading kernel extension  prl_hypervisor.kext
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    06/12/11 02:57:48,000 kernel: en1: 802.11d country code set to 'US'.
    06/12/11 02:57:48,000 kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    06/12/11 02:57:48,000 kernel: MacAuthEvent en1   Auth result for: 00:25:bc:8d:98:b5  MAC AUTH succeeded
    06/12/11 02:57:48,000 kernel: wlEvent: en1 en1 Link UP
    06/12/11 02:57:48,000 kernel: AirPort: Link Up on en1
    06/12/11 02:57:48,000 kernel: en1: BSSID changed to 00:25:bc:8d:98:b5
    06/12/11 02:57:48,423 Parallels: Loading kernel extension  prl_hid_hook.kext
    06/12/11 02:57:48,946 awacsd: Starting awacsd connectivity-47 (Jul  7 2011 20:52:38)
    06/12/11 02:57:48,956 awacsd: Connecting AWACS client: autrefois
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: AirPort: RSN handshake complete on en1
    06/12/11 02:57:49,000 kernel: /drv/ HypApic.c:230   Host APIC  phy 0xFEE00000  lin 0xffffff807edde000  ver 0x15
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3718   [vtdInit]
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3734   [vtdInit] VTD initialization disabled
    06/12/11 02:57:49,000 kernel: /drv/ HypLowCache.c:173   Low cache initialized (6848 kB for 8 VMs on 4096 MB)
    06/12/11 02:57:49,000 kernel: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:174   Parallels IPI irq = 0 ipi = 0(0x0)
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:181   Parallels Hypervisor 6.0.12094.676494 loaded.
    06/12/11 02:57:49,241 com.apple.usbmuxd: usbmuxd-263 on Aug 23 2011 at 00:44:06, running 64 bit
    06/12/11 02:57:49,422 UserEventAgent: ServermgrdRegistration cannot load config data
    06/12/11 02:57:49,462 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    06/12/11 02:57:50,516 Parallels: Loading kernel extension  prl_usb_connect.kext
    06/12/11 02:57:51,000 kernel: /prl_hid/ Parallels HID Helper started.
    06/12/11 02:57:51,314 xpchelper: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,488 xpchelper: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,662 loginwindow: Login Window Application Started
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,460 Parallels: Trying to load kernel extensions, exit status: 0
    06/12/11 02:57:57,520 mds: (Normal) FMW: FMW 0 0
    06/12/11 02:57:58,384 Parallels: Starting Parallels networking...
    06/12/11 02:57:58,484 configd: network configuration changed.
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    06/12/11 02:57:58,500 UserEventAgent:   <empty>
    06/12/11 02:58:11,435 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,436 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,496 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,572 com.apple.launchd: (com.apple.netbiosd[99]) Exited abnormally: Hangup: 1
    06/12/11 02:58:12,198 Parallels: Loading kernel extension  prl_netbridge.kext
    06/12/11 02:58:12,644 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:12,652 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:16,412 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,414 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,417 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: CertsKeychainMonitor: ready to process keychain & timer events
    06/12/11 02:58:17,960 Parallels: Loading kernel extension  prl_vnic.kext
    06/12/11 02:58:18,000 kernel: com.parallels.kext.prlnet 6.0.12094.676494 has started.
    06/12/11 02:58:19,946 ntpd: proto: precision = 1.000 usec
    06/12/11 02:58:21,000 kernel: macx_swapon SUCCESS
    06/12/11 02:58:22,652 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Merrol's Network because it is protected and not on the exception list
    06/12/11 02:58:22,655 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    06/12/11 02:58:22,000 kernel: com.parallels.kext.vnic 6.0.12094.676494 has started.
    06/12/11 02:58:22,656 configd: network configuration changed.
    06/12/11 02:58:23,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:24,000 kernel: nspace-handler-set-snapshot-time: 1323161906
    06/12/11 02:58:24,757 awacsd: RouteDiscovery: sendmsg error (6): Device not configured
    06/12/11 02:58:25,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:25,000 kernel: utun0: attached with 0 suspended link-layer multicast membership(s)
    06/12/11 02:58:26,838 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    06/12/11 02:58:27,206 com.apple.mtmfs: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//mtmfsMap64
    06/12/11 02:58:27,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:30,892 com.apple.launchd: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:58:30,895 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    06/12/11 02:58:32,589 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:32,791 com.apple.SecurityServer: Session 100005 created
    06/12/11 02:58:32,792 loginwindow: Login Window Started Security Agent
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:38,379 authorizationhost: Failed to authenticate user <autrefois> (error: 9).
    06/12/11 02:58:42,604 vpnagent: Cisco AnyConnect VPN Client Agent started, version 2.5.3041
    06/12/11 02:58:42,680 vpnagent: Function: initMsgCatalog File: i18n/MsgCatalog.cpp Line: 179 Current locale: en-us
    06/12/11 02:58:42,681 vpnagent: Function: loadProfiles File: ProfileMgr.cpp Line: 112 No profile is available.
    06/12/11 02:58:42,682 vpnagent: Function: fileExists File: Utility/sysutils.cpp Line: 500 Invoked Function: _tstat Return Code: 2 (0x00000002) Description: unknown File: /opt/cisco/vpn/AnyConnectLocalPolicy.xml Error: No such file or directory
    06/12/11 02:58:44,239 vpnagent: Current Preference Settings: CertificateStoreOverride: false CertificateStore: All ShowPreConnectMessage: false AutoConnectOnStart: false MinimizeOnConnect: true LocalLanAccess: false AutoReconnect: true AutoReconnectBehavior: DisconnectOnSuspend AutoUpdate: true ProxySettings: Native AllowLocalProxyConnections: true PPPExclusion: Disable PPPExclusionServerIP:  AutomaticVPNPolicy: false TrustedNetworkPolicy: Disconnect UntrustedNetworkPolicy: Connect TrustedDNSDomains:  TrustedDNSServers:  AlwaysOn: false ConnectFailurePolicy: Closed AllowCaptivePortalRemediation: false CaptivePortalRemediationTimeout: 5 ApplyLastVPNLocalResourceRules: false AllowVPNDisconnect: true EnableScripting: false TerminateScriptOnNextEvent: false EnableAutomaticServerSelection: false AutoServerSelectionImprovement: 20 AutoServerSelectionSuspendTime: 4 AuthenticationTimeout: 12
    06/12/11 02:58:44,617 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,617 vpnagent: Function: logInterfaces File: RouteMgr.cpp Line: 2076 Invoked Function: logInterfaces Return Code: 0 (0x00000000) Description: IP Address Interface List: 
    06/12/11 02:58:44,617 vpnagent: Function: readConfigParamFromFile File: vpnconfig.cpp Line: 3171 The specified configuration file for MUS service does not exist
    06/12/11 02:58:44,617 vpnagent: Default route not cleared, no store
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,725 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - started:159 uid:0 (parent:1 launchd)
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:45,244 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.244 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:45,497 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.496 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:45,812 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic0
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic1
    06/12/11 02:58:45,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:45,814 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,891 Parallels: Parallels networking sucessfully started
    06/12/11 02:58:45,893 Parallels: Restarting CiscoVPN
    06/12/11 02:58:46,093 SystemStarter: Unknown service: CiscoVPN
    06/12/11 02:58:46,096 Parallels: Starting Parallels Dispatcher Service
    06/12/11 02:58:46,099 Parallels: Parallels Dispatcher Server sucessfully started
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fe80::21c:42ff:fe00:8%9#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (11) for fe80::21c:42ff:fe00:8#123
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fec0:0:0:fea9::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (12) for fec0:0:0:fea9::1#123
    06/12/11 02:58:46,944 ntpd: bind(33) AF_INET6 fe80::21c:42ff:fe00:9%10#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (14) for fe80::21c:42ff:fe00:9#123
    06/12/11 02:58:46,945 ntpd: bind(33) AF_INET6 fec0:0:0:feaa::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (15) for fec0:0:0:feaa::1#123
    06/12/11 02:58:47,155 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:58:48,686 prl_naptd: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    06/12/11 02:58:48,687 prl_naptd: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    06/12/11 02:58:49,000 kernel: vnic0: promiscuous mode enable failed
    06/12/11 02:58:49,000 kernel: vnic1: promiscuous mode enable failed
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:49,726 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:50,000 kernel: utun_ctl_connect: creating interface utun1
    06/12/11 02:58:50,000 kernel: SIOCPROTODETACH_IN6: utun1 error=6
    06/12/11 02:58:51,075 com.logmein.logmeinguiagent: 2011-12-06 02:58:51.075 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:51,472 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.842 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - started:204 uid:0 (parent:1 launchd)
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:52,844 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: 2011-12-06 02:58:53.365 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:53,367 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:58:56,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:56,000 kernel: /drv/ HypIoctls.c:912   Ioctl VT-d status: 0
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:59,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:00,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - started:206 uid:0 (parent:1 launchd)
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.388 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.909 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:59:03,911 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:59:04,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,550 loginwindow: Login Window - Returned from Security Agent
    06/12/11 02:59:08,557 loginwindow: USER_PROCESS: 68 console
    06/12/11 02:59:08,588 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:59:08,667 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeingui) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,794 com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: load: option requires an argument -- D
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    06/12/11 02:59:09,568 UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 19471
    06/12/11 02:59:09,741 com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[210]) Exited with code: 1
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.421 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - started:243 uid:501 (parent:176 launchd)
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:12,511 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:59:13,488 LogMeInGUI: LogMeIn GUI started
    06/12/11 02:59:14,000 com.logmein.logmeinguiagent: 2011-12-06 02:59:13.999 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:17,283 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    06/12/11 02:59:17,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:17,832 [0x0-0x14014].com.elgato.eyetvhelper: EyeTV Helper version 3.5.2 build 306
    06/12/11 02:59:18,596 LogMeInGUI: Config watcher thread started
    06/12/11 02:59:18,650 LogMeInGUI: applicationDidFinishLaunching
    06/12/11 02:59:18,664 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    06/12/11 02:59:19,820 LogMeInGUI: remoteControl:INACTIVE
    06/12/11 02:59:19,843 LogMeInGUI: processLine:ACCESSMASK: 18446743936270597119
    06/12/11 02:59:25,431 Mail: Using V2 Layout
    06/12/11 02:59:27,111 SystemUIServer: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,112 com.apple.SystemUIServer.agent: SystemUIServer: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,123 Dock: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,123 com.apple.Dock.agent: Dock: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,400 Finder: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,400 com.apple.Finder: Finder: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Entered INJECT_pthread_entry
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Installing event loop timer
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: proc: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: upp: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: InstallEventLoopTimer: 0x7fff898b10de
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: GetMainEventLoop: 0x7fff89872861
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Loading /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle/Contents/MacOS/Dr opboxBundle
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: timer installed!
    06/12/11 02:59:27,908 com.apple.Finder: Dropbox: dlopen returned: 0x7ff29bd821b0
    06/12/11 02:59:27,908 com.apple.Finder: module initializer in main thread?: 1
    06/12/11 02:59:32,294 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:32,637 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:33,219 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:48,648 Mail: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:48,648 [0x0-0x1e01e].com.apple.mail: Mail: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:58,932 LKDCHelper: Starting (uid=501)
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - sessionTerminating
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer stop
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - GUIAgent - DisplayServerStopped.Sent[243]
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: Session - Error occured:read errno: (9) Bad file descriptor
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Connection closed
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Closing DisplayServer
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Exiting
    06/12/11 03:01:59,168 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent[243]) Exited with code: 1
    06/12/11 03:02:02,557 com.logmein.logmeingui: Determine OS version
    06/12/11 03:02:02,557 com.logmein.logmeingui: leopard
    06/12/11 03:02:02,557 com.logmein.logmeingui:   Executing command:unload -S Aqua /Library/LaunchAgents/com.logmein.logmeinguiagent.plist on launchd with sessiontype::Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui:   In session:Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui: Executing command:/bin/launchctl unload -w "/Library/LaunchDaemons/com.logmein.logmeinserver.plist" 2>&1 euid:0 uid:0
    06/12/11 03:03:02,059 com.apple.launchd.peruser.501: ([0x0-0x16016].com.getdropbox.dropbox[253]) Exited: Killed: 9
    06/12/11 03:03:09,151 com.apple.Finder: Dropbox: Not loading image DropboxBundle because it's already loaded.
    06/12/11 03:03:10,249 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:10,536 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:29,189 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:35,292 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:48,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:03:49,964 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:49,965 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:01,187 Microsoft AutoUpdate: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,039 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,040 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,311 Microsoft Outlook: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:08,526 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,527 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:15,917 Mail: -[POP3Connection fetchMessages:totalBytes:] failed: Error Domain=NSPOSIXErrorDomain Code=54 "Échec de la tentative d’envoi de données vers le serveur « (null) »." UserInfo=0x7f8b2951df10 {NSLocalizedDescription=Échec de la tentative d’envoi de données vers le serveur « (null) ».}
    06/12/11 03:04:23,226 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,030 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,215 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,978 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,070 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,372 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,523 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,540 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:26,536 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:26,946 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:27,853 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,034 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,802 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,047 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,167 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,434 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,684 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,685 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:30,878 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,900 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,123 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:42,094 Safari: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 03:04:42,094 [0x0-0x24024].com.apple.Safari: Safari: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 03:05:00,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: Bug: launchd_core_logic.c:3059 (25247):3
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: job_mig_intran() was confused by PID 388 UID 0 EUID 0 Mach Port 0x1a07:
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Bug: launchd_core_logic.c:8610 (25247):3: j != NULL
    06/12/11 03:05:10,381 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,527 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:11,237 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:11,372 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:13,629 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:13,630 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:15,156 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,245 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,347 Microsoft Outlook: CFURLCreateWithBytes w

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Macbook 10.8.2 Mountain Lion takes almost 1 hour to boot.

    OS X 10.8.2
    2.5 GHz Intel Core i5
    4 GB 1099 MHz DDR3
    Here is my system.log when I rebooted
    Mar  7 23:06:25 localhost bootlog[0]: BOOT_TIME 1362676885 0
    Mar  7 23:43:06 localhost kernel[0]: PMAP: PCID enabled
    Mar  7 23:43:06 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    Mar  7 23:43:06 localhost kernel[0]: Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64
    Mar  7 23:43:06 localhost kernel[0]: vm_page_bootstrap: 935518 free pages and 104866 wired pages
    Mar  7 23:43:06 localhost kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    Mar  7 23:43:06 localhost kernel[0]: zone leak detection enabled
    Mar  7 23:43:06 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Mar  7 23:43:06 localhost kernel[0]: standard background quantum is 2500 us
    Mar  7 23:43:06 localhost kernel[0]: mig_table_max_displ = 74
    Mar  7 23:43:06 localhost kernel[0]: TSC Deadline Timer supported and enabled
    Mar  7 23:43:06 localhost kernel[0]: corecrypto kext started!
    Mar  7 23:43:06 localhost kernel[0]: Running kernel space in FIPS MODE
    Mar  7 23:43:06 localhost kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar  7 23:43:06 localhost kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    Mar  7 23:43:06 localhost kernel[0]: corecrypto.kext FIPS POST passed!
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    Mar  7 23:43:06 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    Mar  7 23:43:06 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Mar  7 23:43:06 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Mar  7 23:43:06 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Mar  7 23:43:06 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Mar  7 23:06:52 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar  7 23:43:06 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Mar  7 23:43:06 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Mar  7 23:43:06 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar  7 23:43:06 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar  7 23:43:06 localhost kernel[0]: MAC Framework successfully initialized
    Mar  7 23:43:06 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Mar  7 23:43:06 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Mar  7 23:43:06 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5]
    Mar  7 23:43:06 localhost kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    Mar  7 23:43:06 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    Mar  7 23:06:52 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
    Mar  7 23:43:06 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    Mar  7 23:43:06 localhost kernel[0]: [ PCI configuration begin ]
    Mar  7 23:06:52 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Mar  7 23:43:06 localhost kernel[0]: console relocated to 0xf80000000
    Mar  7 23:43:06 localhost kernel[0]: PCI configuration changed (bridge=15 device=4 cardbus=0)
    Mar  7 23:43:03 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Mar  7 23:43:06 localhost kernel[0]: [ PCI configuration end, bridges 11 devices 15 ]
    Mar  7 23:43:06 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Mar  7 23:43:06 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Mar  7 23:43:06 localhost kernel[0]: rooting via boot-uuid from /chosen: 4E11FE7F-1515-3AE6-84A3-FA25F6244BE8
    Mar  7 23:43:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Mar  7 23:43:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Mar  7 23:43:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Mar  7 23:43:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Mar  7 23:43:06 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Mar  7 23:43:06 localhost kernel[0]: BTCOEXIST off
    Mar  7 23:43:06 localhost kernel[0]: BRCM tunables:
    Mar  7 23:43:06 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Mar  7 23:43:06 localhost 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>
    Mar  7 23:43:06 localhost 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 HTS547550A9E384 Media/IOGUIDPartitionScheme/Customer@2
    Mar  7 23:43:06 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a82066fffe7e0eb8; max speed s800.
    Mar  7 23:43:06 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Mar  7 23:43:06 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 32708096 to: 6506496 (joffset 0x1238a000)
    Mar  7 23:43:06 localhost kernel[0]: USBMSC Identifier (non-unique): 0x12d1 0x1446 0x0
    Mar  7 23:43:18 --- last message repeated 1 time ---
    Mar  7 23:43:06 localhost kernel[0]: HuaweiDataCardActivateDriver: start()!HuaweiDataCardDriver::allocateResources start!HuaweiDataCardActivateDriver: activateDevice() start!HuaweiDataCardActivateDriver: start() - successfulAppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Mar  7 23:43:06 localhost kernel[0]: HuaweiDataCardActivateDriver: start()!HuaweiDataCardDriver::allocateResources start!HuaweiDataCardActivateDriver: activateDevice() start!HuaweiDataCardActivateDriver::activateDevice. failed.
    Mar  7 23:43:06 localhost kernel[0]: HuaweiDataCardActivateDriver::clearPipeStall - failedHuaweiDataCardActivateDriver: activateDevice() start!HuaweiDataCardActivateDriver::activateDevice. failed.
    Mar  7 23:43:18 --- last message repeated 1 time ---
    Mar  7 23:43:06 localhost kernel[0]: HuaweiDataCardActivateDriver::clearPipeStall - failedHuaweiDataCardActivateDriver: start() - successfulHuaweiDataCardActivateDriver::releaseResources start!HuaweiDataCardActivateDriver::releaseResources end!HuaweiDataCardActivateDriver::releaseResources start!HuaweiDataCardActivateDriver::releaseResources end!HuaweiDataCardActivateDriver::releaseResources start!HuaweiDataCardActivateDriver::releaseResources end!HuaweiDataCardActivateDriver::releaseResources start!HuaweiDataCardActivateDriver::releaseResources end!USBMSC Identifier (non-unique): 0x12d1 0x140c 0x0
    Mar  7 23:43:06 localhost kernel[0]: USBMSC Identifier (non-unique): 0x12d1 0x140c 0x0
    Mar  7 23:43:06 localhost kernel[0]: SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    Mar  7 23:43:19 --- last message repeated 4 times ---
    Mar  7 23:43:06 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Mar  7 23:43:06 localhost kernel[0]: Kernel is LP64
    Mar  7 23:43:08 localhost distnoted[21]: # distnote server daemon  absolute time: 2203.038875751   civil time: Thu Mar  7 23:43:07 2013   pid: 21 uid: 0  root: yes
    Mar  7 23:43:08 localhost kernel[0]: BCM5701Enet: Ethernet address a8:20:66:30:a3:9b
    Mar  7 23:43:08 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 20:c9:d0:db:6d:7d
    Mar  7 23:43:08 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Mar  7 23:43:08 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Mar  7 23:43:09 localhost hidd[46]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Mar  7 23:43:13 localhost fseventsd[47]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (549 2208 2768)
    Mar  7 23:43:14 localhost kernel[0]: macx_swapon SUCCESS
    Mar  7 23:43:17 localhost kernel[0]: Waiting for DSMOS...
    Mar  7 23:43:25 localhost fseventsd[47]: log dir: /.fseventsd getting new uuid: 56B3F623-6805-4978-A892-17E954C60750
    Mar  7 23:43:26 localhost appleeventsd[52]: main: Starting up
    Mar  7 23:43:27 localhost hidd[46]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    Mar  7 23:43:27 localhost mDNSResponder[39]: mDNSResponder mDNSResponder-379.34 (Aug 28 2012 18:13:50) starting OSXVers 12
    Mar  7 23:43:27 localhost com.apple.SecurityServer[17]: Session 100000 created
    Mar  7 23:43:27 localhost kernel[0]: Previous Shutdown Cause: 3
    Mar  7 23:43:27 localhost kernel[0]: SoundflowerEngine start 1!
    Mar  7 23:43:27 localhost kernel[0]: Soundflower createAudioEngines
    Mar  7 23:43:27 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Mar  7 23:43:27 localhost kernel[0]: Soundflower initHardware
    Mar  7 23:43:27 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Mar  7 23:43:27 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0100
    Mar  7 23:43:27 localhost kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Mar  7 23:43:27 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Mar  7 23:43:28 localhost coreservicesd[61]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    Mar  7 23:43:28 localhost airportd[63]: _processDLILEvent: en1 attached (down)
    Mar  7 23:43:28 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Mar  7 23:43:28 localhost kernel[0]: DSMOS has arrived
    Mar  7 23:43:28 localhost kernel[0]: createVirtIf(): ifRole = 1
    Mar  7 23:43:28 localhost kernel[0]: in func createVirtualInterface ifRole = 1
    Mar  7 23:43:28 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8024f81000
    Mar  7 23:43:28 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Mar  7 23:43:28 localhost kernel[0]: Created virtif 0xffffff8024f81000 p2p0
    Mar  7 23:43:29 localhost revisiond[33]: Had metainfo
    Mar  7 23:43:29 localhost revisiond[33]: UUIDs match!
    Mar  7 23:43:29 localhost com.apple.usbmuxd[27]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar  7 23:43:30 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Mar  7 23:43:30 localhost kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Mar  7 23:43:30 localhost configd[16]: network changed.
    Mar  7 23:43:30 NameIt.local configd[16]: setting hostname to "NameIt.local"
    Mar  7 23:43:31 NameIt.local com.apple.SecurityServer[17]: Entering service
    Mar  7 23:43:31 NameIt.local systemkeychain[70]: done file: /var/run/systemkeychaincheck.done
    Mar  7 23:43:31 NameIt.local configd[16]: network changed: DNS*
    Mar  7 23:43:33 NameIt.local mDNSResponder[39]: D2D_IPC: Loaded
    Mar  7 23:43:33 NameIt.local mDNSResponder[39]: D2DInitialize succeeded
    Mar  7 23:43:35 NameIt.local locationd[43]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Mar  7 23:43:35 NameIt.local UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    Mar  7 23:43:36 NameIt.local loginwindow[42]: Login Window Application Started
    Mar  7 23:43:36 NameIt.local locationd[43]: NOTICE,Location icon should now be in state 0
    Mar  7 23:43:36 NameIt.local apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar  7 23:43:36 --- last message repeated 1 time ---
    Mar  7 23:43:36 NameIt.local stackshot[30]: Timed out waiting for IOKit to finish matching.
    Mar  7 23:43:37 NameIt.local awacsd[56]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)
    Mar  7 23:43:37 NameIt.local awacsd[56]: InnerStore CopyAllZones: no info in Dynamic Store
    Mar  7 23:43:37 NameIt.local mds[38]: (Normal) FMW: FMW 0 0
    Mar  7 23:43:38 NameIt kernel[0]: en1: 802.11d country code set to 'US'.
    Mar  7 23:43:38 NameIt kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Mar  7 23:43:39 NameIt.local netbiosd[72]: Unable to start NetBIOS name service:
    Mar  7 23:43:42 NameIt.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [11] for authorization created by '/usr/libexec/UserEventAgent' [11] (100012,0)
    Mar  7 23:43:44 NameIt.local SystemStarter[93]: PCI WLAN Client Utility (99) did not complete successfully
    Mar  7 23:43:45 NameIt.local sudo[102]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Mar  7 23:43:45 NameIt.local digest-service[96]: label: default
    Mar  7 23:43:45 NameIt.local digest-service[96]:           dbname: od:/Local/Default
    Mar  7 23:43:45 NameIt.local digest-service[96]:           mkey_file: /var/db/krb5kdc/m-key
    Mar  7 23:43:45 NameIt.local digest-service[96]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Mar  7 23:43:45 NameIt.local digest-service[96]: digest-request: uid=0
    Mar  7 23:43:46 NameIt.local apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar  7 23:43:47 NameIt.local rpcsvchost[184]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Mar  7 23:43:47 NameIt.local digest-service[96]: digest-request: init request
    Mar  7 23:43:48 NameIt.local digest-service[96]: digest-request: init return domain: BUILTIN server: NAMEIT
    Mar  7 23:43:48 NameIt kernel[0]: ast_pending=0xffffff800caa7490
    Mar  7 23:43:48 NameIt kernel[0]: cpu_interrupt=0xffffff800cabe920
    Mar  7 23:43:48 NameIt kernel[0]: vboxdrv: fAsync=0 offMin=0x145c offMax=0x22ea
    Mar  7 23:43:48 NameIt kernel[0]: VBoxDrv: version 4.2.4 r81684; IOCtl version 0x1a0004; IDC version 0x10000; dev major=34
    Mar  7 23:43:52 NameIt.local awacsd[56]: Exiting
    Mar  7 23:43:53 NameIt kernel[0]: VBoxFltDrv: version 4.2.4 r81684
    Mar  7 23:43:53 NameIt kernel[0]: VBoxAdpDrv: version 4.2.4 r81684
    Mar  7 23:43:56 NameIt.local WindowServer[87]: Server is starting up
    Mar  7 23:43:56 NameIt.local WindowServer[87]: Session 256 retained (2 references)
    Mar  7 23:43:56 NameIt.local WindowServer[87]: Session 256 released (1 references)
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Session 256 retained (2 references)
    Mar  7 23:43:58 NameIt.local WindowServer[87]: init_page_flip: page flip mode is on
    Mar  7 23:43:58 NameIt.local WindowServer[87]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    Mar  7 23:43:58 NameIt.local WindowServer[87]: mux_initialize: Mode is safe
    Mar  7 23:43:58 NameIt.local WindowServer[87]: GLCompositor enabled for tile size [256 x 256]
    Mar  7 23:43:58 NameIt.local WindowServer[87]: CGXGLInitMipMap: mip map mode is on
    Mar  7 23:43:58 NameIt.local WindowServer[87]: WSMachineUsesNewStyleMirroring: true
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009ccb00000000042732c0
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Mar  7 23:43:58 NameIt.local WindowServer[87]: 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
    Mar  7 23:43:58 NameIt.local WindowServer[87]: 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
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Created shield window 0x5 for display 0x042732c0
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Created shield window 0x6 for display 0x003f003f
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Created shield window 0x7 for display 0x003f003e
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Created shield window 0x8 for display 0x003f003d
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009ccb00000000042732c0
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Mar  7 23:43:58 NameIt.local WindowServer[87]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Mar  7 23:43:58 NameIt.local WindowServer[87]: CGXPerformInitialDisplayConfiguration
    Mar  7 23:43:58 NameIt.local WindowServer[87]:   Display 0x042732c0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9ccb S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    Mar  7 23:43:58 NameIt.local WindowServer[87]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    Mar  7 23:43:58 NameIt.local WindowServer[87]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    Mar  7 23:43:58 NameIt.local WindowServer[87]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    Mar  7 23:43:58 NameIt.local WindowServer[87]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    Mar  7 23:44:03 NameIt.local WindowServer[87]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, accelerator 0x000044bb, unit 0, caps QEX|QGL|MIPMAP, vram 580 MB
    Mar  7 23:44:03 NameIt.local WindowServer[87]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar  7 23:44:03 NameIt.local WindowServer[87]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar  7 23:44:03 NameIt.local loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar  7 23:44:03 NameIt.local WindowServer[87]: Unable to open IOHIDSystem (e00002bd)
    Mar  7 23:44:03 NameIt kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Mar  7 23:44:04 NameIt.local WindowServer[87]: Created shield window 0x9 for display 0x042732c0
    Mar  7 23:44:04 NameIt.local WindowServer[87]: Display 0x042732c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Mar  7 23:44:04 --- last message repeated 2 times ---
    Mar  7 23:44:04 NameIt.local launchctl[210]: com.apple.findmymacmessenger: Already loaded
    Mar  7 23:44:04 NameIt.local com.apple.SecurityServer[17]: Session 100004 created
    Mar  7 23:44:06 NameIt.local WindowServer[87]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042732c0 device: 0x10c03e320  isBackBuffered: 1 numComp: 3 numDisp: 3
    Mar  7 23:44:09 NameIt.local hidd[46]: CGSShutdownServerConnections: Detaching application from window server
    Mar  7 23:44:09 NameIt.local hidd[46]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Mar  7 23:44:09 NameIt.local loginwindow[42]: Login Window Started Security Agent
    Mar  7 23:44:09 NameIt.local SecurityAgent[221]: This is the first run
    Mar  7 23:44:09 NameIt.local SecurityAgent[221]: MacBuddy was run = 0
    Mar  7 23:44:13 NameIt.local coreaudiod[217]: 2013-03-07 11:44:13.912625 PM [AirPlay] Started browsing for _airplay._tcp.
    Mar  7 23:44:13 NameIt.local coreaudiod[217]: 2013-03-07 11:44:13.913115 PM [AirPlay] Started browsing for _raop._tcp.
    Mar  7 23:44:14 NameIt.local _networkd[223]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    Mar  7 23:44:14 NameIt.local locationd[226]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Mar  7 23:44:14 NameIt.local locationd[226]: NOTICE,Location icon should now be in state 0
    Mar  7 23:44:14 NameIt.local UserEventAgent[211]: cannot find useragent 1102
    Mar  7 23:44:14 NameIt.local _networkd[228]: Unable to resolve hostname(s)
    Mar  7 23:44:15 NameIt.local ntpd[91]: proto: precision = 1.000 usec
    Mar  7 23:44:18 NameIt.local SecurityAgent[221]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar  7 23:44:18 NameIt.local SecurityAgent[221]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar  7 23:44:18 NameIt.local helpd[214]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar  7 23:44:18 --- last message repeated 1 time ---
    Mar  7 23:44:18 NameIt.local SecurityAgent[221]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar  7 23:44:18 NameIt.local SecurityAgent[221]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar  7 23:44:20 NameIt com.apple.launchd.peruser.92[230]: Background: Bug: 12C3012: launchd + 80370 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x0
    Mar  7 23:44:20 NameIt com.apple.launchd.peruser.92[230]: Background: This API can only be used by a process running within an Aqua session.
    Mar  7 23:44:20 NameIt.local SecurityAgent[221]: spawn_via_launchd() failed, errno=5 label=[0x0-0x7007].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Mar  7 23:44:20 --- last message repeated 1 time ---
    Mar  7 23:44:20 NameIt.local SecurityAgent[221]: Error launching spell checker for Multilingual:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7f8c3d02bbf0 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7f8c3d0273d0 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Mar  7 23:44:46 NameIt.local distnoted[237]: # distnote server agent  absolute time: 2301.913521868   civil time: Thu Mar  7 23:44:46 2013   pid: 237 uid: 501  root: no
    Mar  7 23:44:49 NameIt.local distnoted[244]: # distnote server agent  absolute time: 2304.893597267   civil time: Thu Mar  7 23:44:49 2013   pid: 244 uid: 89  root: no
    Mar  7 23:45:02 NameIt.local com.apple.SecurityServer[17]: Session 100006 created
    Mar  7 23:45:02 NameIt.local com.apple.SecurityServer[17]: Session 100007 created
    Mar  7 23:45:10 NameIt.local mdworker[247]: Unable to talk to lsboxd
    Mar  7 23:45:10 NameIt.local mdworker[246]: Unable to talk to lsboxd
    Mar  7 23:45:10 NameIt kernel[0]: Sandbox: sandboxd(248) deny mach-lookup com.apple.coresymbolicationd
    Mar  7 23:45:14 NameIt.local sandboxd[248] ([247]): mdworker(247) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:45:14 NameIt.local sandboxd[248] ([246]): mdworker(246) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:47:00 NameIt.local mdworker[257]: Unable to talk to lsboxd
    Mar  7 23:47:00 NameIt.local mdworker[256]: Unable to talk to lsboxd
    Mar  7 23:47:00 NameIt kernel[0]: Sandbox: sandboxd(260) deny mach-lookup com.apple.coresymbolicationd
    Mar  7 23:47:01 NameIt.local sandboxd[260] ([257]): mdworker(257) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:47:01 NameIt.local sandboxd[260] ([256]): mdworker(256) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:48:33 NameIt.local XProtectUpdater[25]: NSURLConnection error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fb3d8c153b0 {NSUnderlyingError=0x7fb3d9a1cae0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=http://configuration.apple.com/configurations/macosx/xprotect/3/clientConfigurat ion.plist, NSErrorFailingURLKey=http://configuration.apple.com/configurations/macosx/xprotect/3/clientConfigurat ion.plist, NSLocalizedDescription=The Internet connection appears to be offline.}
    Mar  7 23:48:33 NameIt com.apple.launchd[1] (com.apple.xprotectupdater[25]): Exited with code: 255
    Mar  7 23:49:09 NameIt.local mdworker[264]: Unable to talk to lsboxd
    Mar  7 23:49:10 NameIt kernel[0]: Sandbox: sandboxd(267) deny mach-lookup com.apple.coresymbolicationd
    Mar  7 23:49:10 NameIt.local sandboxd[267] ([264]): mdworker(264) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:49:10 NameIt.local mdworker[265]: Unable to talk to lsboxd
    Mar  7 23:49:10 NameIt.local sandboxd[267] ([265]): mdworker(265) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:51:20 NameIt.local mdworker[272]: Unable to talk to lsboxd
    Mar  7 23:51:20 NameIt.local mdworker[271]: Unable to talk to lsboxd
    Mar  7 23:51:20 NameIt.local sandboxd[274] ([272]): mdworker(272) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:51:20 NameIt.local sandboxd[274] ([271]): mdworker(271) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:51:20 NameIt kernel[0]: Sandbox: sandboxd(274) deny mach-lookup com.apple.coresymbolicationd
    Mar  7 23:53:57 NameIt.local WindowServer[87]: Created shield window 0xc for display 0x042732c0
    Mar  7 23:53:57 NameIt.local WindowServer[87]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Mar  7 23:53:57 NameIt.local WindowServer[87]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Mar  7 23:55:21 NameIt.local mdworker[277]: Unable to talk to lsboxd
    Mar  7 23:55:21 NameIt.local mdworker[278]: Unable to talk to lsboxd
    Mar  7 23:55:21 NameIt.local sandboxd[280] ([277]): mdworker(277) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:55:21 NameIt.local sandboxd[280] ([278]): mdworker(278) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:55:21 NameIt kernel[0]: Sandbox: sandboxd(280) deny mach-lookup com.apple.coresymbolicationd
    Mar  7 23:59:21 NameIt.local mdworker[283]: Unable to talk to lsboxd
    Mar  7 23:59:21 NameIt.local mdworker[284]: Unable to talk to lsboxd
    Mar  7 23:59:21 NameIt.local sandboxd[286] ([283]): mdworker(283) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:59:21 NameIt.local sandboxd[286] ([284]): mdworker(284) deny mach-lookup com.apple.ls.boxd
    Mar  7 23:59:22 NameIt kernel[0]: Sandbox: sandboxd(286) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:07:22 NameIt.local mdworker[289]: Unable to talk to lsboxd
    Mar  8 00:07:22 NameIt.local mdworker[290]: Unable to talk to lsboxd
    Mar  8 00:07:22 NameIt.local sandboxd[292] ([289]): mdworker(289) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:07:22 NameIt.local sandboxd[292] ([290]): mdworker(290) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:07:23 NameIt kernel[0]: Sandbox: sandboxd(292) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:11:23 NameIt.local mdworker[296]: Unable to talk to lsboxd
    Mar  8 00:11:23 NameIt.local mdworker[297]: Unable to talk to lsboxd
    Mar  8 00:11:23 NameIt.local sandboxd[299] ([296]): mdworker(296) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:11:23 NameIt.local sandboxd[299] ([297]): mdworker(297) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:11:24 NameIt kernel[0]: Sandbox: sandboxd(299) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:19:24 NameIt.local mdworker[302]: Unable to talk to lsboxd
    Mar  8 00:19:24 NameIt.local mdworker[303]: Unable to talk to lsboxd
    Mar  8 00:19:24 NameIt.local sandboxd[305] ([302]): mdworker(302) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:19:24 NameIt.local sandboxd[305] ([303]): mdworker(303) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:19:24 NameIt kernel[0]: Sandbox: sandboxd(305) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:27:25 NameIt.local mdworker[308]: Unable to talk to lsboxd
    Mar  8 00:27:25 NameIt.local mdworker[309]: Unable to talk to lsboxd
    Mar  8 00:27:25 NameIt.local sandboxd[311] ([308]): mdworker(308) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:27:25 NameIt.local sandboxd[311] ([309]): mdworker(309) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:27:26 NameIt kernel[0]: Sandbox: sandboxd(311) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:29:36 NameIt.local mdworker[315]: Unable to talk to lsboxd
    Mar  8 00:29:36 NameIt.local mdworker[316]: Unable to talk to lsboxd
    Mar  8 00:29:36 NameIt.local sandboxd[318] ([315]): mdworker(315) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:29:36 NameIt.local sandboxd[318] ([316]): mdworker(316) deny mach-lookup com.apple.ls.boxd
    Mar  8 00:29:36 NameIt kernel[0]: Sandbox: sandboxd(318) deny mach-lookup com.apple.coresymbolicationd
    Mar  8 00:33:10 NameIt.local WindowServer[87]: handle_will_sleep_auth_and_shield_windows: no lock state data
    Mar  8 00:33:46 NameIt newsyslog[324]: logfile turned over
    Mar  7 23:06:25 localhost bootlog[0]: BOOT_TIME 1362676885 0
    Mar  7 23:43:06 localhost kernel[0]: PMAP: PCID enabled
    Mar  7 23:43:06 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    Here in these two lines, the time difference is 37 minutes.
    Anything can be deducted from this? why machine is taking that much long to boot?

    OS is corrupt would be my WAG. Reboot into recovery mode (hold down the CMD+R keys) and reinstall the OS.

  • My MacBook Pro restarts after it's been idle for an hour

    I'm new to daily Mac use, but I think I have my settings correct. My laptop is kept plugged in at work - never runs on battery. In my Energy Saver system prefs, I have Computer Sleep and Display Sleep set to Never on both Power Adapter and Battery, all options (hard disk sleep, wake for network access, reduce brightness, start up after power failure) are unchecked. There is nothing set up in the Schedule area to turn on or off at specific times.
    Every time the computer is idle for more than an hour (when I'm at lunch or in a meeting), when I come back the computer has restarted itself. Not gone to sleep, or shut down, but completely restarted.
    Is there some other setting I'm missing that's making this happen? Although I try to remember to save all my work before I leave just in case, every so often I forget, and I'm getting sick of losing work (or even just losing system state and having to restart all my programs, reopen all my files, etc.)
    Someone on the apple.stackexchange forum suggested checking my console log, but when I posted the results I didn't get any comments except that maybe it had overheated. But it never restarts randomly, which I would think would happen if it had overheated. It's always tied to the idle time.
    Here's the console log for the most recent event; can anyone tell me what's going on?
    6/14/11 1:55:10 PM          TransmitFSHelper[4243]          bytes transferred 3881
    6/14/11 1:55:53 PM          [0x0-0xfa0fa].com.activestate.Komodo[4306]          fillNetscapeFunctionTable
    6/14/11 1:58:28 PM          [0x0-0xd10d1].com.google.Chrome[4095]          2011-06-14 13:58:28.556 Google Chrome Helper[4340:107] __CFServiceControllerBeginPBSLoadForLocalizations received error 1100 from bootstrap_look_up2
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          ([0x0-0xcf0cf].com.apple.Stickies[4092]) Exited: Killed
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          ([0x0-0xf80f8].com.panic.TransmitMenu[4237]) Exited: Killed
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          (com.apple.AirPortBaseStationAgent[4070]) Exited: Killed
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          ([0x0-0xfe0fe].com.apple.ScreenSaver.Engine[4496]) Exited: Terminated
    6/14/11 3:00:19 PM          loginwindow[3881]          PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          Tue Jun 14 15:00:19 Web-Devs-MacBook-Pro.local loginwindow[3881] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    6/14/11 3:00:19 PM          loginwindow[3881]          _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          loginwindow[3881]          _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          loginwindow[3881]          _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          loginwindow[3881]          PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          loginwindow[3881]          PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.628 loginwindow[3881:107] PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.629 loginwindow[3881:107] _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.629 loginwindow[3881:107] _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.629 loginwindow[3881:107] _NXSetCursorRect: error getting window bounds (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.629 loginwindow[3881:107] PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          com.apple.loginwindow[3881]          2011-06-14 15:00:19.629 loginwindow[3881:107] PScurrentwindowbounds: CGSGetWindowBounds returned error (1002)
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          Background: Bug: launchd_core_logic.c:2489 (24498):0
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          Background: job_mig_intran() was confused by PID 0 UID 0 EUID 0 Mach Port 0x7703: kernel_task
    6/14/11 3:00:19 PM          com.apple.launchd.peruser.501[4053]          Bug: launchd_runtime.c:935 (24003):0: j != NULL
    6/14/11 3:00:20 PM          com.apple.WindowServer[4811]          Tue Jun 14 15:00:20 Web-Devs-MacBook-Pro.local WindowServer[4811] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    6/14/11 3:01:29 PM          com.apple.launchctl.Aqua[4842]          launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.versioncueCS3.monitor.plist
    6/14/11 3:01:29 PM          com.apple.launchd.peruser.501[4840]          (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    6/14/11 3:01:29 PM          com.apple.launchd.peruser.501[4840]          (com.apple.Kerberos.renew.plist[4856]) Exited with exit code: 1
    6/14/11 3:01:31 PM          [0x0-0x118118].com.google.Chrome[4878]          [0614/150131:INFO:breakpad_mac.mm(89)] Breakpad disabled
    6/14/11 3:01:31 PM          com.apple.launchd.peruser.501[4840]          (0x100402ce0.mach_init.VersionCueCS3monitor) Failed to check-in!
    6/14/11 3:01:34 PM          HyperDock Helper[4884]          Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
            /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    6/14/11 3:01:34 PM          [0x0-0x11f11f].de.bahoom.HyperDock-Helper[4884]          HyperDock Helper: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    6/14/11 3:01:43 PM          [0x0-0x117117].com.adiumX.adiumX[4877]          SocketRead err = -9806
    6/14/11 3:01:43 PM          [0x0-0x117117].com.adiumX.adiumX[4877]          cdsa: SSLHandshake failed with error -9806 (connection closed via error)
    6/14/11 3:01:50 PM          GrowlHelperApp[4872]          MailMe: No suitable SMTP account found

    Doesn't sound like it.  It sounds like you're being logged-off.
    Does your Mac go through the complete Restart cycle -- black screen, gray and/or blue screen momentarily, startup chime, etc? 
    If you're not sure, do a Restart just to watch the process; the next time the problem occurs, see if it's the same.
    You need to know which it is, as these will have very different causes, and different places to look for a solution.

  • Mac Book Pro restarting in the middle of the night

    I am trying to leave my computer running through the night to complete a CrashPlan back up.  But every morning I wake up and notice that my computer has restarted.  I checked the systemlog and noticed this:
    Sep 13 00:35:58 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 9 seconds
    Sep 13 00:36:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5319]): Exited with code: 2
    Sep 13 00:36:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5329]): Exited with code: 2
    Sep 13 00:36:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5339]): Exited with code: 2
    Sep 13 00:36:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:39 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5349]): Exited with code: 2
    Sep 13 00:36:39 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:48 That-Guys.local mtmd[77176]: Set snapshot time: 2012-09-13 00:36:50 -0700 (current time: 2012-09-13 00:36:48 -0700)
    Sep 13 00:36:48 That-Guys kernel[0]: nspace-handler-set-snapshot-time: 1347521810
    Sep 13 00:36:49 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5359]): Exited with code: 2
    Sep 13 00:36:49 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:36:54 That-Guys kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=5369[ksadmin] clearing CS_VALID
    Sep 13 00:36:54 That-Guys kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=5370[ksadmin] clearing CS_VALID
    Sep 13 00:36:59 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5371]): Exited with code: 2
    Sep 13 00:36:59 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5381]): Exited with code: 2
    Sep 13 00:37:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5391]): Exited with code: 2
    Sep 13 00:37:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5401]): Exited with code: 2
    Sep 13 00:37:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:39 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5411]): Exited with code: 2
    Sep 13 00:37:39 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:49 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5421]): Exited with code: 2
    Sep 13 00:37:49 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:37:59 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5431]): Exited with code: 2
    Sep 13 00:37:59 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:38:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5441]): Exited with code: 2
    Sep 13 00:38:09 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:38:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5451]): Exited with code: 2
    Sep 13 00:38:19 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:38:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5461]): Exited with code: 2
    Sep 13 00:38:29 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:38:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5471]): Exited with code: 2
    Sep 13 00:38:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:38:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5481]): Exited with code: 2
    Sep 13 00:38:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5491]): Exited with code: 2
    Sep 13 00:39:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:10 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5501]): Exited with code: 2
    Sep 13 00:39:10 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:20 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5511]): Exited with code: 2
    Sep 13 00:39:20 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:30 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5521]): Exited with code: 2
    Sep 13 00:39:30 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5531]): Exited with code: 2
    Sep 13 00:39:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:39:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5541]): Exited with code: 2
    Sep 13 00:39:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5551]): Exited with code: 2
    Sep 13 00:40:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:10 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5669]): Exited with code: 2
    Sep 13 00:40:10 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:20 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5679]): Exited with code: 2
    Sep 13 00:40:20 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:30 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5689]): Exited with code: 2
    Sep 13 00:40:30 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5699]): Exited with code: 2
    Sep 13 00:40:40 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:40:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5709]): Exited with code: 2
    Sep 13 00:40:50 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5719]): Exited with code: 2
    Sep 13 00:41:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:11 --- last message repeated 1 time ---
    Sep 13 00:41:11 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5729]): Exited with code: 2
    Sep 13 00:41:11 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:21 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5739]): Exited with code: 2
    Sep 13 00:41:21 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:31 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5749]): Exited with code: 2
    Sep 13 00:41:31 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:41 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5759]): Exited with code: 2
    Sep 13 00:41:41 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:41:51 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5769]): Exited with code: 2
    Sep 13 00:41:51 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:01 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5779]): Exited with code: 2
    Sep 13 00:42:01 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:11 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5789]): Exited with code: 2
    Sep 13 00:42:11 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:21 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5805]): Exited with code: 2
    Sep 13 00:42:21 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:31 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5817]): Exited with code: 2
    Sep 13 00:42:31 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:41 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5827]): Exited with code: 2
    Sep 13 00:42:41 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:42:51 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5837]): Exited with code: 2
    Sep 13 00:42:51 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:01 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 1 seconds
    Sep 13 00:43:02 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5847]): Exited with code: 2
    Sep 13 00:43:02 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:12 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5857]): Exited with code: 2
    Sep 13 00:43:12 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:22 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5867]): Exited with code: 2
    Sep 13 00:43:22 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:32 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5877]): Exited with code: 2
    Sep 13 00:43:32 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:42 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5887]): Exited with code: 2
    Sep 13 00:43:42 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:43:52 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5897]): Exited with code: 2
    Sep 13 00:43:52 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 3 seconds
    Sep 13 00:44:03 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5907]): Exited with code: 2
    Sep 13 00:44:03 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:13 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5917]): Exited with code: 2
    Sep 13 00:44:13 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:18 That-Guys.local helpd[5919]: Could not find access page in directory /Applications/2005 World Book/Notepad.app/Contents/Resources/English.lproj
    Sep 13 00:44:19 That-Guys.local helpd[5919]: Could not find access page in directory /Library/Documentation/Help/AirPort.help
    Sep 13 00:44:22 --- last message repeated 1 time ---
    Sep 13 00:44:22 That-Guys kernel[0]: Sandbox: sandboxd(5921) deny mach-lookup com.apple.coresymbolicationd
    Sep 13 00:44:23 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5931]): Exited with code: 2
    Sep 13 00:44:23 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:25 That-Guys.local sandboxd[5921] ([2780]): mdworker(2780) deny file-read-data /Library/Filesystems/NetFSPlugins (pre-ls-info fstype:mtmfs fsflag:4100009 flags:200000056 diag:0 uti:com.apple.application-bundle plugin:/Library/Spotlight/Application.mdimporter - find suspect file using: sudo mdutil -t 72057602639424317)
    Sep 13 00:44:33 --- last message repeated 1 time ---
    Sep 13 00:44:33 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5942]): Exited with code: 2
    Sep 13 00:44:33 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:43 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5954]): Exited with code: 2
    Sep 13 00:44:43 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:44:53 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5964]): Exited with code: 2
    Sep 13 00:44:53 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:01 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 2 seconds
    Sep 13 00:45:03 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5980]): Exited with code: 2
    Sep 13 00:45:03 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:06 That-Guys.local LKDCHelper[5983]: Starting (uid=501)
    Sep 13 00:45:14 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[5993]): Exited with code: 2
    Sep 13 00:45:14 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:24 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6003]): Exited with code: 2
    Sep 13 00:45:24 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:34 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6013]): Exited with code: 2
    Sep 13 00:45:34 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:44 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6023]): Exited with code: 2
    Sep 13 00:45:44 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:45:54 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6033]): Exited with code: 2
    Sep 13 00:45:54 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 5 seconds
    Sep 13 00:46:05 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6043]): Exited with code: 2
    Sep 13 00:46:05 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:15 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6053]): Exited with code: 2
    Sep 13 00:46:15 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:25 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6063]): Exited with code: 2
    Sep 13 00:46:25 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:35 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6073]): Exited with code: 2
    Sep 13 00:46:35 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:45 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6083]): Exited with code: 2
    Sep 13 00:46:45 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:46:55 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6093]): Exited with code: 2
    Sep 13 00:46:55 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:02 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 3 seconds
    Sep 13 00:47:05 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6103]): Exited with code: 2
    Sep 13 00:47:05 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:15 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6113]): Exited with code: 2
    Sep 13 00:47:15 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:25 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6123]): Exited with code: 2
    Sep 13 00:47:25 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:35 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6133]): Exited with code: 2
    Sep 13 00:47:35 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:45 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6143]): Exited with code: 2
    Sep 13 00:47:45 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:47:55 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6153]): Exited with code: 2
    Sep 13 00:47:55 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:00 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 6 seconds
    Sep 13 00:48:06 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6163]): Exited with code: 2
    Sep 13 00:48:06 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:16 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6173]): Exited with code: 2
    Sep 13 00:48:16 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:26 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6183]): Exited with code: 2
    Sep 13 00:48:26 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:36 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6193]): Exited with code: 2
    Sep 13 00:48:36 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:46 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6203]): Exited with code: 2
    Sep 13 00:48:46 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:48:56 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6215]): Exited with code: 2
    Sep 13 00:48:56 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:02 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 4 seconds
    Sep 13 00:49:06 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6225]): Exited with code: 2
    Sep 13 00:49:06 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:17 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6240]): Exited with code: 2
    Sep 13 00:49:17 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:27 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6250]): Exited with code: 2
    Sep 13 00:49:27 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:37 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6260]): Exited with code: 2
    Sep 13 00:49:37 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:47 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6270]): Exited with code: 2
    Sep 13 00:49:47 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV): Throttling respawn: Will start in 10 seconds
    Sep 13 00:49:57 That-Guys com.apple.launchd.peruser.501[173] (com.xbmc.SuperTV[6280]): Exited with code: 2
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: CGSGetWindowResolution: Invalid window 0x461
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: error [1000] getting window resolution
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: CGSSetWindowResolution: Invalid window 0x461
    Sep 13 00:49:58 That-Guys.local Microsoft Word[53863]: Error [1000] setting resolution to 1
    Sep 13 00:50:00 That-Guys.local Dock[49542]: CGSReleaseWindow: Invalid window 1181
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: CGSGetWindowResolution: Invalid window 0x461
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: error [1000] getting window resolution
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: CGSSetWindowResolution: Invalid window 0x461
    Sep 13 00:50:02 That-Guys.local Microsoft Word[53863]: Error [1000] setting resolution to 1
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: CGSGetWindowResolution: Invalid window 0x461
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: error [1000] getting window resolution
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: find_shared_window: WID 1121
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: CGSSetWindowResolution: Invalid window 0x461
    Sep 13 00:50:04 That-Guys.local Microsoft Word[53863]: Error [1000] setting resolution to 1
    Sep 13 00:50:07 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=3297
    Sep 13 00:50:07 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    Sep 13 00:50:16 That-Guys.local WindowServer[47573]: dict count after removing entry for window 0x2b is 0
    Sep 13 00:50:16 That-Guys com.apple.launchd.peruser.501[173] (com.dayoneapp.dayone-agent[49564]): Exited: Killed: 9
    Sep 13 00:50:16 That-Guys.local WindowServer[47573]: CGXGetConnectionProperty: Invalid connection 38659
    Sep 13 00:50:17 --- last message repeated 4 times ---
    Sep 13 00:50:16 That-Guys.local CrashPlan menu bar[49600]: Received `applicationShouldTerminate:` message
    Sep 13 00:50:16 That-Guys com.apple.launchd.peruser.501[173] ([0x0-0x825825].com.apple.inputmethod.ironwood[6213]): Exited: Killed: 9
    Sep 13 00:50:16 That-Guys.local WindowServer[47573]: CGXGetWindowPresenter: Invalid window 1727
    Sep 13 00:50:16 That-Guys.local CrashPlan menu bar[49600]: CGSGetWindowPresenter
    Sep 13 00:50:16 That-Guys.local CrashPlan menu bar[49600]: find_shared_window: WID 1727
    Sep 13 00:50:16 That-Guys.local CrashPlan menu bar[49600]: CGSOrderWindowListWithGroups: invalid window ID (1727)
    Sep 13 00:50:16 That-Guys.local CrashPlan menu bar[49600]: CGSOrderWindowList: NULL list pointer or empty list
    Sep 13 00:50:16 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=3235
    Sep 13 00:50:16 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=3255
    Sep 13 00:50:16 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=4476
    Sep 13 00:50:16 That-Guys.local WindowServer[47573]: CGXGetConnectionProperty: Invalid connection 38659
    Sep 13 00:50:19 --- last message repeated 4 times ---
    Sep 13 00:50:16 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=3228
    Sep 13 00:50:16 That-Guys com.apple.launchd.peruser.501[173] ([0x0-0x607607].com.apple.AppleSpell[49707]): Exited: Terminated: 15
    Sep 13 00:50:16 That-Guys com.apple.launchd.peruser.501[173] ([0x0-0x7d87d8].com.apple.ImageCaptureExtension2[91141]): Exited: Killed: 9
    Sep 13 00:50:16 That-Guys.local UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=46591 Died
    Sep 13 00:50:16 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    Sep 13 00:50:16 That-Guys.local WindowServer[47573]: CGXGetConnectionProperty: Invalid connection 38659
    Sep 13 00:50:20 --- last message repeated 4 times ---
    Sep 13 00:50:17 That-Guys com.apple.launchd.peruser.501[173] ([0x0-0x7de7de].com.apple.Preview[91322]): Exited: Killed: 9
    Sep 13 00:50:17 That-Guys com.apple.launchd.peruser.501[173] (com.apple.UserEventAgent-Aqua[49565]): Exited: Killed: 9
    Sep 13 00:50:17 That-Guys.local loginwindow[47572]: DEAD_PROCESS: 47572 console
    Sep 13 00:50:18 That-Guys.local WindowServer[47573]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    Sep 13 00:50:18 That-Guys.local WindowServer[47573]: Session 256 released (1 references)
    Sep 13 00:50:18 That-Guys.local WindowServer[47573]: Session 256 released (0 references)
    Sep 13 00:50:18 That-Guys.local WindowServer[47573]: loginwindow connection closed; closing server.
    Sep 13 00:50:18 That-Guys.local coreservicesd[61]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=4476
    Sep 13 00:50:18 That-Guys.local apsd[49561]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Sep 13 00:50:19 That-Guys.local loginwindow[6295]: Login Window Application Started
    Sep 13 00:50:19 That-Guys.local airportd[6291]: _doAutoJoin: Already associated to “mcschuster”. Bailing on auto-join.
    Sep 13 00:50:20 That-Guys.local WindowServer[6296]: Server is starting up
    Sep 13 00:50:20 That-Guys.local WindowServer[6296]: Session 256 retained (2 references)
    Sep 13 00:50:20 That-Guys.local WindowServer[6296]: Session 256 released (1 references)
    Sep 13 00:50:20 That-Guys.local WindowServer[6296]: Session 256 retained (2 references)
    Sep 13 00:50:20 That-Guys.local WindowServer[6296]: init_page_flip: page flip mode is on
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: mux_initialize: Couldn't find any matches
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: GLCompositor enabled for tile size [256 x 256]
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: CGXGLInitMipMap: mip map mode is on
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: WSMachineUsesNewStyleMirroring: false
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: Display 0x04272780: GL mask 0x1; bounds (0, 0)[1280 x 800], 30 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c9e, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009c9e0000000004272780
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: 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
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: Created shield window 0x4 for display 0x04272780
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: Created shield window 0x5 for display 0x003f003d
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: Display 0x04272780: GL mask 0x1; bounds (0, 0)[1280 x 800], 30 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c9e, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009c9e0000000004272780
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]: CGXPerformInitialDisplayConfiguration
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]:   Display 0x04272780: MappedDisplay Unit 0; Vendor 0x610 Model 0x9c9e S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    Sep 13 00:50:21 That-Guys.local WindowServer[6296]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00003a63, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: Created shield window 0x6 for display 0x04272780
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Sep 13 00:50:23 That-Guys.local loginwindow[6295]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: handle_will_sleep_auth_and_shield_windows: no lock state data
    Sep 13 00:50:23 That-Guys.local WindowServer[6296]: Display 0x04272780: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 13 00:50:23 --- last message repeated 2 times ---
    Sep 13 00:50:23 That-Guys.local airportd[6291]: _doAutoJoin: Already associated to “mcschuster”. Bailing on auto-join.
    Sep 13 00:50:23 That-Guys.local launchctl[6302]: com.apple.findmymacmessenger: Already loaded
    Sep 13 00:50:24 That-Guys.local com.apple.SecurityServer[15]: Session 100054 created
    Sep 13 00:50:25 That-Guys.local hidd[44]: CGSShutdownServerConnections: Detaching application from window server
    Sep 13 00:50:25 That-Guys.local hidd[44]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 13 00:50:25 That-Guys.local loginwindow[6295]: Login Window Started Security Agent
    Sep 13 00:50:25 That-Guys.local helpd[6307]: Could not find access page in directory /Library/Documentation/Help/AirPort.help
    Sep 13 00:50:26 --- last message repeated 1 time ---
    Sep 13 00:50:26 That-Guys.local SecurityAgent[6310]: MacBuddy was run = 0
    Sep 13 00:50:28 That-Guys.local locationd[6311]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 13 00:50:28 That-Guys.local locationd[6311]: NOTICE,Location icon should now be in state 0
    Sep 13 00:50:28 That-Guys.local UserEventAgent[6304]: cannot find useragent 1102
    Sep 13 00:50:32 That-Guys.local CVMServer[73]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Sep 13 00:50:33 That-Guys.local SecurityAgent[6310]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 13 00:50:33 That-Guys.local SecurityAgent[6310]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 13 00:50:33 That-Guys.local CVMServer[73]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Sep 13 00:50:33 That-Guys.local SecurityAgent[6310]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 13 00:50:33 That-Guys.local SecurityAgent[6310]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 13 00:50:34 That-Guys com.apple.launchd.peruser.92[6315]: Background: Bug: 12B19: launchd + 79534 [AEF41441-17BC-36E6-B1F8-57BADBDFEBCF]: 0x0
    Sep 13 00:50:34 That-Guys com.apple.launchd.peruser.92[6315]: Background: This API can only be used by a process running within an Aqua session.
    Sep 13 00:50:34 That-Guys.local SecurityAgent[6310]: spawn_via_launchd() failed, errno=5 label=[0x0-0x82d82d].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Sep 13 00:50:34 --- last message repeated 1 time ---
    Sep 13 00:50:34 That-Guys.local SecurityAgent[6310]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fc72a48af70 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fc72b32dbf0 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Sep 13 00:50:44 That-Guys kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Sep 13 00:51:01 That-Guys kernel[0]: macx_swapoff SUCCESS
    Sep 13 00:51:32 That-Guys kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Sep 13 00:51:32 That-Guys kernel[0]: macx_swapoff SUCCESS
    Sep 13 00:55:17 That-Guys com.apple.launchd.peruser.501[173] (com.apple.KerberosHelper.LKDCHelper[5983]): Exited with code: 1
    Sep 13 00:57:11 That-Guys.local com.apple.backupd-helper[6320]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    Sep 13 01:36:46 That-Guys.local mtmd[77176]: Set snapshot time: 2012-09-13 01:36:48 -0700 (current time: 2012-09-13 01:36:46 -0700)
    Sep 13 01:36:46 That-Guys kernel[0]: nspace-handler-set-snapshot-time: 1347525408
    Sep 13 01:57:41 That-Guys.local com.apple.backupd-helper[6648]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    Sep 13 02:36:46 That-Guys.local mtmd[77176]: Set snapshot time: 2012-09-13 02:36:48 -0700 (current time: 2012-09-13 02:36:46 -0700)
    Sep 13 02:36:46 That-Guys kernel[0]: nspace-handler-set-snapshot-time: 1347529008
    Sep 13 02:58:11 That-Guys.local com.apple.backupd-helper[6976]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    Sep 13 03:36:46 That-Guys.local mtmd[77176]: Set snapshot time: 2012-09-13 03:36:48 -0700 (current time: 2012-09-13 03:36:46 -0700)
    This is what was happening right before the crash from the Diagnostic and Usage Log:
    9/13/12 12:03:57.511 AM mds[36]: vacuum
    com.apple.message.domain: com.apple.spotlight.mds.index-lifecycle
    com.apple.message.media: Backup hfs Physical
    com.apple.message.operation: Merge
    com.apple.message.result: pass
    com.apple.message.session_uuid: A173E183-B87A-49E9-8AC5-E65CEB8BCD7C
    com.apple.message.signature: MergeSuccess
    com.apple.message.value: 2
    9/13/12 12:06:22.255 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:06:22.283 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:06:22.288 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:06:22.459 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:06:22.569 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:09:02.013 AM powerd[17]: com.apple.message.domain: com.apple.darkwake.capable
    com.apple.message.hardware_support: none
    com.apple.message.settings: none
    9/13/12 12:21:21.296 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:21:21.330 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:21:21.394 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:21:21.419 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:21:21.419 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:36:20.345 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:36:20.395 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:36:20.408 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:36:20.422 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:36:20.723 AM CalendarAgent[67566]: Account refresh finished without error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: success
    9/13/12 12:45:08.083 AM AddressBookSourceSync[5969]: EWSServerVersion: 14.16.190.8
    com.apple.message.domain: com.apple.exchange.serverVersion
    com.apple.message.signature: 14.16.190.8
    com.apple.message.result: noop
    9/13/12 12:45:21.106 AM mds[36]: com.apple.message.domain: com.apple.spotlight.mds.index-lifecycle
    com.apple.message.media: Regular hfs Physical
    com.apple.message.operation: Merge
    com.apple.message.result: pass
    com.apple.message.session_uuid: 8A185F98-9FD7-4C93-8644-933B7C165C17
    com.apple.message.signature: MergeSuccess
    com.apple.message.value: 1
    9/13/12 12:48:53.919 AM UserEventAgent[49565]: Machine up for 3048 seconds and active for 0 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.919 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Google Chrome
    com.apple.message.signature2: com.google.Chrome ||| 21.0.1180.89 (1180.89)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.919 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Mail
    com.apple.message.signature2: com.apple.mail ||| 6.0 (1486)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.920 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: CrashPlan
    com.apple.message.signature2: com.backup42.desktop ||| 3.2.1 (3.2.1)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.920 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AdobeAcrobat
    com.apple.message.signature2: com.adobe.Acrobat.Pro ||| 10.1.4 (10.1.4)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.920 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Microsoft Word
    com.apple.message.signature2: com.microsoft.Word ||| 14.0.1 (14.0.1)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.920 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 12.0 (12.0)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.921 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Preview
    com.apple.message.signature2: com.apple.Preview ||| 6.0 (765)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.921 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.8 (10.8)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:48:53.921 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Calendar
    com.apple.message.signature2: com.apple.iCal ||| 6.0 (1639)
    com.apple.message.value: 3048
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.807 AM UserEventAgent[49565]: Machine up for 83 seconds and active for 0 seconds since last reported.
    com.apple.message.domain: com.apple.usage.activetime
    com.apple.message.value: 83
    com.apple.message.value2: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.807 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Google Chrome
    com.apple.message.signature2: com.google.Chrome ||| 21.0.1180.89 (1180.89)
    com.apple.message.value: 78
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.828 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Mail
    com.apple.message.signature2: com.apple.mail ||| 6.0 (1486)
    com.apple.message.value: 83
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.829 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: CrashPlan
    com.apple.message.signature2: com.backup42.desktop ||| 3.2.1 (3.2.1)
    com.apple.message.value: 81
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.829 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: AdobeAcrobat
    com.apple.message.signature2: com.adobe.Acrobat.Pro ||| 10.1.4 (10.1.4)
    com.apple.message.value: 65
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.829 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Microsoft Word
    com.apple.message.signature2: com.microsoft.Word ||| 14.0.1 (14.0.1)
    com.apple.message.value: 74
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.829 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: firefox
    com.apple.message.signature2: org.mozilla.firefox ||| 12.0 (12.0)
    com.apple.message.value: 67
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.830 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Preview
    com.apple.message.signature2: com.apple.Preview ||| 6.0 (765)
    com.apple.message.value: 83
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.830 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Finder
    com.apple.message.signature2: com.apple.finder ||| 10.8 (10.8)
    com.apple.message.value: 83
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:16.830 AM UserEventAgent[49565]: com.apple.message.domain: com.apple.usage.app_activetime
    com.apple.message.signature: Calendar
    com.apple.message.signature2: com.apple.iCal ||| 6.0 (1639)
    com.apple.message.value: 67
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    com.apple.message.summarize: YES
    9/13/12 12:50:17.570 AM mds[36]: com.apple.message.domain: com.apple.spotlight.mds.index-lifecycle
    com.apple.message.media: Regular hfs DiskImage
    com.apple.message.operation: Close
    com.apple.message.result: pass
    com.apple.message.session_uuid: AC7054C9-696C-45D7-947D-3BF9870C6DE6
    com.apple.message.signature: CloseSuccess
    com.apple.message.value: 0
    9/13/12 12:50:18.704 AM WindowServer[47573]: com.apple.message.domain: com.apple.windowserver.displayinfo
    com.apple.message.signature: Color LCD_APP_00009c9e
    com.apple.message.value: 0
    com.apple.message.value2: 0
    com.apple.message.value3: -1
    9/13/12 12:50:18.704 AM WindowServer[47573]: com.apple.message.domain: com.apple.windowserver.displayarrangement
    com.apple.message.value: 1
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 0
    9/13/12 12:50:18.994 AM configd[18]: 
    com.apple.message.domain: com.apple.wifi.timeout.xpc
    com.apple.message.signature: Success
    com.apple.message.signature2: SC_CHANGED_EVENT
    com.apple.message.result: pass
    com.apple.message.value: 1430.000000
    com.apple.message.summarize: YES
    9/13/12 12:50:19.503 AM configd[18]: 
    com.apple.message.domain: com.apple.wifi.timeout.xpc
    com.apple.message.signature: Success
    com.apple.message.signature2: SC_CHANGED_EVENT
    com.apple.message.result: pass
    com.apple.message.value: 1.000000
    com.apple.message.summarize: YES
    9/13/12 12:50:23.663 AM configd[18]: 
    com.apple.message.domain: com.apple.wifi.timeout.xpc
    com.apple.message.signature: Success
    com.apple.message.signature2: SC_CHANGED_EVENT
    com.apple.message.result: pass
    com.apple.message.value: 1.000000
    com.apple.message.summarize: YES
    9/13/12 12:50:23.763 AM configd[18]: 
    com.apple.message.domain: com.apple.wifi.timeout.xpc
    com.apple.message.signature: Success
    com.apple.message.signature2: SC_CHANGED_EVENT
    com.apple.message.result: pass
    com.apple.message.value: 3.000000
    com.apple.message.summarize: YES
    9/13/12 12:50:23.767 AM configd[18]: 
    com.apple.message.signature: Success
    com.apple.message.domain: com.apple.wifi.timeout.xpc
    com.apple.message.signature2: SC_CHANGED_EVENT
    com.apple.message.result: pass
    com.apple.message.value: 2.000000
    com.apple.message.summarize: YES
    9/13/12 4:08:56.247 AM hidd[44]: MT gesture parser: logged tap-click count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 219
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: primary-secondary_tapclick_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: 7F7E40F6-6E58-4369-882B-F031C591EAB3
    9/13/12 4:08:56.247 AM hidd[44]: MT gesture parser: logged drag/nc count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 2
    com.apple.message.value2: 1
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: single-multi-drag_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: 7F7E40F6-6E58-4369-882B-F031C591EAB3
    9/13/12 4:08:56.248 AM hidd[44]: MT gesture parser: logged mech click count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 2
    com.apple.message.value2: 6
    com.apple.message.value3: 748
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: mech_click_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: 7F7E40F6-6E58-4369-882B-F031C591EAB3
    9/13/12 4:08:56.248 AM hidd[44]: MT gesture parser: logged scroll/zoom/rotate count
    com.apple.message.domain: com.apple.MultitouchSupport.gesturestats
    com.apple.message.value: 720
    com.apple.message.value2: 0
    com.apple.message.value3: 0
    com.apple.message.value4: 1000
    com.apple.message.value5: 39
    com.apple.message.signature: scroll-zoom-rotate_ctr
    com.apple.message.signature2: internal
    com.apple.message.result: noop
    com.apple.message.uuid: 7F7E40F6-6E58-4369-882B-F031C591EAB3
    9/13/12 4:09:01.525 AM powerd[17]: com.apple.message.domain: com.apple.darkwake.capable
    com.apple.message.hardware_support: none
    com.apple.message.settings: none
    These would fill my log right before my computer would restart. 
    I cannot seem to find the file anywhere, but then again I don't know exactly what I am looking for.
    Please help.

    First, uninstall "SuperTV" (whatever that is) according to the developer's instructions. It isn't working and it's filling the log with noise.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Post the messages logged before the boot, while the system was unresponsive or was failing to shut down. Please include the BOOT_TIME message at the end of the log extract.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message. When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    PLEASE DO NOT INDISCRIMINATELY DUMP THOUSANDS OF LINES FROM THE LOG INTO A MESSAGE. If you do that, I will not respond.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • 10.8.5 crashes hard, fast, and often

    Last week when all the updates dropped, I was thrilled. XCode 5? That's nice. iTunes? Sounds good. iOS 7? Yes, please. 10.8.5? Absolutely.
    Absolutely not, it turns out.
    A day or two after that update got settled in, the crashing started. It would crash within minutes of logging in—the laptop I could leave running for a week at a time under 10.8.4 was suddenly doing very well if it could manage ten minutes at a time without a complete hard freeze or spontaneous shutdown. It could crash as me. It could crash as root. It could crash before login. It could crash a safe boot. I will not run this, Steve I Am. I do not like th......wait, where was I? Oh, yeah...
    At the same time, Time Machine decided that the backup set I had needed to be redone, so I didn't have a backup to retreat to. And the Time Capsule itself which I was using as a wireless hub (but not a backup drive, since the disk was going bad) finally decided to report that its disk was going bad. It was also showing intermittent connection to the internet too (according to my phone), so it was pretty much begging to be replaced. I seriously thought that might help.
    I tried reinstalling the whole OS from the Recovery partition. A few times. No go.
    (And by the way, if ever I find the gentleman who had the idea for the self-deleting installer, I will step up to him, reach out, and shake his throat. I'm downloading this crap over DSL.)
    I made an emergency thumbdrive which I could use to start the computer, and while it was pig-slow, it was at least stable. And I could use Disk Utility to create a DMG of the hard drive before I erased it completely and reinstalled the OS from scratch. And I did. That time, the computer booted just fine. The Migration Assistant took some time lining up everything that had to be moved over, but it finally started doing its thing.
    This morning, it had finished. I rebooted. It hung a few times, including at reboot. The exact same problem came back, right along with my old profile.
    I'm at my wit's end here. I can't afford to replace the computer. I have too much to lose not only in the old profile but all the software I had installed. What else can I try, or how can I debug this myself? I'm not afraid of a little terminal action, and in fact, on those occasions when I can get up as far as the login screen, the >console seems relatively stable.

    All right. Having done some digging on the affected machine (booted from the "emergency key"), I can't find anything like a kernel crash log. I'm looking in /var/log; should I be digging elsewhere?
    It's not specifically what you asked for, but below are four snippets from /var/log/system.log; Each one ends with a BOOT_TIME notice, indicating where I finally turned it back on. And yes, sometimes the up-time is less than two minutes.
    I did notice something between a few of them: It looks like something's trying to order a kernel rebuild. And it's doing a very bad job of it.
    ******** CHUNK #1
    Sep 25 08:18:20 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [50] for authorization created by '/System/Library/CoreServices/loginwindow.app' [50] (100002,0)
    Sep 25 08:18:20 territanx.local WindowServer[111]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:18:20 territanx.local warmd[34]: [__bootcachectl_set_preheated_user_block_invoke_0:690] Unable to unlink preated user symlink /var/db/BootCaches/PreheatedUser: 1 Operation not permitted
    Sep 25 08:18:20 territanx.local warmd[34]: [__bootcachectl_set_preheated_user_block_invoke_0:701] Unable to create preated user symlink /var/db/BootCaches/PreheatedUser to D3615D22-58FB-11D8-9876-000393070F3E: 17 File exists
    Sep 25 08:18:21 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=113
    Sep 25 08:18:21 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=114
    Sep 25 08:18:22 territanx.local WindowServer[111]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 4, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:18:22 territanx.local coreaudiod[289]: Enabled automatic stack shots because audio IO is inactive
    Sep 25 08:18:23 territanx com.apple.launchd[1] (org.apache.httpd[293]): Exited with code: 1
    Sep 25 08:18:23 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:23 territanx.local talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    Sep 25 08:18:23 territanx.local talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    Sep 25 08:18:24 territanx com.apple.launchd.peruser.501[270] (com.apple.afpstat-qfa[311]): Exited with code: 2
    Sep 25 08:18:24 territanx kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=313[GoogleSoftwareUp] clearing CS_VALID
    Sep 25 08:18:28 territanx com.apple.launchd.peruser.501[270] (com.apple.mrt.uiagent[301]): Exited with code: 255
    Sep 25 08:18:28 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [273] for authorization created by '/usr/libexec/UserEventAgent' [273] (100000,0)
    Sep 25 08:18:28 territanx.local WindowServer[111]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Sep 25 08:18:28 territanx.local WindowServer[111]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep 25 08:18:29 territanx.local com.apple.SecurityServer[22]: Session 100009 created
    Sep 25 08:18:29 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [273] for authorization created by '/usr/libexec/UserEventAgent' [273] (100000,0)
    Sep 25 08:18:29 territanx.local UserEventAgent[273]: cannot find fw daemon port 1102
    Sep 25 08:18:30 territanx.local NetworkBrowserAgent[332]: Starting NetworkBrowserAgent
    Sep 25 08:18:31 territanx.local UserEventAgent[273]: com.apple.TMLaunchAgent enabled
    Sep 25 08:18:32 territanx com.apple.launchd.peruser.501[270] (com.adobe.CS4ServiceManager[314]): Exited with code: 97
    Sep 25 08:18:33 territanx.local tccd[294]: Refusing TCCAccessRequest from client without path (pid 277)
    Sep 25 08:18:33 territanx com.apple.launchd[1] (org.apache.httpd[336]): Exited with code: 1
    Sep 25 08:18:33 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:37 territanx.local FontExplorerXAutoload[342]: FontExplorerXAutoload.app is loading...
    Sep 25 08:18:37 territanx.local mds[46]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query
    Sep 25 08:18:37 territanx kernel[0]: Sandbox: sandboxd(337) deny mach-lookup com.apple.coresymbolicationd
    Sep 25 08:18:40 territanx com.apple.launchd.peruser.501[270] ([0x0-0x19019].com.apple.AirPortBaseStationAgent[347]): Exited with code: 1
    Sep 25 08:18:41 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=126
    Sep 25 08:18:43 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep 25 08:18:43 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    Sep 25 08:18:44 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    Sep 25 08:18:44 territanx com.apple.launchd[1] (org.apache.httpd[357]): Exited with code: 1
    Sep 25 08:18:44 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:45 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x5d4cbb0
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x5d4a580 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2011-03-18 02:19:56
                        >
              Using server: <KSOmahaServer:0x692a830
                        engine=<KSDaemonUpdateEngine:0x6928c40>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.picasa" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2012-03-25 12:36:56 +0000;
                                                      LastActivePingDate = 2012-03-26 07:00:00 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2013-09-09 20:20:55 +0000;
                                                      LastActivePingDate = 2013-09-10 07:00:00 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastActivePingDate = 2013-08-15 07:00:01 +0000;
                                                      LastActiveDate = 2013-08-14 18:09:14 +0000;
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                            "com.google.Keystone" = {
                                                      LastActiveDate = 2013-09-25 12:18:40 +0000;
                                                      LastActivePingDate = 2013-09-22 07:00:02 +0000;
                                                      LastRollCallPingDate = 2013-09-22 07:00:02 +0000;
                                            "com.Google.GoogleEarthPlugin.intel" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                            "com.Google.GoogleEarthPlus" = {
                                                      LastRollCallPingDate = 2011-07-23 07:00:00 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2013-09-15 19:05:47 +0000;
                                                      LastActivePingDate = 2013-09-16 07:00:00 +0000;
                                            "com.Google.GoogleEarthPlus.intel" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.5_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep 25 08:18:45 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x5d55400
                        server=<KSOmahaServer:0x692a830>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=1
                        activeTickets=1
                        rollCallTickets=1
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.5_i486"></o:os>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="922" brand="GGLG">
                                          <o:ping r="3" a="3"></o:ping>
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep 25 08:18:46 territanx.local apsd[322]: <APSCourier: 0x7fae89486510>: Received connected response: invalid for user 501
    Sep 25 08:18:47 territanx.local launchctl[369]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:21:46 localhost bootlog[0]: BOOT_TIME 1380111706 0
    ******** CHUNK #2
    Sep 25 08:22:24 territanx.local configd[21]: network changed: v4(en0+:192.168.1.76) DNS+ Proxy+ SMB+
    Sep 25 08:22:24 territanx.local ntpd[116]: proto: precision = 1.000 usec
    Sep 25 08:22:24 territanx.local launchctl[233]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:24 territanx.local WindowServer[109]: Created shield window 0x7 for display 0x04271a40
    Sep 25 08:22:24 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:24 territanx.local launchctl[234]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:24 territanx.local launchctl[234]: com.apple.findmymacmessenger: Already loaded
    Sep 25 08:22:24 territanx.local WindowServer[109]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:22:24 territanx.local com.apple.SecurityServer[20]: Session 100005 created
    Sep 25 08:22:25 territanx.local hidd[53]: CGSShutdownServerConnections: Detaching application from window server
    Sep 25 08:22:25 territanx.local hidd[53]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 25 08:22:25 territanx.local loginwindow[49]: Login Window Started Security Agent
    Sep 25 08:22:25 territanx com.apple.launchd[1] (org.apache.httpd[242]): Exited with code: 1
    Sep 25 08:22:25 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:25 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:25 territanx.local locationd[245]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:22:26 territanx.local locationd[245]: NOTICE,Location icon should now be in state 0
    Sep 25 08:22:26 territanx.local UserEventAgent[235]: cannot find useragent 1102
    Sep 25 08:22:26 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:26 territanx.local blued[62]: link key found for device: 60-fb-42-ff-36-9f
    Sep 25 08:22:26 territanx.local blued[62]: Save link key for device: 60-fb-42-ff-36-9f
    Sep 25 08:22:26 territanx.local blued[62]: link key found for device: 70-cd-60-f8-8c-15
    Sep 25 08:22:26 territanx.local SecurityAgent[244]: This is the first run
    Sep 25 08:22:26 territanx.local SecurityAgent[244]: MacBuddy was run = 0
    Sep 25 08:22:27 territanx.local blued[62]: Save link key for device: 70-cd-60-f8-8c-15
    Sep 25 08:22:27 territanx.local launchctl[250]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:28 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:22:28 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:22:29 territanx.local timezoned[253]: bootstrap_look_up failed (44e)
    Sep 25 08:22:29 territanx.local locationd[254]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:22:29 territanx.local locationd[254]: NOTICE,Location icon should now be in state 0
    Sep 25 08:22:29 territanx com.apple.launchd.peruser.92[249]: Background: Bug: 12F37: launchd + 80370 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x0
    Sep 25 08:22:29 territanx com.apple.launchd.peruser.92[249]: Background: This API can only be used by a process running within an Aqua session.
    Sep 25 08:22:29 territanx.local SecurityAgent[244]: spawn_via_launchd() failed, errno=5 label=[0x0-0x6006].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Sep 25 08:22:29 --- last message repeated 1 time ---
    Sep 25 08:22:29 territanx.local SecurityAgent[244]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fd0abb69240 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fd0abb62ab0 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Sep 25 08:22:29 territanx.local timezoned[253]: bootstrap_look_up failed (44e)
    Sep 25 08:22:35 territanx com.apple.launchd[1] (org.apache.httpd[255]): Exited with code: 1
    Sep 25 08:22:35 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:35 territanx.local awacsd[63]: Exiting
    Sep 25 08:22:38 territanx.local warmd[33]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2321] Unable to open i386 shared cache: 2 No such file or directory
    Sep 25 08:22:45 territanx com.apple.launchd[1] (org.apache.httpd[258]): Exited with code: 1
    Sep 25 08:22:45 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:56 territanx com.apple.launchd[1] (org.apache.httpd[259]): Exited with code: 1
    Sep 25 08:22:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:08 territanx com.apple.launchd[1] (org.apache.httpd[260]): Exited with code: 1
    Sep 25 08:23:08 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:23:17 territanx com.apple.launchd[1] (org.apache.httpd[264]): Exited with code: 1
    Sep 25 08:23:17 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:26 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.Cycling74.driver.Soundflower triggered rebuild
    Sep 25 08:23:28 territanx com.apple.launchd[1] (org.apache.httpd[266]): Exited with code: 1
    Sep 25 08:23:28 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:23:36 territanx.local com.apple.kextcache[265]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:23:38 territanx com.apple.launchd[1] (org.apache.httpd[269]): Exited with code: 1
    Sep 25 08:23:38 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:41 territanx.local com.apple.kextcache[265]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:23:41 territanx.local com.apple.kextcache[265]: Kernel file /mach_kernel does not contain requested arch: i386
    Sep 25 08:27:14 localhost bootlog[0]: BOOT_TIME 1380112034 0
    ******** CHUNK #3
    Sep 25 08:27:52 territanx.local launchctl[234]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:52 territanx.local WindowServer[108]: Created shield window 0x7 for display 0x04271a40
    Sep 25 08:27:52 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:52 territanx.local launchctl[235]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:52 territanx.local launchctl[235]: com.apple.findmymacmessenger: Already loaded
    Sep 25 08:27:53 territanx.local com.apple.SecurityServer[20]: Session 100005 created
    Sep 25 08:27:53 territanx.local WindowServer[108]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:27:53 territanx.local hidd[53]: CGSShutdownServerConnections: Detaching application from window server
    Sep 25 08:27:53 territanx.local hidd[53]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 25 08:27:53 territanx.local loginwindow[49]: Login Window Started Security Agent
    Sep 25 08:27:54 territanx.local locationd[245]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:27:54 territanx.local locationd[245]: NOTICE,Location icon should now be in state 0
    Sep 25 08:27:54 territanx.local UserEventAgent[236]: cannot find useragent 1102
    Sep 25 08:27:54 territanx.local SecurityAgent[244]: This is the first run
    Sep 25 08:27:54 territanx.local SecurityAgent[244]: MacBuddy was run = 0
    Sep 25 08:27:54 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:55 territanx.local launchctl[250]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:55 territanx.local blued[62]: link key found for device: 60-fb-42-ff-36-9f
    Sep 25 08:27:55 territanx.local blued[62]: Save link key for device: 60-fb-42-ff-36-9f
    Sep 25 08:27:55 territanx.local blued[62]: link key found for device: 70-cd-60-f8-8c-15
    Sep 25 08:27:55 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:55 territanx.local blued[62]: Save link key for device: 70-cd-60-f8-8c-15
    Sep 25 08:27:56 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:27:56 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:27:57 territanx.local SecurityAgent[244]: spawn_via_launchd() failed, errno=5 label=[0x0-0x6006].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Sep 25 08:27:57 --- last message repeated 1 time ---
    Sep 25 08:27:57 territanx com.apple.launchd.peruser.92[249]: Background: Bug: 12F37: launchd + 80370 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x0
    Sep 25 08:27:57 territanx com.apple.launchd.peruser.92[249]: Background: This API can only be used by a process running within an Aqua session.
    Sep 25 08:27:57 territanx com.apple.launchd[1] (org.apache.httpd[253]): Exited with code: 1
    Sep 25 08:27:57 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:27:57 territanx.local SecurityAgent[244]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fbc2bd15f00 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fbc2b84ed30 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Sep 25 08:27:58 territanx.local timezoned[254]: bootstrap_look_up failed (44e)
    Sep 25 08:27:58 territanx.local locationd[255]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:27:58 territanx.local locationd[255]: NOTICE,Location icon should now be in state 0
    Sep 25 08:28:00 territanx.local timezoned[254]: bootstrap_look_up failed (44e)
    Sep 25 08:28:03 territanx.local awacsd[63]: Exiting
    Sep 25 08:28:06 territanx.local warmd[33]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2321] Unable to open i386 shared cache: 2 No such file or directory
    Sep 25 08:28:07 territanx com.apple.launchd[1] (org.apache.httpd[256]): Exited with code: 1
    Sep 25 08:28:07 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:17 territanx com.apple.launchd[1] (org.apache.httpd[257]): Exited with code: 1
    Sep 25 08:28:17 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:29 territanx com.apple.launchd[1] (org.apache.httpd[258]): Exited with code: 1
    Sep 25 08:28:29 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:28:39 territanx com.apple.launchd[1] (org.apache.httpd[259]): Exited with code: 1
    Sep 25 08:28:39 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:50 territanx com.apple.launchd[1] (org.apache.httpd[263]): Exited with code: 1
    Sep 25 08:28:50 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:28:54 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.Cycling74.driver.Soundflower triggered rebuild
    Sep 25 08:28:59 territanx.local com.apple.kextcache[264]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:28:59 territanx com.apple.launchd[1] (org.apache.httpd[265]): Exited with code: 1
    Sep 25 08:28:59 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:05:44 localhost bootlog[0]: BOOT_TIME 1380114344 0
    ******** CHUNK #4
    Sep 25 09:06:44 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:06:56 territanx com.apple.launchd[1] (org.apache.httpd[301]): Exited with code: 1
    Sep 25 09:06:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 09:06:59 territanx.local loginwindow[49]: keychain password was not changed, status = -128
    Sep 25 09:06:59 territanx.local launchctl[303]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 09:06:59 territanx.local launchctl[304]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 09:06:59 territanx com.apple.launchd.peruser.0[302] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 25 09:06:59 territanx.local loginwindow[49]: Connection with distnoted server was invalidated
    Sep 25 09:06:59 territanx.local distnoted[306]: # distnote server agent  absolute time: 76.386848145   civil time: Wed Sep 25 09:06:59 2013   pid: 306 uid: 0  root: no
    Sep 25 09:06:59 territanx.local com.apple.SecurityServer[20]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [49] for authorization created by '/System/Library/CoreServices/loginwindow.app' [49] (100002,0)
    Sep 25 09:07:01 territanx.local com.apple.SecurityServer[20]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [305] for authorization created by '/usr/libexec/UserEventAgent' [305] (100000,0)
    Sep 25 09:07:01 --- last message repeated 1 time ---
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: cannot find fw daemon port 1102
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: Bug: 12F37: com.apple.fsevents.matching + 6205 [38FEE02D-7FED-3C9C-85F3-A3572CC5F19D]: 0x0
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: Ignoring path: ~/Library/Services/
    Sep 25 09:07:03 territanx.local talagent[314]: SecKeychainItemCreateFromContent(kSecGenericPasswordItemClass, &attributeList, sizeof encodedKey, encodedKey, defaultKeychain, accessRef, &sKeychainBitmapPasswordItemRef) produced OSStatus -25293 on line 763 in server.m
    Sep 25 09:07:03 territanx com.apple.launchd.peruser.0[302] (com.apple.afpstat-qfa[335]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Sep 25 09:07:03 territanx com.apple.launchd.peruser.0[302] (com.apple.afpstat-qfa[335]): Job failed to exec(3) for weird reason: 2
    Sep 25 09:07:03 territanx.local coreaudiod[318]: Enabled automatic stack shots because audio IO is inactive
    Sep 25 09:07:04 territanx kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=337[GoogleSoftwareUp] clearing CS_VALID
    Sep 25 09:07:04 territanx com.apple.launchd.peruser.0[302] (com.apple.mrt.uiagent[325]): Exited with code: 255
    Sep 25 09:07:05 territanx com.apple.launchd[1] (org.apache.httpd[343]): Exited with code: 1
    Sep 25 09:07:05 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:08 territanx.local genatsdb[352]: ########## genatsdb Sandboxed. ##########
    Sep 25 09:07:09 territanx com.apple.launchd.peruser.0[302] (com.google.keystone.system.agent[337]): Exited with code: 1
    Sep 25 09:07:09 territanx com.apple.launchd.peruser.0[302] (com.adobe.CS4ServiceManager[338]): Exited with code: 97
    Sep 25 09:07:15 territanx.local NetworkBrowserAgent[357]: Starting NetworkBrowserAgent
    Sep 25 09:07:16 territanx com.apple.launchd[1] (org.apache.httpd[359]): Exited with code: 1
    Sep 25 09:07:16 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:16 territanx.local talagent[314]: CGSGetOnScreenWindowList: Invalid connection
    Sep 25 09:07:16 territanx.local coreservicesd[74]: Can't change an application into stopped state for app App:"Finder" [ 0x0/0x16016]  @ 0x0x7fedf2e2a040 because it's already been started.
    Sep 25 09:07:16 territanx.local Download Java Components[353]: Java Install cancelled
    Sep 25 09:07:23 territanx.local SystemUIServer[316]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 09:07:23 territanx.local SystemUIServer[316]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 09:07:26 territanx com.apple.launchd[1] (org.apache.httpd[364]): Exited with code: 1
    Sep 25 09:07:26 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:30 territanx.local apsd[340]: Couldn't find named port com.apple.CalendarAgent.push, disabling background notifications
    Sep 25 09:07:30 territanx.local apsd[340]: Couldn't find named port com.apple.CalendarAgent.push.dev, disabling background notifications
    Sep 25 09:07:30 territanx.local com.apple.time[305]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Sep 25 09:07:31 territanx.local SystemUIServer[316]: Invalid kMDItemPath for iTunes
    Sep 25 09:07:31 territanx.local SystemUIServer[316]: problem with path iTunes
    Sep 25 09:07:36 territanx com.apple.launchd[1] (org.apache.httpd[367]): Exited with code: 1
    Sep 25 09:07:36 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:40 territanx.local Locum[368]: Connection with distnoted server was invalidated
    Sep 25 09:07:42 territanx.local genatsdb[352]: *GENATSDB* FontObjects generated = 505
    Sep 25 09:07:43 territanx.local System Preferences[369]: Preference bundle "/Library/PreferencePanes/JavaControlPanel.prefPane" is missing identifier
    Sep 25 09:07:44 territanx.local tccd[374]: Running without home directory (-1)
    Sep 25 09:07:46 territanx com.apple.launchd[1] (org.apache.httpd[375]): Exited with code: 1
    Sep 25 09:07:46 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:56 territanx com.apple.launchd[1] (org.apache.httpd[379]): Exited with code: 1
    Sep 25 09:07:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:08:01 territanx.local SubmitDiagInfo[380]: Launched to submit Diagnostics and Usage
    Sep 25 09:08:04 territanx.local com.apple.CrashReporter.ACRRDaemonPlugin[305]: Error running submission: <OS_xpc_error: <error: 0x109005b30> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x109005ab8> { length = 22, contents = "Connection interrupted" }
      }>
    Sep 25 09:08:06 territanx com.apple.launchd[1] (org.apache.httpd[381]): Exited with code: 1
    Sep 25 09:08:06 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:08:11 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.paceap.kext.pacesupport.snowleopard triggered rebuild
    Sep 25 09:09:19 localhost bootlog[0]: BOOT_TIME 1380114559 0

  • Trying to login and automatically get logged out in AD?

    Basically what happens is an AD user *using admit mac* tries to login, it start to spin like it's going to let her in but then goes to a blue screen *non death* and then goes straight back to the login screen from that said blue screen. All other AD accounts can login just fine.
    This is the log I'm getting from a good login, starting from 2:56:33-2:56:53, and then the problem login where i get booted before i even get to my home screen starting at 2:58:20, and then a following good login to collect the log. I put spaces in where i think each login starts and begins. I have also removed my companies domain and replaced it with ***** in several places.
    5/8/12 2:56:33 PM             com.apple.DirectoryServices[15]   [0x1006a1ba0] priv_searchSync error Error Domain=LDAPErrorDomain Code=-7 UserInfo=0x1006accf0 "Bad search filter"
    5/8/12 2:56:36 PM             com.apple.DirectoryServices[15]   [0x10067d4c0] priv_searchSync error Error Domain=LDAPErrorDomain Code=-7 UserInfo=0x10069b8b0 "Bad search filter"
    5/8/12 2:56:38 PM             edu.mit.Kerberos.CCacheServer[221]          launchctl start error: No such process
    5/8/12 2:56:44 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[Replicator(GroupPolicy) infArrayFromInfData:]: '=' but no assignment?
    5/8/12 2:56:44 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={DEC02046-73EB-4A18-8539-4E45787D6C8F},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x40a4e0 "Referral"
    5/8/12 2:56:44 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={CF494306-C9C6-4349-B2BA-707E745C19EC},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x40a510 "Referral"
    5/8/12 2:56:44 PM             com.apple.launchctl.Aqua[1125]   launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.versioncueCS4.monitor.plist
    5/8/12 2:56:44 PM             com.apple.launchd.peruser.7589[219]        (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/8/12 2:56:45 PM             com.apple.launchd.peruser.7589[219]        (com.apple.Kerberos.renew.plist[1144]) Exited with exit code: 1
    5/8/12 2:56:45 PM             FlipShareAutoRun[1148]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:56:45 PM             FlipShareAutoRun[1148]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:56:45 PM             FlipShareAutoRun[1148]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:56:45 PM             FlipShareAutoRun[1148]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:56:45 PM             FlipShareAutoRun[1148]   Incompatible applications: app=com.flipvideo.FlipShareAutoRun, targetApp=com.apple.Safari
    5/8/12 2:56:45 PM             com.apple.launchd.peruser.7589[219]        (com.apple.Kerberos.renew.plist) Throttling respawn: Will start in 600 seconds
    5/8/12 2:56:45 PM             tss_check_cifs[1147]         Incompatible applications: app=com.thursby.tss_check_cifs, targetApp=com.apple.Safari
    5/8/12 2:56:45 PM             com.apple.launchd.peruser.7589[219]        (0x100204170.mach_init.VersionCueCS4monitor) Failed to check-in!
    5/8/12 2:56:46 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[Replicator(GroupPolicy) infArrayFromInfData:]: '=' but no assignment?
    5/8/12 2:56:46 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={DEC02046-73EB-4A18-8539-4E45787D6C8F},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x473b70 "Referral"
    5/8/12 2:56:46 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={CF494306-C9C6-4349-B2BA-707E745C19EC},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x45cd70 "Referral"
    5/8/12 2:56:46 PM             com.apple.DirectoryServices[15]   [0x100684dd0] priv_searchSync error Error Domain=LDAPErrorDomain Code=-7 UserInfo=0x1006846f0 "Bad search filter"
    5/8/12 2:56:52 PM             com.apple.launchd.peruser.7589[219]        (com.apple.AirPortBaseStationAgent[1146]) Exited: Killed
    5/8/12 2:56:52 PM             com.apple.UserEventAgent-Aqua[1138]     Tue May 8 14:56:52 pdmchi1p06953.local UserEventAgent[1138] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    5/8/12 2:56:52 PM             com.apple.UserEventAgent-Aqua[1138]     Tue May 8 14:56:52 pdmchi1p06953.local UserEventAgent[1138] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    5/8/12 2:56:52 PM             com.apple.loginwindow[1019]       Tue May 8 14:56:52 pdmchi1p06953.local loginwindow[1019] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    5/8/12 2:56:52 PM             com.apple.ScreenSharing.server[1141]       Tue May 8 14:56:52 pdmchi1p06953.local AppleVNCServer[1141] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    5/8/12 2:56:52 PM             com.apple.ScreenSharing.server[1141]       Tue May 8 14:56:52 pdmchi1p06953.local AppleVNCServer[1141] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    5/8/12 2:56:52 PM             com.apple.loginwindow[1019]       Tue May 8 14:56:52 pdmchi1p06953.local loginwindow[1019] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/8/12 2:56:52 PM             com.apple.loginwindow[1019]       Tue May 8 14:56:52 pdmchi1p06953.local loginwindow[1019] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    5/8/12 2:56:52 PM             com.apple.launchd.peruser.7589[219]        (com.apple.quicklook) Bug: launchd_core_logic.c:6183 (24498):0
    5/8/12 2:56:52 PM             com.apple.launchd.peruser.7589[219]        Background: Bug: launchd_core_logic.c:6298 (24498):0
    5/8/12 2:56:52 PM             com.apple.launchd.peruser.7589[219]        Bug: launchd_runtime.c:908 (24003):0: job_ack_port_destruction(rights)
    5/8/12 2:56:53 PM             com.apple.WindowServer[1176]    Tue May 8 14:56:53 pdmchi1p06953.local WindowServer[1176] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/8/12 2:58:20 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:20.612 ReportCrash[1199:2b03] Saved crash report for lsregister[1198] version ??? (???) to /Library/Logs/DiagnosticReports/lsregister_2012-05-08-145820_localhost.crash
    5/8/12 2:58:20 PM             com.apple.launchd[1]       (0x100104a80.mach_init.mdworker[1197]) Job appears to have crashed: Segmentation fault
    5/8/12 2:58:20 PM             com.apple.launchd[1]       (0x100104a80.mach_init.mdworker) Failed to check-in!
    5/8/12 2:58:20 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:20.702 ReportCrash[1199:1407] Saved crash report for mdworker[1197] version ??? (???) to /Library/Logs/DiagnosticReports/mdworker_2012-05-08-145820_localhost.crash
    5/8/12 2:58:20 PM             com.apple.DirectoryServices[15]   [0x100699db0] maxPasswordAge maxPwdAgeStr not found
    5/8/12 2:58:20 PM             com.apple.DirectoryServices[15]   [0x100699db0] priv_searchSync error Error Domain=LDAPErrorDomain Code=-7 UserInfo=0x1006aaf00 "Bad search filter"
    5/8/12 2:58:23 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[Replicator(GroupPolicy) infArrayFromInfData:]: '=' but no assignment?
    5/8/12 2:58:23 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={DEC02046-73EB-4A18-8539-4E45787D6C8F},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x449e40 "Referral"
    5/8/12 2:58:23 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={CF494306-C9C6-4349-B2BA-707E745C19EC},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x439a50 "Referral"
    5/8/12 2:58:25 PM             com.apple.launchd[1]       (com.apple.loginwindow[1175]) Job appears to have crashed: Segmentation fault
    5/8/12 2:58:26 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:26.213 ReportCrash[1199:3593] Saved crash report for Dock[1211] version ??? (???) to /Library/Logs/DiagnosticReports/Dock_2012-05-08-145826_localhost.crash
    5/8/12 2:58:26 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:26.219 ReportCrash[1199:4407] Saved crash report for loginwindow[1175] version ??? (???) to /Library/Logs/DiagnosticReports/loginwindow_2012-05-08-145826_localhost.crash
    5/8/12 2:58:26 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:26.227 ReportCrash[1199:420f] Saved crash report for Finder[1213] version ??? (???) to /Library/Logs/DiagnosticReports/Finder_2012-05-08-145826_localhost.crash
    5/8/12 2:58:26 PM             com.apple.ReportCrash.Root[1199]             2012-05-08 14:58:26.234 ReportCrash[1199:3003] Saved crash report for SystemUIServer[1212] version ??? (???) to /Library/Logs/DiagnosticReports/SystemUIServer_2012-05-08-145826_localhost.cras h
    5/8/12 2:58:27 PM             com.apple.WindowServer[1217]    Tue May 8 14:58:27 pdmchi1p06953.local WindowServer[1217] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/8/12 2:58:37 PM             com.apple.DirectoryServices[15]   [0x10068b380] priv_searchSync error Error Domain=LDAPErrorDomain Code=-7 UserInfo=0x100646640 "Bad search filter"
    5/8/12 2:58:38 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[Replicator(GroupPolicy) infArrayFromInfData:]: '=' but no assignment?
    5/8/12 2:58:38 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={DEC02046-73EB-4A18-8539-4E45787D6C8F},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x47fc50 "Referral"
    5/8/12 2:58:38 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={CF494306-C9C6-4349-B2BA-707E745C19EC},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x47fc80 "Referral"
    5/8/12 2:58:39 PM             edu.mit.Kerberos.CCacheServer[221]          launchctl start error: No such process
    5/8/12 2:58:42 PM             com.apple.launchctl.Aqua[1249]   launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.versioncueCS4.monitor.plist
    5/8/12 2:58:42 PM             com.apple.launchd.peruser.7589[219]        (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/8/12 2:58:43 PM             com.apple.launchd.peruser.7589[219]        (com.apple.Kerberos.renew.plist[1267]) Exited with exit code: 1
    5/8/12 2:58:43 PM             FlipShareAutoRun[1271]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:58:43 PM             FlipShareAutoRun[1271]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:58:43 PM             FlipShareAutoRun[1271]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:58:43 PM             FlipShareAutoRun[1271]   Could not connect the action buttonPressed: to target of class NSApplication
    5/8/12 2:58:43 PM             FlipShareAutoRun[1271]   Incompatible applications: app=com.flipvideo.FlipShareAutoRun, targetApp=com.apple.Safari
    5/8/12 2:58:43 PM             com.apple.launchd.peruser.7589[219]        (com.apple.Kerberos.renew.plist) Throttling respawn: Will start in 600 seconds
    5/8/12 2:58:43 PM             tss_check_cifs[1270]         Incompatible applications: app=com.thursby.tss_check_cifs, targetApp=com.apple.Safari
    5/8/12 2:58:43 PM             com.apple.launchd.peruser.7589[219]        (0x100204170.mach_init.VersionCueCS4monitor) Failed to check-in!
    5/8/12 2:58:43 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[Replicator(GroupPolicy) infArrayFromInfData:]: '=' but no assignment?
    5/8/12 2:58:43 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={DEC02046-73EB-4A18-8539-4E45787D6C8F},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x4930e0 "Referral"
    5/8/12 2:58:43 PM             com.thursby.TSSRegistryStore[50]                WARN [0x20aa00] -[LDAPKerbConnection(LDAPKerbConnectionGroupPolicyExtensions) groupPolicyEntriesAtDN:]: entryAtDN failed for gPLinkDN 'cn={CF494306-C9C6-4349-B2BA-707E745C19EC},cn=policies,cn=system,DC=*****,DC=** ***,DC=net', error=Error Domain=LDAPErrorDomain Code=10 UserInfo=0x4a8060 "Referral"

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    or
    Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

Maybe you are looking for

  • How do I transfer my elements 8 catalog to a new computer?

    I am using Elements 8.  The program and catalog are located on the hard drive for my computer.  Photos are stored on an external hard drive.  I want to transfer my photoshop catalog to a new computer.  How do I do this?  I understand that I need to d

  • CORE40.dll was not found

    Hi everybody I've installed Oracle Discoverer 4.1.27 on my PC running on Windows95. My question is when trying to execute Admin or desktop edition, error starting program appears. The error is "A required .DLL file, CORE40.DLL, was not found". But th

  • PDF Conversion trimming letters

    Post Author: rmeriwani CA Forum: Publishing hi, I am using Desktop Intelligence to produce reports off Business Objects XR2. Alll reports look fine, however, when I 'save as' any of the .rep as .pdf some of the first letters of the graphs get cut off

  • How to backup 7920 phbook

    I want edit or backup phbook by pc. How get it ?

  • Help Xperia T2 Ultra / T2 Ultra Dual Lollipop issues and feedback

    hi good afternoon my phone is an ultra T2 D5322 model after download android 5.0.2 19.3.A.0.472,19.3.A.0.470 my phone stopped working the speakers could barely hear someone by headphones. I installed the android 4.4.3 19.1.C.0.56 but alas I can not e