Boot-time module-loading trouble

Recently, I've noticed a fair bit of documentation discouraging the use of /etc/modules-load.d/ , as most modules are auto-loaded by udev. While that's true, I'm still seeing some need to force-load some modules that surprises me, and I was wondering if others see these problems as well.
- "alsactl restore" is sometimes run (from alsactl-restore.service) before my sound drivers are loaded, causing it to fail with 'load_state:1696: No soundcards found...'
- netcfg tries to start my network before my ethernet driver is loaded, causing it to fail with 'Cannot find device "eth0"'
I've worked around these race conditions by listing these modules in /etc/modules-load.d/ , which makes them load earlier than udev would do it, making me win the race. It doesn't feel like a good answer, though.
- udev doesn't autoload powernow-k8 for me, which is surprising since CPU autoscaling driver are supposed to be autoloaded since kernel 3.4

65kid wrote:
bart_b wrote:
Just put your 'alsactl restore' command  in /etc/rc.local
alsactl -f /var/lib/alsa/asound.state restore
and 'alsactl store' in /etc/rc.local.shutdown
alsactl -f /var/lib/alsa/asound.state store
no, rc.local{,.shutdown} should not be used anymore.
btw, there is also a udev rule for "alsactl restore" ( /usr/lib/udev/rules.d/90-alsa-restore.rules ). That makes me wonder why there even is a service file for this as well.
Are the alsa settings actually not restored or are they restored by the udev rule and it is just the service that is failing?
A good question. I never noticed that udev rule, and I never checked if the settings were right after I saw the service fail - I always just restored manually before using the sound.

