[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?

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

  • 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?

  • 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:

  • XFCE: background-image with gradient displays incorrect

    If I use a desktop-backgroundimage with a gradient, XFCE doesn't display it correct. It looks like if it uses 16bit color depth instead of 24bit. But I can't find anything to check which color depth it uses.
    If I open the same image in GIMP, GIMP displays the gradient as it should. It also works in GNOME.
    Part of a screenshot in XFCE:
    Part of a screenshot in GNOME:
    How to fix this?

    Yep i have the same problem here ?
    whats up with it? ANyone?

  • XFCE 4.10 background not changing

    Hi everybody!
    I set up my xfce background as an image list that is supposed to change every 15 minutes.  My background changes once, but not again.  Has anybody else seen this?

    daneel971 wrote:Very interesting idea
    Can you elaborate a little?
    There you go .
    bjschuma wrote:would your xfconf-query line handle spaces better if you put "$d/$pic" in quotes?
    You’re right, however I had another problem with the “identify” call in the full version of the script… (See link above if you’re interested.)
    Last edited by stqn (2012-05-04 17:18:59)

  • 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.

  • Ayatana on Xfce

    I went and applied the ayatana stuff from here and figured I'd start a topic for xfce users using it to iron out the chinks in it. I installed:
    *xfce4-indicator-plugin
    *xfce4-appmenu-plugin
    *indicator-sound-gtk2
    *indicator-messages-gtk2
    *indicator-sound-gtk2
    *notify-osd
    *overlay-scrollbar
    And so far most of it works. I uninstalled overlay-scrollbar because I didn't like it and replaced notify-osd with notifyconf so I could configure the notification system.
    I also installed:
    *pidgin-indicator
    *liferea-indicator
    *sni-qt
    *gm-notify
    To satisfy my personal needs. These are the problems I am having so far:
    *The globalmenu doesn't seem to follow my icon theme in all cases. Some of the menus do, others give me red Xs, even within the same program.
    *I have to click from menu to menu when the globalmenu is active rather than just moving the mouse. Can this behaviour be changed?
    *My desktop now has a frigging triangle in the bottom right corner for resizing like regular apps. A quirk of gtk2-ubuntu?
    *The unified sound menu only works partially. The icon always sound as muted and I can't adjust volume from it when I click on it.
    *The bluetooth icon appears in the indicator plugin as I have blueman running, but unlike the systray icon, there is nothing actionable. Nothing happens when I click it.
    *gm-notifier won't let me log into my google account. Not xfce related as such, but would like to fix it anyway.

    Nice to see that it works.
    b9anders wrote:*The globalmenu doesn't seem to follow my icon theme in all cases. Some of the menus do, others give me red Xs, even within the same program.
    You could try these patches on gtk2 package:
    http://bazaar.launchpad.net/~ubuntu-des … _use.patch
    http://bazaar.launchpad.net/~ubuntu-des … heme.patch
    b9anders wrote:*I have to click from menu to menu when the globalmenu is active rather than just moving the mouse. Can this behaviour be changed?
    It's an upstream problem: https://bugs.launchpad.net/xfce-appmenu … bug/890709
    b9anders wrote:*My desktop now has a frigging triangle in the bottom right corner for resizing like regular apps. A quirk of gtk2-ubuntu?
    Yes, it's caused by 044_grips.patch on gtk2 package. You could try to remove this patch, but the build may failed on 043_ubuntu_menu_proxy.patch (I don't know why).
    b9anders wrote:*The unified sound menu only works partially. The icon always sound as muted and I can't adjust volume from it when I click on it.
    It requires pulseaudio.
    b9anders wrote:*The bluetooth icon appears in the indicator plugin as I have blueman running, but unlike the systray icon, there is nothing actionable. Nothing happens when I click it.
    Because appindicators don't have acitons on click for consistent behaviour. blueman has official support for appindicators, so if you installed libappindicator package, then blueman uses it instead of the systray icon. If you don't like this, then you could find an option in blueman to disable appindicator usage (I'm not sure that it's possible), or remove libappindicator package (and packages that depends on it, e.g. application-indicator-gtk2).
    b9anders wrote:*gm-notifier won't let me log into my google account. Not xfce related as such, but would like to fix it anyway.
    You can configure your account with gm-notify-config app.

  • 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.

Maybe you are looking for

  • Hp pavilion zx5180us drivers for hp usb digial drive

    I am fixing up a zx5180us that has one device driver missing in windows xp. sm bus controller... I have installed all drivers listed on web site but there is nothing listed for a hp usb digital drive that is above the cd rom... this is the first unit

  • Sapevt and file adapter using ftp

    Hi; Using the file adapter, I ftp a file to our SAP R/3 system called T01 (=SID). Target directory //T01/010/OCS/TC/IN File name scheme: wka.dat I specify in "Run Operating System Command After Message Processing" sapevt WKA -t name=T01 nr=01 WKA is

  • How can I delete completed jobs in printer window?

    I cannot delete any completed jobs in the printer window. There are now 265 completed jobs sitting there. How can I delete them? Delete button doesn't do it. Is there another way?

  • Converting video frame to photo

    I have a short video clip that i took.  Is it possible to save one frame as a photo to print out?  I was able to trip the video down, but If I save, will I then get a picture to print.  thanks.

  • MacBook Pro internal and external speakers not responding

    For the last 3-4 weeks, I've had odd bouts of incidents where the speakers (internal) stop responding at all.  I have a set of external speakers that are normally plugged into the computer, but they have also stopped producing sound.  Is there any wa