Speeding up Boot Times

Hey Guys,
Just installed my first copy of Arch on my machine. I am loving it so far, especially Pacman, however I would like to see about speeding up the boot time of the machine. This is sort of a generic question but what tips/tricks do you have to speed up boot times on Arch? I'm all about speed and efficiency and it seems like it is taking a little bit longer than it should. I have already skimmed down on interfaces loading on start up, modules that are not really necessary, and killed most of my scripts that run after boot. Suggestions?
Last edited by Morfir (2011-12-10 18:01:15)

Build yourself a custom kernel, build in all of the modules you need to boot.  Set yourself up to not use an initrd. 
Mind you, keep the stock kernel and initrd on the boot partition and keep an entry for them in your /boot/grub/menu.lst.  Add the custom kernel to the boot partition and make a new entry for it in the menu.lst file.
If you do this, make sure you set it to optimize for your specific processor.
See https://wiki.archlinux.org/index.php/Kernel_Compilation
also, if you have never compiled a kernel, take a look at:
http://www.gentoo.org/doc/en/handbook/  (No I am not joking -- Gentoo documentation on kernel compilation is unsurpassed)

Similar Messages

  • How best to speed up boot times??

    My wife has a 13" MBP 2.66Ghz, Core 2 Duo, 4GB Ram (bought in April 2010). Running OS X 10.6.6
    She uses it 95% of the time for web surfing, email. I loaded on Office for Mac, Clean My Mac, and Windows 7 (via Boot Camp) within the first 1-2 months of purchase. Battery life is great, everything works fine. BUT she has been noting for the past 2 months are so that it seems to be taking longer to boot up.
    It takes about 55-60 seconds to boot up today. It used to take 25-30 seconds.
    What can I do to speed up the boot time?
    Should I do a complete re-install from the original disk? (seems like overkill to me but I'm not sure...)

    Thanks for all the help. Here's what I've done so far:
    - Streamlined the Login items at start-up (the only one listed was iTunes Helper which I un-ticked)
    - Repaired Permissions after rebooting from the original CD boot disk
    The good news: It worked.....sort of...
    But I found something I wasn't expecting: Boot times varied dramatically depending on if the MBP was plugged into the wall or not.
    When I booted up (not a restart, but a full start up) and the MBP was plugged in the start time was 25-30 seconds. Just like a new machine!!
    But the boot time is still 55-60 seconds when it is running on battery power. I find that puzzling because I've always been impressed with the battery strength (8+ hrs) and never had a power issue.
    Does anyone else think that is strange or have an idea why this is occurring??
    Here is the battery/power data I copied from my laptop:
    Battery Information:
    Model Information:
    Serial Number:9G0150AUJD3MA
    ManufacturerP
    Device name:bq20z451
    Pack Lot Code:0000
    PCB Lot Code:0000
    Firmware Version:0201
    Hardware Revision:0002
    Cell Revision:0158
    Charge Information:
    Charge remaining (mAh):4258
    Fully charged:No
    Charging:Yes
    Full charge capacity (mAh):5522
    Health Information:
    Cycle count:107
    Condition:Normal
    Battery Installed:Yes
    Amperage (mA):1664
    Voltage (mV):12278
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes):10
    Disk Sleep Timer (Minutes):10
    Display Sleep Timer (Minutes):10
    Wake On AC Change:No
    Wake On Clamshell Open:Yes
    Wake On LAN:Yes
    Current Power Source:Yes
    Display Sleep Uses Dim:Yes
    Battery Power:
    System Sleep Timer (Minutes):10
    Disk Sleep Timer (Minutes):10
    Display Sleep Timer (Minutes):5
    Wake On AC Change:No
    Wake On Clamshell Open:Yes
    Display Sleep Uses Dim:Yes
    Reduce Brightness:Yes

  • Speeding up boot time of network services.

    Hi,
    I'm trying to speed up my boot time. It seems to be slowed down a fair bit by netcfg using dhcp to assign an IP address to my wireless adapter.
    Is there a way this can be put to the background so other services can start while netcfg is trying to bring the interface online?
    My setup is as follows.
    netcfg is configured with a wireless profile and a wired profile.
    The wired profile is disabled in my rc.conf, the wireless profile is enabled.
    net-profiles is in my daemons list.
    wpa_supplicant is used on my wireless adapter.
    Should I be using something besides netcfg. I would really like to speed up my boot time.

    Yeah, you could write two profiles with different ESSIDs in them, pointing to a single wpa_supplicant.conf file, but given you situation, what does that gain you? Why use netcfg-auto-wireless in that case to decide whether to load one of those profiles or fail, as opposed to just having the single wireless profile and trying to load it directly with net-profile.
    Ifplugd's main purpose is to listen for an ethernet cable being plugged in/removed, and run a script (e.g. a script that tells netcfg to load/unload a profile) when it sees that happen. This doesn't compete with netcfg but complements it. (You could have the ifplugd script do whatever you want; you don't HAVE TO use netcfg.)
    You could also opt to use wpa_supplicant.conf manually in some situations, and netcfg (on top of wpa_supplicant) in other situations. No harm in doing so. I just don't see what in your situation motivates that. What does it appear to you that you're able to do by avoiding netcfg, that you wouldn't be able to do using netcfg? As I said, you can have netcfg load your wpa_supplicant.conf-based scripts even if there's further complexity encoded in the wpa_supplicant.conf. Netcfg just won't know about it.
    One change you might consider is to break your current wpa_supplicant.conf file into two files (you can name them whatever you want, just specify the names in your netcfg profiles). Then you could stick an ESSID into the associated netcfg profile, and then the net-auto functionality might work for you.
    If you want some more intelligent network decisions (like, use wired if available else load whichever of these two wifi profiles you can), you'll have to write some script that incorporates that decision-making and farms out the basic tasks to netcfg.

  • Speed up boot time, measured by bootchart

    Hello, today I tried to measure boot up time by bootchart.
    I want to reduce the time during grub and agetty(or gdm login screen).
    What I did are:
    1. Edit /etc/rc.conf and put most services in DAEMONS to background.
    DAEMONS=(syslog-ng @network @crond @hal @adsl @sshd @mysqld @httpd)
    2. Recompile kernel that not using initrd and add BFS patch.
    3. Add options to grub cmdline: quiet, noisapnp
    kernel /boot/bzImage quiet noisapnp init=/sbin/bootchartd
    Those reduced about 5 seconds.
    and result as below, from grub to agetty is about 7.8s:
    http://farm3.static.flickr.com/2796/407 … d843_o.png
    What I want to try now is use upstart or init-ng or finit,
    Does someone tried upstart or init-ng or finit in Arch?
    Cause I have no idea about how to use any of them.
    Or some other advice to reduce bootup time will be very appreciated.
    Thanks in advanced.
    Last edited by csj (2009-11-04 19:44:23)

    Have you checked out this thread? http://bbs.archlinux.org/viewtopic.php?id=72156

  • Mid 2010 MacBook Pro Mavericks Boot Time

    Hey guys,
    Just curious if anyone has noticed slower boot times after upgrading to Mavericks? I have a mid 2010 7,1 MacBook Pro 13" 2.4 Core 2 Duo, 8GB ram, and 256GB SSD (SanDisk Ultra).
    Unfortunatley I don't have boot times without my recent upgrades of the SSD and memory on Mavericks, but currently the ding to login screen is between 45 and 50 seconds. But I do recall my boot times running Mountain Lion with the stock 5400 HDD and 4GB memory was booting around 1 min 20 sec.
    My drive is relatively clean, but with a large 140GB iTunes library. Currently I have 53GB out of 255GB free space on my SSD.
    My computer runs quick for being 3 years old, but I was wondering if there is anything I can do to get those under 30 second boot times and better performance? I'm also debating if it's time to get the new MacBook Pro, or get another year out of this one? Also I haven't done a fresh install since I've bought it, I went from Snow Leopard/Mountain Lion/Mavericks. (Skipped Lion). Does this have a great affect on speed and boot times?

    That is a bit strange. I have the same computer, but I have a 4gb ram aswell as a 256gb ssd. I have mine set up with a 256gb ssd and a 250gb hhd, by taking out the disk drive. My boot time is under 20 secs usually 15 sec, I also have mavericks installed. I am waiting on my ram to come in the mail to get as much as possible out of the 2010 before upgrading. Try cutting back on itunes and move stuff off your desktop. Repair disk permissions every so often.

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

  • Varying boot times - Z77A-GD65

    I have a new build and find that the boot times seem to vary for no apparent reason. Most of the time I will see the MSI splash screen within 15 seconds and then it boots quickly into windows. However, some times it will hang up on codes A2, B4, C3, or CA for up to 45 seconds before the splash screen appears and then it boots fine. I will note that no matter how long the boot takes, the system runs flawlessly and has never crashed or had any odd behavior other than the varying boot times. I see from the manual that A2 and B4 are Onboard Devices Initialize and Detect, but this happens randomly without changing any of the onboard devices. I ran memtest86 on the ram for over 12 hours and 6 passes and got no errors.
    Anyone else have this experience or any suggestions on what may be causing it? I'm OK with it if others have the same experience and it is normal. I'm just concerned that it is a sign of some sort of problem.
    First post, thanks in advance.
    Intel i5-3570K (stock speeds)
    MSI Z77A-GD65 board
    Seasonic M12II 750 w psu
    Corsair Vengeance LP Ram (16 GB)
    Samsung Pro 840 128GB SSD drive (boot drive)
    WD Caviar Black 500 GB HDD (data drive)
    Win 7 Pro
    ATI Firepro V5800 graphics
    Noctua NH-U12P SE2 heatsink
    Corsair Obsidian 550D Case

    I tried disabling the PCIE GEN3 and I don't think it helped. I did a few restarts and still got a hang up on CA, whatever that is. Thanks for the codes. The most common ones I get seem to be:
    A2 - IDE Detect
    B2 - Legacy Option ROM initialization
    B4 - USB Hot plug
    C3 or C6 - OEM BDS Initialization Code
    CA - no idea
    The strangest thing is that I would say 7 out of 10 times it starts up perfect. The other 3 it will hang on something, but then it still boots and runs perfect. It just strikes me odd that I can make no changes whatsoever and it can go from perfect to hanging up. If anyone has any other suggestions for any of those codes, please feel free to respond. Thanks.

  • Boot time goes from seconds to minutes with udev and systemd

    A few weeks ago updated and saw that on reboot I was getting messages from systemd that it was waiting for all my LVM partitions, and then finally that:
    'A start job is running for udev Wait for Complete Device Initialization'
    This has never happened before and I can't find any information about it in dmesg.
    Here is my fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=f9f12b36-2333-4c46-949a-0bd86e1ab254
    /dev/mapper/Linux-Arch / ext4 rw,relatime,data=ordered 0 1
    # UUID=21ee7aa4-234e-463d-af2a-6c4cb3551ea8
    /dev/mapper/Linux-Home /home ext4 rw,relatime,data=ordered 0 2
    # UUID=E421-470F LABEL=SYSTEM_DRV
    /dev/sda2 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # UUID=11bf5a3f-86a5-48b7-93da-994e39463f0d
    /dev/mapper/Linux-Swap none swap defaults 0 0
    # Windows
    # /dev/sda5 /mnt/Windows ntfs-3g defaults,ro,noauto 0 0
    I've been digging around for a few weeks and I can't find anything and my boot time is really slow.
    systemd-analyze blame:
    1min 1.644s systemd-udev-settle.service
    10.079s systemd-udev-trigger.service
    9.999s systemd-remount-fs.service
    1.003s lvm2-pvscan@8:8.service
    795ms systemd-timesyncd.service
    700ms systemd-update-utmp.service
    583ms systemd-sysctl.service
    560ms rtkit-daemon.service
    469ms udisks2.service
    449ms NetworkManager.service
    438ms kmod-static-nodes.service
    363ms systemd-vconsole-setup.service
    214ms tmp.mount
    184ms sys-kernel-debug.mount
    144ms sys-kernel-config.mount
    123ms systemd-tmpfiles-clean.service
    116ms dev-mqueue.mount
    90ms [email protected]
    85ms systemd-logind.service
    82ms dev-hugepages.mount
    79ms bluetooth.service
    57ms [email protected]
    42ms polkit.service
    31ms accounts-daemon.service
    31ms wpa_supplicant.service
    24ms systemd-fsck@dev-mapper-Linux\x2dHome.service
    20ms colord.service
    20ms gdm.service
    20ms upower.service
    19ms [email protected]
    18ms [email protected]
    17ms [email protected]
    15ms boot.mount
    12ms systemd-tmpfiles-setup-dev.service
    8ms dev-mapper-Linux\x2dSwap.swap
    8ms systemd-tmpfiles-setup.service
    8ms systemd-journal-flush.service
    5ms home.mount
    5ms systemd-user-sessions.service
    4ms systemd-backlight@backlight:intel_backlight.service
    3ms systemd-random-seed.service
    2ms systemd-udevd.service
    1ms sys-fs-fuse-connections.mount
    EDIT 2: Dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.14.23-1-lts (nobody@home-andyrtr-arch64-chroots-testing-x86_64-andyrtr) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP Thu Oct 30 19:41:12 CET 2014
    [ 0.000000] Command line: initrd=\initramfs-linux-lts.img root=/dev/mapper/Linux-Arch rw resume=/dev/mapper/Linux-Swap pcie_aspm=force i915.i915_enable_rc6=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c4daffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c61b0000-0x00000000ca7befff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca7bf000-0x00000000caebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed98000-0x00000000fed9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffcc0000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0xc3217018-0xc3227057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000040005000-0x00000000c3217017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c3217018-0x00000000c3227057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c3227058-0x00000000c4daffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c61b0000-0x00000000ca7befff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ca7bf000-0x00000000caebefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed98000-0x00000000fed9ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffcc0000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000022f5fffff] usable
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0xcaffe000 ACPI 2.0=0xcaffe014 SMBIOS=0xcaebef98
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f62000) (15MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001f62000-0x0000000020000000) (480MB)
    [ 0.000000] efi: mem09: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
    [ 0.000000] efi: mem11: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040005000-0x000000007fba4000) (1019MB)
    [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000007fba4000-0x0000000080000000) (4MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c31c0000) (1073MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000c31c0000-0x00000000c31e0000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000c31e0000-0x00000000c3217000) (0MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000c3217000-0x00000000c3228000) (0MB)
    [ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x00000000c3228000-0x00000000c418a000) (15MB)
    [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000c418a000-0x00000000c4db0000) (12MB)
    [ 0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000c4db0000-0x00000000c61b0000) (20MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000c61b0000-0x00000000c61b8000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000c61b8000-0x00000000c61bb000) (0MB)
    [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000c61bb000-0x00000000c61bc000) (0MB)
    [ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000c61bc000-0x00000000c61bf000) (0MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000c61bf000-0x00000000c63a8000) (1MB)
    [ 0.000000] efi: mem26: type=1, attr=0xf, range=[0x00000000c63a8000-0x00000000c63bf000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000c63bf000-0x00000000c76e6000) (19MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000c76e6000-0x00000000c864a000) (15MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000c864a000-0x00000000c864c000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000c864c000-0x00000000c864e000) (0MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000c864e000-0x00000000c8650000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000c8650000-0x00000000c8697000) (0MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000c8697000-0x00000000c8699000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000c8699000-0x00000000c86cb000) (0MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000c86cb000-0x00000000c86cc000) (0MB)
    [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000c86cc000-0x00000000c87ff000) (1MB)
    [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000c87ff000-0x00000000c8803000) (0MB)
    [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000c8803000-0x00000000c8806000) (0MB)
    [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000c8806000-0x00000000c8807000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000c8807000-0x00000000c885a000) (0MB)
    [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000c885a000-0x00000000c8882000) (0MB)
    [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000c8882000-0x00000000c88b0000) (0MB)
    [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000c88b0000-0x00000000c88b1000) (0MB)
    [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000c88b1000-0x00000000c8c65000) (3MB)
    [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000c8c65000-0x00000000c8c67000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000c8c67000-0x00000000c8c78000) (0MB)
    [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000c8c78000-0x00000000c8c7a000) (0MB)
    [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000c8c7a000-0x00000000ca3bf000) (23MB)
    [ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ca3bf000-0x00000000ca435000) (0MB)
    [ 0.000000] efi: mem50: type=3, attr=0xf, range=[0x00000000ca435000-0x00000000ca7bf000) (3MB)
    [ 0.000000] efi: mem51: type=5, attr=0x800000000000000f, range=[0x00000000ca7bf000-0x00000000ca865000) (0MB)
    [ 0.000000] efi: mem52: type=6, attr=0x800000000000000f, range=[0x00000000ca865000-0x00000000ca866000) (0MB)
    [ 0.000000] efi: mem53: type=5, attr=0x800000000000000f, range=[0x00000000ca866000-0x00000000ca868000) (0MB)
    [ 0.000000] efi: mem54: type=6, attr=0x800000000000000f, range=[0x00000000ca868000-0x00000000ca869000) (0MB)
    [ 0.000000] efi: mem55: type=5, attr=0x800000000000000f, range=[0x00000000ca869000-0x00000000ca86f000) (0MB)
    [ 0.000000] efi: mem56: type=6, attr=0x800000000000000f, range=[0x00000000ca86f000-0x00000000ca870000) (0MB)
    [ 0.000000] efi: mem57: type=5, attr=0x800000000000000f, range=[0x00000000ca870000-0x00000000ca883000) (0MB)
    [ 0.000000] efi: mem58: type=6, attr=0x800000000000000f, range=[0x00000000ca883000-0x00000000ca884000) (0MB)
    [ 0.000000] efi: mem59: type=5, attr=0x800000000000000f, range=[0x00000000ca884000-0x00000000ca894000) (0MB)
    [ 0.000000] efi: mem60: type=6, attr=0x800000000000000f, range=[0x00000000ca894000-0x00000000ca895000) (0MB)
    [ 0.000000] efi: mem61: type=5, attr=0x800000000000000f, range=[0x00000000ca895000-0x00000000ca8a9000) (0MB)
    [ 0.000000] efi: mem62: type=6, attr=0x800000000000000f, range=[0x00000000ca8a9000-0x00000000ca8aa000) (0MB)
    [ 0.000000] efi: mem63: type=5, attr=0x800000000000000f, range=[0x00000000ca8aa000-0x00000000ca8e3000) (0MB)
    [ 0.000000] efi: mem64: type=6, attr=0x800000000000000f, range=[0x00000000ca8e3000-0x00000000ca935000) (0MB)
    [ 0.000000] efi: mem65: type=5, attr=0x800000000000000f, range=[0x00000000ca935000-0x00000000ca9bf000) (0MB)
    [ 0.000000] efi: mem66: type=6, attr=0x800000000000000f, range=[0x00000000ca9bf000-0x00000000caabf000) (1MB)
    [ 0.000000] efi: mem67: type=0, attr=0xf, range=[0x00000000caabf000-0x00000000caebf000) (4MB)
    [ 0.000000] efi: mem68: type=10, attr=0xf, range=[0x00000000caebf000-0x00000000cafbf000) (1MB)
    [ 0.000000] efi: mem69: type=9, attr=0xf, range=[0x00000000cafbf000-0x00000000cafff000) (0MB)
    [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000cafff000-0x00000000cb000000) (0MB)
    [ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x0000000100000000-0x000000022f600000) (4854MB)
    [ 0.000000] efi: mem72: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem73: type=0, attr=0x0, range=[0x00000000cb000000-0x00000000cfa00000) (74MB)
    [ 0.000000] efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000f0000000-0x00000000f4000000) (64MB)
    [ 0.000000] efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb04000) (0MB)
    [ 0.000000] efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem77: type=11, attr=0x8000000000000001, range=[0x00000000fed10000-0x00000000fed1a000) (0MB)
    [ 0.000000] efi: mem78: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem79: type=0, attr=0x0, range=[0x00000000fed98000-0x00000000feda0000) (0MB)
    [ 0.000000] efi: mem80: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem81: type=11, attr=0x8000000000000000, range=[0x00000000ffcc0000-0x0000000100000000) (3MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 20175/INVALID, BIOS 66CN54WW 01/21/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0C8000000 mask FFE000000 write-back
    [ 0.000000] 4 base 0CA000000 mask FFF000000 write-back
    [ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 6 base 100000000 mask F00000000 write-back
    [ 0.000000] 7 base 200000000 mask FC0000000 write-back
    [ 0.000000] 8 base 22F600000 mask FFFE00000 uncachable
    [ 0.000000] 9 base 22F800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    [ 0.000000] [mem 0x22f400000-0x22f5fffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    [ 0.000000] [mem 0x22c000000-0x22f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x22bffffff]
    [ 0.000000] [mem 0x200000000-0x22bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] BRK [0x01b45000, 0x01b45fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xc4daffff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xc4bfffff] page 2M
    [ 0.000000] [mem 0xc4c00000-0xc4daffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc61b0000-0xca7befff]
    [ 0.000000] [mem 0xc61b0000-0xc61fffff] page 4k
    [ 0.000000] [mem 0xc6200000-0xca5fffff] page 2M
    [ 0.000000] [mem 0xca600000-0xca7befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] [mem 0xcafff000-0xcaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7fba4000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000caffe014 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000caffe210 0000DC (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP 00000000caff5000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 00000000cafe9000 008814 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS 00000000cafbb000 000040
    [ 0.000000] ACPI: SLIC 00000000caffd000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: UEFI 00000000caffc000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caffb000 000662 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caffa000 000A39 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff9000 000098 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff8000 000058 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff7000 000757 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! 00000000caff6000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET 00000000caff4000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 00000000caff3000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 00000000caff2000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDAT 00000000cafe8000 000224 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafe6000 001068 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 00000000cafe4000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASPT 00000000cafe2000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DBGP 00000000cafe1000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT 00000000cafdf000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MSDM 00000000cafde000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafdd000 0009AA (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafdc000 000B22 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DMAR 00000000cafdb000 0000B8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BGRT 00000000cafda000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22f5fffff]
    [ 0.000000] NODE_DATA [mem 0x22f5f1000-0x22f5f5fff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x22f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xc4daffff]
    [ 0.000000] node 0: [mem 0xc61b0000-0xca7befff]
    [ 0.000000] node 0: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x22f5fffff]
    [ 0.000000] On node 0 totalpages: 2066246
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3975 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12807 pages used for memmap
    [ 0.000000] DMA32 zone: 819647 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19416 pages used for memmap
    [ 0.000000] Normal zone: 1242624 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3217000-0xc3217fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3227000-0xc3227fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc4db0000-0xc61affff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca7bf000-0xcaebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcaebf000-0xcafbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcafbf000-0xcaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfed97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed98000-0xfed9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeda0000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffcbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffcc0000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfa00000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88022f200000 s86656 r8192 d23936 u262144
    [ 0.000000] pcpu-alloc: s86656 r8192 d23936 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2033937
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux-lts.img root=/dev/mapper/Linux-Arch rw resume=/dev/mapper/Linux-Swap pcie_aspm=force i915.i915_enable_rc6=1
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 7988560K/8264984K available (5187K kernel code, 858K rwdata, 1640K rodata, 1136K init, 1300K bss, 276424K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2494.263 MHz processor
    [ 0.000042] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.52 BogoMIPS (lpj=24942630)
    [ 0.000045] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20131218
    [ 0.008110] ACPI: All ACPI Tables successfully acquired
    [ 0.034617] Security Framework initialized
    [ 0.034625] Yama: becoming mindful.
    [ 0.035238] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.037855] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.039006] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.039017] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.039253] Initializing cgroup subsys memory
    [ 0.039259] Initializing cgroup subsys devices
    [ 0.039260] Initializing cgroup subsys freezer
    [ 0.039262] Initializing cgroup subsys net_cls
    [ 0.039264] Initializing cgroup subsys blkio
    [ 0.039291] CPU: Physical Processor ID: 0
    [ 0.039293] CPU: Processor Core ID: 0
    [ 0.039298] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.039769] mce: CPU supports 7 MCE banks
    [ 0.039782] CPU0: Thermal monitoring enabled (TM1)
    [ 0.039792] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.039910] Freeing SMP alternatives memory: 20K (ffffffff819f4000 - ffffffff819f9000)
    [ 0.043468] ftrace: allocating 20111 entries in 79 pages
    [ 0.054896] dmar: Host address width 36
    [ 0.054899] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.054906] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.054908] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.054912] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.054914] dmar: RMRR base: 0x000000cae8c000 end: 0x000000caeabfff
    [ 0.054915] dmar: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
    [ 0.054992] IOAPIC id 0 under DRHD base 0xfed91000 IOMMU 1
    [ 0.054994] HPET id 0 under DRHD base 0xfed91000
    [ 0.054995] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.055169] Enabled IRQ remapping in x2apic mode
    [ 0.055170] Enabling x2apic
    [ 0.055172] Enabled x2apic
    [ 0.055180] Switched APIC routing to cluster x2apic.
    [ 0.055649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.155770] smpboot: CPU0: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.155781] TSC deadline timer enabled
    [ 0.155793] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.155800] ... version: 3
    [ 0.155802] ... bit width: 48
    [ 0.155803] ... generic registers: 4
    [ 0.155804] ... value mask: 0000ffffffffffff
    [ 0.155805] ... max period: 0000ffffffffffff
    [ 0.155806] ... fixed-purpose events: 3
    [ 0.155807] ... event mask: 000000070000000f
    [ 0.157083] x86: Booting SMP configuration:
    [ 0.157086] .... node #0, CPUs: #1 #2 #3
    [ 0.198397] x86: Booted up 1 node, 4 CPUs
    [ 0.198401] smpboot: Total of 4 processors activated (19954.10 BogoMIPS)
    [ 0.202933] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.203185] devtmpfs: initialized
    [ 0.206444] PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
    [ 0.207361] pinctrl core: initialized pinctrl subsystem
    [ 0.207403] RTC time: 18:04:53, date: 11/03/14
    [ 0.207440] NET: Registered protocol family 16
    [ 0.207534] cpuidle: using governor ladder
    [ 0.207535] cpuidle: using governor menu
    [ 0.207568] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.207570] ACPI: bus type PCI registered
    [ 0.207572] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.207648] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.207651] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.207745] PCI: Using configuration type 1 for base access
    [ 0.208531] bio: create slab <bio-0> at 0
    [ 0.208645] ACPI: Added _OSI(Module Device)
    [ 0.208647] ACPI: Added _OSI(Processor Device)
    [ 0.208648] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.208649] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.211733] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.236410] ACPI: SSDT 00000000cae17018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
    [ 0.236803] ACPI: Dynamic OEM Table Load:
    [ 0.236805] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
    [ 0.266214] ACPI: SSDT 00000000cae18a98 000303 (v01 PmRef ApIst 00003000 INTL 20121220)
    [ 0.266634] ACPI: Dynamic OEM Table Load:
    [ 0.266636] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20121220)
    [ 0.296118] ACPI: SSDT 00000000cae16d98 000119 (v01 PmRef ApCst 00003000 INTL 20121220)
    [ 0.296501] ACPI: Dynamic OEM Table Load:
    [ 0.296503] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20121220)
    [ 0.773800] ACPI: Interpreter enabled
    [ 0.773808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
    [ 0.773813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    [ 0.773829] ACPI: (supports S0 S3 S4 S5)
    [ 0.773831] ACPI: Using IOAPIC for interrupt routing
    [ 0.773864] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.774030] ACPI: No dock devices found.
    [ 0.780437] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.780443] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.780579] \_SB_.PCI0:_OSC invalid UUID
    [ 0.780581] _OSC request data:1 1f 0
    [ 0.780585] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.781130] PCI host bridge to bus 0000:00
    [ 0.781133] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.781136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.781137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.781139] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.781141] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.781143] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.781145] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.781147] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.781148] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.781150] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.781152] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.781154] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.781156] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.781157] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.781159] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.781161] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.781163] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    [ 0.781171] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.781277] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.781291] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe03fffff 64bit]
    [ 0.781299] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.781305] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
    [ 0.781403] pci 0000:00:04.0: [8086:0153] type 00 class 0x118000
    [ 0.781415] pci 0000:00:04.0: reg 0x10: [mem 0xfed98000-0xfed9ffff 64bit]
    [ 0.781541] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.781567] pci 0000:00:14.0: reg 0x10: [mem 0xe0400000-0xe040ffff 64bit]
    [ 0.781646] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.781694] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.781745] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.781772] pci 0000:00:16.0: reg 0x10: [mem 0xe041c000-0xe041c00f 64bit]
    [ 0.781856] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.781955] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.781980] pci 0000:00:1a.0: reg 0x10: [mem 0xe0421000-0xe04213ff]
    [ 0.782080] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.782144] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.782193] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.782212] pci 0000:00:1b.0: reg 0x10: [mem 0xe0418000-0xe041bfff 64bit]
    [ 0.782296] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.782345] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.782396] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.782420] pci 0000:00:1d.0: reg 0x10: [mem 0xe0420000-0xe04203ff]
    [ 0.782520] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.782583] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.782634] pci 0000:00:1f.0: [8086:1e56] type 00 class 0x060100
    [ 0.782828] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.782850] pci 0000:00:1f.2: reg 0x10: [io 0x2088-0x208f]
    [ 0.782859] pci 0000:00:1f.2: reg 0x14: [io 0x2094-0x2097]
    [ 0.782869] pci 0000:00:1f.2: reg 0x18: [io 0x2080-0x2087]
    [ 0.782877] pci 0000:00:1f.2: reg 0x1c: [io 0x2090-0x2093]
    [ 0.782887] pci 0000:00:1f.2: reg 0x20: [io 0x2060-0x207f]
    [ 0.782897] pci 0000:00:1f.2: reg 0x24: [mem 0xe041f000-0xe041f7ff]
    [ 0.782948] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.783031] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.783050] pci 0000:00:1f.3: reg 0x10: [mem 0xe041d000-0xe041d0ff 64bit]
    [ 0.783074] pci 0000:00:1f.3: reg 0x20: [io 0x2040-0x205f]
    [ 0.783173] pci 0000:00:1f.6: [8086:1e24] type 00 class 0x118000
    [ 0.783198] pci 0000:00:1f.6: reg 0x10: [mem 0xe041e000-0xe041efff 64bit]
    [ 0.783553] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783614] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783672] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783732] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783790] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783848] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783908] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783966] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.784076] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.784121] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.784209] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.784212] vgaarb: loaded
    [ 0.784213] vgaarb: bridge control possible 0000:00:02.0
    [ 0.784333] PCI: Using ACPI for IRQ routing
    [ 0.786165] PCI: pci_cache_line_size set to 64 bytes
    [ 0.786172] pci 0000:00:04.0: no compatible bridge window for [mem 0xfed98000-0xfed9ffff 64bit]
    [ 0.786212] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    [ 0.786214] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.786216] e820: reserve RAM buffer [mem 0xc3217018-0xc3ffffff]
    [ 0.786217] e820: reserve RAM buffer [mem 0xc4db0000-0xc7ffffff]
    [ 0.786219] e820: reserve RAM buffer [mem 0xca7bf000-0xcbffffff]
    [ 0.786221] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [ 0.786222] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    [ 0.786315] NetLabel: Initializing
    [ 0.786317] NetLabel: domain hash size = 128
    [ 0.786318] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.786331] NetLabel: unlabeled traffic allowed by default
    [ 0.786356] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.786361] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.788395] Switched to clocksource hpet
    [ 0.793449] pnp: PnP ACPI init
    [ 0.793466] ACPI: bus type PNP registered
    [ 0.793581] pnp 00:00: [dma 4]
    [ 0.793609] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.793633] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.793732] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.793773] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.793820] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.793822] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.793824] system 00:04: [io 0xffff] has been reserved
    [ 0.793826] system 00:04: [io 0xffff] has been reserved
    [ 0.793829] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.793831] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.793833] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.793835] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.793838] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.793870] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.793919] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.793922] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.793963] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.794001] pnp 00:08: Plug and Play ACPI device, IDs SYN2b01 SYN2b00 SYN0002 PNP0f13 (active)
    [ 0.794134] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.794137] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.794139] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.794141] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.794143] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.794145] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.794148] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.794150] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.794152] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.794154] system 00:09: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [ 0.794157] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.794451] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.794453] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.794456] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.794473] pnp: PnP ACPI: found 11 devices
    [ 0.794475] ACPI: bus type PNP unregistered
    [ 0.801229] pci 0000:00:04.0: BAR 0: assigned [mem 0xcfa08000-0xcfa0ffff 64bit]
    [ 0.801237] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.801239] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.801241] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.801243] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.801245] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.801247] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.801249] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.801251] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.801253] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.801254] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.801256] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.801258] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.801260] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.801262] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.801264] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.801266] pci_bus 0000:00: resource 19 [mem 0xcfa00000-0xfeafffff]
    [ 0.801299] NET: Registered protocol family 2
    [ 0.801504] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.801681] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.801864] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.801881] TCP: reno registered
    [ 0.801894] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.801927] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.802001] NET: Registered protocol family 1
    [ 0.802012] pci 0000:00:02.0: Boot video device
    [ 0.838581] PCI: CLS 64 bytes, default 64
    [ 0.838623] Unpacking initramfs...
    [ 0.931743] Freeing initrd memory: 4464K (ffff88007fba4000 - ffff880080000000)
    [ 0.931755] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.931757] software IO TLB [mem 0xbf1c0000-0xc31c0000] (64MB) mapped at [ffff8800bf1c0000-ffff8800c31bffff]
    [ 0.931789] Simple Boot Flag at 0x44 set to 0x1
    [ 0.932025] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932033] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932042] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932051] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932111] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.932127] Scanning for low memory corruption every 60 seconds
    [ 0.932408] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.948267] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.949675] zbud: loaded
    [ 0.949848] VFS: Disk quotas dquot_6.5.2
    [ 0.949897] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.950024] msgmni has been set to 15732
    [ 0.950080] Key type big_key registered
    [ 0.950224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.950262] io scheduler noop registered
    [ 0.950265] io scheduler deadline registered (default)
    [ 0.950296] io scheduler cfq registered
    [ 0.950355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.950370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.950401] efifb: probing for efifb
    [ 0.950423] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 5628k, total 5625k
    [ 0.950425] efifb: mode is 1600x900x32, linelength=6400, pages=1
    [ 0.950426] efifb: scrolling: redraw
    [ 0.950428] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.955222] Console: switching to colour frame buffer device 200x56
    [ 0.959939] fb0: EFI VGA frame buffer device
    [ 0.959947] intel_idle: MWAIT substates: 0x21120
    [ 0.959948] intel_idle: v0.4 model 0x3A
    [ 0.959949] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.960140] GHES: HEST is not enabled!
    [ 0.960192] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.960674] Linux agpgart interface v0.103
    [ 0.960719] rtc_cmos 00:05: RTC can wake from S4
    [ 0.960854] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.960891] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.960901] Intel P-state driver initializing.
    [ 0.960913] Intel pstate controlling: cpu 0
    [ 0.960933] Intel pstate controlling: cpu 1
    [ 0.960948] Intel pstate controlling: cpu 2
    [ 0.960965] Intel pstate controlling: cpu 3
    [ 0.960993] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.961133] TCP: cubic registered
    [ 0.961239] NET: Registered protocol family 10
    [ 0.961427] NET: Registered protocol family 17
    [ 0.961965] registered taskstats version 1
    [ 0.962642] Magic number: 6:677:88
    [ 0.962705] acpi INT3F0D:00: hash matches
    [ 0.962828] rtc_cmos 00:05: setting system clock to 2014-11-03 18:04:54 UTC (1415037894)
    [ 0.963002] PM: Checking hibernation image partition /dev/mapper/Linux-Swap
    [ 0.963010] PM: Hibernation image not present or could not be loaded.
    [ 0.964972] Freeing unused kernel memory: 1136K (ffffffff818d8000 - ffffffff819f4000)
    [ 0.964975] Write protecting the kernel read-only data: 8192k
    [ 0.970240] Freeing unused kernel memory: 944K (ffff880001514000 - ffff880001600000)
    [ 0.971926] Freeing unused kernel memory: 408K (ffff88000179a000 - ffff880001800000)
    [ 0.980028] random: systemd-tmpfile urandom read with 3 bits of entropy available
    [ 0.981987] systemd-udevd[57]: starting version 216
    [ 0.993396] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.999168] ACPI: bus type USB registered
    [ 0.999188] usbcore: registered new interface driver usbfs
    [ 0.999195] usbcore: registered new interface driver hub
    [ 0.999618] SCSI subsystem initialized
    [ 0.999671] usbcore: registered new device driver usb
    [ 1.000171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.000324] ehci-pci: EHCI PCI platform driver
    [ 1.000472] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.000479] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.000498] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.001114] libata version 3.00 loaded.
    [ 1.004412] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.004425] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0421000
    [ 1.005570] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.005576] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.018706] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.018976] hub 1-0:1.0: USB hub found
    [ 1.018989] hub 1-0:1.0: 2 ports detected
    [ 1.019277] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.019281] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.019293] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.023202] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.023218] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0420000
    [ 1.028001] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.038738] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.039375] hub 2-0:1.0: USB hub found
    [ 1.039401] hub 2-0:1.0: 2 ports detected
    [ 1.039970] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.039984] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.040112] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.040137] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 1.040384] hub 3-0:1.0: USB hub found
    [ 1.040404] hub 3-0:1.0: 4 ports detected
    [ 1.040970] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.040975] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 1.041377] hub 4-0:1.0: USB hub found
    [ 1.041406] hub 4-0:1.0: 4 ports detected
    [ 1.041933] ahci 0000:00:1f.2: version 3.0
    [ 1.042141] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 1.042189] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x1 impl SATA mode
    [ 1.042192] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 1.042951] scsi0 : ahci
    [ 1.043089] scsi1 : ahci
    [ 1.043205] scsi2 : ahci
    [ 1.043321] scsi3 : ahci
    [ 1.043443] scsi4 : ahci
    [ 1.043605] scsi5 : ahci
    [ 1.043699] ata1: SATA max UDMA/133 abar m2048@0xe041f000 port 0xe041f100 irq 43
    [ 1.043704] ata2: DUMMY
    [ 1.043707] ata3: DUMMY
    [ 1.043709] ata4: DUMMY
    [ 1.043711] ata5: DUMMY
    [ 1.043713] ata6: DUMMY
    [ 1.339195] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.389168] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.390125] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 1.390134] ata1.00: ATA-9: SAMSUNG MZMTD256HAGM-000L1, DXT42L0Q, max UDMA/133
    [ 1.390139] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.390821] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 1.390986] ata1.00: configured for UDMA/133
    [ 1.391372] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZMTD256 DXT4 PQ: 0 ANSI: 5
    [ 1.401296] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 1.401579] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.401588] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.401790] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.404906] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
    [ 1.406850] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.490272] hub 1-1:1.0: USB hub found
    [ 1.490465] hub 1-1:1.0: 6 ports detected
    [ 1.512747] device-mapper: uevent: version 1.0.3
    [ 1.512926] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 1.519284] bio: create slab <bio-1> at 1
    [ 1.545404] PM: Starting manual resume from disk
    [ 1.545409] PM: Hibernation image partition 254:0 present
    [ 1.545411] PM: Looking for hibernation image.
    [ 1.545576] PM: Image not found (code -22)
    [ 1.545578] PM: Hibernation image not present or could not be loaded.
    [ 1.579429] atkbd serio0: Unknown key pressed (translated set 2, code 0xbe on isa0060/serio0).
    [ 1.579432] atkbd serio0: Use 'setkeycodes e03e <keycode>' to make it known.
    [ 1.583409] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.584558] atkbd serio0: Unknown key released (translated set 2, code 0xbe on isa0060/serio0).
    [ 1.584561] atkbd serio0: Use 'setkeycodes e03e <keycode>' to make it known.
    [ 1.609376] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.665486] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 1.665742] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 1.665813] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 1.665853] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 1.665880] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 1.665906] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 1.665932] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 1.665987] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 1.666093] systemd[1]: Detected architecture 'x86-64'.
    [ 1.667499] systemd[1]: Set hostname to <arch-yogi>.
    [ 1.668059] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
    [ 1.668094] systemd[1]: Installed release agent.
    [ 1.668133] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 1.669521] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 147.
    [ 1.669581] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 148.
    [ 1.669637] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 149.
    [ 1.669689] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 150.
    [ 1.669743] systemd[146]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 151.
    [ 1.669826] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 152.
    [ 1.669899] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-debug-generator as 153.
    [ 1.669992] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 154.
    [ 1.671020] systemd[146]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
    [ 1.677317] systemd[146]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
    [ 1.678493] systemd[146]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
    [ 1.678499] systemd[146]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
    [ 1.689210] systemd[146]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
    [ 1.689216] systemd[146]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
    [ 1.689220] systemd[146]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
    [ 1.689223] systemd[146]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
    [ 1.689278] systemd[1]: /usr/lib/systemd/system-generators succeeded.
    [ 1.689509] systemd[1]: Looking for unit files in (higher priority first):
    [ 1.689512] systemd[1]: /etc/systemd/system
    [ 1.689513] systemd[1]: /run/systemd/system
    [ 1.689514] systemd[1]: /run/systemd/generator
    [ 1.689516] systemd[1]: /usr/local/lib/systemd/system
    [ 1.689517] systemd[1]: /usr/lib/systemd/system
    [ 1.689518] systemd[1]: /run/systemd/generator.late
    [ 1.689520] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 1.696010] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 1.699470] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 1.704745] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 1.711661] systemd[1]: Failed to load configuration for plymouth-quit.service: No such file or directory
    [ 1.712238] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 1.720811] systemd[1]: Using notification socket /run/systemd/notify
    [ 1.720824] systemd[1]: Successfully created private D-Bus server.
    [ 1.720829] systemd[1]: -.mount changed dead -> mounted
    [ 1.720856] systemd[1]: Activating default unit: default.target
    [ 1.720860] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 1.720991] systemd[1]: Looking at job [email protected]/stop conflicted_by=yes
    [ 1.720993] systemd[1]: Looking at job [email protected]/start conflicted_by=no
    [ 1.720996] systemd[1]: Fixing conflicting jobs [email protected]/stop,[email protected]/start by deleting job [email protected]/start
    [ 1.720998] systemd[1]: Looking at job gdm.service/start conflicted_by=no
    [ 1.721000] systemd[1]: Looking at job gdm.service/stop conflicted_by=no
    [ 1.721002] systemd[1]: Fixing conflicting jobs gdm.service/start,gdm.service/stop by deleting job gdm.service/stop
    [ 1.721036] systemd[1]: Installed new job graphical.target/start as 1
    [ 1.721044] systemd[1]: Installed new job multi-user.target/start as 2
    [ 1.721048] systemd[1]: Installed new job basic.target/start as 3
    [ 1.721052] systemd[1]: Installed new job sysinit.target/start as 4
    [ 1.721056] systemd[1]: Installed new job local-fs.target/start as 5
    [ 1.721059] systemd[1]: Installed new job boot.mount/start as 6
    [ 1.721063] systemd[1]: Installed new job system.slice/start as 8
    [ 1.721067] systemd[1]: Installed new job -.slice/start as 9
    [ 1.721070] systemd[1]: Installed new job dev-sda2.device/start as 10
    [ 1.721077] systemd[1]: Installed new job [email protected]/start as 11
    [ 1.721082] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
    [ 1.721085] systemd[1]: Installed new job home.mount/start as 15
    [ 1.721089] systemd[1]: Installed new job dev-mapper-Linux\x2dHome.device/start as 16
    [ 1.721093] systemd[1]: Installed new job systemd-fsck@dev-mapper-Linux\x2dHome.service/start as 17
    [ 1.721097] systemd[1]: Installed new job systemd-fsck-root.service/start as 18
    [ 1.721100] systemd[1]: Installed new job tmp.mount/start as 19
    [ 1.721104] systemd[1]: Installed new job systemd-remount-fs.service/start as 20
    [ 1.721107] systemd[1]: Installed new job local-fs-pre.target/start as 21
    [ 1.721110] systemd[1]: Installed new job boot.automount/start as 22
    [ 1.721114] systemd[1]: Installed new job swap.target/start as 23
    [ 1.721117] systemd[1]: Installed new job dev-mapper-Linux\x2dSwap.swap/start as 24
    [ 1.721121] systemd[1]: Installed new job dev-mapper-Linux\x2dSwap.device/start as 25
    [ 1.721124] systemd[1]: Installed new job systemd-timesyncd.service/start as 26
    [ 1.721127] systemd[1]: Installed new job time-sync.target/start as 27
    [ 1.721131] systemd[1]: Installed new job ldconfig.service/start as 28
    [ 1.721134] systemd[1]: Installed new job sys-kernel-debug.mount/start as 29
    [ 1.721137] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 30
    [ 1.721140] systemd[1]: Installed new job sys-kernel-config.mount/start as 31
    [ 1.721144] systemd[1]: Installed new job systemd-journal-flush.service/start as 32
    [ 1.721147] systemd[1]: Installed new job systemd-journald.service/start as 33
    [ 1.721150] systemd[1]: Installed new job systemd-journald.socket/start as 34
    [ 1.721154] systemd[1]: Installed new job systemd-journald-dev-log.socket/start as 35
    [ 1.721157] systemd[1]: Installed new job systemd-sysctl.service/start as 36
    [ 1.721160] systemd[1]: Installed new job systemd-firstboot.service/start as 37
    [ 1.721164] systemd[1]: Installed new job cryptsetup.target/start as 38
    [ 1.721167] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 39
    [ 1.721170] systemd[1]: Installed new job kmod-static-nodes.service/start as 40
    [ 1.721173] systemd[1]: Installed new job systemd-binfmt.service/start as 41
    [ 1.721177] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 42
    [ 1.721180] systemd[1]: Installed new job systemd-journal-catalog-update.service/start as 43
    [ 1.721184] systemd[1]: Installed new job systemd-udevd.service/start as 44
    [ 1.721187] systemd[1]: Installed new job systemd-udevd-control.socket/start as 45
    [ 1.721191] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 46
    [ 1.721194] systemd[1]: Installed new job systemd-ask-password-console.path/start as 47
    [ 1.721197] systemd[1]: Installed new job systemd-random-seed.service/start as 48
    [ 1.721200] systemd[1]: Installed new job dev-mqueue.mount/start as 49
    [ 1.721204] systemd[1]: Installed new job systemd-modules-load.service/start as 50
    [ 1.721207] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 51
    [ 1.721211] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 52
    [ 1.721214] systemd[1]: Installed new job systemd-udev-trigger.service/start as 53
    [ 1.721217] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 54
    [ 1.721220] systemd[1]: Installed new job systemd-update-utmp.service/start as 55
    [ 1.721224] systemd[1]: Installed new job dev-hugepages.mount/start as 56
    [ 1.721227] systemd[1]: Installed new job systemd-sysusers.service/start as 57
    [ 1.721230] systemd[1]: Installed new job systemd-udev-hwdb-update.service/start as 58
    [ 1.721233] systemd[1]: Installed new job systemd-update-done.service/start as 59
    [ 1.721237] systemd[1]: Installed new job sockets.target/start as 62
    [ 1.721240] systemd[1]: Installed new job acpid.socket/start as 63
    [ 1.721244] systemd[1]: Installed new job systemd-shutdownd.socket/start as 64
    [ 1.721247] systemd[1]: Installed new job dm-event.socket/start as 65
    [ 1.721250] systemd[1]: Installed new job systemd-initctl.socket/start as 66
    [ 1.721254] systemd[1]: Installed new job dbus.socket/start as 67
    [ 1.721257] systemd[1]: Installed new job timers.target/start as 68
    [ 1.721260] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 69
    [ 1.721263] systemd[1]: Installed new job paths.target/start as 70
    [ 1.721267] systemd[1]: Installed new job slices.target/start as 71
    [ 1.721270] systemd[1]: Installed new job acpid.service/start as 72
    [ 1.721272] systemd[1]: Installed new job systemd-udev-settle.service/start as 73
    [ 1.721276] systemd[1]: Installed new job remote-fs.target/start as 74
    [ 1.721279] systemd[1]: Installed new job NetworkManager.service/start as 75
    [ 1.721282] systemd[1]: Installed new job network.target/start as 76
    [ 1.721286] systemd[1]: Installed new job man-db.timer/start as 77
    [ 1.721289] systemd[1]: Installed new job dbus.service/start as 78
    [ 1.721292] systemd[1]: Installed new job getty.target/start as 79
    [ 1.721295] systemd[1]: Installed new job system-getty.slice/start as 81
    [ 1.721299] systemd[1]: Installed new job gdm.service

    So it times out (taking 3 minutes) then says
    [FAILED] Failed to start udev Wait for Complete Device Initialization.
    See "systemctl status systemd-udev-settle.service" for details
    [DEPEND] Dependency failed for ACPI event daemon
    so I ran
    systemctl status systemd-udev-settle
    with this output:
    ● systemd-udev-settle.service - udev Wait for Complete Device Initialization
    Loaded: loaded (/usr/lib/systemd/system/systemd-udev-settle.service; static)
    Active: active (exited) since Thu 2014-11-13 11:40:16 EST; 1min 24s ago
    Docs: man:udev(7)
    man:systemd-udevd.service(8)
    Process: 583 ExecStart=/usr/bin/udevadm settle (code=exited, status=0/SUCCESS)
    Main PID: 583 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/systemd-udev-settle.service
    Nov 13 11:40:14 arch-yogi systemd[1]: systemd-udev-settle.service changed failed -> start
    Nov 13 11:40:16 arch-yogi systemd[1]: Child 583 belongs to systemd-udev-settle.service
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service: main process exited, code=exited, status=0/SUCCESS
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service changed start -> exited
    Nov 13 11:40:16 arch-yogi systemd[1]: Job systemd-udev-settle.service/start finished, result=done
    Nov 13 11:40:16 arch-yogi systemd[1]: Started udev Wait for Complete Device Initialization.
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service: cgroup is empty
    and after another
    systemd-analyze blame
    I get:
    2.358s systemd-udev-settle.service
    995ms lvm2-pvscan@8:8.service
    558ms rtkit-daemon.service
    488ms NetworkManager.service
    458ms udisks2.service
    341ms systemd-udev-trigger.service
    341ms systemd-binfmt.service
    319ms systemd-tmpfiles-setup-dev.service
    315ms systemd-random-seed.service
    301ms systemd-journald.service
    299ms proc-sys-fs-binfmt_misc.mount
    166ms systemd-udevd.service
    133ms [email protected]
    108ms systemd-journal-flush.service
    98ms systemd-logind.service
    90ms systemd-timesyncd.service
    80ms bluetooth.service
    65ms [email protected]
    47ms polkit.service
    37ms accounts-daemon.service
    28ms wpa_supplicant.service
    26ms systemd-sysctl.service
    25ms colord.service
    23ms systemd-fsck@dev-mapper-Linux\x2dHome.service
    23ms [email protected]
    22ms [email protected]
    21ms [email protected]
    19ms boot.mount
    18ms upower.service
    17ms avahi-daemon.service
    14ms systemd-remount-fs.service
    13ms gdm.service
    11ms tmp.mount
    11ms systemd-vconsole-setup.service
    10ms sys-kernel-debug.mount
    9ms dev-mapper-Linux\x2dSwap.swap
    8ms kmod-static-nodes.service
    6ms systemd-tmpfiles-setup.service
    5ms systemd-user-sessions.service
    5ms dev-mqueue.mount
    4ms systemd-update-utmp.service
    3ms home.mount
    3ms sys-kernel-config.mount
    3ms sys-fs-fuse-connections.mount
    3ms systemd-backlight@backlight:intel_backlight.service
    2ms dev-hugepages.mount
    systemd-analyze gets it right though:
    Startup finished in 2.538s (firmware) + 62ms (loader) + 2.238s (kernel) + 3min 3.161s (userspace) = 3min 8.001s
    What can I do?

  • [Systemd] Very long boot time

    I have a very long boot time with my Arch.
    Startup finished in 828766ms (kernel) + 63430ms (userspace) = 892196ms
    Especially after login into gnome, it takes quite a while until the desktop is visible. In meanwhile, I only see the wallpaper.  Does anyone has a suggestion how to fix that?
    Linux hostname 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64 GNU/Linux
    systemd-analzye blame shows
    18722ms colord.service
    16584ms home.mount
    12666ms plymouth-start.service
    11550ms boot.mount
    11350ms var.mount
    7604ms NetworkManager.service
    7261ms chrony.service
    1985ms wpa_supplicant.service
    1606ms systemd-modules-load.service
    1350ms systemd-tmpfiles-setup.service
    1202ms dev-hugepages.mount
    1189ms dev-mqueue.mount
    1080ms sys-kernel-debug.mount
    987ms systemd-udev-trigger.service
    946ms systemd-udevd.service
    879ms systemd-vconsole-setup.service
    495ms bluetooth.service
    376ms polkit.service
    358ms crashplan.service
    348ms systemd-readahead-replay.service
    346ms lm_sensors.service
    337ms upower.service
    331ms systemd-readahead-collect.service
    311ms systemd-logind.service
    289ms lvmetad.service
    286ms systemd-binfmt.service
    242ms cpupower.service
    206ms systemd-remount-fs.service
    174ms gdm.service
    140ms proc-sys-fs-binfmt_misc.mount
    94ms udisks2.service
    93ms rtkit-daemon.service
    87ms rc-local.service
    86ms systemd-user-sessions.service
    53ms systemd-sysctl.service
    24ms accounts-daemon.service
    2ms tmp.mount
    1ms sys-fs-fuse-connections.mount
    Dmesg shows:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptpool-cryptroot ro quiet splash cryptdevice=/dev/sda2:cryptvol init=/usr/lib/systemd/systemd radeon.modeset=1 pcie_aspm=force
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c727bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c727c000-0x00000000c7281fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7282000-0x00000000c73ebfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c73ec000-0x00000000c740efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c740f000-0x00000000c746efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c746f000-0x00000000c746ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7470000-0x00000000c74f0fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c74f1000-0x00000000c770efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c770f000-0x00000000c7717fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7718000-0x00000000c771efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c771f000-0x00000000c7770fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7771000-0x00000000c779efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c779f000-0x00000000c77e1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c77e2000-0x00000000c77fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c77ff000-0x00000000c77fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7800000-0x00000000c7ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f1004000-0x00000000f1004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000237ffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Dell Inc. Studio XPS 1645/0Y517R, BIOS A13 04/01/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x238000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-D3FFF write-through
    [ 0.000000] D4000-D7FFF uncachable
    [ 0.000000] D8000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 4 base 100000000 mask F00000000 write-back
    [ 0.000000] 5 base 200000000 mask FE0000000 write-back
    [ 0.000000] 6 base 220000000 mask FF0000000 write-back
    [ 0.000000] 7 base 230000000 mask FF8000000 write-back
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xc7800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f7360-0x000f736f] mapped at [ffff8800000f7360]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xc77fffff]
    [ 0.000000] [mem 0x00000000-0xc77fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xc77fffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x237ffffff]
    [ 0.000000] [mem 0x100000000-0x237ffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x237ffffff @ [mem 0xc77dc000-0xc77e1fff]
    [ 0.000000] RAMDISK: [mem 0x376e0000-0x37b67fff]
    [ 0.000000] ACPI: RSDP 00000000000f7280 00024 (v02 PTLTD )
    [ 0.000000] ACPI: XSDT 00000000c77f4285 00064 (v01 DELL QA09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000c77e4000 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 00000000c77e5000 0A839 (v02 Intel CALPELLA 06040000 INTL 20060912)
    [ 0.000000] ACPI: FACS 00000000c779bfc0 00040
    [ 0.000000] ACPI: HPET 00000000c77fecc2 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 00000000c77fecfa 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: APIC 00000000c77fed36 000BC (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000c77fedf2 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 00000000c77fee1a 00176 (v01 DELL QA09 06040000 LTP 00000000)
    [ 0.000000] ACPI: OSFR 00000000c77fef90 00070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: SSDT 00000000c77e3000 009F1 (v01 PmRef CpuPm 00003000 INTL 20060912)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000237ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x237ffffff]
    [ 0.000000] NODE_DATA [mem 0x237ffc000-0x237ffffff]
    [ 0.000000] [ffffea0000000000-ffffea0008dfffff] PMD -> [ffff88022f600000-ffff8802375fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x237ffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0xc727bfff]
    [ 0.000000] node 0: [mem 0xc7282000-0xc73ebfff]
    [ 0.000000] node 0: [mem 0xc740f000-0xc746efff]
    [ 0.000000] node 0: [mem 0xc770f000-0xc7717fff]
    [ 0.000000] node 0: [mem 0xc771f000-0xc7770fff]
    [ 0.000000] node 0: [mem 0xc779f000-0xc77e1fff]
    [ 0.000000] node 0: [mem 0xc77ff000-0xc77fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x237ffffff]
    [ 0.000000] On node 0 totalpages: 2094193
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3910 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 795941 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19968 pages used for memmap
    [ 0.000000] Normal zone: 1257984 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000c727c000 - 00000000c7282000
    [ 0.000000] PM: Registered nosave memory: 00000000c73ec000 - 00000000c740f000
    [ 0.000000] PM: Registered nosave memory: 00000000c746f000 - 00000000c7470000
    [ 0.000000] PM: Registered nosave memory: 00000000c7470000 - 00000000c74f1000
    [ 0.000000] PM: Registered nosave memory: 00000000c74f1000 - 00000000c770f000
    [ 0.000000] PM: Registered nosave memory: 00000000c7718000 - 00000000c771f000
    [ 0.000000] PM: Registered nosave memory: 00000000c7771000 - 00000000c779f000
    [ 0.000000] PM: Registered nosave memory: 00000000c77e2000 - 00000000c77ff000
    [ 0.000000] PM: Registered nosave memory: 00000000c7800000 - 00000000c8000000
    [ 0.000000] PM: Registered nosave memory: 00000000c8000000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f1004000
    [ 0.000000] PM: Registered nosave memory: 00000000f1004000 - 00000000f1005000
    [ 0.000000] PM: Registered nosave memory: 00000000f1005000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] e820: [mem 0xc8000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880237c00000 s84608 r8192 d21888 u262144
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2057835
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptpool-cryptroot ro quiet splash cryptdevice=/dev/sda2:cryptvol init=/usr/lib/systemd/systemd radeon.modeset=1 pcie_aspm=force
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8162844k/9306112k available (4727k kernel code, 929340k absent, 213928k reserved, 4143k data, 768k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1596.068 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.14 BogoMIPS (lpj=5320226)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000044] Security Framework initialized
    [ 0.000048] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000771] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.003000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003923] Mount-cache hash table entries: 256
    [ 0.004173] Initializing cgroup subsys cpuacct
    [ 0.004176] Initializing cgroup subsys memory
    [ 0.004184] Initializing cgroup subsys devices
    [ 0.004186] Initializing cgroup subsys freezer
    [ 0.004188] Initializing cgroup subsys net_cls
    [ 0.004189] Initializing cgroup subsys blkio
    [ 0.004216] CPU: Physical Processor ID: 0
    [ 0.004217] CPU: Processor Core ID: 0
    [ 0.004222] mce: CPU supports 9 MCE banks
    [ 0.004234] CPU0: Thermal monitoring enabled (TM1)
    [ 0.004241] process: using mwait in idle threads
    [ 0.004246] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift is 0x6
    [ 0.005569] ACPI: Core revision 20120711
    [ 0.021739] ftrace: allocating 18347 entries in 72 pages
    [ 0.034527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.067503] smpboot: CPU0: Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz stepping 05
    [ 0.172651] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.172658] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.172659] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.172661] ... version: 3
    [ 0.172662] ... bit width: 48
    [ 0.172663] ... generic registers: 4
    [ 0.172665] ... value mask: 0000ffffffffffff
    [ 0.172666] ... max period: 000000007fffffff
    [ 0.172667] ... fixed-purpose events: 3
    [ 0.172669] ... event mask: 000000070000000f
    [ 0.199435] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.212646] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
    [ 0.379170] Brought up 8 CPUs
    [ 0.379175] smpboot: Total of 8 processors activated (25547.13 BogoMIPS)
    [ 0.385494] devtmpfs: initialized
    [ 0.387562] PM: Registering ACPI NVS region [mem 0xc7470000-0xc74f0fff] (528384 bytes)
    [ 0.387574] PM: Registering ACPI NVS region [mem 0xc7771000-0xc779efff] (188416 bytes)
    [ 0.388860] NET: Registered protocol family 16
    [ 0.389041] ACPI: bus type pci registered
    [ 0.389136] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.389139] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.432597] PCI: Using configuration type 1 for base access
    [ 0.433425] bio: create slab <bio-0> at 0
    [ 0.433488] ACPI: Added _OSI(Module Device)
    [ 0.433490] ACPI: Added _OSI(Processor Device)
    [ 0.433491] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.433493] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.435530] ACPI: EC: Look up EC in DSDT
    [ 0.437476] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.442713] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.443644] ACPI: SSDT 00000000c771aa98 002E8 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.444142] ACPI: Dynamic OEM Table Load:
    [ 0.444145] ACPI: SSDT (null) 002E8 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.444332] ACPI: SSDT 00000000c7719018 008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.444806] ACPI: Dynamic OEM Table Load:
    [ 0.444809] ACPI: SSDT (null) 008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.445201] ACPI: SSDT 00000000c771a718 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.445749] ACPI: Dynamic OEM Table Load:
    [ 0.445753] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.445922] ACPI: SSDT 00000000c7718d98 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.446432] ACPI: Dynamic OEM Table Load:
    [ 0.446435] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.448062] ACPI: Interpreter enabled
    [ 0.448066] ACPI: (supports S0 S3 S4 S5)
    [ 0.448089] ACPI: Using IOAPIC for interrupt routing
    [ 0.448593] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.455392] ACPI: Power Resource [FN00] (off)
    [ 0.455494] ACPI: Power Resource [FN01] (off)
    [ 0.456110] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 0.456339] ACPI: No dock devices found.
    [ 0.456343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.456813] \_SB_.PCI0:_OSC invalid UUID
    [ 0.456815] _OSC request data:1 8 1f
    [ 0.456820] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.457600] PCI host bridge to bus 0000:00
    [ 0.457604] pci_bus 0000:00: busn_res: [bus 00-fe] is inserted under domain [bus 00-ff]
    [ 0.457607] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.457610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.457612] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.457615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.457617] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.457619] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.457622] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.457624] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xdfffffff]
    [ 0.457627] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.457638] pci 0000:00:00.0: [8086:d132] type 00 class 0x060000
    [ 0.457700] pci 0000:00:03.0: [8086:d138] type 01 class 0x060400
    [ 0.457759] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.457783] pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
    [ 0.457850] pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
    [ 0.457917] pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
    [ 0.457983] pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
    [ 0.458043] pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
    [ 0.458094] pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
    [ 0.458170] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.458194] pci 0000:00:1a.0: reg 10: [mem 0xf1005800-0xf1005bff]
    [ 0.458289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.458318] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.458335] pci 0000:00:1b.0: reg 10: [mem 0xf1000000-0xf1003fff 64bit]
    [ 0.458409] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.458432] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.458508] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.458533] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.458609] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.458635] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
    [ 0.458710] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.458735] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    [ 0.458810] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.458835] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
    [ 0.458911] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.458943] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.458965] pci 0000:00:1d.0: reg 10: [mem 0xf1005c00-0xf1005fff]
    [ 0.459066] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.459092] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.459161] pci 0000:00:1f.0: [8086:3b03] type 00 class 0x060100
    [ 0.459292] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
    [ 0.459313] pci 0000:00:1f.2: reg 10: [io 0x1830-0x1837]
    [ 0.459322] pci 0000:00:1f.2: reg 14: [io 0x1824-0x1827]
    [ 0.459331] pci 0000:00:1f.2: reg 18: [io 0x1828-0x182f]
    [ 0.459340] pci 0000:00:1f.2: reg 1c: [io 0x1820-0x1823]
    [ 0.459350] pci 0000:00:1f.2: reg 20: [io 0x1800-0x181f]
    [ 0.459359] pci 0000:00:1f.2: reg 24: [mem 0xf1005000-0xf10057ff]
    [ 0.459410] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.459430] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.459446] pci 0000:00:1f.3: reg 10: [mem 0xf1006000-0xf10060ff 64bit]
    [ 0.459469] pci 0000:00:1f.3: reg 20: [io 0x1840-0x185f]
    [ 0.459533] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-fe]
    [ 0.459547] pci 0000:02:00.0: [1002:9488] type 00 class 0x030000
    [ 0.459559] pci 0000:02:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.459568] pci 0000:02:00.0: reg 14: [io 0x2000-0x20ff]
    [ 0.459577] pci 0000:02:00.0: reg 18: [mem 0xcfef0000-0xcfefffff]
    [ 0.459605] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.459642] pci 0000:02:00.0: supports D1 D2
    [ 0.459664] pci 0000:02:00.1: [1002:aa38] type 00 class 0x040300
    [ 0.459676] pci 0000:02:00.1: reg 10: [mem 0xcfeec000-0xcfeeffff]
    [ 0.459749] pci 0000:02:00.1: supports D1 D2
    [ 0.469037] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.469045] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 0.469052] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 0.469061] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.469117] pci_bus 0000:03: busn_res: [bus 03-04] is inserted under [bus 00-fe]
    [ 0.469121] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.469126] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.469130] pci 0000:00:1c.0: bridge window [mem 0xf0800000-0xf08fffff]
    [ 0.469137] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.469179] pci_bus 0000:05: busn_res: [bus 05-06] is inserted under [bus 00-fe]
    [ 0.469247] pci 0000:05:00.0: [8086:4235] type 00 class 0x028000
    [ 0.469385] pci 0000:05:00.0: reg 10: [mem 0xf0900000-0xf0901fff 64bit]
    [ 0.470080] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.470313] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.470317] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.470322] pci 0000:00:1c.1: bridge window [mem 0xf0900000-0xf09fffff]
    [ 0.470329] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.470371] pci_bus 0000:07: busn_res: [bus 07-08] is inserted under [bus 00-fe]
    [ 0.470375] pci 0000:00:1c.3: PCI bridge to [bus 07-08]
    [ 0.470380] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.470384] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf0afffff]
    [ 0.470391] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.470433] pci_bus 0000:09: busn_res: [bus 09-0a] is inserted under [bus 00-fe]
    [ 0.470458] pci 0000:09:00.0: [1180:e822] type 00 class 0x080500
    [ 0.470478] pci 0000:09:00.0: reg 10: [mem 0xf0b00000-0xf0b000ff]
    [ 0.470612] pci 0000:09:00.0: supports D1 D2
    [ 0.470614] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.470664] pci 0000:09:00.1: [1180:e230] type 00 class 0x088000
    [ 0.470683] pci 0000:09:00.1: reg 10: [mem 0xf0c00800-0xf0c008ff]
    [ 0.470817] pci 0000:09:00.1: supports D1 D2
    [ 0.470819] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.470862] pci 0000:09:00.2: [1180:e852] type 00 class 0x088000
    [ 0.470882] pci 0000:09:00.2: reg 10: [mem 0xf0c00c00-0xf0c00cff]
    [ 0.471016] pci 0000:09:00.2: supports D1 D2
    [ 0.471018] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.471061] pci 0000:09:00.3: [1180:e832] type 00 class 0x0c0010
    [ 0.471080] pci 0000:09:00.3: reg 10: [mem 0xf0c00000-0xf0c007ff]
    [ 0.471214] pci 0000:09:00.3: supports D1 D2
    [ 0.471216] pci 0000:09:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.479052] pci 0000:00:1c.4: PCI bridge to [bus 09-0a]
    [ 0.479060] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.479067] pci 0000:00:1c.4: bridge window [mem 0xf0b00000-0xf0cfffff]
    [ 0.479077] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.479131] pci_bus 0000:0b: busn_res: [bus 0b] is inserted under [bus 00-fe]
    [ 0.479319] pci 0000:0b:00.0: [14e4:1698] type 00 class 0x020000
    [ 0.479351] pci 0000:0b:00.0: reg 10: [mem 0xf0d00000-0xf0d0ffff 64bit]
    [ 0.479523] pci 0000:0b:00.0: PME# supported from D3hot D3cold
    [ 0.479582] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 0.479589] pci 0000:00:1c.5: bridge window [mem 0xf0d00000-0xf0dfffff]
    [ 0.479616] pci_bus 0000:0c: busn_res: [bus 0c] is inserted under [bus 00-fe]
    [ 0.479664] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
    [ 0.479675] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.479677] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.479680] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.479682] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.479685] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.479687] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.479690] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xdfffffff] (subtractive decode)
    [ 0.479692] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.479724] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.479928] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.479968] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.480099] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.480160] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.480223] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.480283] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 0.480343] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.480435] \_SB_.PCI0:_OSC invalid UUID
    [ 0.480437] _OSC request data:1 1f 1f
    [ 0.480441] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.480443] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.487467] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 0.487507] PCI host bridge to bus 0000:ff
    [ 0.487511] pci_bus 0000:ff: busn_res: [bus ff] is inserted under domain [bus 00-ff]
    [ 0.487513] pci_bus 0000:ff: root bus resource [bus ff]
    [ 0.487521] pci 0000:ff:00.0: [8086:2c52] type 00 class 0x060000
    [ 0.487545] pci 0000:ff:00.1: [8086:2c81] type 00 class 0x060000
    [ 0.487572] pci 0000:ff:02.0: [8086:2c90] type 00 class 0x060000
    [ 0.487594] pci 0000:ff:02.1: [8086:2c91] type 00 class 0x060000
    [ 0.487622] pci 0000:ff:03.0: [8086:2c98] type 00 class 0x060000
    [ 0.487644] pci 0000:ff:03.1: [8086:2c99] type 00 class 0x060000
    [ 0.487667] pci 0000:ff:03.4: [8086:2c9c] type 00 class 0x060000
    [ 0.487691] pci 0000:ff:04.0: [8086:2ca0] type 00 class 0x060000
    [ 0.487714] pci 0000:ff:04.1: [8086:2ca1] type 00 class 0x060000
    [ 0.487736] pci 0000:ff:04.2: [8086:2ca2] type 00 class 0x060000
    [ 0.487758] pci 0000:ff:04.3: [8086:2ca3] type 00 class 0x060000
    [ 0.487783] pci 0000:ff:05.0: [8086:2ca8] type 00 class 0x060000
    [ 0.487807] pci 0000:ff:05.1: [8086:2ca9] type 00 class 0x060000
    [ 0.487829] pci 0000:ff:05.2: [8086:2caa] type 00 class 0x060000
    [ 0.487852] pci 0000:ff:05.3: [8086:2cab] type 00 class 0x060000
    [ 0.487895] pci0000:ff: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.487897] pci0000:ff: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.488488] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.488544] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.488601] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.488655] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.488711] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.488765] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 0.488819] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    [ 0.488871] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.488974] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.488983] vgaarb: loaded
    [ 0.488985] vgaarb: bridge control possible 0000:02:00.0
    [ 0.489035] PCI: Using ACPI for IRQ routing
    [ 0.495825] PCI: pci_cache_line_size set to 64 bytes
    [ 0.496142] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
    [ 0.496144] e820: reserve RAM buffer [mem 0xc727c000-0xc7ffffff]
    [ 0.496149] e820: reserve RAM buffer [mem 0xc73ec000-0xc7ffffff]
    [ 0.496152] e820: reserve RAM buffer [mem 0xc746f000-0xc7ffffff]
    [ 0.496156] e820: reserve RAM buffer [mem 0xc7718000-0xc7ffffff]
    [ 0.496159] e820: reserve RAM buffer [mem 0xc7771000-0xc7ffffff]
    [ 0.496161] e820: reserve RAM buffer [mem 0xc77e2000-0xc7ffffff]
    [ 0.496163] e820: reserve RAM buffer [mem 0xc7800000-0xc7ffffff]
    [ 0.496267] NetLabel: Initializing
    [ 0.496269] NetLabel: domain hash size = 128
    [ 0.496270] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.496283] NetLabel: unlabeled traffic allowed by default
    [ 0.496337] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
    [ 0.496344] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
    [ 0.496351] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.499146] hpet: hpet2 irq 40 for MSI
    [ 0.502434] hpet: hpet3 irq 41 for MSI
    [ 0.505694] hpet: hpet4 irq 42 for MSI
    [ 0.505793] hpet: hpet5 irq 43 for MSI
    [ 0.509214] hpet: hpet6 irq 44 for MSI
    [ 0.522618] Switching to clocksource hpet
    [ 0.529334] pnp: PnP ACPI init
    [ 0.529354] ACPI: bus type pnp registered
    [ 0.529782] pnp 00:00: [bus 00-fe]
    [ 0.529786] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.529789] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.529791] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.529794] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.529796] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.529799] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.529801] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.529803] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.529806] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.529808] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.529811] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.529813] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.529815] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.529820] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.529822] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.529825] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.529827] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.529829] pnp 00:00: [mem 0xc8000000-0xdfffffff window]
    [ 0.529832] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.529834] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.529903] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.529952] pnp 00:01: [io 0x0000-0x001f]
    [ 0.529954] pnp 00:01: [io 0x0081-0x0091]
    [ 0.529957] pnp 00:01: [io 0x0093-0x009f]
    [ 0.529959] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.529961] pnp 00:01: [dma 4]
    [ 0.529991] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.530001] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 0.530030] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.530116] pnp 00:03: [irq 0 disabled]
    [ 0.530125] pnp 00:03: [irq 8]
    [ 0.530128] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.530162] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.530174] pnp 00:04: [io 0x00f0]
    [ 0.530181] pnp 00:04: [irq 13]
    [ 0.530207] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.530221] pnp 00:05: [io 0x002e-0x002f]
    [ 0.530223] pnp 00:05: [io 0x004e-0x004f]
    [ 0.530225] pnp 00:05: [io 0x0061]
    [ 0.530227] pnp 00:05: [io 0x0063]
    [ 0.530229] pnp 00:05: [io 0x0065]
    [ 0.530231] pnp 00:05: [io 0x0067]
    [ 0.530234] pnp 00:05: [io 0x0068]
    [ 0.530236] pnp 00:05: [io 0x006c]
    [ 0.530238] pnp 00:05: [io 0x0070]
    [ 0.530240] pnp 00:05: [io 0x0080]
    [ 0.530242] pnp 00:05: [io 0x0092]
    [ 0.530244] pnp 00:05: [io 0x00b2-0x00b3]
    [ 0.530246] pnp 00:05: [io 0x0680-0x069f]
    [ 0.530249] pnp 00:05: [io 0x0500-0x050f]
    [ 0.530251] pnp 00:05: [io 0xffff]
    [ 0.530253] pnp 00:05: [io 0xffff]
    [ 0.530255] pnp 00:05: [io 0x0400-0x047f]
    [ 0.530257] pnp 00:05: [io 0x1180-0x11ff]
    [ 0.530259] pnp 00:05: [io 0x164e-0x164f]
    [ 0.530262] pnp 00:05: [io 0xfe00]
    [ 0.530330] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 0.530333] system 00:05: [io 0x0500-0x050f] has been reserved
    [ 0.530336] system 00:05: [io 0xffff] has been reserved
    [ 0.530339] system 00:05: [io 0xffff] has been reserved
    [ 0.530342] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 0.530345] system 00:05: [io 0x1180-0x11ff] has been reserved
    [ 0.530347] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 0.530352] system 00:05: [io 0xfe00] has been reserved
    [ 0.530356] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.530374] pnp 00:06: [io 0x0300-0x0307]
    [ 0.530381] pnp 00:06: [irq 10]
    [ 0.530410] pnp 00:06: Plug and Play ACPI device, IDs ITE8708 (active)
    [ 0.530445] pnp 00:07: [io 0x0070-0x0077]
    [ 0.530476] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.530488] pnp 00:08: [io 0x0060]
    [ 0.530492] pnp 00:08: [io 0x0064]
    [ 0.530499] pnp 00:08: [irq 1]
    [ 0.530526] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.530539] pnp 00:09: [irq 12]
    [ 0.530569] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.530934] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 0.530937] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.530940] pnp 00:0a: [mem 0xfed1b000-0xfed1bfff]
    [ 0.530942] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.530944] pnp 00:0a: [mem 0xe0000000-0xefffffff]
    [ 0.530947] pnp 00:0a: [mem 0xf1004000-0xf1004fff]
    [ 0.530949] pnp 00:0a: [mem 0xc8000000-0xc8000fff]
    [ 0.530951] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 0.530954] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
    [ 0.530956] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.530958] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
    [ 0.530960] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 0.530963] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 0.531049] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.531052] system 00:0a: [mem 0xfed1b000-0xfed1bfff] has been reserved
    [ 0.531055] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.531058] system 00:0a: [mem 0xf1004000-0xf1004fff] has been reserved
    [ 0.531061] system 00:0a: [mem 0xc8000000-0xc8000fff] has been reserved
    [ 0.531064] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.531067] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.531070] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.531072] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.531075] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.531080] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.532133] pnp 00:0b: [bus ff]
    [ 0.532197] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.532211] pnp: PnP ACPI: found 12 devices
    [ 0.532212] ACPI: ACPI bus type pnp unregistered
    [ 0.539150] pci 0000:00:1c.5: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
    [ 0.539155] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
    [ 0.539169] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.539172] pci 0000:00:1c.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.539178] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539182] pci 0000:00:1c.5: BAR 13: assigned [io 0x7000-0x7fff]
    [ 0.539186] pci 0000:02:00.0: BAR 6: assigned [mem 0xcfe00000-0xcfe1ffff pref]
    [ 0.539190] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.539193] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 0.539198] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 0.539202] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.539207] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.539211] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.539217] pci 0000:00:1c.0: bridge window [mem 0xf0800000-0xf08fffff]
    [ 0.539221] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.539228] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.539232] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.539237] pci 0000:00:1c.1: bridge window [mem 0xf0900000-0xf09fffff]
    [ 0.539241] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.539248] pci 0000:00:1c.3: PCI bridge to [bus 07-08]
    [ 0.539252] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.539257] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf0afffff]
    [ 0.539262] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.539269] pci 0000:00:1c.4: PCI bridge to [bus 09-0a]
    [ 0.539273] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.539278] pci 0000:00:1c.4: bridge window [mem 0xf0b00000-0xf0cfffff]
    [ 0.539283] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.539290] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 0.539293] pci 0000:00:1c.5: bridge window [io 0x7000-0x7fff]
    [ 0.539299] pci 0000:00:1c.5: bridge window [mem 0xf0d00000-0xf0dfffff]
    [ 0.539304] pci 0000:00:1c.5: bridge window [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539310] pci 0000:00:1e.0: PCI bridge to [bus 0c]
    [ 0.539366] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.539371] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.539373] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.539376] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.539378] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.539381] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.539383] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.539385] pci_bus 0000:00: resource 10 [mem 0xc8000000-0xdfffffff]
    [ 0.539398] pci_bus 0000:00: resource 11 [mem 0xf0000000-0xfebfffff]
    [ 0.539401] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.539403] pci_bus 0000:02: resource 1 [mem 0xcfe00000-0xcfefffff]
    [ 0.539406] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.539408] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    [ 0.539411] pci_bus 0000:03: resource 1 [mem 0xf0800000-0xf08fffff]
    [ 0.539413] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.539416] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
    [ 0.539418] pci_bus 0000:05: resource 1 [mem 0xf0900000-0xf09fffff]
    [ 0.539420] pci_bus 0000:05: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.539423] pci_bus 0000:07: resource 0 [io 0x5000-0x5fff]
    [ 0.539425] pci_bus 0000:07: resource 1 [mem 0xf0a00000-0xf0afffff]
    [ 0.539428] pci_bus 0000:07: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.539430] pci_bus 0000:09: resource 0 [io 0x6000-0x6fff]
    [ 0.539433] pci_bus 0000:09: resource 1 [mem 0xf0b00000-0xf0cfffff]
    [ 0.539435] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.539438] pci_bus 0000:0b: resource 0 [io 0x7000-0x7fff]
    [ 0.539440] pci_bus 0000:0b: resource 1 [mem 0xf0d00000-0xf0dfffff]
    [ 0.539443] pci_bus 0000:0b: resource 2 [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539445] pci_bus 0000:0c: resource 4 [io 0x0000-0x0cf7]
    [ 0.539448] pci_bus 0000:0c: resource 5 [io 0x0d00-0xffff]
    [ 0.539450] pci_bus 0000:0c: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.539452] pci_bus 0000:0c: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.539455] pci_bus 0000:0c: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.539457] pci_bus 0000:0c: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.539460] pci_bus 0000:0c: resource 10 [mem 0xc8000000-0xdfffffff]
    [ 0.539462] pci_bus 0000:0c: resource 11 [mem 0xf0000000-0xfebfffff]
    [ 0.539501] NET: Registered protocol family 2
    [ 0.540223] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.543745] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.544173] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.544194] TCP: reno registered
    [ 0.544208] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.544300] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.544454] NET: Registered protocol family 1
    [ 0.544593] pci 0000:02:00.0: Boot video device
    [ 0.544817] PCI: CLS 64 bytes, default 64
    [ 0.544861] Unpacking initramfs...
    [ 0.665886] Freeing initrd memory: 4640k freed
    [ 0.666611] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.666615] software IO TLB [mem 0xc327c000-0xc727bfff] (64MB) mapped at [ffff8800c327c000-ffff8800c727bfff]
    [ 0.666654] Simple Boot Flag at 0x36 set to 0x80
    [ 0.667182] audit: initializing netlink socket (disabled)
    [ 0.667193] type=2000 audit(1352749565.703:1): initialized
    [ 0.683027] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.685360] VFS: Disk quotas dquot_6.5.2
    [ 0.685417] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.685575] msgmni has been set to 15952
    [ 0.685799] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.685830] io scheduler noop registered
    [ 0.685832] io scheduler deadline registered
    [ 0.685897] io scheduler cfq registered (default)
    [ 0.686337] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
    [ 0.686339] vesafb: scrolling: redraw
    [ 0.686342] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.687265] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011600000, using 5120k, total 5120k
    [ 0.886729] Console: switching to colour frame buffer device 160x64
    [ 1.086123] fb0: VESA VGA frame buffer device
    [ 1.086134] intel_idle: MWAIT substates: 0x1120
    [ 1.086145] intel_idle: v0.4 model 0x1E
    [ 1.086146] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.086221] GHES: HEST is not enabled!
    [ 1.086283] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.086787] Linux agpgart interface v0.103
    [ 1.086895] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.097204] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.097237] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.097348] mousedev: PS/2 mouse device common for all mice
    [ 1.097573] rtc_cmos 00:07: RTC can wake from S4
    [ 1.097893] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 1.097920] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.098264] cpuidle: using governor ladder
    [ 1.098473] cpuidle: using governor menu
    [ 1.098603] drop_monitor: Initializing network drop monitor service
    [ 1.098697] TCP: cubic registered
    [ 1.098819] NET: Registered protocol family 10
    [ 1.099011] NET: Registered protocol family 17
    [ 1.099028] Key type dns_resolver registered
    [ 1.099438] PM: Hibernation image not present or could not be loaded.
    [ 1.099447] registered taskstats version 1
    [ 1.101811] rtc_cmos 00:07: setting system clock to 2012-11-12 19:46:05 UTC (1352749565)
    [ 1.103851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.106355] Freeing unused kernel memory: 768k freed
    [ 1.106522] Write protecting the kernel read-only data: 8192k
    [ 1.116385] Freeing unused kernel memory: 1408k freed
    [ 1.117994] Freeing unused kernel memory: 568k freed
    [ 1.134497] systemd-udevd[78]: starting version 195
    [ 1.180869] ACPI: bus type usb registered
    [ 1.180984] usbcore: registered new interface driver usbfs
    [ 1.181051] usbcore: registered new interface driver hub
    [ 1.181311] usbcore: registered new device driver usb
    [ 1.182950] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.183127] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.183132] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 1.183234] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.187253] ehci_hcd 0000:00:1a.0: debug port 2
    [ 1.187271] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.187303] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf1005800
    [ 1.187791] SCSI subsystem initialized
    [ 1.189604] ACPI: bus type scsi registered
    [ 1.189681] libata version 3.00 loaded.
    [ 1.195488] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.195917] hub 1-0:1.0: USB hub found
    [ 1.195922] hub 1-0:1.0: 3 ports detected
    [ 1.196087] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.196092] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 1.196163] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.200176] ehci_hcd 0000:00:1d.0: debug port 2
    [ 1.200188] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.200205] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf1005c00
    [ 1.208814] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.209225] hub 2-0:1.0: USB hub found
    [ 1.209230] hub 2-0:1.0: 3 ports detected
    [ 1.209367] ahci 0000:00:1f.2: version 3.0
    [ 1.209430] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 1.209548] ahci: SSS flag set, parallel bus scan disabled
    [ 1.209587] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x23 impl SATA mode
    [ 1.209592] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 1.209597] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.223416] scsi0 : ahci
    [ 1.223797] scsi1 : ahci
    [ 1.224147] scsi2 : ahci
    [ 1.224500] scsi3 : ahci
    [ 1.224856] scsi4 : ahci
    [ 1.225221] scsi5 : ahci
    [ 1.225356] ata1: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005100 irq 45
    [ 1.225362] ata2: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005180 irq 45
    [ 1.225365] ata3: DUMMY
    [ 1.225367] ata4: DUMMY
    [ 1.225369] ata5: DUMMY
    [ 1.225373] ata6: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005380 irq 45
    [ 1.501934] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.545247] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.547533] ata1.00: ATA-8: WDC WD6400BEVT-75A0RT0, 01.01A01, max UDMA/133
    [ 1.547540] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.549967] ata1.00: configured for UDMA/133
    [ 1.550374] scsi 0:0:0:0: Direct-Access ATA WDC WD6400BEVT-7 01.0 PQ: 0 ANSI: 5
    [ 1.626090] hub 1-1:1.0: USB hub found
    [ 1.626247] hub 1-1:1.0: 6 ports detected
    [ 1.668452] tsc: Refined TSC clocksource calibration: 1595.999 MHz
    [ 1.668460] Switching to clocksource tsc
    [ 1.731725] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.856178] hub 2-1:1.0: USB hub found
    [ 1.856346] hub 2-1:1.0: 8 ports detected
    [ 1.868319] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.880979] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-T633C, D800, max UDMA/100
    [ 1.880987] ata2.00: applying bridge limits
    [ 1.894279] ata2.00: configured for UDMA/100
    [ 1.895297] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-T633C D800 PQ: 0 ANSI: 5
    [ 1.924926] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd
    [ 2.188109] usb 2-1.1: new low-speed USB device number 3 using ehci_hcd
    [ 2.214657] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.220297] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
    [ 2.220394] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.220398] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.220436] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.264902] sda: sda1 sda2
    [ 2.266126] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.286592] usbcore: registered new interface driver usbhid
    [ 2.286606] usbhid: USB HID core driver
    [ 2.287736] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
    [ 2.288087] hid-generic 0003:046D:C00B.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:1d.0-1.1/input0
    [ 2.344526] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd
    [ 2.415244] device-mapper: uevent: version 1.0.3
    [ 2.415448] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: [email protected]
    [ 2.430414] hub 2-1.2:1.0: USB hub found
    [ 2.430750] hub 2-1.2:1.0: 4 ports detected
    [ 2.497819] usb 2-1.6: new full-speed USB device number 5 using ehci_hcd
    [ 2.583779] hub 2-1.6:1.0: USB hub found
    [ 2.583940] hub 2-1.6:1.0: 3 ports detected
    [ 2.697722] usb 2-1.2.1: new high-speed USB device number 6 using ehci_hcd
    [ 2.850856] usb 2-1.6.1: new full-speed USB device number 7 using ehci_hcd
    [ 2.939323] input: HID 413c:8157 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.1/2-1.6.1:1.0/input/input2
    [ 2.939498] hid-generic 0003:413C:8157.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:1d.0-1.6.1/input0
    [ 3.004105] usb 2-1.6.2: new full-speed USB device number 8 using ehci_hcd
    [ 3.094077] input: HID 413c:8158 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.2/2-1.6.2:1.0/input/input3
    [ 3.094424] hid-generic 0003:413C:8158.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:1d.0-1.6.2/input0
    [ 824.543880] Btrfs loaded
    [ 824.582726] device fsid 02cda685-4334-4137-a111-ffc149f72b91 devid 1 transid 219619 /dev/dm-4
    [ 824.589373] device fsid f90574c8-73b1-4d21-b0f9-c8383e90f702 devid 1 transid 19638 /dev/dm-1
    [ 825.172465] device fsid f90574c8-73b1-4d21-b0f9-c8383e90f702 devid 1 transid 19638 /dev/mapper/cryptpool-cryptroot
    [ 825.228574] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 825.236250] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 825.497003] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 826.881639] systemd[1]: systemd 195 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 826.913723] systemd[1]: Set hostname to <clawfinger>.
    [ 829.535709] systemd[1]: Cannot add dependency job for unit lvm.service, ignoring: Unit lvm.service failed to load: No such file or directory. See system logs and 'systemctl status lvm.service' for details.
    [ 829.535737] systemd[1]: Cannot add dependency job for unit cpufreq.service, ignoring: Unit cpufreq.service failed to load: No such file or directory. See system logs and 'systemctl status cpufreq.service' for details.
    [ 829.535752] systemd[1]: Cannot add dependency job for unit zeitgeist-daemon.service, ignoring: Unit zeitgeist-daemon.service failed to load: No such file or directory. See system logs and 'systemctl status zeitgeist-daemon.service' for details.
    [ 829.535786] systemd[1]: Cannot add dependency job for unit laptop-mode-tools.service, ignoring: Unit laptop-mode-tools.service failed to load: No such file or directory. See system logs and 'systemctl status laptop-mode-tools.service' for details.
    [ 829.535834] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 829.535861] systemd[1]: Cannot add dependency job for unit console-kit-daemon.service, ignoring: Unit console-kit-daemon.service failed to load: No such file or directory. See system logs and 'systemctl status console-kit-daemon.service' for details.
    [ 829.536380] systemd[1]: Starting Replay Read-Ahead Data...
    [ 829.554901] systemd[1]: Starting Collect Read-Ahead Data...
    [ 829.571226] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 829.571303] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 829.571319] systemd[1]: Starting Login Prompts.
    [ 829.571328] systemd[1]: Reached target Login Prompts.
    [ 829.571337] systemd[1]: Starting Remote File Systems.
    [ 829.571345] systemd[1]: Reached target Remote File Systems.
    [ 829.571354] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 829.571362] systemd[1]: Starting Syslog Socket.
    [ 829.571364] systemd[1]: Socket service syslog.service not loaded, refusing.
    [ 829.572842] systemd[1]: Failed to listen on Syslog Socket.
    [ 829.574007] systemd[1]: Starting Arch Daemons.
    [ 829.574014] systemd[1]: Reached target Arch Daemons.
    [ 829.574023] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 829.574048] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 829.574055] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 829.574075] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 829.574081] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 829.574098] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 829.574106] systemd[1]: Starting Delayed Shutdown Socket.
    [ 829.574129] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 829.574218] systemd[1]: Starting udev Kernel Socket.
    [ 829.574239] systemd[1]: Listening on udev Kernel Socket.
    [ 829.574284] systemd[1]: Starting udev Control Socket.
    [ 829.574307] systemd[1]: Listening on udev Control Socket.
    [ 829.574332] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 829.574407] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 829.574419] systemd[1]: Starting Encrypted Volumes.
    [ 829.574426] systemd[1]: Reached target Encrypted Volumes.
    [ 829.574436] systemd[1]: Expecting device dev-disk-by\x2duuid-bb356f76\x2dd262\x2d43ca\x2da705\x2da2eab4b6d6ba.device...
    [ 829.574445] systemd[1]: Expecting device dev-disk-by\x2duuid-2796b7f1\x2d10c6\x2d481b\x2d91cb\x2d07cb7110031c.device...
    [ 829.574455] systemd[1]: Expecting device dev-disk-by\x2duuid-d169a015\x2d6ef6\x2d47f5\x2da6b2\x2d3db25ecce4a2.device...
    [ 829.574467] systemd[1]: Starting Journal Socket.
    [ 829.574507] systemd[1]: Listening on Journal Socket.
    [ 829.574529] systemd[1]: Mounting Huge Pages File System...
    [ 829.577956] systemd[1]: Mounting POSIX Message Queue File System...
    [ 829.591510] systemd[1]: Starting udev Coldplug all Devices...
    [ 829.594776] systemd[1]: Mounting Debug File System...
    [ 829.611201] systemd[1]: Starting udev Kernel Device Manager...
    [ 829.614769] systemd[1]: Starting Journal Service...
    [ 829.647758] systemd[1]: Started Journal Service.
    [ 829.647819] systemd[1]: Starting Syslog.
    [ 829.647843] systemd[1]: Reached target Syslog.
    [ 829.647879] systemd[1]: Starting home.automount.
    [ 829.901808] systemd[1]: Set up automount home.automount.
    [ 830.553864] systemd-udevd[249]: starting version 195
    [ 831.070954] ACPI: Requesting acpi_cpufreq
    [ 831.456015] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 831.456019] ACPI: Power Button [PWRB]
    [ 831.456058] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    [ 831.456060] ACPI: Sleep Button [SLPB]
    [ 831.456097] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 831.457156] ACPI: Lid Switch [LID0]
    [ 831.457203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 831.457206] ACPI: Power Button [PWRF]
    [ 831.457547] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    [ 831.457548] AMD IOMMUv2 functionality not available on this system
    [ 831.615332] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 831.615336] Disabling lock debugging due to kernel taint
    [ 831.619625] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7745 MBytes.
    [ 831.619972] <6>[fglrx] vendor: 1002 device: 9488 count: 1
    [ 831.620506] <6>[fglrx] ioport: bar 1, base 0x2000, size: 0x100
    [ 831.620722] <6>[fglrx] Kernel PAT support is enabled
    [ 831.620735] <6>[fglrx] module loaded - fglrx 8.97.2 [Jul 4 2012] with 1 minors
    [ 831.621578] ACPI: Fan [FAN0] (off)
    [ 831.621623] ACPI: Fan [FAN1] (off)
    [ 831.631874] vboxdrv: Found 8 processor cores.
    [ 831.633478] vboxdrv: fAsync=0 offMin=0x19b offMax=0x1b771
    [ 831.633549] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 831.633550] vboxdrv: Successfully loaded version 4.2.4_OSE (interface 0x001a0004).
    [ 832.286066] ACPI: AC Adapter [ADP1] (on-line)
    [ 832.312526] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 832.315135] acpi device:03: registered as cooling_device10
    [ 832.315214] ACPI: Video Device [M86] (multi-head: yes rom: no post: no)
    [ 832.315347] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input8
    [ 832.409308] thermal LNXTHERM:00: registered as thermal_zone0
    [ 832.409312] ACPI: Thermal Zone [TZ00] (27 C)
    [ 832.421895] ACPI: Battery Slot [BAT0] (battery present)
    [ 832.422793] thermal LNXTHERM:01: registered as thermal_zone1
    [ 832.422797] ACPI: Thermal Zone [TZ01] (69 C)
    [ 832.590092] microcode: CPU0 sig=0x106e5, pf=0x10, revision=0x3
    [ 832.970363] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 833.240290] microcode: CPU1 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.240762] microcode: CPU2 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.241329] microcode: CPU3 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.241760] microcode: CPU4 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.242173] microcode: CPU5 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.242608] microcode: CPU6 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.243025] microcode: CPU7 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.243492] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 833.265118] wmi: Mapper loaded
    [ 833.267255] sdhci: Secure Digital Host Controller Interface driver
    [ 833.267258] sdhci: Copyright(c) Pierre Ossman
    [ 833.268312] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 833.268319] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 833.268323] ACPI Warning: 0x0000000000001180-0x00000000000011ff SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 833.268327] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 833.268329] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 833.512963] sdhci-pci 0000:09:00.0: SDHCI controller found [1180:e822] (rev 1)
    [ 833.513049] sdhci-pci 0000:09:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 833.513095] Registered led device: mmc0::
    [ 833.537204] mmc0: SDHCI controller on PCI [0000:09:00.0] using DMA
    [ 833.570607] input: Dell WMI hotkeys as /devices/virtual/input/input10
    [ 833.847354] EDAC MC: Ver: 3.0.0
    [ 833.930269] firewire_ohci 0000:09:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 834.096451] ite_cir: Auto-detected model: ITE8708 CIR transceiver
    [ 834.096454] ite_cir: Using model: ITE8708 CIR transceiver
    [ 834.096455] ite_cir: TX-capable: 1
    [ 834.096456] ite_cir: Sample period (ns): 8680
    [ 834.096457] ite_cir: TX carrier frequency (Hz): 38000
    [ 834.096458] ite_cir: TX duty cycle (%): 33
    [ 834.096459] ite_cir: RX low carrier frequency (Hz): 0
    [ 834.096460] ite_cir: RX high carrier frequency (Hz): 0
    [ 834.275945] iTCO_vendor_support: vendor-support=0
    [ 834.294684] cfg80211: Calling CRDA to update world regulatory domain
    [ 834.301218] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 834.430008] firewire_core 0000:09:00.3: created device fw0: GUID 324fc0001978e281, S400
    [ 834.433957] ACPI Warning: 0x0000000000001840-0x000000000000185f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 834.433962] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 834.446316] EDAC i7core: Device not found: dev 00.0 PCI ID 8086:2c50
    [ 834.977790] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 834.977796] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 834.978266] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 835.102238] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 835.137263] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
    [ 835.147237] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 835.147687] hda-intel: 0000:02:00.1: Handle VGA-switcheroo audio client
    [ 835.147810] snd_hda_intel 0000:02:00.1: irq 47 for MSI/MSI-X
    [ 835.152252] Registered IR keymap rc-rc6-mce
    [ 835.152388] input: ITE8708 CIR transceiver as /devices/virtual/rc/rc0/input13
    [ 835.152451] rc0: ITE8708 CIR transceiver as /devices/virtual/rc/rc0
    [ 835.152504] ite_cir: driver has been successfully l

    My disk seems also fine
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital Scorpio Blue Serial ATA
    Device Model: WDC WD6400BEVT-75A0RT0
    Serial Number: WD-WX91C8077575
    LU WWN Device Id: 5 0014ee 600865d25
    Firmware Version: 01.01A01
    User Capacity: 640,135,028,736 bytes [640 GB]
    Sector Size: 512 bytes logical/physical
    Rotation Rate: 5400 rpm
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ATA8-ACS (minor revision not indicated)
    SATA Version is: SATA 2.6, 3.0 Gb/s
    Local Time is: Thu Dec 20 21:36:56 2012 CET
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 248) Self-test routine in progress...
    80% of test remaining.
    Total time to complete Offline
    data collection: (16380) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 190) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x7037) SCT Status supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
    3 Spin_Up_Time 0x0027 184 181 021 Pre-fail Always - 1775
    4 Start_Stop_Count 0x0032 079 079 000 Old_age Always - 21418
    5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
    7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
    9 Power_On_Hours 0x0032 095 095 000 Old_age Always - 4329
    10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 1828
    191 G-Sense_Error_Rate 0x0032 001 001 000 Old_age Always - 2336
    192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 512
    193 Load_Cycle_Count 0x0032 161 161 000 Old_age Always - 119448
    194 Temperature_Celsius 0x0022 106 089 000 Old_age Always - 41
    196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 1
    240 Head_Flying_Hours 0x0032 095 095 000 Old_age Always - 4000
    241 Total_LBAs_Written 0x0032 200 200 000 Old_age Always - 13521667898
    242 Total_LBAs_Read 0x0032 200 200 000 Old_age Always - 14814445183
    254 Free_Fall_Sensor 0x0032 200 200 000 Old_age Always - 0
    SMART Error Log Version: 1
    No Errors Logged
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Interrupted (host reset) 90% 4329 -
    # 2 Extended offline Completed without error 00% 4329 -
    # 3 Short offline Completed without error 00% 0 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.

  • [solved] Long boot time because of NetworkManager.service

    Hello. It seems that my ASUS N56V latptop takes a long time to boot. systemd-analyze reports this:
    Startup finished in 742ms (kernel) + 3.094s (initrd) + 23.838s (userspace) = 27.675s
    └──[4]──╼ systemd-analyze blame
    12.083s NetworkManager.service
    11.247s accounts-daemon.service
    1.137s home-sergio-Disco_Duro.mount
    735ms systemd-vconsole-setup.service
    710ms systemd-udev-trigger.service
    631ms systemd-tmpfiles-setup.service
    630ms dev-hugepages.mount
    628ms lm_sensors.service
    626ms systemd-logind.service
    515ms dev-mqueue.mount
    515ms sys-kernel-debug.mount
    440ms systemd-tmpfiles-setup-dev.service
    432ms ufw.service
    380ms dev-sda5.swap
    365ms [email protected]
    356ms gdm.service
    356ms systemd-udevd.service
    356ms systemd-binfmt.service
    353ms systemd-sysctl.service
    341ms systemd-readahead-replay.service
    340ms systemd-readahead-collect.service
    293ms tmp.mount
    274ms colord.service
    267ms alsa-restore.service
    266ms cpupower.service
    259ms upower.service
    226ms kmod-static-nodes.service
    79ms systemd-random-seed.service
    66ms proc-sys-fs-binfmt_misc.mount
    60ms systemd-remount-fs.service
    59ms [email protected]
    58ms udisks2.service
    44ms [email protected]
    30ms sys-kernel-config.mount
    10ms polkit.service
    6ms systemd-journal-flush.service
    5ms [email protected]
    4ms systemd-update-utmp.service
    4ms systemd-backlight@leds:asus::kbd_backlight.service
    2ms wpa_supplicant.service
    2ms rtkit-daemon.service
    2ms systemd-backlight@backlight:intel_backlight.service
    2ms [email protected]
    1ms [email protected]
    1ms systemd-user-sessions.service
    1ms systemd-readahead-done.service
    1ms sys-fs-fuse-connections.mount
    └──[14]──╼ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @23.838s
    └─multi-user.target @23.838s
    └─NetworkManager.service @11.755s +12.083s
    └─basic.target @11.753s
    └─timers.target @11.753s
    └─systemd-tmpfiles-clean.timer @11.752s
    └─sysinit.target @11.719s
    └─systemd-update-utmp.service @11.712s +4ms
    └─systemd-tmpfiles-setup.service @11.079s +631ms
    └─local-fs.target @11.076s
    └─home-sergio-Disco_Duro.mount @9.938s +1.137s
    └─[email protected] @9.498s +365ms
    └─dev-sda6.device @9.497s
    And dmesg reports this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000ad7a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ad7a9000-0x00000000adda9fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000addaa000-0x00000000addacfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addad000-0x00000000addc2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addc3000-0x00000000addc8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addc9000-0x00000000addcafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addcb000-0x00000000addd4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addd5000-0x00000000adf2bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf2c000-0x00000000adf2ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adf30000-0x00000000adf79fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf7a000-0x00000000adf9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa0000-0x00000000adfa2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa3000-0x00000000adfa4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa5000-0x00000000adfbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfbc000-0x00000000adfc1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfc2000-0x00000000adfc9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfca000-0x00000000adfcafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfcb000-0x00000000adfd9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfda000-0x00000000adfdafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfdb000-0x00000000adfe5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfe6000-0x00000000adfeafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfeb000-0x00000000ae016fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae017000-0x00000000ae017fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae018000-0x00000000ae027fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae028000-0x00000000ae04efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae04f000-0x00000000ae061fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae062000-0x00000000ae062fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae063000-0x00000000ae063fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae064000-0x00000000ae065fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae066000-0x00000000ae066fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae067000-0x00000000ae06bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae06c000-0x00000000ae082fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae083000-0x00000000ae626fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae627000-0x00000000ae8a6fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8a7000-0x00000000ae8abfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ac000-0x00000000ae8acfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ad000-0x00000000ae8effff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8f0000-0x00000000aecfefff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aecff000-0x00000000aeff3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aeff4000-0x00000000aeffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000cfdfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. N56VB/N56VB, BIOS N56VB.202 01/21/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1af200 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask F80000000 write-back
    [ 0.000000] 2 base 180000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0AFC00000 mask FFFC00000 uncachable
    [ 0.000000] 6 base 1B0000000 mask FF0000000 uncachable
    [ 0.000000] 7 base 1AF800000 mask FFF800000 uncachable
    [ 0.000000] 8 base 1AF400000 mask FFFC00000 uncachable
    [ 0.000000] 9 base 1AF200000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xafc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xaf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1af000000-0x1af1fffff]
    [ 0.000000] [mem 0x1af000000-0x1af1fffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1ac000000-0x1aeffffff]
    [ 0.000000] [mem 0x1ac000000-0x1aeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x1abffffff]
    [ 0.000000] [mem 0x180000000-0x1abffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xad5fffff] page 2M
    [ 0.000000] [mem 0xad600000-0xad7a8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] [mem 0xaddad000-0xaddc2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] [mem 0xaddc9000-0xaddcafff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] [mem 0xaddd5000-0xadf2bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] [mem 0xadf30000-0xadf79fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] [mem 0xadfa0000-0xadfa2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] [mem 0xadfa5000-0xadfbbfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] [mem 0xadfc2000-0xadfc9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] [mem 0xadfcb000-0xadfd9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] [mem 0xadfdb000-0xadfe5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] [mem 0xadfeb000-0xae016fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae018000-0xae027fff]
    [ 0.000000] [mem 0xae018000-0xae027fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae04f000-0xae061fff]
    [ 0.000000] [mem 0xae04f000-0xae061fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae063000-0xae063fff]
    [ 0.000000] [mem 0xae063000-0xae063fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae066000-0xae066fff]
    [ 0.000000] [mem 0xae066000-0xae066fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae06c000-0xae082fff]
    [ 0.000000] [mem 0xae06c000-0xae082fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] [mem 0xae8ac000-0xae8acfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] [mem 0xae8f0000-0xae9fffff] page 4k
    [ 0.000000] [mem 0xaea00000-0xaebfffff] page 2M
    [ 0.000000] [mem 0xaec00000-0xaecfefff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] [mem 0xaeff4000-0xaeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x3757a000-0x37ab4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000AE879078 00007C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000AE88CAE0 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000AE879188 013957 (v02 _ASUS_ Notebook 00000013 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000AE8A4080 000040
    [ 0.000000] ACPI: APIC 0x00000000AE88CBF0 000072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000AE88CC68 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000AE88CCB0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 0x00000000AE88CD78 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000AE88CDB8 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000AE88CDF0 000632 (v01 AhciR1 AhciTab1 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D428 00049E (v01 AhciR2 AhciTab2 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D8C8 0009D0 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000AE88E298 000B18 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: MSDM 0x00000000AE626E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af1fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1af1fffff]
    [ 0.000000] NODE_DATA [mem 0x1af1f1000-0x1af1f5fff]
    [ 0.000000] [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a9000000-ffff8801ae7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x1af1fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] node 0: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] node 0: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] node 0: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] node 0: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] node 0: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] node 0: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] node 0: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] node 0: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] node 0: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] node 0: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] node 0: [mem 0xae018000-0xae027fff]
    [ 0.000000] node 0: [mem 0xae04f000-0xae061fff]
    [ 0.000000] node 0: [mem 0xae063000-0xae063fff]
    [ 0.000000] node 0: [mem 0xae066000-0xae066fff]
    [ 0.000000] node 0: [mem 0xae06c000-0xae082fff]
    [ 0.000000] node 0: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] node 0: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] node 0: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x1af1fffff]
    [ 0.000000] On node 0 totalpages: 1428925
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11057 pages used for memmap
    [ 0.000000] DMA32 zone: 707617 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11208 pages used for memmap
    [ 0.000000] Normal zone: 717312 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xafe00000-0xcfdfffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xad7a9000-0xadda9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddaa000-0xaddacfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddc3000-0xaddc8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddcb000-0xaddd4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf2c000-0xadf2ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf7a000-0xadf9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfa3000-0xadfa4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfbc000-0xadfc1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfca000-0xadfcafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfda000-0xadfdafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfe6000-0xadfeafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae017000-0xae017fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae028000-0xae04efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae062000-0xae062fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae064000-0xae065fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae067000-0xae06bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae083000-0xae626fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae627000-0xae8a6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8a7000-0xae8abfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8ad000-0xae8effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaecff000-0xaeff3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaf000000-0xafbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xafc00000-0xcfdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfe00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801aee00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1406575
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 5541880K/5715700K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 173820K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 23068672 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2594.142 MHz processor
    [ 0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.46 BogoMIPS (lpj=8647140)
    [ 0.000036] pid_max: default: 32768 minimum: 301
    [ 0.000042] ACPI: Core revision 20140424
    [ 0.013454] ACPI: All ACPI Tables successfully acquired
    [ 0.015248] Security Framework initialized
    [ 0.015253] Yama: becoming mindful.
    [ 0.015698] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.017594] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.018433] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018442] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018639] Initializing cgroup subsys memory
    [ 0.018655] Initializing cgroup subsys devices
    [ 0.018661] Initializing cgroup subsys freezer
    [ 0.018663] Initializing cgroup subsys net_cls
    [ 0.018666] Initializing cgroup subsys blkio
    [ 0.018687] CPU: Physical Processor ID: 0
    [ 0.018688] CPU: Processor Core ID: 0
    [ 0.018693] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.019034] mce: CPU supports 7 MCE banks
    [ 0.019044] CPU0: Thermal monitoring enabled (TM1)
    [ 0.019053] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.019156] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.020028] ftrace: allocating 20434 entries in 80 pages
    [ 0.029301] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.062327] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.062334] TSC deadline timer enabled
    [ 0.062356] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.062374] ... version: 3
    [ 0.062375] ... bit width: 48
    [ 0.062376] ... generic registers: 4
    [ 0.062377] ... value mask: 0000ffffffffffff
    [ 0.062377] ... max period: 0000ffffffffffff
    [ 0.062378] ... fixed-purpose events: 3
    [ 0.062379] ... event mask: 000000070000000f
    [ 0.089127] x86: Booting SMP configuration:
    [ 0.089129] .... node #0, CPUs: #1
    [ 0.102615] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.109323] #2 #3
    [ 0.143069] x86: Booted up 1 node, 4 CPUs
    [ 0.143072] smpboot: Total of 4 processors activated (20761.85 BogoMIPS)
    [ 0.146151] devtmpfs: initialized
    [ 0.148360] PM: Registering ACPI NVS region [mem 0xad7a9000-0xadda9fff] (6295552 bytes)
    [ 0.148429] PM: Registering ACPI NVS region [mem 0xae627000-0xae8a6fff] (2621440 bytes)
    [ 0.148457] PM: Registering ACPI NVS region [mem 0xae8ad000-0xae8effff] (274432 bytes)
    [ 0.149179] pinctrl core: initialized pinctrl subsystem
    [ 0.149217] RTC time: 23:34:40, date: 09/13/14
    [ 0.149261] NET: Registered protocol family 16
    [ 0.149360] cpuidle: using governor ladder
    [ 0.149362] cpuidle: using governor menu
    [ 0.149386] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.149388] ACPI: bus type PCI registered
    [ 0.149389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.149452] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.149454] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.149534] PCI: Using configuration type 1 for base access
    [ 0.163412] ACPI: Added _OSI(Module Device)
    [ 0.163414] ACPI: Added _OSI(Processor Device)
    [ 0.163415] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.163416] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.165254] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.167131] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.283333] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.313759] ACPI: Dynamic OEM Table Load:
    [ 0.313766] ACPI: SSDT 0xFFFF8801A66AB000 000853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.323515] ACPI: Dynamic OEM Table Load:
    [ 0.323519] ACPI: SSDT 0xFFFF8801A6633C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.336756] ACPI: Dynamic OEM Table Load:
    [ 0.336759] ACPI: SSDT 0xFFFF8801A665BE00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.347197] ACPI: Interpreter enabled
    [ 0.347203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.347207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.347221] ACPI: (supports S0 S3 S4 S5)
    [ 0.347222] ACPI: Using IOAPIC for interrupt routing
    [ 0.347245] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.468144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.468149] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.556840] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 0.556961] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 0.557508] PCI host bridge to bus 0000:00
    [ 0.557511] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.557512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.557514] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.557515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.557517] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.557518] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.557519] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.557521] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.557522] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.557523] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.557525] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff]
    [ 0.557532] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.557613] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.557643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.557680] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.557718] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.557728] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.557734] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.557739] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.557836] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.557859] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.557931] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.557971] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.558011] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.558034] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1a000-0xf7a1a00f 64bit]
    [ 0.558108] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.558190] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.558212] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a18000-0xf7a183ff]
    [ 0.558303] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.558345] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.558382] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.558398] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
    [ 0.558473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.558516] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.558550] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.558633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.558708] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.558790] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.558866] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.558948] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.558992] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.559033] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.559054] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a17000-0xf7a173ff]
    [ 0.559145] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.559186] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.559222] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.559393] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.559411] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.559418] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.559427] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.559434] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.559441] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.559449] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a16000-0xf7a167ff]
    [ 0.559495] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.559563] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.559579] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a15000-0xf7a150ff 64bit]
    [ 0.559600] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.559717] pci 0000:01:00.0: [10de:0fdf] type 00 class 0x030200
    [ 0.559731] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.559743] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.559755] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.559763] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.559772] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.563477] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.563482] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.563487] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.563493] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.563574] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.563712] pci 0000:03:00.0: [8086:0887] type 00 class 0x028000
    [ 0.563765] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.564012] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.564057] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.570225] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.570232] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.570322] pci 0000:04:00.0: [1969:1091] type 00 class 0x020000
    [ 0.570354] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf783ffff 64bit]
    [ 0.570368] pci 0000:04:00.0: reg 0x18: [io 0xd000-0xd07f]
    [ 0.570508] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.570545] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.576839] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.576847] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.576854] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.576926] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.630685] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.630728] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630769] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630809] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [ 0.630851] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630892] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630936] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 12)
    [ 0.630976] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
    [ 0.631110] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.631171] ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.631262] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.631264] vgaarb: loaded
    [ 0.631265] vgaarb: bridge control possible 0000:00:02.0
    [ 0.631295] PCI: Using ACPI for IRQ routing
    [ 0.632841] PCI: pci_cache_line_size set to 64 bytes
    [ 0.632894] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.632895] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.632896] e820: reserve RAM buffer [mem 0xad7a9000-0xafffffff]
    [ 0.632901] e820: reserve RAM buffer [mem 0xaddc3000-0xafffffff]
    [ 0.632906] e820: reserve RAM buffer [mem 0xaddcb000-0xafffffff]
    [ 0.632911] e820: reserve RAM buffer [mem 0xadf2c000-0xafffffff]
    [ 0.632915] e820: reserve RAM buffer [mem 0xadf7a000-0xafffffff]
    [ 0.632919] e820: reserve RAM buffer [mem 0xadfa3000-0xafffffff]
    [ 0.632924] e820: reserve RAM buffer [mem 0xadfbc000-0xafffffff]
    [ 0.632928] e820: reserve RAM buffer [mem 0xadfca000-0xafffffff]
    [ 0.632932] e820: reserve RAM buffer [mem 0xadfda000-0xafffffff]
    [ 0.632935] e820: reserve RAM buffer [mem 0xadfe6000-0xafffffff]
    [ 0.632939] e820: reserve RAM buffer [mem 0xae017000-0xafffffff]
    [ 0.632942] e820: reserve RAM buffer [mem 0xae028000-0xafffffff]
    [ 0.632946] e820: reserve RAM buffer [mem 0xae062000-0xafffffff]
    [ 0.632949] e820: reserve RAM buffer [mem 0xae064000-0xafffffff]
    [ 0.632951] e820: reserve RAM buffer [mem 0xae067000-0xafffffff]
    [ 0.632954] e820: reserve RAM buffer [mem 0xae083000-0xafffffff]
    [ 0.632956] e820: reserve RAM buffer [mem 0xae8ad000-0xafffffff]
    [ 0.632958] e820: reserve RAM buffer [mem 0xaecff000-0xafffffff]
    [ 0.632959] e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
    [ 0.632961] e820: reserve RAM buffer [mem 0x1af200000-0x1afffffff]
    [ 0.633057] NetLabel: Initializing
    [ 0.633058] NetLabel: domain hash size = 128
    [ 0.633059] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.633069] NetLabel: unlabeled traffic allowed by default
    [ 0.633093] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.633097] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.635125] Switched to clocksource hpet
    [ 0.639054] pnp: PnP ACPI init
    [ 0.639068] ACPI: bus type PNP registered
    [ 0.639157] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.639160] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.691999] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.692001] system 00:01: [io 0x1000-0x100f] has been reserved
    [ 0.692003] system 00:01: [io 0xffff] has been reserved
    [ 0.692004] system 00:01: [io 0xffff] has been reserved
    [ 0.692006] system 00:01: [io 0x0400-0x0453] could not be reserved
    [ 0.692007] system 00:01: [io 0x0458-0x047f] has been reserved
    [ 0.692009] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.692010] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.692013] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692041] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.692088] system 00:03: [io 0x0454-0x0457] has been reserved
    [ 0.692090] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.692134] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.692136] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692189] pnp 00:05: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.692225] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.692379] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.692381] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.692383] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.692384] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.692386] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.692388] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.692389] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.692391] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.692393] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.692395] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.692396] system 00:07: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692398] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692464] system 00:08: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692466] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692587] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.692589] system 00:09: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.692591] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.692617] pnp: PnP ACPI: found 10 devices
    [ 0.692618] ACPI: bus type PNP unregistered
    [ 0.698950] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.698953] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.698956] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.698958] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.698961] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.698973] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.698978] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.698986] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.698989] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.698995] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.699004] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.699005] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.699007] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.699008] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.699009] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.699011] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.699012] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.699014] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.699015] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.699016] pci_bus 0000:00: resource 13 [mem 0xcfe00000-0xfeafffff]
    [ 0.699018] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.699019] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.699021] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.699023] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.699024] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.699026] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.699048] NET: Registered protocol family 2
    [ 0.699217] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.699348] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.699457] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.699472] TCP: reno registered
    [ 0.699483] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699508] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699564] NET: Registered protocol family 1
    [ 0.699579] pci 0000:00:02.0: Boot video device
    [ 0.735318] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.735322] PCI: CLS 64 bytes, default 64
    [ 0.735362] Unpacking initramfs...
    [ 0.816940] Freeing initrd memory: 5356K (ffff88003757a000 - ffff880037ab5000)
    [ 0.816948] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.816950] software IO TLB [mem 0xa97a9000-0xad7a9000] (64MB) mapped at [ffff8800a97a9000-ffff8800ad7a8fff]
    [ 0.817180] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.817219] Scanning for low memory corruption every 60 seconds
    [ 0.817445] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.817768] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.818908] zbud: loaded
    [ 0.819058] VFS: Disk quotas dquot_6.5.2
    [ 0.819086] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.819182] msgmni has been set to 10834
    [ 0.819224] Key type big_key registered
    [ 0.819368] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.819416] io scheduler noop registered
    [ 0.819420] io scheduler deadline registered
    [ 0.819459] io scheduler cfq registered (default)
    [ 0.819605] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.819964] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.819978] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.820007] intel_idle: MWAIT substates: 0x21120
    [ 0.820008] intel_idle: v0.4 model 0x3A
    [ 0.820009] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.820167] GHES: HEST is not enabled!
    [ 0.820230] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.820623] Linux agpgart interface v0.103
    [ 0.820666] rtc_cmos 00:02: RTC can wake from S4
    [ 0.820787] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.820817] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.820826] Intel P-state driver initializing.
    [ 0.820835] Intel pstate controlling: cpu 0
    [ 0.820854] Intel pstate controlling: cpu 1
    [ 0.820871] Intel pstate controlling: cpu 2
    [ 0.820903] Intel pstate controlling: cpu 3
    [ 0.820972] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.821169] TCP: cubic registered
    [ 0.821332] NET: Registered protocol family 10
    [ 0.821644] NET: Registered protocol family 17
    [ 0.822136] registered taskstats version 1
    [ 0.822912] Magic number: 14:465:605
    [ 0.823042] rtc_cmos 00:02: setting system clock to 2014-09-13 23:34:40 UTC (1410651280)
    [ 0.823314] PM: Hibernation image not present or could not be loaded.
    [ 0.824652] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.824655] Write protecting the kernel read-only data: 8192k
    [ 0.828153] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 0.829631] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.831604] random: systemd urandom read with 1 bits of entropy available
    [ 0.832821] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 0.832824] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [ 0.835895] systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    [ 0.835900] systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    [ 0.835907] systemd[1]: Cannot add dependency job for unit systemd-journald-dev-log.socket, ignoring: Unit systemd-journald-dev-log.socket failed to load: No such file or directory.
    [ 0.835915] systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    [ 0.835918] systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    [ 0.835921] systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    [ 0.846204] systemd-udevd[61]: starting version 216
    [ 0.851356] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    [ 0.857066] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.858876] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.870874] ACPI: bus type USB registered
    [ 0.870902] usbcore: registered new interface driver usbfs
    [ 0.870913] usbcore: registered new interface driver hub
    [ 0.870957] usbcore: registered new device driver usb
    [ 0.871727] [drm] Initialized drm 1.1.0 20060810
    [ 0.871912] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.871977] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.872004] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.872031] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.872054] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.872570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.872800] ehci-pci: EHCI PCI platform driver
    [ 0.872972] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.872979] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.872995] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.873414] SCSI subsystem initialized
    [ 0.874735] libata version 3.00 loaded.
    [ 0.876901] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.876921] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a18000
    [ 0.878730] ACPI: Lid Switch [LID]
    [ 0.878783] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [ 0.878787] ACPI: Sleep Button [SLPB]
    [ 0.878823] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.878824] ACPI: Power Button [PWRF]
    [ 0.885423] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.885744] hub 1-0:1.0: USB hub found
    [ 0.885754] hub 1-0:1.0: 2 ports detected
    [ 0.886157] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.886163] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.886179] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.890092] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.890108] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a17000
    [ 0.898678] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.898863] hub 2-0:1.0: USB hub found
    [ 0.898873] hub 2-0:1.0: 2 ports detected
    [ 0.899123] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899131] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.899234] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.899258] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 0.899457] hub 3-0:1.0: USB hub found
    [ 0.899469] hub 3-0:1.0: 4 ports detected
    [ 0.899602] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899604] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.899850] hub 4-0:1.0: USB hub found
    [ 0.899861] hub 4-0:1.0: 4 ports detected
    [ 0.899997] ahci 0000:00:1f.2: version 3.0
    [ 0.900123] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.912049] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 0.912054] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 0.919284] scsi0 : ahci
    [ 0.919473] scsi1 : ahci
    [ 0.919569] scsi2 : ahci
    [ 0.919652] scsi3 : ahci
    [ 0.919737] scsi4 : ahci
    [ 0.919817] scsi5 : ahci
    [ 0.919849] ata1: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16100 irq 42
    [ 0.919850] ata2: DUMMY
    [ 0.919853] ata3: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16200 irq 42
    [ 0.919853] ata4: DUMMY
    [ 0.919854] ata5: DUMMY
    [ 0.919855] ata6: DUMMY
    [ 0.920241] [drm] Memory usable by graphics device = 2048M
    [ 0.920243] [drm] Replacing VGA console driver
    [ 0.921140] Console: switching to colour dummy device 80x25
    [ 0.927099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 0.978778] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 0.978791] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.978793] [drm] Driver supports precise vblank timestamp query.
    [ 0.992401] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.031464] fbcon: inteldrmfb (fb0) is primary device
    [ 1.192296] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.238940] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.238968] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.241132] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.241135] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.242336] ata3.00: ATAPI: MATSHITABD-CMB UJ160, 1.00, max UDMA/133
    [ 1.244048] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.244388] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244391] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.244636] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244639] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.245827] ata3.00: configured for UDMA/133
    [ 1.249666] ata1.00: ATA-8: WDC WD7500BPVT-80HXZT3, 01.01A01, max UDMA/133
    [ 1.249668] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.254977] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.255204] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.255207] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.260474] ata1.00: configured for UDMA/133
    [ 1.260796] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPVT-8 1A01 PQ: 0 ANSI: 5
    [ 1.262991] scsi 2:0:0:0: CD-ROM MATSHITA BD-CMB UJ160 1.00 PQ: 0 ANSI: 5
    [ 1.279845] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.279848] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.279989] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.279992] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.280037] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.288053] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.288055] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.288272] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.305366] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared pch fifo underrun on pch transcoder A
    [ 1.305367] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO underrun
    [ 1.316307] hub 1-1:1.0: USB hub found
    [ 1.316391] hub 1-1:1.0: 6 ports detected
    [ 1.397316] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 1.399073] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.422404] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.546748] hub 2-1:1.0: USB hub found
    [ 1.546905] hub 2-1:1.0: 6 ports detected
    [ 1.683098] Console: switching to colour frame buffer device 240x67
    [ 1.692813] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 1.692815] i915 0000:00:02.0: registered panic notifier
    [ 1.709304] usb 3-3: new low-speed USB device number 2 using xhci_hcd
    [ 1.709735] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 1.709833] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input8
    [ 1.727351] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.752763] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
    [ 1.752815] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.819288] tsc: Refined TSC clocksource calibration: 2594.112 MHz
    [ 1.887971] usb 3-3: ep 0x83 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.890031] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.900283] usbcore: registered new interface driver usbhid
    [ 1.900287] usbhid: USB HID core driver
    [ 1.901514] input: Microsoft Comfort Mouse 3000 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:045E:077B.0001/input/input10
    [ 1.901597] hid-generic 0003:045E:077B.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Comfort Mouse 3000] on usb-0000:00:14.0-3/input0
    [ 1.966216] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 2.132934] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 2.416335] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 2.820032] Switched to clocksource tsc
    [ 2.888651] random: nonblocking pool is initialized
    [ 3.089789] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.358639] systemd-journald[53]: Received SIGTERM from PID 1 (systemd).
    [ 5.897107] systemd-readahead[155]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    [ 6.512882] EXT4-fs (sda8): re-mounted. Opts: data=ordered
    [ 7.301637] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 7.308423] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 7.314841] systemd-udevd[191]: starting version 216
    [ 7.318026] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 9.643450] ACPI: AC Adapter [AC0] (off-line)
    [ 9.707164] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000044f (\GPIS) (20140424/utaddress-258)
    [ 9.707175] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
    [ 9.707183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707188] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707194] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707200] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707203] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707208] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707214] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707217] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707222] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707228] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707231] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 9.732620] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.754610] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 9.823510] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\SMB0) (20140424/utaddress-258)
    [ 9.823518] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 9.823522] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.885093] ACPI: Battery Slot [BAT0] (battery present)
    [ 9.885341] wmi: Mapper loaded
    [ 10.025457] input: PC Speaker as /devices/platform/pcspkr/input/input11
    [ 10.107482] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.107485] ACPI: Thermal Zone [THRM] (54 C)
    [ 10.123269] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.219286] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.271262] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 10.271264] Copyright(c) 2003- 2014 Intel Corporation
    [ 10.271366] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 10.271428] iwlwifi 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 10.310963] iTCO_vendor_support: vendor-support=0
    [ 10.422203] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422220] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422235] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422315] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.525335] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [60:a4:4c:70:de:11]
    [ 10.559149] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 10.559206] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 10.559374] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.574607] psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 10.677032] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 10.694508] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 10.694514] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 10.694517] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 10.694521] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 10.694580] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 10.703738] asus_wmi: ASUS WMI generic driver loaded
    [ 10.704976] asus_wmi: Initialization: 0x1
    [ 10.705014] asus_wmi: BIOS WMI version: 7.9
    [ 10.705057] asus_wmi: SFUN value: 0x6a0877
    [ 10.706030] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
    [ 10.715790] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 10.807860] asus_wmi: Backlight controlled by ACPI video driver
    [ 10.883267] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 10.898742] sound hdaudioC0D0: autoconfig: line_outs=2 (0x14/0x16/0x0/0x0/0x0) type:speaker
    [ 10.898747] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 10.898750] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 10.898752] sound hdaudioC0D0: mono: mono_out=0x0
    [ 10.898754] sound hdaudioC0D0: dig-out=0x1e/0x0
    [ 10.898756] sound hdaudioC0D0: inputs:
    [ 10.898759] sound hdaudioC0D0: Internal Mic=0x19
    [ 10.898762] sound hdaudioC0D0: Mic=0x18
    [ 10.911221] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input17
    [ 10.911566] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
    [ 10.911637] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
    [ 10.911707] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
    [ 11.070896] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
    [ 11.085464] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x15, 0x0d.
    [ 11.152788] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input15
    [ 11.532713] systemd-udevd[285]: renamed network interface eth0 to enp4s0
    [ 11.632559] systemd-udevd[285]: renamed network interface wlan0 to wlp3s0
    [ 11.796657] mousedev: PS/2 mouse device common for all mice
    [ 11.814896] AVX version of gcm_enc/dec engaged.
    [ 12.249546] media: Linux media interface: v0.10
    [ 12.405592] Linux video capture interface: v2.00
    [ 12.489425] Bluetooth: Core ver 2.19
    [ 12.489454] NET: Registered protocol family 31
    [ 12.489458] Bluetooth: HCI device and connection manager initialized
    [ 12.489470] Bluetooth: HCI socket layer initialized
    [ 12.489475] Bluetooth: L2CAP socket layer initialized
    [ 12.489499] Bluetooth: SCO socket layer initialized
    [ 12.618057] usbcore: registered new interface driver btusb
    [ 12.741864] Adding 6291452k swap on /dev/sda5. Priority:-1 extents:1 across:6291452k FS
    [ 12.946876] uvcvideo: Found UVC 1.00 device ASUS USB2.0 Webcam (1bcf:2883)
    [ 12.964918] input: ASUS USB2.0 Webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input21
    [ 12.965046] usbcore: registered new interface driver uvcvideo
    [ 12.965049] USB Video Class driver (1.1.1)
    [ 13.388855] intel_rapl: RAPL domain dram detection failed
    [ 15.010386] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 15.017669] systemd-journald[159]: Received request to flush runtime journal from PID 1
    [ 27.377350] bbswitch: version 0.8
    [ 27.377363] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 27.377367] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 27.377374] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.377449] bbswitch: detected an Optimus _DSM function
    [ 27.377495] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 27.378547] bbswitch: disabling discrete graphics
    [ 27.378554] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.805771] alx 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 27.806124] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
    [ 27.840453] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 27.847948] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.089495] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 28.097001] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.163505] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 28.525115] fuse init (API version 7.23)
    [ 28.890210] wlp3s0: authenticate with 90:0d:cb:19:04:e0
    [ 28.895402] wlp3s0: send auth to 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.897519] wlp3s0: authenticated
    [ 28.900414] wlp3s0: associate with 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.916513] wlp3s0: RX AssocResp from 90:0d:cb:19:04:e0 (capab=0xc11 status=0 aid=4)
    [ 28.936417] wlp3s0: associated
    [ 28.936448] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
    [ 28.936477] cfg80211: Calling CRDA to update world regulatory domain
    [ 32.940

    hcra wrote:You might see this Wiki page for long boot times and NetworkManager
    https://wiki.archlinux.org/index.php/Sy … _over_time
    Wow, that solved this problem. I had 5 GB of systemd logs. I deleted them (after making a backup on another disk), I limited the journal size to only 50MB, and now NetworkManager only lasts 4 seconds to start, and GDM appears 10 seconds earlier. Thanks a lot

  • Slow Boot Times after installing new SSD and Lion

    Can anyone please help interpret why I'm having slow boot times?  I have copied my console printout during the boot and it seems to be doing a repetitive action while booting.
    Thanks
    13-01-04 2:50:24.000 AM bootlog: BOOT_TIME 1357293024 0
    13-01-04 2:50:25.000 AM kernel: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    13-01-04 2:50:25.000 AM kernel: vm_page_bootstrap: 942160 free pages and 32688 wired pages
    13-01-04 2:50:25.000 AM kernel: kext submap [0xffffff7f80736000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000736000]
    13-01-04 2:50:25.000 AM kernel: zone leak detection enabled
    13-01-04 2:50:25.000 AM kernel: standard timeslicing quantum is 10000 us
    13-01-04 2:50:25.000 AM kernel: mig_table_max_displ = 73
    13-01-04 2:50:25.000 AM kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    13-01-04 2:50:25.000 AM kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for TMSafetyNet
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for Sandbox
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for Quarantine
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Quarantine policy (Quarantine)
    13-01-04 2:50:25.000 AM kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    13-01-04 2:50:25.000 AM kernel: The Regents of the University of California. All rights reserved.
    13-01-04 2:50:25.000 AM kernel: MAC Framework successfully initialized
    13-01-04 2:50:25.000 AM kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    13-01-04 2:50:25.000 AM kernel: IOAPIC: Version 0x11 Vectors 64:87
    13-01-04 2:50:25.000 AM kernel: ACPI: System State [S0 S3 S4 S5]
    13-01-04 2:50:25.000 AM kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    13-01-04 2:50:25.000 AM kernel: [ PCI configuration begin ]
    13-01-04 2:50:25.000 AM kernel: console relocated to 0xf10010000
    13-01-04 2:50:25.000 AM kernel: PCI configuration changed (bridge=1 device=1 cardbus=0)
    13-01-04 2:50:25.000 AM kernel: [ PCI configuration end, bridges 5 devices 24 ]
    13-01-04 2:50:25.000 AM kernel: AppleIntelCPUPowerManagement: (built 16:32:09 Aug 23 2012) initialization complete
    13-01-04 2:50:25.000 AM kernel: mbinit: done [64 MB total pool size, (42/21) split]
    13-01-04 2:50:25.000 AM kernel: Pthread support ABORTS when sync kernel primitives misused
    13-01-04 2:50:25.000 AM kernel: TBIOBlockStorageDriver: super::probe failed
    13-01-04 2:50:25.000 AM kernel: TBIOBlockStorageDriver: super::probe failed
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    13-01-04 2:50:25.000 AM kernel: AppleIntelCPUPowerManagementClient: ready
    13-01-04 2:50:25.000 AM kernel: BTCOEXIST off
    13-01-04 2:50:25.000 AM kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    13-01-04 2:50:25.000 AM kernel: 5.106.198.19
    13-01-04 2:50:25.000 AM kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffec0e9d0; max speed s800.
    13-01-04 2:50:25.000 AM kernel: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    13-01-04 2:50:25.000 AM kernel: com_seagate_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    13-01-04 2:50:25.000 AM kernel: com_maxtor_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    13-01-04 2:50:25.000 AM kernel: rooting via boot-uuid from /chosen: 1052015E-B101-3046-8932-5C6B1E6A7995
    13-01-04 2:50:25.000 AM kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13-01-04 2:50:25.000 AM kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@A/AppleMCP89AHCI/PR T1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/M4-CT256M4SSD2 Media/IOGUIDPartitionScheme/Imipenem (SSD)@2
    13-01-04 2:50:25.000 AM kernel: BSD root: disk0s2, major 14, minor 2
    13-01-04 2:50:25.000 AM kernel: Kernel is LP64
    13-01-04 2:50:25.000 AM kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    13-01-04 2:50:25.133 AM com.apple.launchd: *** launchd[1] has started up. ***
    13-01-04 2:50:25.491 AM com.apple.launchd: (com.apple.powerd) Unknown value for key POSIXSpawnType: Interactive
    13-01-04 2:50:25.491 AM com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    13-01-04 2:50:25.987 AM UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    13-01-04 2:50:25.990 AM UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:25.992 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.992 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:26.000 AM kernel: BCM5701Enet: Ethernet address c4:2c:03:01:22:c1
    13-01-04 2:50:26.000 AM kernel: AirPort_Brcm4331: Ethernet address f8:1e:df:eb:b4:37
    13-01-04 2:50:26.000 AM kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    13-01-04 2:50:26.000 AM kernel: IO80211Interface::efiNVRAMPublished(): 
    13-01-04 2:50:27.025 AM airportd: _processDLILEvent: en1 attached (down)
    13-01-04 2:50:27.274 AM com.apple.SecurityServer: Session 100000 created
    13-01-04 2:50:27.000 AM kernel: in func createVirtualInterface ifRole = 1
    13-01-04 2:50:27.000 AM kernel: Created virtif 0xffffff800bdffa00 p2p0
    13-01-04 2:50:27.349 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:27.607 AM com.apple.SecurityServer: Entering service
    13-01-04 2:50:27.749 AM UserEventAgent: ServermgrdRegistration cannot load config data
    13-01-04 2:50:27.779 AM UserEventAgent: get_backup_share_points no AFP
    13-01-04 2:50:28.000 AM kernel: NVDANV50HAL loaded and registered.
    13-01-04 2:50:28.000 AM kernel: Previous Shutdown Cause: 5
    13-01-04 2:50:28.000 AM kernel: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    13-01-04 2:50:28.000 AM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    13-01-04 2:50:28.332 AM com.apple.launchd: (com.sec.faxdb[73]) open("/Library/Logs/Samsung/MacFax/FaxDB.log", ...): No such file or directory
    13-01-04 2:50:28.333 AM com.apple.launchd: (com.sec.faxdb[73]) open("/Library/Logs/Samsung/MacFax/FaxDB.log", ...): No such file or directory
    13-01-04 2:50:28.347 AM com.apple.pfctl: No ALTQ support in kernel
    13-01-04 2:50:28.347 AM com.apple.pfctl: ALTQ related functions disabled
    13-01-04 2:50:28.363 AM com.apple.launchd: (com.sec.faxdb[73]) posix_spawn("/Library/Printers/Samsung/Fax/FaxDB/faxdbd", ...): No such file or directory
    13-01-04 2:50:28.385 AM com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    13-01-04 2:50:28.385 AM com.apple.launchd: (com.sec.faxdb[73]) Exited with code: 1
    13-01-04 2:50:28.385 AM com.apple.launchd: (com.sec.faxdb) Throttling respawn: Will start in 300 seconds
    13-01-04 2:50:28.606 AM mDNSResponder: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    13-01-04 2:50:28.704 AM com.apple.revisiond: 2013-01-04 02:50 revisiond[52] (CarbonCore.framework) implementation_callback_rpc: ERROR: CFDictionaryGetValue(FSEvents_streamDict, cfPortNumber) => NULL
    13-01-04 2:50:28.705 AM com.apple.usbmuxd: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    13-01-04 2:50:28.814 AM configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    13-01-04 2:50:28.814 AM configd: DHCP en1: INIT-REBOOT transmit failed
    13-01-04 2:50:28.837 AM systemkeychain: done file: /var/run/systemkeychaincheck.done
    13-01-04 2:50:28.880 AM mds: (Normal) FMW: FMW 0 0
    13-01-04 2:50:28.938 AM mDNSResponder: D2D_IPC: Loaded
    13-01-04 2:50:28.938 AM mDNSResponder: D2DInitialize succeeded
    13-01-04 2:50:28.990 AM configd: setting hostname to "Karr-Hong-Lees-MacBook-Pro.local"
    13-01-04 2:50:29.000 AM kernel: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    13-01-04 2:50:29.000 AM kernel: DSMOS has arrived
    13-01-04 2:50:29.000 AM kernel: macx_swapon SUCCESS
    13-01-04 2:50:29.031 AM configd: network configuration changed.
    13-01-04 2:50:29.984 AM loginwindow: Login Window Application Started
    13-01-04 2:50:30.091 AM com.apple.launchd: (com.sec.faxdb) Throttling respawn: Will start in 299 seconds
    13-01-04 2:50:30.142 AM netbiosd: Unable to start NetBIOS name service:
    13-01-04 2:50:31.000 AM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    13-01-04 2:50:31.000 AM kernel: en1: 802.11d country code set to 'US'.
    13-01-04 2:50:31.000 AM kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    13-01-04 2:50:31.282 AM loginwindow:
    O3REQUIRE FAILED: ret == 0
       - file: /SourceCache/BezelServices/BezelServices-232.3/Utilities/Utilities.c
       - line: 91
    13-01-04 2:50:31.282 AM loginwindow: Failed to lookup Bezel UI Server port: Bootstrap Unknown Service.
    13-01-04 2:50:31.315 AM com.apple.SecurityServer: Session 100004 created
    13-01-04 2:50:31.317 AM loginwindow: Login Window Started Security Agent
    13-01-04 2:50:31.347 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    13-01-04 2:50:31.542 AM SecurityAgent: Echo enabled
    13-01-04 2:50:31.542 AM SecurityAgent: Echo enabled
    13-01-04 2:50:31.574 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:31.574 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:31.575 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 10)
    13-01-04 2:50:31.575 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 10)
    13-01-04 2:50:32.000 AM kernel: MacAuthEvent en1   Auth result for: a8:39:44:57:2c:50  MAC AUTH succeeded
    13-01-04 2:50:32.000 AM kernel: wlEvent: en1 en1 Link UP virtIf = 0
    13-01-04 2:50:32.000 AM kernel: AirPort: Link Up on en1
    13-01-04 2:50:32.000 AM kernel: en1: BSSID changed to a8:39:44:57:2c:50
    13-01-04 2:50:32.530 AM airportd: _doAutoJoin: Already associated to “TELUS3939”. Bailing on auto-join.
    13-01-04 2:50:33.000 AM kernel: AirPort: RSN handshake complete on en1
    13-01-04 2:50:34.579 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:34.579 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:34.579 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 9)
    13-01-04 2:50:34.579 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 9)
    13-01-04 2:50:35.093 AM configd: network configuration changed.
    13-01-04 2:50:35.113 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    13-01-04 2:50:35.114 AM UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    13-01-04 2:50:35.114 AM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on TELUS3939 because it is protected and not on the exception list
    13-01-04 2:50:35.116 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    13-01-04 2:50:35.118 AM configd: network configuration changed.
    13-01-04 2:50:35.991 AM ntpd: proto: precision = 1.000 usec
    13-01-04 2:50:37.270 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:37.271 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:37.271 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 8)
    13-01-04 2:50:37.271 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 8)
    13-01-04 2:50:40.276 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:40.276 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:40.276 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 7)
    13-01-04 2:50:40.276 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 7)
    13-01-04 2:50:43.281 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:43.281 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:43.281 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 6)
    13-01-04 2:50:43.282 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 6)
    13-01-04 2:50:46.286 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:46.286 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:46.286 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 5)
    13-01-04 2:50:46.286 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 5)
    13-01-04 2:50:49.291 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:49.291 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:49.291 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 4)
    13-01-04 2:50:49.291 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 4)
    13-01-04 2:50:52.296 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:52.296 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:52.296 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 3)
    13-01-04 2:50:52.296 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 3)
    13-01-04 2:50:55.301 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:55.301 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:55.301 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 2)
    13-01-04 2:50:55.301 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 2)
    13-01-04 2:50:58.307 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:58.307 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:58.307 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)
    13-01-04 2:50:58.307 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)

    Fixed it!
    Just changed my settings to auto log on.
    Hooray!

  • Slow boot time since updating OS 6 minutes aprox

    I've owned my Macbook Pro since new and it came factory installed with OSX 10.4
    I decided to update to Leopard and used the 10.5.6 disc formatted the hard drive fresh and after installing boot time was around 6 minutes. I tried everything, updating OS, reseting pram all sorts but still slow boot up.
    Then i thought maybe updating to Snow Leopard may resolve this issue but unfortunately still the same problem 6 minutes to boot!
    I don't know a lot about the console but i rebooted at 20.12 pm and here is the report:
    I noticed at 20.13 some weird happenings with the internal apple modem i hope somebody can shed some light on it.
    Also between 20.14 and 20.18 'Timeout waiting for IOKit to be quiet ' 4 minute pause??? whats that because of?
    *12/03/2010 20:12:06 shutdown[239] reboot by admin:*
    *12/03/2010 20:12:06 shutdown[239] SHUTDOWN_TIME: 1268424726 818864*
    *12/03/2010 20:12:06 mDNSResponder[27] mDNSResponder mDNSResponder-214 (Oct 16 2009 06:09:30) stopping*
    *12/03/2010 20:12:06 com.apple.SecurityServer[23] Session 0x23d285 dead*
    *12/03/2010 20:12:06 com.apple.SecurityServer[23] Killing auth hosts*
    *12/03/2010 20:12:48 kernel npvhash=4095*
    *12/03/2010 20:12:48 kernel PAE enabled*
    *12/03/2010 20:12:48 kernel 64 bit mode enabled*
    *12/03/2010 20:12:48 kernel Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386*
    *12/03/2010 20:12:48 kernel vmpagebootstrap: 253610 free pages and 8534 wired pages*
    *12/03/2010 20:12:48 kernel standard timeslicing quantum is 10000 us*
    *12/03/2010 20:12:48 kernel migtable_maxdispl = 73*
    *12/03/2010 20:12:48 kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled*
    *12/03/2010 20:12:48 kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled*
    *12/03/2010 20:12:48 kernel calling mpopolicyinit for Quarantine*
    *12/03/2010 20:12:48 kernel Security policy loaded: Quarantine policy (Quarantine)*
    *12/03/2010 20:12:48 kernel calling mpopolicyinit for Sandbox*
    *12/03/2010 20:12:48 kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)*
    *12/03/2010 20:12:48 kernel calling mpopolicyinit for TMSafetyNet*
    *12/03/2010 20:12:48 kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)*
    *12/03/2010 20:12:48 kernel Copyright (c) 1982, 1986, 1989, 1991, 1993*
    *12/03/2010 20:12:48 kernel The Regents of the University of California. All rights reserved.*
    *12/03/2010 20:12:48 kernel MAC Framework successfully initialized*
    *12/03/2010 20:12:48 kernel using 5242 buffer headers and 4096 cluster IO buffer headers*
    *12/03/2010 20:12:48 kernel IOAPIC: Version 0x20 Vectors 64:87*
    *12/03/2010 20:12:48 kernel ACPI: System State [S0 S3 S4 S5] (S3)*
    *12/03/2010 20:12:48 kernel mbinit: done (64 MB memory set for mbuf pool)*
    *12/03/2010 20:12:48 kernel rooting via boot-uuid from /chosen: 96ACDC42-EE02-348B-8B12-72D25C040370*
    *12/03/2010 20:12:48 kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>*
    *12/03/2010 20:12:48 kernel com.apple.AppleFSCompressionTypeZlib load succeeded*
    *12/03/2010 20:12:48 kernel AppleIntelCPUPowerManagementClient: ready*
    *12/03/2010 20:12:48 kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHW2120BH Media/IOGUIDPartitionScheme/Customer@2*
    *12/03/2010 20:12:48 kernel BSD root: disk0s2, major 14, minor 2*
    *12/03/2010 20:12:48 kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)*
    *12/03/2010 20:12:48 kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 0019e3fffe936196; max speed s100.*
    *12/03/2010 20:12:48 kernel [Bluetooth::CSRHIDTransition] transition complete.*
    *12/03/2010 20:12:48 kernel CSRUSBBluetoothHCIController::setupHardware super returned 0*
    *12/03/2010 20:12:48 kernel AppleIntelCPUPowerManagement: initialization complete*
    *12/03/2010 20:12:43 com.apple.launchd[1] * launchd[1] has started up. **
    *12/03/2010 20:12:43 com.apple.launchd[1] * Verbose boot, will log to /dev/console. **
    *12/03/2010 20:12:50 kernel systemShutdown false*
    *12/03/2010 20:12:53 configd[13] setting hostname to "administrators-macbook-pro-15.local";*
    *12/03/2010 20:12:53 configd[13] network configuration changed.*
    *12/03/2010 20:12:54 bootlog[38] BOOT_TIME: 1268424763 0*
    *12/03/2010 20:12:54 mDNSResponder[27] mDNSResponder mDNSResponder-214 (Oct 16 2009 06:09:30) starting*
    *12/03/2010 20:12:55 com.apple.usbmuxd[20] usbmuxd-176 built for iTunesNineDot on Sep 24 2009 at 16:11:05, running 32 bit*
    *12/03/2010 20:12:56 com.apple.SecurityServer[23] Session 0x5fbff962 created*
    *12/03/2010 20:12:57 blued[39] Apple Bluetooth daemon started*
    *12/03/2010 20:12:57 com.apple.SecurityServer[23] Entering service*
    *12/03/2010 20:12:57 kernel Waiting for DSMOS...*
    *12/03/2010 20:12:57 configd[13] network configuration changed.*
    *12/03/2010 20:12:57 configd[13] network configuration changed.*
    *12/03/2010 20:12:59 kernel Previous Shutdown Cause: 3*
    *12/03/2010 20:12:59 kernel Atheros: mac 12.2 phy 8.1 radio 12.0*
    *12/03/2010 20:13:04 kernel AppleYukon2: Marvell Yukon Gigabit Adapter 88E8053 Singleport Copper SA*
    *12/03/2010 20:13:04 kernel AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RXMAXLE 1024, TXMAXLE 768, STMAXLE 3328*
    *12/03/2010 20:13:05 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[28] Login Window Application Started*
    *12/03/2010 20:13:05 com.apple.kextd[10] /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext does not declare a kernel dependency; using com.apple.kernel.6.0.*
    *12/03/2010 20:13:05 com.apple.kextd[10] /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext does not declare a kernel dependency; using com.apple.kernel.6.0.*
    *12/03/2010 20:13:06 kernel DSMOS has arrived*
    *12/03/2010 20:13:06 kernel yukon: Ethernet address 00:17:f2:dc:bd:e4*
    *12/03/2010 20:13:06 kernel AirPort_AthrFusion: Ethernet address 00:17:f2:e6:a5:9a*
    *12/03/2010 20:13:06 kernel IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification*
    *12/03/2010 20:13:06 kernel AirPort: Link Down on en1. Reason 1 (Unspecified).*
    *12/03/2010 20:13:06 kernel Warning - com.apple.driver.InternalModemSupport declares no kernel dependencies; using com.apple.kernel.6.0.*
    *12/03/2010 20:13:06 kernel AirPort: Link Up on en1*
    *12/03/2010 20:13:08 configd[13] network configuration changed.*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: timed out waiting for IOKit to quiesce*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: Busy services :*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2 [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0 [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBrid ge [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBrid ge/FRWR@3 [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBrid ge/FRWR@3/AppleFWOHCI [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBrid ge/FRWR@3/AppleFWOHCI/IOFireWireController [1]*
    *12/03/2010 20:13:50 configd[13] InterfaceNamer: MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBrid ge/FRWR@3/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [2]*
    *12/03/2010 20:14:06 WindowServer[58] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.*
    *12/03/2010 20:14:06 com.apple.WindowServer[58] Fri Mar 12 20:14:06 administrators-macbook-pro-15.local WindowServer[58] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.*
    *12/03/2010 20:14:09 com.apple.SecurityServer[23] Session 0x2317d4 created*
    *12/03/2010 20:14:09 com.apple.SecurityServer[23] Session 0x2317d4 attributes 0x30*
    *12/03/2010 20:14:11 loginwindow[28] Login Window Started Security Agent*
    *12/03/2010 20:14:12 SecurityAgent[88] User info context values set for admin*
    *12/03/2010 20:14:12 SecurityAgent[88] Login Window login proceeding*
    *12/03/2010 20:14:12 SecurityAgent[88] Login Window done*
    *12/03/2010 20:14:12 loginwindow[28] Login Window - Returned from Security Agent*
    *12/03/2010 20:14:12 loginwindow[28] USER_PROCESS: 28 console*
    *12/03/2010 20:14:12 com.apple.launchd.peruser.501[69] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self*
    *12/03/2010 20:14:17 KernelEventAgent[29] tid 00000000 received event(s) VQ_LOWDISK (4)*
    *12/03/2010 20:14:19 com.apple.launchd.peruser.501[69] (com.apple.Kerberos.renew.plist[109]) Exited with exit code: 1*
    *12/03/2010 20:14:21 com.apple.launchd.peruser.501[69] ([email protected][112]) Exited with exit code: 1*
    *12/03/2010 20:18:07 /usr/libexec/hidd[31] Timeout waiting for IOKit to be quiet*
    *12/03/2010 20:18:07 /usr/libexec/hidd[31] IOHIDEventQueueCreate: Unable to allocate queue memory from IOHIDSystem. (0x10000003)*
    *12/03/2010 20:18:07 WindowServer[58] Unable to create event queue via hidd: (0xe00002bd)*
    *12/03/2010 20:24:19 /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[115] No valid tickets, timing out*
    Please help its driving me nuts!!!

    The concern of which 10.5.6 disc is quite good. While 10.5.6 was available retail, using a 10.5.6 from another Mac model could cause problems with installation.
    And installing Snow Leopard over such an installation unless erase and installed would not solve any problems. If you install 10.5.6 over 10.4, you must use
    the 10.5 disc that looks like * and does not say update or dropin on it. Similarly if you erase and install 10.6 on
    a machine that came with 10.5.8 or earlier, you must use this disc * that does not say Update or DropIn on it, unless it was
    released during the up-to-date program period in the couple weeks before August 28, 2009.
    - * Links to my pages may give me compensation.

  • Quad with 7800GT boot time longer than other cards?

    my quad with raptor 74gb and 3gb of ram plus 7800gt takes 49 seconds to boot consistently. fresh system. I saw over at barefeats.com that theirs boots in 29 seconds but without the 7800gt. can anyone who has both or has access to both confirm that the 7800gt indeed is the factor adding 20 seconds to my boot time?
    thanks.
    -steve

    How long is it before you see the first apple?
    The time period between the apple and a complete desktop is more hard drive speed related and this is what barefeats may be refering to as boot time.
    The time period between "dong" and first apple is when the machine checks the RAM and other things, perhaps the more RAM, the more time?
    Just so happens the "dong" to first apple is about 20 seconds on my machine and my total boot time is about 30 seconds.

  • Slow boot time on new SSD

    I replaced my old hard drive with an SSD, and I'm getting boot times much slower than expected, between 40 and 45 seconds. I have already set my SSD as the startup disk in System Preferences, repaired disk permissions, performed a PRAM reset, and turned on TRIM. Application launching and shut down are extremely fast, so I'm not sure why I'm getting such slow boot times.
    I'm running a Macbook Pro 15", early 2011, 2 GHz Intel Core i7 and 8GB RAM. My 256GB SSD still has 160 GB available.

    Could it be related to the fact that the SSD is listed as disk two in the EtreCheck report?
    NO.  The following is "My" SSD information on my Late 2011 Macbook Pro 2.2GHz i7 quad core.  It is not much different from yours
    Disk Information: ℹ️
        Samsung SSD 840 EVO 1TB disk0 : (1 TB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 2.18 GB
            BobBookProSSD (disk1) /  [Startup]: 997.21 GB (436.95 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 997.55 GB Online
    Mine Macbook Pro with SSD, TRIM enabled takes about 12 seconds to boot.
    Here is my System Profile Information on my SSD
    Intel 6 Series Chipset:
      Vendor:    Intel
      Product:    6 Series Chipset
      Link Speed:    6 Gigabit
      Negotiated Link Speed:    6 Gigabit
      Physical Interconnect:    SATA
      Description:    AHCI Version 1.30 Supported
    Samsung SSD 840 EVO 1TB:
      Capacity:    1 TB (1,000,204,886,016 bytes)
      Model:    Samsung SSD 840 EVO 1TB              
      Revision:    EXT0BB6Q
      Serial Number:    xxxxxxxxxxxxxxx  
      Native Command Queuing:    Yes
      Queue Depth:    32
      Removable Media:    No
      Detachable Drive:    No
      BSD Name:    disk0
      Medium Type:    Solid State
      TRIM Support:    Yes
      Partition Map Type:    GPT (GUID Partition Table)
      S.M.A.R.T. status:    Verified
      Volumes:
    EFI:
      Capacity:    209.7 MB (209,715,200 bytes)
      BSD Name:    disk0s1
      Content:    EFI
    disk0s2:
      Capacity:    997.55 GB (997,549,998,080 bytes)
      BSD Name:    disk0s2
      Content:    Apple_CoreStorage
    Recovery HD:
      Capacity:    2.18 GB (2,176,696,320 bytes)
      BSD Name:    disk0s3
      Content:    Apple_Boot
      Volume UUID:    xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx

Maybe you are looking for