Similar Messages

  • System pauses on boot, during modules loading..

    My system boots normally until I get to the "Loading Modules" stage, then it just sits there until I press "Enter".  Then, it continues to boot.
    Here is my MODULES=() line from rc.conf:
    MODULES=(powernow-k8 forcedeth !ath_hal !ath_pci !wlan snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore !vboxdrv !fuse !loop)
    I've disabled my wifi, VirtualBox kernel module, and the supporting modules for TrueCrypt, trying to find which was causing the hang.  It's still doing it, and I don't know enough about the rest of them to start toggling them off.
    Any ideas?

    My modules are:
    MODULES=(forcedeth slhc rt2x00lib rt2x00usb rt73usb snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-hda-intel soundcore snd-usb-audio snd-usb-lib vboxdrv fuse)
    and everything is fine... The only left candidate would be powernow-k8... What about disabling that one?

  • Mod Autoload and modules in rc.conf / boot time

    deleted
    Last edited by Misbah (2012-02-14 05:47:45)

    To answer your original questions:
    Misbah wrote:If the module is preloaded will it work that way?
    Yes. What I do is compile my own kernel with just the modules I need built into the kernel itself. You'll need to do some research into what modules you need for certain tasks though.
    Misbah wrote:if i didnt blacklist or remove anything, and just put them all under the modules= list, would it be any faster?
    Test it and find out. It's not always consistant across everyone's hardware/system.
    Misbah wrote:If i add a module into modules=, i dont have to add the modules it calls on right? It will load those automatically? ie) I just have to add rt2500pci and it will call on rt2x00pci and rt2x00lib itself right? And those in turn will call on other modules that it uses?
    Dependencies are called automatically.
    Misbah wrote:but I'm wondering if I can also gain any speed from simply having the same modules manually loaded as opposed to being autodetected and then loaded.
    How long does module loading take at the moment? If it's not a completely unreasonable time, I would say you are going to gain a negligable boot speed increase comparable to the effort involved. If you are really wanting to pursue a quicker bootspeed, then compiling your own custom kernel is the way to go. Even then, if bootspeed from GRUB to login prompt is less than 30seconds, gains are pretty much negligable.

  • Lsmod and modules loaded on boot

    Hi all, i hope i'm in the right section of the forum
    this is my lsmod output, i'm seeing that some modules are used by nobody (i guess the 0 means that...) so i was wondering if you think it's better if i unload them and blacklist on rc.conf
    lsmod
    ┌─[smau @ neplero]-[~/Torrents]
    └─[11:33:52]-[ $ ]> lsmod
    Module Size Used by
    ipv6 282582 16
    tun 13261 2
    cpufreq_ondemand 8085 0
    freq_table 2395 1 cpufreq_ondemand
    fuse 58564 4
    snd_hda_codec_intelhdmi 15636 1
    snd_hda_codec_idt 52475 1
    arc4 1354 2
    ecb 2017 2
    b43 174524 0
    ssb 45271 1 b43
    snd_hda_intel 22642 1
    mac80211 171772 1 b43
    i915 291818 2
    snd_hda_codec 68413 3 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
    uvcvideo 60298 0
    snd_pcm_oss 39107 0
    drm_kms_helper 23753 1 i915
    uhci_hcd 21684 0
    lib80211_crypt_tkip 8357 0
    snd_pcm 70222 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    i2c_i801 8550 0
    videodev 38395 1 uvcvideo
    drm 160140 3 i915,drm_kms_helper
    i2c_algo_bit 4999 1 i915
    snd_mixer_oss 17107 1 snd_pcm_oss
    snd_hwdep 6244 1 snd_hda_codec
    usbhid 38631 0
    btusb 11500 0
    snd_timer 19213 1 snd_pcm
    r8169 34925 0
    ehci_hcd 34938 0
    lib80211 3942 1 lib80211_crypt_tkip
    usb_storage 42489 0
    st 36975 0
    mmc_core 51748 2 b43,ssb
    psmouse 53142 0
    serio_raw 4536 0
    joydev 9800 0
    cfg80211 126658 2 b43,mac80211
    i2c_core 17842 6 i915,drm_kms_helper,i2c_i801,videodev,drm,i2c_algo_bit
    video 18746 1 i915
    hid 75973 1 usbhid
    snd 57203 11 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_hwdep,snd_timer
    snd_page_alloc 7097 2 snd_hda_intel,snd_pcm
    iTCO_wdt 9157 0
    pcmcia 29850 2 b43,ssb
    bluetooth 50955 1 btusb
    mii 3834 1 r8169
    evdev 8852 18
    rfkill 15396 2 cfg80211,bluetooth
    v4l1_compat 15610 2 uvcvideo,videodev
    wmi 5957 0
    v4l2_compat_ioctl32 10417 1 videodev
    soundcore 6223 1 snd
    speedstep_lib 3383 0
    shpchp 31236 0
    thermal 12079 0
    iTCO_vendor_support 1873 1 iTCO_wdt
    fan 3314 0
    pcmcia_core 29736 1 pcmcia
    led_class 2609 1 b43
    output 1916 1 video
    usbcore 144604 7 uvcvideo,uhci_hcd,usbhid,btusb,ehci_hcd,usb_storage
    pci_hotplug 26754 1 shpchp
    button 4746 1 i915
    acpi_memhotplug 4138 0
    processor 29639 2
    battery 9612 0
    ac 3091 0
    intel_agp 28089 1
    rtc_cmos 8990 0
    rtc_core 14439 1 rtc_cmos
    rtc_lib 1842 1 rtc_core
    ext4 329882 1
    mbcache 5658 1 ext4
    jbd2 75681 1 ext4
    crc16 1273 1 ext4
    sd_mod 26984 5
    ahci 35111 4
    libata 154643 1 ahci
    scsi_mod 94729 4 usb_storage,st,sd_mod,libata
    rc.conf
    MODULES=(ac acpi_memhotplug battery button processor video btusb intel-agp speedstep-lib drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev !pcspkr !snd-pcsp psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev mmc_core pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib !ssb output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci mii r8169 bluetooth rfkill lib80211_crypt_tkip b43 !wl !lib80211 pcmcia_core pcmcia usbhid usbcore usb-storage ehci-hcd uhci-hcd sd_mod st)

    lsmod | grep " 0 " would have given a cleaner output.
    How do you expect it to help your situation if you're unloading those modules? In my experience neither power consumption nor boot time get reduced by doing so. All you'll have are a few less modules which will have to be loaded again in case they are needed by certain hardware.
    So, imho blacklisting modules should only be done if there is a conflict between modules or if you just don't want a certain function. For instance if the module pcspkr get's in the way of snd-hda-intel like it is (was?) with some intel systems. Or if you have two ethernet cards and they get confused by your system.
    Regards,
    demian
    Last edited by demian (2010-04-15 07:09:39)

  • Daemons and modules loaded at boot problem

    Hi all, i have a problem with my booting time and modules / daemons loaded at boot
    This is my bootchart:
    [IMG=http://img195.imageshack.us/img195/4701/bootchartpw.th.png][/IMG]
    This is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="it_IT.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Rome"
    KEYMAP="it"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(lib80211_crypt_tkip wl !snd-pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="neplero"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng netfs crond hal !dbus !bluetooth @alsa)
    How can i modify my modules loaded and daemons to lower some boot time.
    And why is that bluetooth is still loaded even if it's !bluetooth? And is it possible to background ntfs-3g?
    Thanks all for advices!

    Please clarify what you mean. If the bluetooth service is started, then there is a bug or something very very odd. IF on the contrary you mean that the bluetooth-related modules are loaded by udev, this is perfectly normal: udev autoloads modules according to your hardware, not to your services. You need to blacklist the loaded bluetooth-related kernel modules (check them with 'lsmod') and to blacklist them in the MODULES array.
    Last edited by patroclo7 (2010-01-30 19:14:51)

  • System boot occasionally hangs at module loading

    Since I installed Arch, about 43% of the time that I have attempted to boot my computer the boot process hangs at module loading. I assumed that the problem may have been that I was autoloading my modules. I tried turning autoloading off and manually loading them instead but that did not help. Then (as a shot in the dark) I tried having autoloading on, with my modules still defined in rc.conf, but that only made things worse (understandably, I did not think that this would help, but I figured that it couldn't hurt to try).
    Here is my /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(ac battery button processor thermal video cdrom intel-agp tpm_bios tpm tpm_tis tpm_tis tpm_tis drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci atl1e mac80211 rfkill iwlagn iwlcore cfg80211 usb-storage usbhid usbcore ehci-hcd uhci-hcd sd_mod sr_mod st)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="foster.laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (wlan0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #wlan0="dhcp"
    INTERFACES=(!wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(@alsa @syslog-ng @network dbus hal networkmanager @cups @netfs @crond @laptopmode)
    Last edited by nothinggoespast (2010-06-28 00:47:01)

    I have the same problem on my thinkpad T500 after I upgrade the wireless card (intel wifi link 5300).
    For a long time I didn't understand the why of this behavior, but some weeks ago I realise that the problem can solve it hard-locking the wireless card and unlocking after the step: "loading modules".
    For more information this is the complete thread on thinkpad forum that I wrote when I try to solve this issue: http://lnv.lithium.com/t5/T400-T500-and … 870#M26238
    I apologize if you do not understand what I mean, the problem is that I have some difficulties to express myself in English

  • Modules at boot time?

    CPQARRAY ...
    I am running a compaq server that needs this to boot.  It is not included in the 2.6 kernel (arch 0.6) and I am not sure if I can load it as a module during boot.
    Thanks...
    MJB

    I know it can be built and it already is a module in the install...but I need to get the system up to get a kernel built to the get the module to get to the drives.....
    So...thanks.  But, can this be passed as a boot-time parameter (I am guessing no since it needs it to read the disks to read the module to read the disks to read the module ....

  • My mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    my mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    OK. If you believe that.
    When the disk is starting to die it can be bad for a moment and then be good for a while. If there was no problem while you were checking it of course it shows up good.
    I tell you those are the signs of a disk that is about to die.
    Allan

  • I am a geezer. My PC cannot load Super Fetch at boot time. What did I delete in my tidy, tidy, tidy?

    Hi Gang,
    OK, I have been sick for sixteen years, about as long as the Target hacker has been alive. I will be 67 in a few weeks. My PC tells me it cannot load SuperFetch at boot time. What did I clobber? I saved the message as offered.
    Thanks,
    Al Marcy

    Hi,
    Could you please post the complete event log
    here? Was this error message  related with superfetch service? The error message here seems to be mostly associated with .Net framework.
    Few more questions here, what actions had been taken before the error occurred? Have you checked if any viruses attacked? In addition, please take a try with system file checker.(More infor
    for SFC).
    Regarding SuperFetch, it caches data to RAM so that it can be immediately available to your application. Sometimes this can affect the performance of certain applications. It tends to not work
    well with gaming, but can improve performance with business apps. And this service is dependent on the following system components:
    File Information FS MiniFilter
    FltMgr
    Remote Procedure Call (RPC)
    DCOM Server Process Launcher
    RPC Endpoint Mapper
    More information, please check
    superfetch in:
    Threats and Countermeasures Guide: System Services
    To see if superfetch is disabled or not, please check the steps below:
    1. Click the Start orb and type Regedit in the Start Search area.
    2. Open the Registry Editor.
    3. Click the plus sign next to HKEY_LOCAL_MACHINE
        then SYSTEM
        then CurrentControlSet
        then Control
        then Session Manager
        then MemoryManagement
        then click PrefetchParameters
    4. On the right side, double-click on EnableSuperfetch
    5. Check the value of it, it is set to
    3 by default on win7:
    Values:
    0 to disable Superfetch
    1 to enable prefetching when program is launched
    2 to enable boot prefetching
    3 to enable prefectching of everything
    Hit OK then Close RegEdit. "
    Then goto the services MSC ("windows key + r" or just "windows key" and type
    services.msc). Scroll down to Superfetch and now should start. Double click it and change to automatic, then attempt to start again.
    If we fail to start this service, I suggest we
    export following keys from the computer on Which Windows 7 works fine, and then import to your computer to repair this service. On the good win7 PC:
    Navigate to :
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\SysMain
    Right click on the
    SysMain, choose export, and then move the export file on the problematic PC, double click the file.
    Hope this helps,
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Device driver package /  loading device driver at the boot time

    I have finished writing device driver. Now I have to make a package
    for it and I dont know how to write files in package format.
    Maybe there is another way to support to user installation tools.
    I need my driver to be loaded every time boot is done at the boot time.
    Is there any way to do this?
    Any help would be appreciated.
    [email protected]

    vcolonel wrote:
    Have you got NTFS-3G installed? "sudo pacman -S ntfs-3g".
    Then you can edit your /etc/fstab and do:
    /dev/sdb1 /media/whatever ntfs-3g defaults,user,locale=en_US.utf8 0 0
    thanks, vcolonel.
    Yes, I have ntfs-3g installed. But although I edited fstab as you said, it couldn't mount the drive automatically.
    I guess this problem is not caused by ntfs. Because it happens to ext4 and fat too.
    And I found that the partition had been overwritten.
    sudo fdisk -l /dev/sdb
    Disk /dev/sdb: 120.0 GB, 120034122752 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441646 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x093be277
    Device Boot Start End Blocks Id System
    /dev/sdb1 16065 234436544 117210240 f W95 Ext'd (LBA)
    /dev/sdb5 16128 234436544 117210208+ 7 HPFS/NTFS/exFAT
    I don't know why and how it happenned. It should have only one ntfs partition.
    Last edited by dannyking630 (2011-08-25 10:23:51)

  • HT1414 my ipad with retina eye updated to IOs 7 not able to boot ....the normal way of pressing the sleep/wake button and the  home button does'nt work....any ideas i think that IOs 7 is a crap cos form the time i loaded it it was shaky...now my ipad is d

    my ipad with retina eye updated to IOs 7 not able to boot ....the normal way of pressing the sleep/wake button and the  home button does'nt work....any ideas i think that IOs 7 is a crap cos form the time i loaded it it was shaky...now my ipad is dead

    If it is one year old minus one day it is still under warranty. If it is more than a year since you purchased it then yes, the warranty has expired.
    Millions of iPads have been sold. Most continue to function long after their warranty has expired. Check the many requests about updating the iOS on the original iPad on these forums and you'll see that there are many iPads still working after three years. My iPad 2, which I had for over two years is still working well for my son in law who took it over from me when I bought a new one.
    Given that there will always be a few iPads that fail early. Most of those will be covered under warranty. But some will fail after the warranty has expired and before the owner expected it to. I'm sorry to hear that you are in this category. Take your iPad to an Apple store and have it looked at. They will provide you with alternatives, one of which is to purchase a like model to the one that failed at a discount. You can then know your options and make the best choice for you.

  • Logic "Pro" 8 - Loading / Boot Times

    I use both PT and Logic. They have about the same amount of plugs. App. 200.
    Logic's boot time is soooooo slow compared to that of PT's. after taking a long time to load the plugs then Logic needs for ever to scan the EXS Lib - Every time:
    As logic launched this morning I thought I'd make test. During Logic's launch I tried launching PT and quit and launch etc. until Logic was finally done booting...
    4.5 times - boys - that is how many I could load and quit PT while Logic was booting.
    Am I overlooking something obvious here or is Logic just getting slower with each version.
    BTW - Logic was of course booted without DAE... thus - natively.
    BTW2 - does ANYONE know if Apple plan to update Logic 8?
    Thanks

    Running L8 on a G5dual, opening my basic default template takes between 20-30 seconds.
    10.4.11 is my everyday boot partition.
    Experimenting with 10.5.2 and -not- noticing any longer boot time with Logic.
    Processor spikes and uneven CPU use in 10.5.2 (at least compared to Tiger)
    Only complaints right now are minor but annoying...
    Small d@mn fonts!
    L8 has noticably less visual appeal (aesthetics), too grey, too bland.
    Would like the old defaults of opening a full matrix (cough) piano roll when clicking on a region. Am I missing a setting?
    A few more similar nits & nats.
    pancenter-

  • Loading application at the boot time

    Hi all!
    Maybe somebody can answer my question:
    How can I run my application at the boot time?
    Thanks

    We also have similar requirements. We are starting our script (which starts lot of processes) through inittab with options set to "once". We want this script to be executed only once in run level "3". But we noticed that the script is executed every time system moves into state "3".
    Is there any way by which we can execute the process only during boot time and not otherwise?
    Thank you for help
    Dhananjay Joshi

  • Slow boot time after upgrading to Mavericks

    I use MBP mid 2010 it came with Snow Leopard 10.6.8. About 2 months ago I upgraded to 10.9.2 and ever since I'm experiencing slower boot time - in previous OS it started within less than 30sec and right now it starts around ~1min untill I see the desktop, following another minute loading a few applications I have on startup.
    So far I tried many solutions, including repairing permissions, I recently uninstalled Paragon NTFS (which helped with slow shutdown I experienced too, but not any longer), updating my software so it is the newest version, I also uninstalled SMCFanControl after which I did reset SMC and PRAM. But when I view boot logs I still have some errors with SMC..
    If someone could take a look at my logs and tell me what should I do more I will greatly appreciate.
    13.05.2014 19:59:20,000 bootlog[0]: BOOT_TIME 1400003960 0
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 kernel[0]: Longterm timer threshold: 1000 ms
    13.05.2014 19:59:34,000 kernel[0]: Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    13.05.2014 19:59:34,000 kernel[0]: vm_page_bootstrap: 1889879 free pages and 190889 wired pages
    13.05.2014 19:59:34,000 kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    13.05.2014 19:59:34,000 kernel[0]: zone leak detection enabled
    13.05.2014 19:59:34,000 kernel[0]: "vm_compressor_mode" is 4
    13.05.2014 19:59:34,000 kernel[0]: standard timeslicing quantum is 10000 us
    13.05.2014 19:59:34,000 kernel[0]: standard background quantum is 2500 us
    13.05.2014 19:59:34,000 kernel[0]: mig_table_max_displ = 74
    13.05.2014 19:59:34,000 kernel[0]: Notice - new kext jp.co.canon.bj.print.BJUSBLoad, v10.69 matches prelinked kext but can't determine if executables are the same (no UUIDs).
    13.05.2014 19:59:34,000 kernel[0]: Refusing new kext jp.co.canon.bj.print.BJUSBLoad, v10.69: already have prelinked v10.75.20.
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Sandbox
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Quarantine
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    13.05.2014 19:59:34,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    13.05.2014 19:59:34,000 kernel[0]: The Regents of the University of California. All rights reserved.
    13.05.2014 19:59:34,000 kernel[0]: MAC Framework successfully initialized
    13.05.2014 19:59:34,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    13.05.2014 19:59:34,000 kernel[0]: AppleKeyStore starting (BUILT: Jan 16 2014 20:19:00)
    13.05.2014 19:59:34,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    13.05.2014 19:59:34,000 kernel[0]: ACPI: sleep states S3 S4 S5
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    13.05.2014 19:59:34,000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: console relocated to 0xf80030000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 7, devices 16 ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 8, devices 22 ]
    13.05.2014 19:59:34,000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    13.05.2014 19:59:34,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    13.05.2014 19:59:34,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    13.05.2014 19:59:34,000 kernel[0]: rooting via boot-uuid from /chosen: FB479244-794A-3EBC-9E4F-F0FA5BA63EFD
    13.05.2014 19:59:34,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    13.05.2014 19:59:34,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500420AS Media/IOGUIDPartitionScheme/bez nazwy 1@2
    13.05.2014 19:59:34,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    13.05.2014 19:59:34,000 kernel[0]: BTCOEXIST off
    13.05.2014 19:59:34,000 kernel[0]: BRCM tunables:
    13.05.2014 19:59:34,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    13.05.2014 19:59:34,000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID d83062fffee66136; max speed s800.
    13.05.2014 19:59:34,000 kernel[0]: hfs: mounted Mac OS X Snow Leopard on device root_device
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** launchd[1] has started up. ***
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    13.05.2014 19:59:33,505 com.apple.SecurityServer[14]: Session 100000 created
    13.05.2014 19:59:34,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    13.05.2014 19:59:34,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    13.05.2014 19:59:39,045 hidd[50]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    13.05.2014 19:59:39,046 hidd[50]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    13.05.2014 19:59:39,000 kernel[0]: VM Swap Subsystem is ON
    13.05.2014 19:59:41,000 kernel[0]: Waiting for DSMOS...
    13.05.2014 19:59:43,056 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:43,242 kdc[47]: label: default
    13.05.2014 19:59:43,243 kdc[47]:     dbname: od:/Local/Default
    13.05.2014 19:59:43,243 kdc[47]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:43,243 kdc[47]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:44,850 com.apple.usbmuxd[25]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    13.05.2014 19:59:44,876 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:46,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    13.05.2014 19:59:46,052 configd[17]: dhcp_arp_router: en1 SSID unavailable
    13.05.2014 19:59:46,066 configd[17]: setting hostname to "MBP.local"
    13.05.2014 19:59:46,075 configd[17]: network changed.
    13.05.2014 19:59:46,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    13.05.2014 19:59:48,000 kernel[0]: NVDAStartup: Official
    13.05.2014 19:59:48,000 kernel[0]: NVDANV50HAL loaded and registered
    13.05.2014 19:59:48,000 kernel[0]: init
    13.05.2014 19:59:48,000 kernel[0]: probe
    13.05.2014 19:59:48,000 kernel[0]: start
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: setting state: 0, for mode: 0 (ac-mode)
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: successfully started
    13.05.2014 19:59:48,000 kernel[0]: AGC: 3.4.35, HW version=1.9.22, flags:0, features:20600
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0042
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa000
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: Previous Shutdown Cause: 0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x9ec0 -- 0x2000 -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: fNumVRAMBlocks is 4
    13.05.2014 19:59:48,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,c1e1,7800]
    13.05.2014 19:59:48,323 com.apple.SecurityServer[14]: Entering service
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140f991a899 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f90e1 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140fc22ce99 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f92db 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,562 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,596 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,608 mDNSResponder[40]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    13.05.2014 19:59:48,637 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,654 awacsd[63]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    13.05.2014 19:59:48,661 digest-service[75]: label: default
    13.05.2014 19:59:48,661 digest-service[75]:     dbname: od:/Local/Default
    13.05.2014 19:59:48,661 digest-service[75]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:48,661 digest-service[75]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:48,662 awacsd[63]: InnerStore CopyAllZones: no info in Dynamic Store
    13.05.2014 19:59:48,663 digest-service[75]: digest-request: uid=0
    13.05.2014 19:59:48,669 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 19:59:48,692 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    13.05.2014 19:59:48,705 mDNSResponder[40]: mDNS_SetSecretForDomain: ERROR: Could not convert shared secret from base64: domain . key mbp-net.
    13.05.2014 19:59:48,710 configd[17]: network changed: DNS*
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2D_IPC: Loaded
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2DInitialize succeeded
    13.05.2014 19:59:48,712 configd[17]: network changed.
    13.05.2014 19:59:48,716 digest-service[75]: digest-request: netr probe 0
    13.05.2014 19:59:48,718 digest-service[75]: digest-request: init request
    13.05.2014 19:59:48,718 mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F3809560 MBP.local. (AAAA) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F38099F0 7.1.1.B.C.8.E.F.F.F.2.6.D.6.E.7.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F4001360 MBP.local. (Addr) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F40017F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,729 digest-service[75]: digest-request: init return domain: BUILTIN server: MBP indomain was: <NULL>
    13.05.2014 19:59:48,782 networkd[110]: networkd.110 built Aug 24 2013 22:08:46
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    13.05.2014 19:59:48,834 kdc[47]: KDC started
    13.05.2014 19:59:48,857 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:48,867 systemkeychain[93]: done file: /var/run/systemkeychaincheck.done
    13.05.2014 19:59:48,878 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,890 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,000 kernel[0]: DSMOS has arrived
    13.05.2014 19:59:48,937 loginwindow[43]: Login Window Application Started
    13.05.2014 19:59:49,001 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,009 WindowServer[116]: Server is starting up
    13.05.2014 19:59:49,000 kernel[0]: createVirtIf(): ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: in func createVirtualInterface ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    13.05.2014 19:59:49,000 kernel[0]: Created virtif 0xffffff803340ac00 p2p0
    13.05.2014 19:59:49,082 airportd[67]: airportdProcessDLILEvent: en1 attached (up)
    13.05.2014 19:59:49,086 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,318 mds[39]: (Normal) FMW: FMW 0 0
    13.05.2014 19:59:49,000 kernel[0]: en1: setting diversity to: -1
    13.05.2014 19:59:49,000 kernel[0]: en1: Error configuring antenna diversity (index = -1).
    13.05.2014 19:59:49,000 kernel[0]: en1: setting tx antenna: -1
    13.05.2014 19:59:49,322 locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 19:59:49,447 locationd[45]: Location icon should now be in state 'Inactive'
    13.05.2014 19:59:49,599 com.apple.InternetSharing[48]: *** no interface for service
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,938 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 19:59:54,558 configd[17]: network changed: v4(en0+:178.235.243.207) DNS+ Proxy+ SMB
    13.05.2014 19:59:54,849 stackshot[28]: Timed out waiting for IOKit to finish matching.
    13.05.2014 19:59:56,117 ntpd[121]: proto: precision = 1.000 usec
    13.05.2014 19:59:59,096 configd[17]: setting hostname to "[removed from log]"
    13.05.2014 19:59:59,139 xpcd[133]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,230 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,319 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:59,406 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,427 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,558 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,566 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,683 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,691 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,808 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,933 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,941 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,059 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,068 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    13.05.2014 20:00:00,202 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,203 WindowServer[116]: Session 256 released (1 references)
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 20:00:00,228 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,233 WindowServer[116]: init_page_flip: page flip mode is on
    13.05.2014 20:00:00,363 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,371 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,509 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,518 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,662 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,672 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,812 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,819 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,921 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,928 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,396 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,411 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,667 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,671 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,672 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,686 WindowServer[116]: mux_initialize: Mode is dynamic
    13.05.2014 20:00:01,689 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,697 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,745 WindowServer[116]: WSMachineUsesNewStyleMirroring: false
    13.05.2014 20:00:01,747 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,747 WindowServer[116]: 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 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,748 WindowServer[116]: WSSetWindowTransform: Singular matrix
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x003f003e: GL mask 0x4; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,751 WindowServer[116]: CGXPerformInitialDisplayConfiguration
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x042733c1: Unit 1; Alias(1, 0x3); Vendor 0x610 Model 0x9ccf S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]: CGXMuxBoot: Boot normal
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, accelerator 0x00004a2b, unit 0, caps QEX|MIPMAP, vram 288 MB
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, accelerator 0x00004693, unit 1, caps QEX|MIPMAP, vram 512 MB
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor enabled for tile size [256 x 256]
    13.05.2014 20:00:01,846 WindowServer[116]: CGXGLInitMipMap: mip map mode is on
    13.05.2014 20:00:01,867 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'airportd' (pid 67) ().
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Initiating scan.
    13.05.2014 20:00:02,912 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:02,933 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:02,947 launchctl[178]: com.apple.findmymacmessenger: Already loaded
    13.05.2014 20:00:02,987 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,019 com.apple.SecurityServer[14]: Session 100005 created
    13.05.2014 20:00:03,126 loginwindow[43]: Setting the initial value of the magsave brightness level 1
    13.05.2014 20:00:03,145 UserEventAgent[181]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:03,166 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,233 loginwindow[43]: Login Window Started Security Agent
    13.05.2014 20:00:03,380 SecurityAgent[189]: This is the first run
    13.05.2014 20:00:03,380 SecurityAgent[189]: MacBuddy was run = 0
    13.05.2014 20:00:03,000 kernel[0]: NTFS driver 3.11 [Flags: R/W].
    13.05.2014 20:00:03,451 WindowServer[116]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fb1c2d02340) - enabling OpenGL
    13.05.2014 20:00:03,454 SecurityAgent[189]: User info context values set for seba
    13.05.2014 20:00:03,749 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:03,801 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,819 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,823 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:03,824 TabletDriver[186]: com.wacom.WacomTouchDriver.105984: Invalid argument
    13.05.2014 20:00:03,829 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,851 WindowServer[116]: Found 20 modes for display 0x042733c1 [17, 3]
    13.05.2014 20:00:03,880 WindowServer[116]: CGXMuxAcknowledge: Posting glitchless acknowledge
    13.05.2014 20:00:03,934 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,934 WindowServer[116]: Found 1 modes for display 0x042733c1 [1, 0]
    13.05.2014 20:00:03,935 WindowServer[116]: Received display connect changed for display 0x3f003e
    13.05.2014 20:00:03,936 WindowServer[116]: Found 1 modes for display 0x003f003e [1, 0]
    13.05.2014 20:00:04,027 loginwindow[43]: Login Window - Returned from Security Agent
    13.05.2014 20:00:04,103 loginwindow[43]: USER_PROCESS: 43 console
    13.05.2014 20:00:04,108 awacsd[63]: Exiting
    13.05.2014 20:00:04,111 TabletDriver[186]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:04,251 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:04,251 TabletDriver[186]: com.wacom.TabletDriver.49312: Invalid argument
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 20:00:05,000 kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(auth) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_cap=0x0) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wsec=0x4) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_auth=0x80) returned 0
    13.05.2014 20:00:05,000 kernel[0]: AppleKeyStore:Sending lock change 0
    13.05.2014 20:00:05,153 com.apple.launchd.peruser.501[197]: Background: Aqua: Registering new GUI session.
    13.05.2014 20:00:05,157 com.apple.launchd[1]: (com.wacom.WacomTouchDriver.105984[196]) Exited with code: 255
    13.05.2014 20:00:05,166 com.apple.launchd[1]: (com.wacom.wacomtablet[186]) Exited with code: 255
    13.05.2014 20:00:05,185 com.apple.launchd.peruser.501[197]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    13.05.2014 20:00:05,189 com.apple.launchd.peruser.501[197]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.pluginkit.pkd: Already loaded
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.sbd: Already loaded
    13.05.2014 20:00:05,228 distnoted[204]: # distnote server agent  absolute time: 45.267061779   civil time: Tue May 13 20:00:05 2014   pid: 204 uid: 501  root: no
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Down on en1. Reason 3 (Deauthenticated because station leaving).
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: AirPort_Brcm43xx::getKEY_RSC: Requesting RSC for index 1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_ioctl(WLC_GET_KEY_SEQ) returned 0
    13.05.2014 20:00:05,279 com.apple.InternetSharing[48]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: BCAST is ready [en0, mtu=1500, 0 DNSv6 server(s)]
    13.05.2014 20:00:05,000 kernel[0]: en1: promiscuous mode enable succeeded
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: removed addr=fe80::5ab0:35ff:fe65:a43e on en1
    13.05.2014 20:00:05,281 com.apple.InternetSharing[48]: added addr=192.168.2.1 mask=255.255.255.0 on bridge100
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.2/24 on bridge100 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]:   dns: 192.168.2.1
    13.05.2014 20:00:05,301 com.apple.InternetSharing[48]: started dns proxy
    13.05.2014 20:00:05,303 com.apple.InternetSharing[48]: dns proxy successfully enabled
    13.05.2014 20:00:05,303 mDNSResponder[40]: SetupDNSProxySkts: 25, 26, 27, 28
    13.05.2014 20:00:05,311 com.apple.InternetSharing[48]: started "natpmpd"
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,338 airportd[67]: _doAutoJoin: Already associated to “MBPs”. Bailing on auto-join.
    13.05.2014 20:00:06,026 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,077 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,248 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    13.05.2014 20:00:06,588 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:06,672 sharingd[227]: Starting Up...
    13.05.2014 20:00:06,780 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:06,791 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,796 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,808 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,899 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,109 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:07,109 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:07,654 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,671 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,819 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,823 com.apple.SecurityServer[14]: Session 100006 created
    13.05.2014 20:00:07,849 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,898 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,924 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,964 accountsd[265]: assertion failed: 13C1021: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    13.05.2014 20:00:07,986 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,005 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,012 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,018 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,123 UserEventAgent[203]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:08,141 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,178 xpcproxy[267]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,276 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,289 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x100000000): p=272[USBOverdriveHelp] final status 0x0, allowing (remove VALID) page
    13.05.2014 20:00:08,388 SocialPushAgent[239]: ApplePushService: APSConnection being used without a delegate queue
    13.05.2014 20:00:08,550 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,565 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,577 com.apple.SecurityServer[14]: Session 100009 created
    13.05.2014 20:00:08,661 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,718 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,780 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,790 com.apple.launchd.peruser.501[197]: (com.apple.mrt.uiagent[244]) Exited with code: 255
    13.05.2014 20:00:08,829 TotalFinder[273]: agent v1.5.35 started (TotalFinder)
    13.05.2014 20:00:08,835 TotalFinder[273]: requesting injection into com.apple.finder[216]
    13.05.2014 20:00:08,915 xpcproxy[276]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,942 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,952 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,985 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:09,048 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    13.05.2014 20:00:09,049 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    13.05.2014 20:00:09,476 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:09,476 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:09,670 apsd[65]: Unrecognized leaf certificate
    13.05.2014 20:00:09,844 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:10,061 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:10,543 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:10,647 BetterTouchTool[271]: init
    13.05.2014 20:00:12,737 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c1c490 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    13.05.2014 20:00:12,761 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,778 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:13,344 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c34520 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    13.05.2014 20:00:13,348 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21eaab80 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    13.05.2014 20:00:13,700 configd[17]: inet_set_autoaddr(en1, 1) failed, Resource busy (16)
    13.05.2014 20:00:13,700 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:13,700 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:13,874 com.apple.IconServicesAgent[282]: IconServicesAgent launched.
    13.05.2014 20:00:14,230 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,345 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,726 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:15,210 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:15,210 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:15,981 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 2.26 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:16,585 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:17,049 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,304 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:17,349 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:17,349 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:17,967 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:17,988 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,988 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:18,458 bootpd[209]: server name [removed from log]
    13.05.2014 20:00:18,459 bootpd[209]: interface en0: ip 178.235.243.207 mask 255.255.248.0
    13.05.2014 20:00:18,459 bootpd[209]: interface bridge100: ip 192.168.2.1 mask 255.255.255.0
    13.05.2014 20:00:18,460 mds[39]: (Normal) Volume: volume:0x7ff291855200 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,611 bootpd[209]: DHCP REQUEST [bridge100]: 1,a4:99:47:25:53:d4 <android-de3492c8d08a2ab5>
    13.05.2014 20:00:19,126 bootpd[209]: ACK sent android-de3492c8d08a2ab5 192.168.2.17 pktsize 300
    13.05.2014 20:00:19,127 Gmail Notifr[274]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/XQuery.framework> (loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:19,399 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BC3V (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 14 seconds.
    13.05.2014 20:00:21,481 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    13.05.2014 20:00:21,531 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:21,641 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:21,641 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:21,886 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:23,935 AirPlayUIAgent[293]: 2014-05-13 08:00:23.934385 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,397 xpcd[297]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:24,430 AirPlayUIAgent[293]: 2014-05-13 08:00:24.429731 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,542 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:24,618 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:25,112 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:25,378 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,131 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,143 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,712 GrowlLauncher[236]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    13.05.2014 20:00:29,044 syncdefaultsd[235]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    13.05.2014 20:00:29,686 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:29,686 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:30,260 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:30,771 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:30,771 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:31,371 parentalcontrolsd[299]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    13.05.2014 20:00:31,549 configd[17]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    13.05.2014 20:00:31,557 configd[17]: network changed: v4(en0:178.235.243.207) DNS Proxy SMB
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    13.05.2014 20:00:44,530 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:44,534 UserEventAgent[203]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:45,818 xpcd[226]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/Mangrove.framework> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:46,629 Growl[298]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    13.05.2014 20:00:46,636 Growl[298]: publishing
    13.05.2014 20:00:48,328 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "Canon IJ Network Scanner Select" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:48,678 Growl[298]: Setup timer, this should only happen once
    13.05.2014 20:00:48,680 Growl[298]: Next image check no earlier than 24 hours from 2014-05-12 21:59:00 +0000
    13.05.2014 20:01:01,751 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:01,764 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:02,329 WindowServer[116]: disable_update_likely_unbalanced: UI updates still disabled by application "Canon IJ Network Scanner Select" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    13.05.2014 20:01:02,333 com.apple.dock.extra[284]: <NSXPCConnection: 0x7fa648624d80>: received an undecodable message (no exported object to receive message). Dropping message.
    13.05.2014 20:01:02,397 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:02,946 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,032 com.apple.SecurityServer[14]: Session 100012 created
    13.05.2014 20:01:03,232 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "Canon IJ Network Scanner Select" after 15.90 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:01:03,280 Canon IJ Network Scanner Selector2[270]: void CGSUpdateManager::log() const: conn 0x137a3: spurious update.
    13.05.2014 20:01:03,295 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:03,333 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,504 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,533 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,579 com.apple.NotesMigratorService[322]: Joined Aqua audit session
    13.05.2014 20:01:03,703 com.apple.internetaccounts[276]: An instance 0x7fa07b80e0b0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

  • First world problem: exceptionally long boot time

    no complaint, just wondering if boot-time can be improved.  Any of you who might enjoy sifting through a system.log for what might account for ostensibly lengthening boot times, I give you my most recent log and thank you in advance.
    Mar 26 10:42:27 localhost bootlog[0]: BOOT_TIME 1395848547 0
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.appstore" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
              Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.authd" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.bookstore" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.eventmonitor" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.install" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.iokit.power" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.mail" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.MessageTracer" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.performance" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.securityd" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:43:03 --- last message repeated 6 times ---
    Mar 26 10:42:59 localhost kernel[0]: Longterm timer threshold: 1000 ms
    Mar 26 10:42:59 localhost kernel[0]: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Mar 26 10:42:59 localhost kernel[0]: vm_page_bootstrap: 1989152 free pages and 91616 wired pages
    Mar 26 10:42:59 localhost kernel[0]: kext submap [0xffffff7f807a6000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a6000]
    Mar 26 10:42:59 localhost kernel[0]: zone leak detection enabled
    Mar 26 10:42:59 localhost kernel[0]: "vm_compressor_mode" is 4
    Mar 26 10:42:59 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Mar 26 10:42:59 localhost kernel[0]: standard background quantum is 2500 us
    Mar 26 10:42:59 localhost kernel[0]: mig_table_max_displ = 74
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Mar 26 10:42:59 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar 26 10:42:59 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar 26 10:42:59 localhost kernel[0]: MAC Framework successfully initialized
    Mar 26 10:42:59 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Mar 26 10:42:59 localhost kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    Mar 26 10:42:59 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Mar 26 10:42:59 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    Mar 26 10:42:59 localhost kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration begin ]
    Mar 26 10:42:59 localhost kernel[0]: console relocated to 0xf80030000
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration end, bridges 7, devices 16 ]
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration begin ]
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration end, bridges 8, devices 22 ]
    Mar 26 10:42:59 localhost kernel[0]: TBIOBlockStorageDriver: super::probe failed
    Mar 26 10:42:59 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 7c6d62fffefaec1c; max speed s800.
    Mar 26 10:42:59 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    Mar 26 10:42:59 localhost kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    Mar 26 10:42:59 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    Mar 26 10:42:59 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Mar 26 10:42:59 localhost kernel[0]: rooting via boot-uuid from /chosen: C9DA172B-D4C5-3F3E-A13E-2B4BCEEFB011
    Mar 26 10:42:59 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 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Mar 26 10:42:59 localhost kernel[0]: BTCOEXIST off
    Mar 26 10:42:59 localhost kernel[0]: BRCM tunables:
    Mar 26 10:42:59 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Mar 26 10:42:59 localhost kernel[0]: com_seagate_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    Mar 26 10:42:59 localhost kernel[0]: com_maxtor_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    Mar 26 10:42:59 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    Mar 26 10:42:59 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Mar 26 10:42:59 localhost kernel[0]: hfs: mounted Macintosh HDD on device root_device
    Mar 26 10:42:59 localhost kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=68[empdaemon] final status 0x0, allowing (remove VALID) page
    Mar 26 10:42:59 localhost kernel[0]: VM Swap Subsystem is ON
    Mar 26 10:42:30 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar 26 10:42:30 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Mar 26 10:42:52 localhost com.apple.launchd[1] (com.backblaze.bzserv[69]): Exited with code: 2
    Mar 26 10:42:52 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:42:58 localhost hidd[47]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    Mar 26 10:42:58 localhost hidd[47]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Mar 26 10:43:00 localhost com.apple.SecurityServer[25]: Session 100000 created
    Mar 26 10:43:01 localhost distnoted[71]: # distnote server daemon  absolute time: 32.923825084   civil time: Wed Mar 26 10:42:58 2014   pid: 71 uid: 0  root: yes
    Mar 26 10:43:01 localhost distnoted[71]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:02 localhost com.apple.launchd[1] (com.backblaze.bzserv[77]): Exited with code: 2
    Mar 26 10:43:02 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:05 localhost kernel[0]: Waiting for DSMOS...
    Mar 26 10:43:05 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Mar 26 10:43:05 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Mar 26 10:43:07 localhost com.apple.launchd[1] (com.apple.Kerberos.kdc[45]): Exited with code: 1
    Mar 26 10:43:07 localhost com.apple.usbmuxd[17]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    Mar 26 10:43:08 localhost kernel[0]: rtR0InitNative: warning! failed to resolve special kernel symbols
    Mar 26 10:43:08 localhost kernel[0]: vboxdrv: fAsync=0 offMin=0xba0 offMax=0xe4c
    Mar 26 10:43:08 localhost kernel[0]: VBoxDrv: version 4.1.12 r77245; IOCtl version 0x190000; IDC version 0x10000; dev major=18
    Mar 26 10:43:08 localhost kernel[0]: fNumVRAMBlocks is 4
    Mar 26 10:43:08 localhost kernel[0]: AGC: 3.4.35, HW version=1.9.21, flags:0, features:20600
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: Previous Shutdown Cause: 5
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Mar 26 10:43:08 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Mar 26 10:43:08 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0042
    Mar 26 10:43:08 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: NVDAStartup: Official
    Mar 26 10:43:08 localhost kernel[0]: NVDANV50HAL loaded and registered
    Mar 26 10:43:08 localhost kernel[0]: init
    Mar 26 10:43:08 localhost kernel[0]: probe
    Mar 26 10:43:08 localhost kernel[0]: APExtframeBuffer starting: max resolution 1920x1080
    Mar 26 10:43:08 localhost kernel[0]: Initializing Framebuffer.
    Mar 26 10:43:08 localhost kernel[0]: start
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4000
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Mar 26 10:43:08 localhost kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xe500 -- 0x3000 -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: IOMemoryDescriptor 0x1f0dcc19d9ba810f prepared read only
    Mar 26 10:43:08 localhost kernel[0]: Backtrace 0xffffff80006b9dbe 0xffffff7f8228e0e1 0xffffff7f82298fe2 0xffffff8000692f1f 0xffffff8000692adf 0xffffff800068e6b9 0xffffff8000693633
    Mar 26 10:43:08 localhost kernel[0]: Kernel Extensions in backtrace:
    Mar 26 10:43:08 localhost kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f87470000->0xffffff7f8752ffff
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f859e9000
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f85dd8000
    Mar 26 10:43:08 localhost kernel[0]: IOMemoryDescriptor 0x1f0dcc19d9b7f60f prepared read only
    Mar 26 10:43:08 localhost kernel[0]: Backtrace 0xffffff80006b9dbe 0xffffff7f8228e2db 0xffffff7f82298fe2 0xffffff8000692f1f 0xffffff8000692adf 0xffffff800068e6b9 0xffffff8000693633
    Mar 26 10:43:08 localhost kernel[0]: Kernel Extensions in backtrace:
    Mar 26 10:43:08 localhost kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f87470000->0xffffff7f8752ffff
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f859e9000
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f85dd8000
    Mar 26 10:43:08 localhost kernel[0]: DSMOS has arrived
    Mar 26 10:43:11 localhost kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,41e1,0000]
    Mar 26 10:43:11 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Mar 26 10:43:11 localhost kernel[0]: AppleBCM5701Ethernet [en0]: Link down (womp disabled, proxy idle)
    Mar 26 10:43:12 localhost com.apple.launchd[1] (com.backblaze.bzserv[94]): Exited with code: 2
    Mar 26 10:43:12 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:13 localhost kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,0101,0000,41e1,0000]
    Mar 26 10:43:16 localhost com.apple.SecurityServer[25]: Entering service
    Mar 26 10:43:16 localhost kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Mar 26 10:43:16 localhost mds[37]: (Normal) FMW: FMW 0 0
    Mar 26 10:43:16 localhost defaults[97]:
              The domain/default pair of (/System/Library/Frameworks/Message.framework/Resources/Info, PluginCompatibilityUUID) does not exist
    Mar 26 10:43:16 localhost blued[60]: hostControllerOnline - Number of Paired devices = 0, List of Paired devices = (null)
    Mar 26 10:43:16 localhost mDNSResponder[38]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    Mar 26 10:43:16 localhost digest-service[79]: label: default
    Mar 26 10:43:16 localhost digest-service[79]:           dbname: od:/Local/Default
    Mar 26 10:43:16 localhost digest-service[79]:           mkey_file: /var/db/krb5kdc/m-key
    Mar 26 10:43:16 localhost digest-service[79]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: uid=0
    Mar 26 10:43:16 localhost loginwindow[41]: Login Window Application Started
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: netr probe 0
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: init request
    Mar 26 10:43:16 localhost awacsd[62]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    Mar 26 10:43:16 localhost awacsd[62]: InnerStore CopyAllZones: no info in Dynamic Store
    Mar 26 10:43:16 localhost UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    Mar 26 10:43:16 localhost aosnotifyd[65]: aosnotifyd has been launched
    Mar 26 10:43:16 localhost aosnotifyd[65]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:17 localhost UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:17 localhost WindowServer[103]: Server is starting up
    Mar 26 10:43:17 localhost stackshot[21]: Timed out waiting for IOKit to finish matching.
    Mar 26 10:43:18 localhost apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 26 10:43:18 localhost mDNSResponder[38]: D2D_IPC: Loaded
    Mar 26 10:43:18 localhost mDNSResponder[38]: D2DInitialize succeeded
    Mar 26 10:43:18 localhost mDNSResponder[38]:   4: Listening for incoming Unix Domain Socket client requests
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901B804D60 CPU123.local. (AAAA) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901B8051F0 2.E.A.9.A.6.E.F.F.F.5.3.0.B.A.5.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901A006B60 CPU123.local. (Addr) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901A006FF0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    Mar 26 10:43:18 localhost mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 localhost configd[58]: network changed: DNS*
    Mar 26 10:43:18 CPU123.local configd[58]: setting hostname to "CPU123.local"
    Mar 26 10:43:18 CPU123.local mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 CPU123.local networkd[122]: networkd.122 built Aug 24 2013 22:08:46
    Mar 26 10:43:18 CPU123.local locationd[43]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Mar 26 10:43:18 CPU123.local locationd[43]: NBB-Could not get UDID for stable refill timing, falling back on random
    Mar 26 10:43:18 CPU123.local airportd[66]: airportdProcessDLILEvent: en1 attached (up)
    Mar 26 10:43:18 CPU123 kernel[0]: createVirtIf(): ifRole = 1
    Mar 26 10:43:18 CPU123 kernel[0]: in func createVirtualInterface ifRole = 1
    Mar 26 10:43:18 CPU123 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    Mar 26 10:43:18 CPU123 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Mar 26 10:43:18 CPU123 kernel[0]: Created virtif 0xffffff8018f9b400 p2p0
    Mar 26 10:43:18 CPU123.local mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 CPU123.local systemkeychain[95]: done file: /var/run/systemkeychaincheck.done
    Mar 26 10:43:18 CPU123.local locationd[43]: Location icon should now be in state 'Inactive'
    Mar 26 10:43:18 CPU123.local digest-service[79]: digest-request: init return domain: PCPC1 server: CPU123 indomain was: <NULL>
    Mar 26 10:43:18 CPU123.local locationd[43]: locationd was started after an unclean shutdown
    Mar 26 10:43:19 CPU123.local UserEventAgent[11]: Registered Workstation service - CPU123 [7c:6d:62:8c:3b:ac]._workstation._tcp.
    Mar 26 10:43:22 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[127]): Exited with code: 2
    Mar 26 10:43:22 CPU123 com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:25 CPU123.local configd[58]: network changed: v4(en0+:192.168.1.64) DNS+ Proxy+ SMB+
    Mar 26 10:43:24 CPU123.local ntpd[129]: proto: precision = 1.000 usec
    Mar 26 10:43:24 CPU123 com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 6 seconds
    Mar 26 10:43:25 --- last message repeated 1 time ---
    Mar 26 10:43:25 CPU123 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    Mar 26 10:43:25 CPU123 kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    Mar 26 10:43:25 CPU123 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 retained (2 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 released (1 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 retained (2 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: init_page_flip: page flip mode is on
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: VirtualBox Support and USB Drivers (144) did not complete successfully
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: The following StartupItems failed to start properly:
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: /Library/StartupItems/VirtualBox
    Mar 26 10:43:25 CPU123.local SystemStarter[131]:  - execution of Startup script failed
    Mar 26 10:43:25 CPU123.local apsd[64]: Unrecognized leaf certificate
    Mar 26 10:43:26 CPU123.local apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 26 10:43:26 CPU123 kernel[0]: APExternalDisplay Memory Reserved: 66392064 bytes
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 36 modes for display 0x00000000 [30, 6]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: mux_initialize: Mode is dynamic
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 36 modes for display 0x00000000 [30, 6]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: WSMachineUsesNewStyleMirroring: false
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x04272901: GL mask 0x3; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 1, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Mar 26 10:43:26 CPU123.local WindowServer[103]: 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 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: 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 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: WSSetWindowTransform: Singular matrix
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x04272901: GL mask 0x3; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 1, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXPerformInitialDisplayConfiguration
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x04272901: Unit 1; Alias(1, 0x3); Vendor 0x610 Model 0x9ca4 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXMuxBoot: Boot normal
    Mar 26 10:43:26 CPU123.local com.apple.kextd[12]: kext com.eltima.ElmediaPlayer.kext  158009000 is in exception list, allowing to load
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, accelerator 0x00003523, unit 0, caps QEX|MIPMAP, vram 288 MB
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, accelerator 0x00004ca3, unit 1, caps QEX|MIPMAP, vram 256 MB
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor enabled for tile size [256 x 256]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXGLInitMipMap: mip map mode is on
    Mar 26 10:43:26 CPU123.local loginwindow[41]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:27 CPU123.local com.apple.kextd[12]: kext com.eltima.ElmediaPlayer.kext  158009000 is in exception list, allowing to load
    Mar 26 10:43:27 CPU123 kernel[0]: Elmedia Player KEXT version 4.2 (1.58)
    Mar 26 10:43:27 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:27 CPU123.local launchctl[159]: com.apple.findmymacmessenger: Already loaded
    Mar 26 10:43:27 CPU123.local com.apple.SecurityServer[25]: Session 100006 created
    Mar 26 10:43:27 CPU123.local UserEventAgent[160]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:28 CPU123.local loginwindow[41]: Setting the initial value of the magsave brightness level 1
    Mar 26 10:43:28 CPU123.local loginwindow[41]: Login Window Started Security Agent
    Mar 26 10:43:28 CPU123.local SecurityAgent[168]: This is the first run
    Mar 26 10:43:28 CPU123.local SecurityAgent[168]: MacBuddy was run = 0
    Mar 26 10:43:28 CPU123.local WindowServer[103]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f8c51c12c40) - enabling OpenGL
    Mar 26 10:43:28 CPU123.local WindowServer[103]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:28 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:29 --- last message repeated 1 time ---
    Mar 26 10:43:29 CPU123.local parentalcontrolsd[178]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:43:29 CPU123.local awacsd[62]: Exiting
    Mar 26 10:43:30 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[180]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Mar 26 10:43:30 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[180]): Job failed to exec(3) for weird reason: 2
    Mar 26 10:43:30 CPU123.local mtmfs[35]: mount succeeded for /Volumes/MobileBackups
    Mar 26 10:43:30 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b3058e00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/MobileBackups
    Mar 26 10:43:30 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b3058e00 ********** Created snapshot backup index
    Mar 26 10:43:34 CPU123 kernel[0]: nspace-handler-set-snapshot-time: 1395848616
    Mar 26 10:43:34 CPU123.local com.apple.mtmd[36]: Set snapshot time: 2014-03-26 10:43:36 -0500 (current time: 2014-03-26 10:43:34 -0500)
    Mar 26 10:43:37 CPU123.local SecurityAgent[168]: User info context values set for prl
    Mar 26 10:43:42 CPU123.local parentalcontrolsd[183]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:43:42 CPU123.local SecurityAgent[168]: Login Window login proceeding
    Mar 26 10:43:44 CPU123.local loginwindow[41]: Login Window - Returned from Security Agent
    Mar 26 10:43:44 CPU123.local loginwindow[41]: USER_PROCESS: 41 console
    Mar 26 10:43:45 CPU123 kernel[0]: AppleKeyStore:Sending lock change 0
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188]: Background: Aqua: Registering new GUI session.
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.spotify.webhelper): Unknown key: SpotifyPath
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 26 10:43:45 CPU123.local launchctl[191]: com.apple.pluginkit.pkd: Already loaded
    Mar 26 10:43:45 CPU123.local launchctl[191]: com.apple.sbd: Already loaded
    Mar 26 10:43:45 CPU123.local distnoted[193]: # distnote server agent  absolute time: 81.676468602   civil time: Wed Mar 26 10:43:45 2014   pid: 193 uid: 1689351527  root: no
    Mar 26 10:43:45 CPU123.local WindowServer[103]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    Mar 26 10:43:47 CPU123.local sharingd[214]: Starting Up...
    Mar 26 10:43:47 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:47 CPU123.local UserEventAgent[192]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:47 CPU123.local coreaudiod[204]: 2014-03-26 10:43:47.604230 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    Mar 26 10:43:47 CPU123 com.apple.launchd.peruser.1689351527[188] (com.akamai.single-user-client[253]): assertion failed: 13C64: launchd + 105965 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0xd
    Mar 26 10:43:47 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=245[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    Mar 26 10:43:48 CPU123.local com.apple.SecurityServer[25]: Session 100008 created
    Mar 26 10:43:48 CPU123 xpcproxy[280]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:43:48 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:43:48 CPU123.local com.apple.IconServicesAgent[276]: IconServicesAgent launched.
    Mar 26 10:43:48 CPU123.local WiFiKeychainProxy[223]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    Mar 26 10:43:48 CPU123.local WiFiKeychainProxy[223]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    Mar 26 10:43:49 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.36 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:43:49 CPU123 accountsd[275]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:51 CPU123.local com.apple.SecurityServer[25]: Session 100010 created
    Mar 26 10:43:53 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.mrt.uiagent[230]): Exited with code: 255
    Mar 26 10:43:54 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf01830 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    Mar 26 10:43:55 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf5dc40 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    Mar 26 10:43:55 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf5cc70 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    Mar 26 10:43:55 CPU123 xpcproxy[297]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:43:57 CPU123.local backupd[293]: Property list invalid for format: 200 (property lists cannot contain NULL)
    Mar 26 10:43:57 CPU123.local SocialPushAgent[225]: ApplePushService: APSConnection being used without a delegate queue
    Mar 26 10:43:58 CPU123.local SystemUIServer[201]: <SOBuddyHelper: 0x7fda8bf744d0> Timed out waiting for value for MenuExtraBuddyListSubmenuThreshhold
    Mar 26 10:43:58 CPU123 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    Mar 26 10:44:00 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:44:02 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 2.95 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:44:04 CPU123.local SystemUIServer[201]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 26 10:44:04 CPU123.local SystemUIServer[201]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 26 10:44:05 CPU123.local parentalcontrolsd[328]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:05 CPU123.local com.apple.SecurityServer[25]: Session 100013 created
    Mar 26 10:44:06 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x115] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x117] flags: 0x8 binding: FileInfoBinding [0x405] - extension: jpeg, UTI: public.jpeg, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: jpeg, UTI: public.jpeg, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x119] flags: 0x8 binding: FileInfoBinding [0x215] - extension: png, UTI: public.png, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: png, UTI: public.png, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x11b] flags: 0x8 binding: FileInfoBinding [0x407] - extension: band, UTI: com.apple.garageband.project, fileType: BNDL.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: band, UTI: com.apple.garageband.project, fileType: BNDL request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x11d] flags: 0x8 binding: FileInfoBinding [0x217] - extension: mp3, UTI: public.mp3, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: mp3, UTI: public.mp3, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:14 CPU123.local syncdefaultsd[256]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    Mar 26 10:44:18 CPU123.local com.apple.SecurityServer[25]: Session 100014 created
    Mar 26 10:44:20 CPU123.local parentalcontrolsd[340]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:21 CPU123 com.apple.launchd[1] (com.apple.quicklook.satellite.583BC995-4C31-42ED-8DEF-A65F59D0E086[330]): Exited: Killed: 9
    Mar 26 10:44:24 CPU123 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4000 ****
    Mar 26 10:44:45 CPU123 netsession_mac[253]: netsession_mac(253,0xb031d000) malloc: *** auto malloc[253]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    Mar 26 10:44:46 CPU123.local parentalcontrolsd[353]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:50 CPU123.local distnoted[364]: # distnote server agent  absolute time: 146.341909721   civil time: Wed Mar 26 10:44:50 2014   pid: 364 uid: 89  root: no
    Mar 26 10:44:52 CPU123.local sudo[362]:      prl : TTY=unknown ; PWD=/ ; USER=prl ; COMMAND=/usr/local/MacGPG2/bin/gpg-agent --daemon
    Mar 26 10:44:53 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:44:56 CPU123.local Creative Cloud[247]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 26 10:44:57 CPU123.local com.apple.SecurityServer[25]: Session 100016 created
    Mar 26 10:45:01 CPU123 netsession_mac[253]: netsession_mac(253,0xb039f000) malloc: *** auto malloc[253]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    Mar 26 10:45:03 CPU123.local secd[286]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    Mar 26 10:45:03 CPU123.local secd[286]:  securityd_xpc_dictionary_handler WiFiKeychainProx[223] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    Mar 26 10:45:03 CPU123.local Mint QuickView[274]: Could not find image named 'accounts'.
    Mar 26 10:45:09 CPU123 Creative Cloud[247]: objc[247]: Class HTTPHeader is implemented in both /Applications/Utilities/Adobe Creative Cloud/utils/AdobePIM.dylib and /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib. One of the two will be used. Which one is undefined.
    Mar 26 10:45:09 CPU123 Creative Cloud[247]: objc[247]: Class ProxyManager is implemented in both /Applications/Utilities/Adobe Creative Cloud/utils/AdobePIM.dylib and /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib. One of the two will be used. Which one is undefined.
    Mar 26 10:45:11 CPU123.local com.apple.internetaccounts[297]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    Mar 26 10:45:18 --- last message repeated 1 time ---
    Mar 26 10:45:17 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x163] flags: 0x8 binding: FileInfoBinding [0x349] - extension: JPG, UTI: public.jpeg, fileType: ????.
    Mar 26 10:45:17 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: JPG, UTI: public.jpeg, fileType: ???? request size:128 scale: 1
    Mar 26 10:45:18 CPU123.local com.apple.NotesMigratorService[375]: Joined Aqua audit session
    Mar 26 10:45:18 CPU123.local com.apple.internetaccounts[297]: An instance 0x7f948d80d7d0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
              <NSKeyValueObservationInfo 0x7f948d80e6b0> (
              <NSKeyValueObservance 0x7f948d80e7e0: Observer: 0x7f948d805ba0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9000843b, Property: 0x7f948d80e680>
    Mar 26 10:45:19 CPU123.local com.apple.internetaccounts[297]: An instance 0x7f948b732090 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
              <NSKeyValueObservationInfo 0x7f948b7321b0> (
              <NSKeyValueObservance 0x7f948b732140: Observer: 0x7f948b730ef0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9000843b, Property: 0x7f948d80e680>
    Mar 26 10:45:19 CPU123.local sandboxd[346] ([331]): storeagent(331) deny file-read-data /Users/prl/Library/Preferences/com.apple.WebFoundation.plist
    Mar 26 10:45:25 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:45:26 CPU123.local com.apple.internetaccounts[297]: *** Warning: Timed out waiting for one or more plugins.
    Mar 26 10:45:27 CPU123.local com.apple.internetaccounts[297]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    Mar 26 10:45:29 --- last message repeated 1 time ---
    Mar 26 10:45:29 CPU123.local sandboxd[346] ([222]): EvernoteHelper(222) deny mach-lookup com.apple.locationd.desktop.synchronous
    Mar 26 10:45:33 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:45:34 CPU123.local com.apple.dock.extra[373]: <NSXPCConnection: 0x7ffe9272a6c0>: received an undecodable message (no exported object to receive message). Dropping message.
    Mar 26 10:45:40 CPU123.local Mail[376]: Loaded GPGMail 2.1
    Mar 26 10:45:41 CPU123.local Mail[376]: Debug Log enabled: NO
    Mar 26 10:45:44 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:45:45 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:45:46 CPU123.local Dropbox[284]: PyObjCPointer created: at 0x7b5fc88 of type {OpaqueJSContext=}
    Mar 26 10:45:56 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:46:10 CPU123.local WindowServer[103]: disable_update_likely_unbalanced: UI updates still disabled by application "Mail" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Mar 26 10:46:12 CPU123 kernel[0]: fsevents: watcher dbfseventsd (pid: 397) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    Mar 26 10:46:27 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/ XPCServices/com.apple.internetaccounts.xpc/
    Mar 26 10:46:28 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServic es/com.apple.WebKit.WebContent.xpc/
    Mar 26 10:46:28 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.doc k.extra.xpc/
    Mar 26 10:46:35 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/XPCServi ces/com.apple.ShareKitHelper.xpc/
    Mar 26 10:46:42 CPU123.local defaults[409]:
              The domain/default pair of (/System/Library/Frameworks/Message.framework/Resources/Info, PluginCompatibilityUUID) does not exist
    Mar 26 10:46:48 CPU123.local Dropbox[284]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    Mar 26 10:46:50 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 54.66 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:47:02 CPU123 com.apple.launchd.peruser.1689351527[188] (com.realnetworks.realplayerdownloaderagent.128160[285]): Exited: Killed: 9
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Session 100020 created
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Killing auth hosts
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Session 100016 destroyed
    Mar 26 10:47:41 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b4033800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.ZWIMlq
    Mar 26 10:47:48 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:47:49 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:47:58 CPU123.local com.apple.SecurityServer[25]: Session 100003 created
    Mar 26 10:49:44 CPU123 xpcproxy[464]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:49:46 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:49:48 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:49:55 CPU123.local syncdefaultsd[470]: Fixing push token
    Mar 26 10:50:18 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:50:20 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:50:21 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=476[ksadmin] final status 0x0, allowing (remove VALID) page
    Mar 26 10:50:23 CPU123.local sandboxd[346] ([376]): Mail(376) deny file-issue-extension /Applications/Google Chrome.app
    Mar 26 10:50:31 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=481[ksadmin] final status 0x0, allowing (remove VALID) page
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:53 CPU123.local launchservicesd[55]: Someone attempted to start application App:"Microsoft Word" asn:0x0-38038 pid:495 refs=6 @ 0x7faf49d55240 but it still has _kLSApplicationLockedInStoppedStateKey=true, so it is is staying stopped. : LASApplication.cp #2468 SetApplicationInStoppedState() q=LSSession 100006/0x186a6 queue
    Mar 26 10:50:56 CPU123.local sandboxd[346] ([376]): Mail(376) deny file-issue-extension /Applications/Microsoft Office 2011/Microsoft Word.app
    Mar 26 10:51:09 CPU123.local Google Chrome Helper[480]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    Mar 26 10:51:09 CPU123.local fontd[218]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    Mar 26 10:51:09 CPU123.local Google Chrome Helper[480]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    Mar 26 10:51:25 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:51:25 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.23 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:52:47 CPU123.local Google Chrome Helper[520]: Process unable to create connection because the san

    Remove "CleanMyMac" by following the first set of instructions on this page. If you have a different version of the product, the procedure may be different. Do not drag the CleanMyMac application to the Trash.
    Back up all data before making any changes.

Maybe you are looking for

  • Help for Internet Explorer 11

    Where do I find Help for Internet Explorer 11 ? I have Windows 7 64-bit and IE11 but I can't find help for that latest browser. In Help and Support, I only find help for Internet Explorer 9 My problem is that since installing IE 11, I am unable to pi

  • How do I clear query parameter in Oracle 10g ADF

    HI , My question is 1. when i am navigating to page B from Page A its querying data and showing . And I have same Pgae B which is attached to Menu also so . How do i trace whether I am comming from menu or comming from Page A ..?? 2. if i moved to pa

  • Deploy Office 2010 pro without XP SP3

    So I'm in an environment where a large portion of the fleet is still running XP SP2. Pushing Office 2010 out before particular things like WSUS are fixed so we would like to avoid upgrading to SP3 at all costs, as the business is riding us hard for a

  • Does not download past the first step????????????

    After i do the run and you install something i forget what you call it a little box appears saying shall the computer user or the administrator have access. Nothing happens after that box appears and a selection is made

  • Check addon update not working

    Using v.22, when I click "check if plugins up to date" in the add-ons manager I get sent to a Mozilla info page and not the usual page that listed my plugins and their status. Why is "check plugins" not working and/or how can I otherwise check and up