Arch Slow Boot

This may seem like a trivial question.
When I used to use Arch Linux 0.6 I used to boot in about 3 seconds.
When I switched over to the 0.7 and new kernel it now takes about 10 - 15 min to boot.
This is kind of hindering my usage of Arch as my primary OS.
THe part of the boot that takes seems to slow down is when it checks all of my IDE devices. It seems to try to detect hdc, hdd, hde, hdf, hdg and takes forever and everntually says "(Resetting Drive)".
Here is my fstab:
# /etc/fstab: static file system information
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /proc         proc      defaults            0      0
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
sysfs                  /sys          sysfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs  defaults            0      0
/dev/cdroms/cdrom0     /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/cdroms/cdrom0     /mnt/dvd  udf       ro,user,noauto,unhide   0      0
/dev/floppy/0          /mnt/fl   vfat      user,noauto,unhide      0      0
/dev/discs/disc0/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
Thanks for any help you may give. 

My System specs are
AMD Athlon 64 3400+ (3.6 Ghz)
1.5 GB of Corsair DDR2 4300
ATI Radeon 7000 PCI Card :oops:
WD 60GB SATA Drive
By the way, when I say the boot time, I'm refering to the time that Arch Linux itself boots. From GRUB/LILO to the logon display not the whole computer.
I'm also running very few sevrices yet, I don't have CUPS, Alsa, Samba, or Apache, MySQL, PHP... running yet. I figure that when I install these it will about 20 seconds. Which is still pretty fast. And much better than that "other operating system" I used to run. 

Similar Messages

  • Slow boot up speed-Arch Linux

    Hi everyone,i am facing two important problems in my Arch Linux
    1)Slow boot-up and Shut-down
    2)Poor battery life
    I am using an Dell Inspiron-N5010 laptop with intel-i3 processor and 3 GB RAM and i have updated my Arch system recently and my kernel version is
    Linux 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    Login Manager=GDM
    Desktop Environment=Cinnamon 2.0.14
    Here is my /etc/mkinitcpio.conf
    MODULES="i915 drm_kms_helper msr intel_agp dell_wmi dell_laptop acpi"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect modconf block fsck filesystems keyboard fsck"
    Here is my output of systemd-analyze blame
    5.927s pacman-init.service
    4.811s NetworkManager.service
    4.686s dkms.service
    2.206s systemd-logind.service
    2.126s gdm.service
    1.672s systemd-vconsole-setup.service
    1.327s plymouth-read-write.service
    1.232s plymouth-start.service
    1.104s kmod-static-nodes.service
    1.073s polkit.service
    1.038s systemd-fsck-root.service
    1.012s systemd-udev-trigger.service
    866ms accounts-daemon.service
    813ms systemd-modules-load.service
    785ms systemd-sysctl.service
    785ms sys-kernel-debug.mount
    784ms dev-mqueue.mount
    784ms dev-hugepages.mount
    587ms colord.service
    569ms sys-kernel-config.mount
    504ms systemd-backlight@acpi_video0.service
    496ms systemd-journal-flush.service
    422ms systemd-tmpfiles-setup-dev.service
    402ms tmp.mount
    400ms systemd-tmpfiles-clean.service
    396ms dhcpcd.service
    233ms systemd-random-seed.service
    229ms haveged.service
    217ms etc-pacman.d-gnupg.mount
    182ms wpa_supplicant.service
    181ms systemd-remount-fs.service
    129ms systemd-user-sessions.service
    115ms systemd-udevd.service
    114ms systemd-update-utmp.service
    81ms udisks2.service
    76ms systemd-tmpfiles-setup.service
    71ms dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b293c3.swap
    63ms upower.service
    58ms cpupower.service
    56ms laptop-mode.service
    51ms rtkit-daemon.service
    43ms [email protected]
    10ms alsa-restore.service
    and still its taking more time to get the Display Manager and after entering my login and password its taking more time to get my cinnamon desktop
    I am using Laptop-Mode-Tools ,cpupower(Conservative Governor),Thermald to improve my batterylife but nothing is helping me out its just 45~1 hour in my arch system but its actually 2 to 2.5 hours in my windows 7
    and i was googling for good solutions but nothing is helping me to get out of  the problems and i hope i could fix this issue by means of this forum.

    Neburski wrote:
    Dinesh raja wrote:No its not Manjaro but an custom system which i have built using Arch-Iso
    Ah, anyway identify all the service files for systemd to see if there are some that you don't need. Looks like you already did.
    For the slow boot up and shutdown you could give a closer look at dmesg.
    Check http://freedesktop.org/wiki/Software/sy … eventually to see how you can save your dmesg for the shutdown part. Then look for entries that have a large gap in time (the numbers in [###] are seconds since bootup).
    Can you maybe also define slow. How many seconds / minutes does it take?
    its taking 23.099s for Kernel+User space and the time gap between Display Manager and Cinnamon desktop is approximately 30 sto 40 s
    here is my dmesg complete output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.9-2-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=175a6905-635d-455d-a489-e2afaaaeb274 ro quiet splash resume=/dev/sda6 i915.semaphores=1 i915.i915_enable_rc6=0
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b75a5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b75a6000-0x00000000b75edfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b75ee000-0x00000000b75f8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b75f9000-0x00000000b75fbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b75fc000-0x00000000b761ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7620000-0x00000000b7620fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7621000-0x00000000b7628fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7629000-0x00000000b762bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b762c000-0x00000000b7630fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7631000-0x00000000b7650fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7651000-0x00000000b7693fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7694000-0x00000000b77fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b9e00000-0x00000000bbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: Dell Inc. Inspiron N5010/0P2H9M, BIOS A09 10/19/2010
    [ 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 = 0xb7800 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 0B8000000 mask FF8000000 uncachable
    [ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fcda0-0x000fcdaf] mapped at [ffff8800000fcda0]
    [ 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 [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7200000-0xb73fffff]
    [ 0.000000] [mem 0xb7200000-0xb73fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb4000000-0xb71fffff]
    [ 0.000000] [mem 0xb4000000-0xb71fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x80000000-0xb3ffffff]
    [ 0.000000] [mem 0x80000000-0xb3ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0xb7400000-0xb75a5fff]
    [ 0.000000] [mem 0xb7400000-0xb75a5fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7620000-0xb7620fff]
    [ 0.000000] [mem 0xb7620000-0xb7620fff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7694000-0xb77fffff]
    [ 0.000000] [mem 0xb7694000-0xb77fffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x37912000-0x37c80fff]
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v03 DELL )
    [ 0.000000] ACPI: XSDT 00000000b75ee088 0005C (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000b75f7a50 000F4 (v04 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130725/tbfadt-395)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xB762CF40/0x00000000B762CF80, using 32 (20130725/tbfadt-522)
    [ 0.000000] ACPI: DSDT 00000000b75ee170 098DF (v02 DELL WN09 00005010 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000b762cf40 00040
    [ 0.000000] ACPI: APIC 00000000b75f7b48 00072 (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 00000000b75f7bc0 0014E (v01 AMICPU PROC 00000001 MSFT 03000001)
    [ 0.000000] ACPI: MCFG 00000000b75f7d10 0003C (v01 DELL WN09 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SLIC 00000000b75f7d50 00176 (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: HPET 00000000b75f7ec8 00038 (v01 DELL WN09 01072009 AMI. 00000003)
    [ 0.000000] ACPI: OSFR 00000000b75f7f00 0008C (v01 DELL M08 07DA0A13 ASL 00000061)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b77fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xb77fffff]
    [ 0.000000] NODE_DATA [mem 0xb77fb000-0xb77fffff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b3c00000-ffff8800b69fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 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-0xb75a5fff]
    [ 0.000000] node 0: [mem 0xb7620000-0xb7620fff]
    [ 0.000000] node 0: [mem 0xb7694000-0xb77fffff]
    [ 0.000000] On node 0 totalpages: 751279
    [ 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: 11680 pages used for memmap
    [ 0.000000] DMA32 zone: 747283 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[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 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: 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 0xb75a6000-0xb75edfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75ee000-0xb75f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75f9000-0xb75fbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75fc000-0xb761ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7621000-0xb7628fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7629000-0xb762bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb762c000-0xb7630fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7631000-0xb7650fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7651000-0xb7693fff]
    [ 0.000000] e820: [mem 0xbc000000-0xdfffffff] 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 @ffff8800b7000000 s86464 r8192 d24128 u524288
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 739514
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=175a6905-635d-455d-a489-e2afaaaeb274 ro quiet splash resume=/dev/sda6 i915.semaphores=1 i915.i915_enable_rc6=0
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 2942184K/3005116K available (5119K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 62932K 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] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12058624 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 2260.785 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4523.96 BogoMIPS (lpj=7535950)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000041] Security Framework initialized
    [ 0.000053] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000055] Yama: becoming mindful.
    [ 0.000408] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.002121] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002882] Mount-cache hash table entries: 256
    [ 0.003130] Initializing cgroup subsys memory
    [ 0.003144] Initializing cgroup subsys devices
    [ 0.003147] Initializing cgroup subsys freezer
    [ 0.003149] Initializing cgroup subsys net_cls
    [ 0.003151] Initializing cgroup subsys blkio
    [ 0.003177] CPU: Physical Processor ID: 0
    [ 0.003178] CPU: Processor Core ID: 0
    [ 0.003185] mce: CPU supports 9 MCE banks
    [ 0.003198] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003211] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.003319] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.004634] ACPI: Core revision 20130725
    [ 0.009965] ACPI: All ACPI Tables successfully acquired
    [ 0.019630] ftrace: allocating 20320 entries in 80 pages
    [ 0.032100] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065112] smpboot: CPU0: Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz (fam: 06, model: 25, stepping: 02)
    [ 0.171587] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.171595] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.171599] ... version: 3
    [ 0.171600] ... bit width: 48
    [ 0.171601] ... generic registers: 4
    [ 0.171602] ... value mask: 0000ffffffffffff
    [ 0.171604] ... max period: 000000007fffffff
    [ 0.171605] ... fixed-purpose events: 3
    [ 0.171606] ... event mask: 000000070000000f
    [ 0.211654] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.198312] smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    [ 0.251580] Brought up 4 CPUs
    [ 0.251586] smpboot: Total of 4 processors activated (18093.87 BogoMIPS)
    [ 0.254266] devtmpfs: initialized
    [ 0.257030] PM: Registering ACPI NVS region [mem 0xb75a6000-0xb75edfff] (294912 bytes)
    [ 0.257037] PM: Registering ACPI NVS region [mem 0xb75f9000-0xb75fbfff] (12288 bytes)
    [ 0.257039] PM: Registering ACPI NVS region [mem 0xb7621000-0xb7628fff] (32768 bytes)
    [ 0.257040] PM: Registering ACPI NVS region [mem 0xb762c000-0xb7630fff] (20480 bytes)
    [ 0.257042] PM: Registering ACPI NVS region [mem 0xb7651000-0xb7693fff] (274432 bytes)
    [ 0.258060] RTC time: 15:04:06, date: 02/18/14
    [ 0.258105] NET: Registered protocol family 16
    [ 0.258225] cpuidle: using governor ladder
    [ 0.258227] cpuidle: using governor menu
    [ 0.258271] ACPI: bus type PCI registered
    [ 0.258273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.258334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.258337] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.281454] PCI: Using configuration type 1 for base access
    [ 0.282099] bio: create slab <bio-0> at 0
    [ 0.282221] ACPI: Added _OSI(Module Device)
    [ 0.282223] ACPI: Added _OSI(Processor Device)
    [ 0.282225] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282226] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.283469] ACPI: EC: Look up EC in DSDT
    [ 0.284754] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.289116] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.302665] ACPI: SSDT 00000000b7621c18 003A4 (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.303013] ACPI: Dynamic OEM Table Load:
    [ 0.303016] ACPI: SSDT (null) 003A4 (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.303484] ACPI: Interpreter enabled
    [ 0.303491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.303495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.303510] ACPI: (supports S0 S3 S4 S5)
    [ 0.303512] ACPI: Using IOAPIC for interrupt routing
    [ 0.303547] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.303686] ACPI: No dock devices found.
    [ 0.322094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.322239] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.322442] acpi PNP0A08:00: ACPI _OSC control (0x19) granted
    [ 0.322704] PCI host bridge to bus 0000:00
    [ 0.322708] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.322710] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.322712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.322714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.322716] pci_bus 0000:00: root bus resource [mem 0xbc000000-0xffffffff]
    [ 0.322725] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    [ 0.322744] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.322818] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
    [ 0.322831] pci 0000:00:02.0: reg 0x10: [mem 0xfa400000-0xfa7fffff 64bit]
    [ 0.322838] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.322843] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.322962] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.322991] pci 0000:00:16.0: reg 0x10: [mem 0xfbd09000-0xfbd0900f 64bit]
    [ 0.323088] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.323185] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.323212] pci 0000:00:1a.0: reg 0x10: [mem 0xfbd08000-0xfbd083ff]
    [ 0.323324] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.325807] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.325857] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.325880] pci 0000:00:1b.0: reg 0x10: [mem 0xfbd00000-0xfbd03fff 64bit]
    [ 0.325979] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.326066] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.326169] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.326222] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.326261] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.326362] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.326415] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.326453] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    [ 0.326553] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.326608] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.326649] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    [ 0.326750] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.326803] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.326851] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.326878] pci 0000:00:1d.0: reg 0x10: [mem 0xfbd07000-0xfbd073ff]
    [ 0.326988] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.329810] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.329853] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.329965] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.330003] pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
    [ 0.330187] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
    [ 0.330216] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    [ 0.330227] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    [ 0.330238] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    [ 0.330249] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    [ 0.330261] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    [ 0.330272] pci 0000:00:1f.2: reg 0x24: [mem 0xfbd06000-0xfbd067ff]
    [ 0.330340] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.330421] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.330443] pci 0000:00:1f.3: reg 0x10: [mem 0xfbd05000-0xfbd050ff 64bit]
    [ 0.330474] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 0.330575] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
    [ 0.330604] pci 0000:00:1f.6: reg 0x10: [mem 0xfbd04000-0xfbd04fff 64bit]
    [ 0.330829] pci 0000:00:1c.0: PCI bridge to [bus 11]
    [ 0.330946] pci 0000:12:00.0: [14e4:4727] type 00 class 0x028000
    [ 0.330979] pci 0000:12:00.0: reg 0x10: [mem 0xfbc00000-0xfbc03fff 64bit]
    [ 0.331144] pci 0000:12:00.0: supports D1 D2
    [ 0.331146] pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
    [ 0.338279] pci 0000:00:1c.1: PCI bridge to [bus 12]
    [ 0.338291] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.338460] pci 0000:13:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.338526] pci 0000:13:00.0: reg 0x10: [io 0xe000-0xe0ff]
    [ 0.338640] pci 0000:13:00.0: reg 0x18: [mem 0xd0b10000-0xd0b10fff 64bit pref]
    [ 0.338706] pci 0000:13:00.0: reg 0x20: [mem 0xd0b00000-0xd0b0ffff 64bit pref]
    [ 0.338752] pci 0000:13:00.0: reg 0x30: [mem 0xfb200000-0xfb21ffff pref]
    [ 0.338976] pci 0000:13:00.0: supports D1 D2
    [ 0.338978] pci 0000:13:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.339173] pci 0000:00:1c.2: PCI bridge to [bus 13]
    [ 0.339178] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.339183] pci 0000:00:1c.2: bridge window [mem 0xfb200000-0xfbbfffff]
    [ 0.339190] pci 0000:00:1c.2: bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.339268] pci 0000:00:1c.4: PCI bridge to [bus 15]
    [ 0.339274] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.339278] pci 0000:00:1c.4: bridge window [mem 0xfa800000-0xfb1fffff]
    [ 0.339286] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.339371] pci 0000:00:1e.0: PCI bridge to [bus 20] (subtractive decode)
    [ 0.339385] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.339387] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.339389] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.339391] pci 0000:00:1e.0: bridge window [mem 0xbc000000-0xffffffff] (subtractive decode)
    [ 0.339814] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.339874] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.339932] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.339990] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 0.340047] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.340106] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.340164] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.340222] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.340440] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.340472] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.340534] Found 1 acpi root devices
    [ 0.340641] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.340644] vgaarb: loaded
    [ 0.340645] vgaarb: bridge control possible 0000:00:02.0
    [ 0.340690] PCI: Using ACPI for IRQ routing
    [ 0.350522] PCI: Discovered peer bus ff
    [ 0.350524] PCI: root bus ff: using default resources
    [ 0.350525] PCI: Probing PCI hardware (bus ff)
    [ 0.350548] PCI host bridge to bus 0000:ff
    [ 0.350551] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
    [ 0.350553] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.350555] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    [ 0.350561] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    [ 0.350602] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.350643] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.350680] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.350718] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.350756] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.350804] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    [ 0.350807] PCI: pci_cache_line_size set to 64 bytes
    [ 0.350880] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
    [ 0.350882] e820: reserve RAM buffer [mem 0xb75a6000-0xb7ffffff]
    [ 0.350884] e820: reserve RAM buffer [mem 0xb7621000-0xb7ffffff]
    [ 0.350886] e820: reserve RAM buffer [mem 0xb7800000-0xb7ffffff]
    [ 0.350986] NetLabel: Initializing
    [ 0.350988] NetLabel: domain hash size = 128
    [ 0.350989] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.351002] NetLabel: unlabeled traffic allowed by default
    [ 0.351040] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.351046] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.353079] Switched to clocksource hpet
    [ 0.357893] pnp: PnP ACPI init
    [ 0.357912] ACPI: bus type PNP registered
    [ 0.358057] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.358060] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.358062] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.358064] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.358066] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.358070] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.358105] pnp 00:01: [dma 4]
    [ 0.358125] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.358162] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.358187] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.358217] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.358267] system 00:05: [io 0x04d0-0x04d1] has been reserved
    [ 0.358270] system 00:05: [mem 0xfe800000-0xfe8001ff] has been reserved
    [ 0.358273] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.358309] pnp 00:06: Plug and Play ACPI device, IDs DLL0447 SYN0600 SYN0002 PNP0f13 (active)
    [ 0.358347] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.358508] system 00:08: [io 0x0400-0x047f] could not be reserved
    [ 0.358511] system 00:08: [io 0x1180-0x119f] has been reserved
    [ 0.358513] system 00:08: [io 0x0500-0x057f] has been reserved
    [ 0.358516] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.358518] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
    [ 0.358520] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.358523] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.358526] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.358636] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.358854] pnp: PnP ACPI: found 10 devices
    [ 0.358856] ACPI: bus type PNP unregistered
    [ 0.365989] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
    [ 0.365994] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 11] add_size 200000
    [ 0.365996] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 11] add_size 200000
    [ 0.366007] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
    [ 0.366010] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 12] add_size 200000
    [ 0.366040] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.366042] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.366044] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.366047] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.366049] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.366053] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbc000000-0xbc1fffff]
    [ 0.366056] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366059] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366061] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.366064] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.366066] pci 0000:00:1c.0: PCI bridge to [bus 11]
    [ 0.366071] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.366077] pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbc1fffff]
    [ 0.366082] pci 0000:00:1c.0: bridge window [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366089] pci 0000:00:1c.1: PCI bridge to [bus 12]
    [ 0.366093] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.366100] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.366104] pci 0000:00:1c.1: bridge window [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366112] pci 0000:00:1c.2: PCI bridge to [bus 13]
    [ 0.366116] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.366122] pci 0000:00:1c.2: bridge window [mem 0xfb200000-0xfbbfffff]
    [ 0.366127] pci 0000:00:1c.2: bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.366135] pci 0000:00:1c.4: PCI bridge to [bus 15]
    [ 0.366139] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.366145] pci 0000:00:1c.4: bridge window [mem 0xfa800000-0xfb1fffff]
    [ 0.366150] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.366157] pci 0000:00:1e.0: PCI bridge to [bus 20]
    [ 0.366172] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.366174] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.366176] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.366178] pci_bus 0000:00: resource 7 [mem 0xbc000000-0xffffffff]
    [ 0.366180] pci_bus 0000:11: resource 0 [io 0x2000-0x2fff]
    [ 0.366182] pci_bus 0000:11: resource 1 [mem 0xbc000000-0xbc1fffff]
    [ 0.366184] pci_bus 0000:11: resource 2 [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366186] pci_bus 0000:12: resource 0 [io 0x3000-0x3fff]
    [ 0.366188] pci_bus 0000:12: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.366190] pci_bus 0000:12: resource 2 [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366192] pci_bus 0000:13: resource 0 [io 0xe000-0xefff]
    [ 0.366194] pci_bus 0000:13: resource 1 [mem 0xfb200000-0xfbbfffff]
    [ 0.366196] pci_bus 0000:13: resource 2 [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.366198] pci_bus 0000:15: resource 0 [io 0xd000-0xdfff]
    [ 0.366200] pci_bus 0000:15: resource 1 [mem 0xfa800000-0xfb1fffff]
    [ 0.366202] pci_bus 0000:15: resource 2 [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.366204] pci_bus 0000:20: resource 4 [io 0x0000-0x0cf7]
    [ 0.366206] pci_bus 0000:20: resource 5 [io 0x0d00-0xffff]
    [ 0.366207] pci_bus 0000:20: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.366209] pci_bus 0000:20: resource 7 [mem 0xbc000000-0xffffffff]
    [ 0.366212] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
    [ 0.366214] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.366254] NET: Registered protocol family 2
    [ 0.366468] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.366709] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.366902] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.366941] TCP: reno registered
    [ 0.366949] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.366986] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.367076] NET: Registered protocol family 1
    [ 0.367090] pci 0000:00:02.0: Boot video device
    [ 0.613312] PCI: CLS 64 bytes, default 64
    [ 0.613356] Unpacking initramfs...
    [ 0.685162] Freeing initrd memory: 3516K (ffff880037912000 - ffff880037c81000)
    [ 0.685427] Scanning for low memory corruption every 60 seconds
    [ 0.685724] audit: initializing netlink socket (disabled)
    [ 0.685739] type=2000 audit(1392735846.573:1): initialized
    [ 0.697728] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.698983] zbud: loaded
    [ 0.699170] VFS: Disk quotas dquot_6.5.2
    [ 0.699211] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.699398] msgmni has been set to 5753
    [ 0.699768] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.699834] io scheduler noop registered
    [ 0.699836] io scheduler deadline registered
    [ 0.699865] io scheduler cfq registered (default)
    [ 0.700108] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.700288] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.700460] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.700630] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.700717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.700804] pciehp: Using ACPI for slot detection.
    [ 0.700872] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3b4a ss_vid 1028 ss_did 447
    [ 0.700927] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
    [ 0.700934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.700978] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.700980] vesafb: scrolling: redraw
    [ 0.700982] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.701276] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010800000, using 3072k, total 3072k
    [ 0.827851] Console: switching to colour frame buffer device 128x48
    [ 0.954320] fb0: VESA VGA frame buffer device
    [ 0.954333] intel_idle: MWAIT substates: 0x1120
    [ 0.954334] intel_idle: v0.4 model 0x25
    [ 0.954336] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.954490] GHES: HEST is not enabled!
    [ 0.954559] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.955036] Linux agpgart interface v0.103
    [ 0.955109] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
    [ 0.983471] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.983499] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.983628] mousedev: PS/2 mouse device common for all mice
    [ 0.984635] rtc_cmos 00:02: RTC can wake from S4
    [ 0.984795] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.984828] rtc_cmos 00:02: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    [ 0.984891] drop_monitor: Initializing network drop monitor service
    [ 0.984966] TCP: cubic registered
    [ 0.985061] NET: Registered protocol family 10
    [ 0.985242] NET: Registered protocol family 17
    [ 0.985251] Key type dns_resolver registered
    [ 0.985582] registered taskstats version 1
    [ 0.986258] Magic number: 2:431:83
    [ 0.986415] rtc_cmos 00:02: setting system clock to 2014-02-18 15:04:07 UTC (1392735847)
    [ 0.986464] PM: Checking hibernation image partition /dev/sda6
    [ 1.020768] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.032423] PM: Hibernation image not present or could not be loaded.
    [ 1.033852] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 1.033855] Write protecting the kernel read-only data: 8192k
    [ 1.036680] Freeing unused kernel memory: 1012K (ffff880001503000 - ffff880001600000)
    [ 1.037857] Freeing unused kernel memory: 420K (ffff880001797000 - ffff880001800000)
    [ 1.048632] systemd-udevd[58]: starting version 208
    [ 1.051934] [drm] Initialized drm 1.1.0 20060810
    [ 1.052681] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
    [ 1.052752] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.053489] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 1.053683] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    [ 1.054243] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.054250] ACPI: Power Button [PWRB]
    [ 1.054309] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 1.056341] ACPI: Lid Switch [LID0]
    [ 1.056390] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    [ 1.056394] ACPI: Sleep Button [SBTN]
    [ 1.056449] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 1.056453] ACPI: Power Button [PWRF]
    [ 1.061806] [drm] Memory usable by graphics device = 2048M
    [ 1.061813] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 1.061816] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 1.061836] Console: switching to colour dummy device 80x25
    [ 1.061989] i915 0000:00:02.0: setting latency timer to 64
    [ 1.088158] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.088167] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.088168] [drm] Driver supports precise vblank timestamp query.
    [ 1.088247] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.125908] fbcon: inteldrmfb (fb0) is primary device
    [ 1.686801] tsc: Refined TSC clocksource calibration: 2261.000 MHz
    [ 2.030270] Console: switching to colour frame buffer device 170x48
    [ 2.033661] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.033664] i915 0000:00:02.0: registered panic notifier
    [ 2.043083] acpi device:2e: registered as cooling_device0
    [ 2.043220] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.043321] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input6
    [ 2.043365] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.072732] ACPI: bus type USB registered
    [ 2.072789] usbcore: registered new interface driver usbfs
    [ 2.072800] usbcore: registered new interface driver hub
    [ 2.072970] usbcore: registered new device driver usb
    [ 2.073041] SCSI subsystem initialized
    [ 2.075058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.075393] ehci-pci: EHCI PCI platform driver
    [ 2.075595] libata version 3.00 loaded.
    [ 2.075607] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 2.075628] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.075664] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.075687] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.079676] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.079703] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfbd08000
    [ 2.086921] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.087210] hub 1-0:1.0: USB hub found
    [ 2.087224] hub 1-0:1.0: 2 ports detected
    [ 2.087609] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 2.087620] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.087628] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.087646] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.091655] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.091677] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbd07000
    [ 2.100198] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.100402] hub 2-0:1.0: USB hub found
    [ 2.100413] hub 2-0:1.0: 2 ports detected
    [ 2.100556] ahci 0000:00:1f.2: version 3.0
    [ 2.100724] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 2.100819] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x13 impl SATA mode
    [ 2.100823] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst
    [ 2.100828] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.114500] scsi0 : ahci
    [ 2.114680] scsi1 : ahci
    [ 2.114837] scsi2 : ahci
    [ 2.114999] scsi3 : ahci
    [ 2.115160] scsi4 : ahci
    [ 2.115327] scsi5 : ahci
    [ 2.115387] ata1: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06100 irq 45
    [ 2.115391] ata2: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06180 irq 45
    [ 2.115393] ata3: DUMMY
    [ 2.115394] ata4: DUMMY
    [ 2.115398] ata5: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06300 irq 45
    [ 2.115399] ata6: DUMMY
    [ 2.393678] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.433682] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.433781] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.433831] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.434884] ata1.00: ATA-8: HGST HTS545050A7E380, GG2OAC90, max UDMA/133
    [ 2.434889] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.436127] ata2.00: ATAPI: PLDS DVD+/-RW DS-8A4S, JD12, max UDMA/100
    [ 2.436147] ata1.00: configured for UDMA/133
    [ 2.436450] scsi 0:0:0:0: Direct-Access ATA HGST HTS545050A7 GG2O PQ: 0 ANSI: 5
    [ 2.437560] ata2.00: configured for UDMA/100
    [ 2.443701] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DS-8A4S JD12 PQ: 0 ANSI: 5
    [ 2.447926] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.447932] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.448029] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.448032] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.448096] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.455780] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda pop-up
    [ 2.455783] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.455953] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.517726] hub 1-1:1.0: USB hub found
    [ 2.517904] hub 1-1:1.0: 6 ports detected
    [ 2.539836] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    [ 2.541577] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.623825] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.687279] Switched to clocksource tsc
    [ 2.748052] hub 2-1:1.0: USB hub found
    [ 2.748154] hub 2-1:1.0: 8 ports detected
    [ 2.827208] usb 1-1.6: new high-speed USB device number 3 using ehci-pci
    [ 3.020708] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
    [ 3.111476] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.114205] usbcore: registered new interface driver usbhid
    [ 3.114208] usbhid: USB HID core driver
    [ 3.114758] input: SIGMACH1P U+P Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input7
    [ 3.114892] hid-generic 0003:1C4F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACH1P U+P Mouse] on usb-0000:00:1d.0-1.1/input0
    [ 3.177353] usb 2-1.6: new full-speed USB device number 4 using ehci-pci
    [ 3.263497] hub 2-1.6:1.0: USB hub found
    [ 3.263678] hub 2-1.6:1.0: 3 ports detected
    [ 3.530764] usb 2-1.6.1: new full-speed USB device number 5 using ehci-pci
    [ 3.620086] input: HID 413c:8161 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/input8
    [ 3.620222] hid-generic 0003:413C:8161.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:1d.0-1.6.1/input0
    [ 3.687480] usb 2-1.6.2: new full-speed USB device number 6 using ehci-pci
    [ 3.777822] input: HID 413c:8162 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/input9
    [ 3.777977] hid-generic 0003:413C:8162.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1d.0-1.6.2/input0
    [ 6.791593] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.770413] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 7.798237] systemd[1]: Set hostname to <MyDellora>.
    [ 8.906388] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 8.906452] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 8.906465] systemd[1]: Starting Login Prompts.
    [ 8.906476] systemd[1]: Reached target Login Prompts.
    [ 8.906483] systemd[1]: Starting Remote File Systems.
    [ 8.906491] systemd[1]: Reached target Remote File Systems.
    [ 8.906499] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 8.906530] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 8.906538] systemd[1]: Starting Delayed Shutdown Socket.
    [ 8.906563] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 8.906571] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 8.906588] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 8.906595] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 8.906618] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 8.906626] systemd[1]: Starting Encrypted Volumes.
    [ 8.906634] systemd[1]: Reached target Encrypted Volumes.
    [ 8.906666] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 8.906771] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 8.906783] systemd[1]: Starting Journal Socket.
    [ 8.906825] systemd[1]: Listening on Journal Socket.
    [ 8.923805] systemd[1]: Starting Load Kernel Modules...
    [ 8.940933] systemd[1]: Starting Apply Kernel Variables...
    [ 8.941260] systemd[1]: Starting Setup Virtual Console...
    [ 8.941566] systemd[1]: Mounting Debug File System...
    [ 8.941964] systemd[1]: Mounting POSIX Message Queue File System...
    [ 8.942263] systemd[1]: Mounting Huge Pages File System...
    [ 8.942663] systemd[1]: Starting Journal Service...
    [ 8.943150] systemd[1]: Started Journal Service.
    [ 9.533948] systemd-journald[128]: Vacuuming done, freed 0 bytes
    [ 10.753314] EXT4-fs (sda7): re-mounted. Opts: (null)
    [ 10.860199] systemd-udevd[161]: starting version 208
    [ 10.978562] systemd-journald[128]: Received request to flush runtime journal from PID 1
    [ 12.670501] ACPI: Requesting acpi_cpufreq
    [ 12.791154] ACPI: AC Adapter [AC] (on-line)
    [ 13.046379] ACPI: Battery Slot [BAT0] (battery present)
    [ 13.075713] thermal LNXTHERM:00: registered as thermal_zone0
    [ 13.075718] ACPI: Thermal Zone [THM] (61 C)
    [ 13.109004] wmi: Mapper loaded
    [ 13.169313] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 13.267456] input: PC Speaker as /devices/platform/pcspkr/input/input10
    [ 13.386188] microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
    [ 13.535845] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
    [ 13.668535] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 13.668663] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 13.668776] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 13.669369] mei_me 0000:00:16.0: setting latency timer to 64
    [ 13.669426] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
    [ 13.671461] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 13.671504] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671511] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671513] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671517] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671519] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671523] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671524] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 13.671562] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
    [ 13.671870] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
    [ 13.672007] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SMB_.SMBI 1 (20130725/utaddress-251)
    [ 13.672014] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.726676] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 13.796857] microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804028] microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804444] microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804899] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 13.871967] iTCO_vendor_support: vendor-support=0
    [ 13.912022] input: Dell WMI hotkeys as /devices/virtual/input/input16
    [ 14.205694] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 14.205738] iTCO_wdt: Found a HM57 TCO device (Version=2, TCOBASE=0x0460)
    [ 14.206640] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 14.234179] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
    [ 14.234212] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
    [ 14.234237] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
    [ 14.234286] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
    [ 14.246839] bcma: bus0: Bus registered
    [ 14.434160] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 14.434457] r8169 0000:13:00.0: irq 48 for MSI/MSI-X
    [ 14.434659] r8169 0000:13:00.0 eth0: RTL8102e at 0xffffc900212fe000, a4:ba:db:c8:85:03, XID 04e00000 IRQ 48
    [ 14.725165] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 581785
    [ 14.769986] systemd-udevd[180]: renamed network interface eth0 to enp19s0
    [ 14.800096] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
    [ 14.878089] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    [ 15.153982] cfg80211: Calling CRDA to update world regulatory domain
    [ 15.553384] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
    [ 15.553458] b43: probe of bcma0:0 failed with error -524
    [ 15.553508] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 15.951790] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [ 15.998636] media: Linux media interface: v0.10
    [ 16.075766] Linux video capture interface: v2.00
    [ 16.159110] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:6461)
    [ 16.184262] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 16.184588] ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 243
    [ 16.229297] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input17
    [ 16.229578] usbcore: registered new interface driver uvcvideo
    [ 16.229581] USB Video Class driver (1.1.1)
    [ 16.373654] systemd-udevd[172]: renamed network interface wlan0 to wlp18s0
    [ 18.144304] Adding 2269180k swap on /dev/sda6. Priority:-1 extents:1 across:2269180k FS
    [ 86.950402] fuse init (API version 7.22)
    [ 277.029449] usb 2-1.2: new high-speed USB device number 7 using ehci-pci
    [ 277.467071] NET: Registered protocol family 35
    [ 277.472157] usbcore: registered new interface driver cdc_ether
    [ 277.476281] usbcore: registered new interface driver cdc_phonet
    [ 277.483771] usb 2-1.2: bad CDC descriptors
    [ 277.484376] usbcore: registered new interface driver rndis_host
    [ 277.496455] cdc_acm 2-1.2:1.4: ttyACM0: USB ACM device
    [ 277.498229] usbcore: registered new interface driver cdc_acm
    [ 277.498258] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 277.519452] usb 2-1.2: bad CDC descriptors
    [ 277.519767] usbcore: registered new interface driver rndis_wlan
    [ 288.768279] PPP generic driver version 2.4.2
    [ 293.996611] PPP BSD Compression module registered
    [ 294.129600] PPP Deflate Compression module registered
    here is the critical chain output
    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 @15.633s
    └─multi-user.target @15.633s
    └─dkms.service @11.596s +4.037s
    └─basic.target @11.593s
    └─timers.target @11.592s
    └─systemd-tmpfiles-clean.timer @11.545s
    └─sysinit.target @11.543s
    └─swap.target @11.494s
    └─dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b2
    └─system.slice @2.016s
    └─-.slice @2.015s
    lines 1-14/14 (END)...skipping...
    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 @15.633s
    └─multi-user.target @15.633s
    └─dkms.service @11.596s +4.037s
    └─basic.target @11.593s
    └─timers.target @11.592s
    └─systemd-tmpfiles-clean.timer @11.545s
    └─sysinit.target @11.543s
    └─swap.target @11.494s
    └─dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b293c3.swap @10.524s +41ms
    └─system.slice @2.016s
    └─-.slice @2.015s
    Last edited by Dinesh raja (2014-02-18 14:06:46)

  • Slow boot after installing SSD drive + Grub problem + Kernel panicks

    Hey
    So i just got a Samsung 840 EVO, and was ready to see my system fly, so i installed Arch on it, the instalation was kinda weird, since im in the middle of some major developing for a startup i couldnt risk to lose time configuring my all system so what i did was this:
    Install Arch on the SSD (/root on sdb1) while keeping my  other Arch install (/root on sda5) and sharing the /home and /swap (on sda6 and sda7) between both systems, i installed grub on sdb also because i didnt knew what to do
    So now when i boot the laptop i get the grub from sda wich only has Old Arch and windows, if i press f9 at boot and boot from the ssd i go to sdb grub that has Old Arch, New Arch and Windows, since the SSD was instaled via a caddy it doesnt get recognized in the BIOS, but strangely i get 2 Universal Hard Drives (hdd and sdd) when pressing f9
    So first question is, should i reeinstall grub on sda or is there a way to put the SDD as primary?
    The other problem is that systemd-analyze is giving me worst times than with the hdd, and i dont see a huge improvement with the SSD as i should. Is it because i have /home /swap on the hdd? I have read https://wiki.archlinux.org/index.php/Solid_State_Drives and did as told.
    systemd-analyze
    Startup finished in 1.820s (kernel) + 1min 30.406s (userspace) = 1min 32.226s
    systemd-analyze output (only top lines)
    1min 1.093s ntpdate.service
    4.320s systemd-modules-load.service
    1.159s mysqld.service
    986ms [email protected]
    967ms [email protected]
    609ms [email protected]
    511ms [email protected]
    359ms lvm2-monitor.service
    systemd-analyze critical-chain
    graphical.target @1min 30.156s
    └─multi-user.target @1min 30.154s <------------- a lot of time
    └─ntpd.service @1min 7.575s +9ms
    └─network.target @6.473s
    └─[email protected] @5.962s +511ms <------------- a lot of time
    └─basic.target @5.948s
    └─timers.target @5.948s
    └─systemd-tmpfiles-clean.timer @5.948s
    └─sysinit.target @5.942s
    └─systemd-backlight@backlight:acpi_video1.service @8.148s +59ms <------------- a lot of time
    └─system-systemd\x2dbacklight.slice @5.646s
    └─system.slice @155ms
    └─-.slice @154ms
    laptop specs:
    Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz
    8 GB RAM
    512 GB HDD
    250 GB 840 EVO
    Last edited by archoriano (2014-08-29 01:19:22)

    You did not share what the kernel panic says, but I guess it has to do with your root file systems not mounted correctly. If it happens like 75% of the time, sounds like you are using /dev/sdax and it gets enumarated differently?  Use UUID's instead.
    Your "slow boot" is a seperate problem, see the thread you linked too for how to fix that.
    Its a fresh install but i alredy have DE and programs, i used Helmuth script to install all the stuff, just so i didnt forget to install stuff.
    No idea what this means, but if it is some third party script downloaded off the internet - use them only if you understand exactly what it does, else the chances are you will run into some problems with no idea how you got there.  For simply keeping a list of packages to install, put them in a text file and pipe them into pacman (see also here.

  • Arch pauses booting if mousepad isn't receiving input

    Hello, I have just installed Arch on my netbook and I am having a great experience so far.  However, I'm having a slight problem with the bootup process.  AFAIK Arch will boot correctly/quickly up until it's loading Gnome, and then it seems to slow down or pause completely, unless I am constantly moving my finger on the touchpad in which case it will continue to boot up quickly.  The same thing will also happen sometimes at shutdown.  I'm not sure whether this may be a hardware problem (I have a Toshiba NB305) or a problem with Linux.
    Thanks

    Post your Xorg.0.log.

  • Slow boot 4 mins +

    Hi guys,
    I'm having problems with a very slow boot / shut down time (everytime). Once booted it works like a dream. I have a mid 2009 mbp upgraded RAM to 8gb and the OS to 10.8. Steps I have tried:
    -Safe boot
    -Different user account
    -Repair permissions
    -Remove all startup programs in user accounts
    I have looked in console to try and see what is hanging the boot and there are a few items that seem to be 10 secs +. However I am new to looking at the boot log and really have no idea what I'm looking for. I was hoping I could find some help decrypting the log / speeding up the boot here.
    I will not paste it straight in as I'll wait for someone to throw a suggestion at me and I'm sure you don't need all of it so I'll wait to hear which parts are useful.
    Thanks in advance,
    Jason

    I'm posting the console log between 2 boots ending with the most recent boot? I hope I read that right, I really wouldn't know which lines are the important ones. So here it is, sorry if it's more than you needed:
    23/07/2013 10:34:07.000 bootlog[0]: BOOT_TIME 1374572047 0
    23/07/2013 10:34:17.000 kernel[0]: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    23/07/2013 10:34:17.000 kernel[0]: vm_page_bootstrap: 1864662 free pages and 150570 wired pages
    23/07/2013 10:34:17.000 kernel[0]: kext submap [0xffffff7f80737000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000737000]
    23/07/2013 10:34:17.000 kernel[0]: zone leak detection enabled
    23/07/2013 10:34:17.000 kernel[0]: standard timeslicing quantum is 10000 us
    23/07/2013 10:34:17.000 kernel[0]: standard background quantum is 2500 us
    23/07/2013 10:34:17.000 kernel[0]: mig_table_max_displ = 74
    23/07/2013 10:34:17.000 kernel[0]: corecrypto kext started!
    23/07/2013 10:34:17.000 kernel[0]: Running kernel space in FIPS MODE
    23/07/2013 10:34:17.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    23/07/2013 10:34:17.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    23/07/2013 10:34:17.000 kernel[0]: corecrypto.kext FIPS POST passed!
    23/07/2013 10:34:17.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    23/07/2013 10:34:17.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    23/07/2013 10:34:17.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    23/07/2013 10:34:17.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    23/07/2013 10:34:17.000 kernel[0]: calling mpo_policy_init for Sandbox
    23/07/2013 10:34:17.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    23/07/2013 10:34:17.000 kernel[0]: calling mpo_policy_init for Quarantine
    23/07/2013 10:34:17.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    23/07/2013 10:34:17.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    23/07/2013 10:34:17.000 kernel[0]: The Regents of the University of California. All rights reserved.
    23/07/2013 10:34:17.000 kernel[0]: MAC Framework successfully initialized
    23/07/2013 10:34:17.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    23/07/2013 10:34:17.000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    23/07/2013 10:34:17.000 kernel[0]: ACPI: System State [S0 S3 S4 S5]
    23/07/2013 10:34:17.000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    23/07/2013 10:34:17.000 kernel[0]: [ PCI configuration begin ]
    23/07/2013 10:34:17.000 kernel[0]: console relocated to 0xf80010000
    23/07/2013 10:34:17.000 kernel[0]: PCI configuration changed (bridge=2 device=1 cardbus=0)
    23/07/2013 10:34:17.000 kernel[0]: [ PCI configuration end, bridges 5 devices 18 ]
    23/07/2013 10:34:17.000 kernel[0]: AppleIntelCPUPowerManagement: (built 22:41:17 Jan  6 2013) initialization complete
    23/07/2013 10:34:17.000 kernel[0]: NVEthernet::start - Built Jan  6 2013 22:38:51
    23/07/2013 10:34:17.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 0026b0fffef11384; max speed s800.
    23/07/2013 10:34:17.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    23/07/2013 10:34:17.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    23/07/2013 10:34:17.000 kernel[0]: rooting via boot-uuid from /chosen: 1A2EFAE2-D27A-3CA7-A7A9-96D917E02DF1
    23/07/2013 10:34:17.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>
    23/07/2013 10:34:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    23/07/2013 10:34:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    23/07/2013 10:34:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    23/07/2013 10:34:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    23/07/2013 10:34:17.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    23/07/2013 10:34:17.000 kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    23/07/2013 10:34:17.000 kernel[0]: BTCOEXIST off
    23/07/2013 10:34:17.000 kernel[0]: BRCM tunables:
    23/07/2013 10:34:17.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    23/07/2013 10:34:17.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS545016B9SA02 Media/IOGUIDPartitionScheme/Customer@2
    23/07/2013 10:34:17.000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    23/07/2013 10:34:17.000 kernel[0]: Kernel is LP64
    23/07/2013 10:34:08.748 com.apple.launchd[1]: *** launchd[1] has started up. ***
    23/07/2013 10:34:08.748 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    23/07/2013 10:34:16.960 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    23/07/2013 10:34:30.000 kernel[0]: NVEthernet: Ethernet address 00:26:b0:f1:13:84
    23/07/2013 10:34:30.000 kernel[0]: AirPort_Brcm4331: Ethernet address 00:26:bb:0e:ae:c0
    23/07/2013 10:34:30.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    23/07/2013 10:34:30.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    23/07/2013 10:34:34.812 hidd[50]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    23/07/2013 10:34:35.000 kernel[0]: macx_swapon SUCCESS
    23/07/2013 10:34:39.000 kernel[0]: Waiting for DSMOS...
    23/07/2013 10:34:39.814 kdc[48]: label: default
    23/07/2013 10:34:39.815 kdc[48]:           dbname: od:/Local/Default
    23/07/2013 10:34:39.815 kdc[48]:           mkey_file: /var/db/krb5kdc/m-key
    23/07/2013 10:34:39.815 kdc[48]:           acl_file: /var/db/krb5kdc/kadmind.acl
    23/07/2013 10:34:39.901 mDNSResponder[42]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    23/07/2013 10:34:39.992 hidd[50]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    23/07/2013 10:34:40.082 airportd[69]: _processDLILEvent: en1 attached (down)
    23/07/2013 10:34:40.107 com.apple.usbmuxd[28]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    23/07/2013 10:34:40.122 appleeventsd[56]: main: Starting up
    23/07/2013 10:34:40.000 kernel[0]: createVirtIf(): ifRole = 1
    23/07/2013 10:34:40.000 kernel[0]: in func createVirtualInterface ifRole = 1
    23/07/2013 10:34:40.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff802bb42800
    23/07/2013 10:34:40.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    23/07/2013 10:34:40.000 kernel[0]: Created virtif 0xffffff802bb42800 p2p0
    23/07/2013 10:34:40.228 coreservicesd[65]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    23/07/2013 10:34:40.000 kernel[0]: NVDAStartup: Official
    23/07/2013 10:34:40.000 kernel[0]: NVDANV50HAL loaded and registered
    23/07/2013 10:34:40.000 kernel[0]: IOBluetoothUSBDFU::probe
    23/07/2013 10:34:40.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0201
    23/07/2013 10:34:40.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    23/07/2013 10:34:40.000 kernel[0]: Previous Shutdown Cause: 5
    23/07/2013 10:34:40.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    23/07/2013 10:34:40.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    23/07/2013 10:34:41.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    23/07/2013 10:34:41.000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    23/07/2013 10:34:41.000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    23/07/2013 10:34:41.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    23/07/2013 10:34:41.166 configd[17]: network changed.
    23/07/2013 10:34:41.168 configd[17]: setting hostname to "CompName.local"
    23/07/2013 10:34:41.290 com.apple.SecurityServer[15]: Session 100000 created
    23/07/2013 10:34:41.000 kernel[0]: DSMOS has arrived
    23/07/2013 10:34:41.527 WindowServer[78]: Server is starting up
    23/07/2013 10:34:41.531 WindowServer[78]: Session 256 retained (2 references)
    23/07/2013 10:34:41.531 WindowServer[78]: Session 256 released (1 references)
    23/07/2013 10:34:41.542 WindowServer[78]: Session 256 retained (2 references)
    23/07/2013 10:34:41.543 WindowServer[78]: init_page_flip: page flip mode is on
    23/07/2013 10:34:41.959 mds[41]: (Normal) FMW: FMW 0 0
    23/07/2013 10:34:42.023 WindowServer[78]: mux_initialize: Couldn't find any matches
    23/07/2013 10:34:42.050 WindowServer[78]: GLCompositor enabled for tile size [256 x 256]
    23/07/2013 10:34:42.050 WindowServer[78]: CGXGLInitMipMap: mip map mode is on
    23/07/2013 10:34:42.087 WindowServer[78]: WSMachineUsesNewStyleMirroring: false
    23/07/2013 10:34:42.088 WindowServer[78]: Display 0x04272800: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca0, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca00000000004272800
    23/07/2013 10:34:42.088 WindowServer[78]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    23/07/2013 10:34:42.092 WindowServer[78]: Created shield window 0x5 for display 0x04272800
    23/07/2013 10:34:42.092 WindowServer[78]: Created shield window 0x6 for display 0x003f003d
    23/07/2013 10:34:42.095 WindowServer[78]: Display 0x04272800: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca0, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca00000000004272800
    23/07/2013 10:34:42.095 WindowServer[78]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    23/07/2013 10:34:42.095 WindowServer[78]: CGXPerformInitialDisplayConfiguration
    23/07/2013 10:34:42.095 WindowServer[78]:   Display 0x04272800: MappedDisplay Unit 0; Vendor 0x610 Model 0x9ca0 S/N 0 Dimensions 11.26 x 7.01; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    23/07/2013 10:34:42.095 WindowServer[78]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    23/07/2013 10:34:42.210 launchctl[83]: launchctl: Dubious ownership on file (skipping): /System/Library/LaunchAgents/com.gspy.MO3V2.Daemon.plist
    23/07/2013 10:34:42.210 launchctl[84]: launchctl: Dubious ownership on file (skipping): /System/Library/LaunchAgents/com.gspy.MO3V2.Daemon.plist
    23/07/2013 10:34:42.242 WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00003b8b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    23/07/2013 10:34:42.250 WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    23/07/2013 10:34:42.273 WindowServer[78]: Unable to open IOHIDSystem (e00002bd)
    23/07/2013 10:34:42.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    23/07/2013 10:34:44.093 WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    23/07/2013 10:34:46.870 com.apple.SecurityServer[15]: Entering service
    23/07/2013 10:34:46.993 systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    23/07/2013 10:34:47.105 kdc[48]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    23/07/2013 10:34:47.126 mDNSResponder[42]: D2D_IPC: Loaded
    23/07/2013 10:34:47.126 configd[17]: network changed: DNS*
    23/07/2013 10:34:47.126 mDNSResponder[42]: D2DInitialize succeeded
    23/07/2013 10:34:47.130 configd[17]: network changed: DNS*
    23/07/2013 10:34:47.131 mDNSResponder[42]: Adding registration domain 183953921.members.btmm.icloud.com.
    23/07/2013 10:34:47.359 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    23/07/2013 10:34:47.552 loginwindow[45]: Login Window Application Started
    23/07/2013 10:34:47.565 awacsd[60]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    23/07/2013 10:34:47.605 loginwindow[45]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    23/07/2013 10:34:47.856 awacsd[60]: Configuring lazy AWACS client: 183953921.p01.members.btmm.icloud.com.
    23/07/2013 10:34:48.076 aosnotifyd[109]: bootstrap_look_up failed (44e)
    23/07/2013 10:34:48.148 awacsd[60]: KV HTTP 0
    23/07/2013 10:34:48.186 kdc[48]: KDC started
    23/07/2013 10:34:49.000 kernel[0]: en1: 802.11d country code set to 'GB'.
    23/07/2013 10:34:49.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    23/07/2013 10:34:49.142 netbiosd[76]: Unable to start NetBIOS name service:
    23/07/2013 10:34:49.800 digest-service[111]: label: default
    23/07/2013 10:34:49.800 digest-service[111]:           dbname: od:/Local/Default
    23/07/2013 10:34:49.800 digest-service[111]:           mkey_file: /var/db/krb5kdc/m-key
    23/07/2013 10:34:49.801 digest-service[111]:           acl_file: /var/db/krb5kdc/kadmind.acl
    23/07/2013 10:34:49.803 digest-service[111]: digest-request: uid=0
    23/07/2013 10:34:49.846 rpcsvchost[112]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    23/07/2013 10:34:49.851 digest-service[111]: digest-request: init request
    23/07/2013 10:34:49.856 digest-service[111]: digest-request: init return domain: BUILTIN server: CompName
    23/07/2013 10:34:50.794 locationd[46]: NOTICE,Location icon should now be in state 0
    23/07/2013 10:34:53.155 awacsd[60]: KV HTTP 0
    23/07/2013 10:35:00.541 WindowServer[78]: Created shield window 0x7 for display 0x04272800
    23/07/2013 10:35:00.542 WindowServer[78]: Display 0x04272800: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    23/07/2013 10:35:00.542 WindowServer[78]: Display 0x04272800: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    23/07/2013 10:35:00.588 launchctl[116]: launchctl: Dubious ownership on file (skipping): /System/Library/LaunchAgents/com.gspy.MO3V2.Daemon.plist
    23/07/2013 10:35:00.665 launchctl[116]: com.apple.findmymacmessenger: Already loaded
    23/07/2013 10:35:00.743 hidd[50]: CGSShutdownServerConnections: Detaching application from window server
    23/07/2013 10:35:00.743 hidd[50]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    23/07/2013 10:35:00.815 com.apple.SecurityServer[15]: Session 100004 created
    23/07/2013 10:35:00.846 loginwindow[45]: Login Window Started Security Agent
    23/07/2013 10:35:01.195 WindowServer[78]: Display 0x04272800: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    23/07/2013 10:35:01.281 SecurityAgent[124]: This is the first run
    23/07/2013 10:35:01.282 SecurityAgent[124]: MacBuddy was run = 0
    23/07/2013 10:35:01.363 SecurityAgent[124]: User info context values set for UserName
    23/07/2013 10:35:03.161 awacsd[60]: KV HTTP 0
    23/07/2013 10:35:03.540 loginwindow[45]: Login Window - Returned from Security Agent
    23/07/2013 10:35:03.663 loginwindow[45]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    23/07/2013 10:35:03.691 loginwindow[45]: USER_PROCESS: 45 console
    23/07/2013 10:35:04.168 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:35:10.800 UserEventAgent[118]: cannot find useragent 1102
    23/07/2013 10:35:12.081 com.apple.launchd.peruser.501[128]: (com.apple.gamed) Ignored this key: UserName
    23/07/2013 10:35:12.081 com.apple.launchd.peruser.501[128]: (com.apple.gamed) Ignored this key: GroupName
    23/07/2013 10:35:12.082 com.apple.launchd.peruser.501[128]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    23/07/2013 10:35:12.088 loginwindow[45]: Connection with distnoted server was invalidated
    23/07/2013 10:35:12.161 distnoted[138]: # distnote server agent  absolute time: 65.636848325   civil time: Tue Jul 23 10:35:12 2013   pid: 138 uid: 501  root: no
    23/07/2013 10:35:12.179 distnoted[138]: Bug: 12E55: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    23/07/2013 10:35:12.551 WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    23/07/2013 10:35:14.850 blued[59]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    23/07/2013 10:35:14.860 coreservicesd[65]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=115
    23/07/2013 10:35:15.100 com.apple.SecurityServer[15]: Session 100005 created
    23/07/2013 10:35:15.337 NetworkBrowserAgent[153]: Starting NetworkBrowserAgent
    23/07/2013 10:35:15.346 WindowServer[78]: Display 0x04272800: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    23/07/2013 10:35:15.737 UserEventAgent[137]: cannot find fw daemon port 1102
    23/07/2013 10:35:16.357 usernoted[160]: Notification (0) for presented_alerts missing for app_id 1!
    23/07/2013 10:35:17.270 WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    23/07/2013 10:35:18.351 WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 2.08 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/07/2013 10:35:18.391 _networkd[167]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    23/07/2013 10:35:20.584 _networkd[174]: Unable to resolve hostname(s)
    23/07/2013 10:35:21.572 ntpd[105]: proto: precision = 1.000 usec
    23/07/2013 10:35:22.372 SystemUIServer[148]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/07/2013 10:35:22.375 SystemUIServer[148]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/07/2013 10:35:22.622 apsd[62]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    23/07/2013 10:35:23.167 awacsd[60]: KV HTTP 0
    23/07/2013 10:35:25.229 com.apple.launchd.peruser.501[128]: (com.apple.afpstat-qfa[192]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    23/07/2013 10:35:25.229 com.apple.launchd.peruser.501[128]: (com.apple.afpstat-qfa[192]) Job failed to exec(3) for weird reason: 2
    23/07/2013 10:35:26.473 com.apple.launchd.peruser.501[128]: ([0x0-0x10010].com.hp.HPEventHandler[194]) Job appears to have crashed: Trace/BPT trap: 5
    23/07/2013 10:35:26.602 ReportCrash[201]: Saved crash report for HPEventHandler[194] version 6.6.16 (6.6.16) to /Users/UserName/Library/Logs/DiagnosticReports/HPEventHandler_2013-07-23-103526 _CompName.crash
    23/07/2013 10:35:26.715 com.apple.launchd.peruser.501[128]: (com.apple.mrt.uiagent[184]) Exited with code: 255
    23/07/2013 10:35:30.114 warmd[27]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2321] Unable to open i386 shared cache: 2 No such file or directory
    23/07/2013 10:35:33.761 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Got error on refresh, but not rectifying principal because it was manually configured: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd969345270 {NSUnderlyingError=0x7fd96932d470 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.co m/user///slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.com/user/, NSErrorFailingURLKey=https://slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.co m/user///slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.com/user/, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:33.763 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Got error on refresh, but not rectifying principal because it was manually configured: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd9693546d0 {NSUnderlyingError=0x7fd96935f810 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac .uk/user///jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac.uk/user/, NSErrorFailingURLKey=https://jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac .uk/user///jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac.uk/user/, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:36.208 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd96923a990 {NSUnderlyingError=0x7fd96935f810 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac .uk/user///jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac.uk/user/, NSErrorFailingURLKey=https://jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac .uk/user///jp12503%[email protected]/calendar/dav/jp12503%40bristol.ac.uk/user/, [email protected], CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:36.399 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd9690c0d00 {NSUnderlyingError=0x7fd96932d470 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.co m/user///slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.com/user/, NSErrorFailingURLKey=https://slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.co m/user///slapgravel%[email protected]/calendar/dav/slapgravel%40gmail.com/user/, [email protected], CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:36.809 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd969378bb0 {NSUnderlyingError=0x7fd96935a9f0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://UserName%[email protected]/calendar/dav/UserName%40gmail.c om/user///UserName%[email protected]/calendar/dav/UserName%40gmail.com/user/, NSErrorFailingURLKey=https://UserName%[email protected]/calendar/dav/UserName%40gmail.c om/user///UserName%[email protected]/calendar/dav/UserName%40gmail.com/user/, AccountName=Google, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:36.907 CalendarAgent[173]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd969376e70 {NSUnderlyingError=0x7fd969344590 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://Email%[email protected]/183953921/principal///Email%[email protected]/183953921/principal/, NSErrorFailingURLKey=https://Email%[email protected]/183953921/principal///Email%[email protected]/183953921/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    23/07/2013 10:35:38.517 com.apple.time[137]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/07/2013 10:35:38.772 launchctl[209]: launchctl: Dubious ownership on file (skipping): /System/Library/LaunchAgents/com.gspy.MO3V2.Daemon.plist
    23/07/2013 10:35:48.583 assistantd[190]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fbafbc616e0>, error = Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7fbafbc56440 {kCFGetAddrInfoFailureKey=8}, domain = kCFErrorDomainCFNetwork, code = 2
    23/07/2013 10:35:48.585 assistantd[190]: <Error>: Session - Connection error: <ADAceConnection: 0x7fbafbc580a0> Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7fbafbc4b260 {kCFGetAddrInfoFailureKey=8}
    23/07/2013 10:35:48.585 assistantd[190]: <Error>: Daemon - Session Error Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7fbafbc4b260 {kCFGetAddrInfoFailureKey=8}
    23/07/2013 10:35:51.033 com.apple.SecurityServer[15]: Session 100006 created
    23/07/2013 10:36:03.174 awacsd[60]: KV HTTP 0
    23/07/2013 10:37:23.180 awacsd[60]: KV HTTP 0
    23/07/2013 10:37:32.000 kernel[0]: considerRebuildOfPrelinkedKernel com.apple.driver.AppleUSBCDC triggered rebuild
    23/07/2013 10:37:46.736 Mail[227]: Using V2 Layout
    23/07/2013 10:37:47.046 SIMBL Enabler for Sandboxed Apps[232]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:37:47.311 com.apple.SecurityServer[15]: Session 100007 created
    23/07/2013 10:37:51.156 librariand[229]: MMe quota status changed: under quota
    23/07/2013 10:37:56.087 Mail[227]: Couldn't contact spell checker for British English
    23/07/2013 10:38:02.238 SIMBL Enabler for Sandboxed Apps[232]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:38:08.000 kernel[0]: AppleUSBEthernetHost::getHardwareEthernetAddress: MAC address = 12:9a:dd:19:b4:6a
    23/07/2013 10:38:08.000 kernel[0]: AppleUSBEthernetHost::powerStateChangeOccurred: intf is not enabled, ignoring ...  st: 0
    23/07/2013 10:38:08.000 kernel[0]: AppleUSBEthernetHost: Ethernet address 12:9a:dd:19:b4:6a
    23/07/2013 10:38:09.182 SIMBL Enabler for Sandboxed Apps[243]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:38:10.743 configd[17]: network changed: v4(en3+:172.20.10.2) DNS+ Proxy+ SMB
    23/07/2013 10:38:12.400 com.apple.launchd[1]: (com.apple.xprotectupdater[25]) Exited with code: 252
    23/07/2013 10:38:15.156 com.apple.SecurityServer[15]: Session 100009 created
    23/07/2013 10:38:16.000 kernel[0]: fsevents: watcher dbfseventsd (pid: 254) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    23/07/2013 10:38:16.513 timezoned[253]: bootstrap_look_up failed (44e)
    23/07/2013 10:38:17.192 locationd[46]: NOTICE,NETWORK: query, cells, 0, 0, 0, wifis, 4
    23/07/2013 10:38:18.284 com.apple.dock.extra[172]: Event channel check-in failed: com.apple.usernotificationcenter.matching: 0x1: Operation not permitted
    23/07/2013 10:38:18.284 com.apple.dock.extra[172]: Bug: 12E55: libxpc.dylib + 35251 [70BC645B-6952-3264-930C-C835010CCEF9]: 0x1
    23/07/2013 10:38:18.284 com.apple.dock.extra[172]: Got bogus event on event stream listener connection. You may have called xpc_set_event_stream_handler() more than once for the same stream: <error: 0x10fefbca0> { count = 1, contents =
              "XPCErrorDescription" => <string: 0x10fefbc20> { length = 18, contents = "Connection invalid" }
    23/07/2013 10:38:18.283 com.apple.launchd.peruser.501[128]: (0x7fe0b041b9c0.anonymous.com.apple.dock.[172]) Unmanaged jobs may not make XPC Events requests.
    23/07/2013 10:38:19.929 locationd[46]: NOTICE,NETWORK: query, cells, 0, 0, 0, wifis, 3
    23/07/2013 10:38:19.931 locationd[46]: NOTICE,Location icon should now be in state 2
    23/07/2013 10:38:23.728 SystemUIServer[148]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/07/2013 10:38:23.728 SystemUIServer[148]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/07/2013 10:38:24.184 SIMBL Enabler for Sandboxed Apps[243]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:38:26.956 SIMBL Enabler for Sandboxed Apps[261]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:38:27.138 locationd[46]: NOTICE,Location icon should now be in state 0
    23/07/2013 10:38:42.005 SIMBL Enabler for Sandboxed Apps[261]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:38:42.232 SIMBL Enabler for Sandboxed Apps[265]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:38:42.857 com.apple.usbmuxd[28]: _heartbeat_failed heartbeat detected detach for device 0x3-172.20.10.1:0!
    23/07/2013 10:38:46.949 Dock[146]: no information back from LS about running process
    23/07/2013 10:38:46.962 lsboxd[231]: @AE relay 61657674:6f646f63
    23/07/2013 10:38:57.282 SIMBL Enabler for Sandboxed Apps[265]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:39:04.149 WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    23/07/2013 10:39:05.642 WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 2.49 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/07/2013 10:40:06.000 kernel[0]: utun_ctl_connect: creating interface utun0
    23/07/2013 10:40:13.277 SIMBL Enabler for Sandboxed Apps[289]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:40:28.279 SIMBL Enabler for Sandboxed Apps[289]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:40:50.751 SIMBL Enabler for Sandboxed Apps[291]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:41:05.754 SIMBL Enabler for Sandboxed Apps[291]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:41:07.069 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:41:07.000 kernel[0]: Sandbox: sandboxd(292) deny mach-lookup com.apple.coresymbolicationd
    23/07/2013 10:41:07.882 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:41:08.670 sandboxd[292]: ([227]) Mail(227) deny iokit-open IOBluetoothSCOAudioDeviceCoreAudioPlugInUserClient
    23/07/2013 10:41:28.934 SIMBL Enabler for Sandboxed Apps[293]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:41:32.065 com.apple.time[137]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/07/2013 10:41:38.549 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:41:39.687 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:41:42.069 SIMBL Enabler for Sandboxed Apps[293]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:41:48.588 SIMBL Enabler for Sandboxed Apps[301]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:41:50.253 configd[17]: network changed: v4(en3-:172.20.10.2) DNS- Proxy- SMB
    23/07/2013 10:41:50.299 assistantd[297]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fd6aa030b50>, error = Error Domain=NSPOSIXErrorDomain Code=57 "The operation couldn’t be completed. Socket is not connected", domain = NSPOSIXErrorDomain, code = 57
    23/07/2013 10:41:50.367 assistantd[297]: <Error>: Session - Connection error: <ADAceConnection: 0x7fd6a8c37970> Error Domain=NSPOSIXErrorDomain Code=57 "The operation couldn’t be completed. Socket is not connected"
    23/07/2013 10:41:50.387 assistantd[297]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=57 "The operation couldn’t be completed. Socket is not connected"
    23/07/2013 10:41:51.000 kernel[0]: AppleUSBEthernetHost::disable: mOutstandingIOCount not 0, current value - 8
    23/07/2013 10:41:52.266 mDNSResponderHelper[304]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (6) Device not configured
    23/07/2013 10:41:52.266 mDNSResponderHelper[304]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (6) Device not configured
    23/07/2013 10:41:53.250 AddressBookSourceSync[294]: [CardDAVPlugin-ERROR] -getHomeInfo:[_controller containersAtURLs:{(
        https://Email%[email protected]/183953921/carddavhome///Email%[email protected]/183953921/carddavhome/
    )}] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd759c8e4f0 {NSUnderlyingError=0x7fd75b031290 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://EMail%[email protected]/183953921/carddavhome///Email%[email protected]/183953921/carddavhome/, NSErrorFailingURLKey=https://Email%[email protected]/183953921/carddavhome///Email%[email protected]/183953921/carddavhome/, NSLocalizedDescription=The Internet connection appears to be offline.}
    23/07/2013 10:41:53.267 AddressBookSourceSync[294]: Got error The Internet connection appears to be offline. (-1009) on subscription request (connection = <NSURLConnection: 0x7fd75b31aff0>)
    23/07/2013 10:42:03.590 SIMBL Enabler for Sandboxed Apps[301]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:42:17.331 airportd[302]: _processSystemPSKAssoc: No password for network <CWNetwork: 0x7facd142b6b0> [ssid=Matt’s iPhone, bssid=3a:9e:fc:08:87:a6, security=WPA2 Personal, rssi=-32, channel=<CWChannel: 0x7facd161deb0> [channelNumber=3(2GHz), channelWidth={20MHz}], ibss=0] in the system keychain
    23/07/2013 10:42:17.862 SIMBL Enabler for Sandboxed Apps[307]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:42:26.000 kernel[0]: MacAuthEvent en1   Auth result for: 3a:9e:fc:08:87:a6  MAC AUTH succeeded
    23/07/2013 10:42:26.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    23/07/2013 10:42:26.000 kernel[0]: AirPort: Link Up on en1
    23/07/2013 10:42:26.000 kernel[0]: en1: BSSID changed to 3a:9e:fc:08:87:a6
    23/07/2013 10:42:26.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    23/07/2013 10:42:26.000 kernel[0]: AirPort: RSN handshake complete on en1
    23/07/2013 10:42:26.612 airportd[302]: _doAutoJoin: Already associated to “Matt’s iPhone”. Bailing on auto-join.
    23/07/2013 10:42:30.203 configd[17]: network changed: v4(en1+:172.20.10.3) DNS+ Proxy SMB+
    23/07/2013 10:42:30.260 UserEventAgent[11]: Captive: en1: Not probing 'Matt’s iPhone' (protected network)
    23/07/2013 10:42:30.267 configd[17]: network changed: v4(en1!:172.20.10.3) DNS Proxy SMB
    23/07/2013 10:42:32.219 mDNSResponderHelper[310]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (6) Device not configured
    23/07/2013 10:42:32.221 mDNSResponderHelper[310]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (6) Device not configured
    23/07/2013 10:42:32.221 mDNSResponderHelper[310]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    23/07/2013 10:42:32.863 SIMBL Enabler for Sandboxed Apps[307]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:42:35.482 timezoned[311]: bootstrap_look_up failed (44e)
    23/07/2013 10:42:35.520 locationd[46]: NOTICE,Location icon should now be in state 2
    23/07/2013 10:42:35.541 digest-service[313]: label: default
    23/07/2013 10:42:35.542 digest-service[313]:           dbname: od:/Local/Default
    23/07/2013 10:42:35.542 digest-service[313]:           mkey_file: /var/db/krb5kdc/m-key
    23/07/2013 10:42:35.542 digest-service[313]:           acl_file: /var/db/krb5kdc/kadmind.acl
    23/07/2013 10:42:35.546 digest-service[313]: digest-request: uid=0
    23/07/2013 10:42:35.550 digest-service[313]: digest-request: init request
    23/07/2013 10:42:35.552 digest-service[313]: digest-request: init return domain: CompName server: CompName
    23/07/2013 10:42:37.688 locationd[46]: NOTICE,NETWORK: query, cells, 0, 0, 0, wifis, 3
    23/07/2013 10:42:37.771 locationd[46]: NOTICE,Location icon should now be in state 0
    23/07/2013 10:42:39.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=320[ksadmin] clearing CS_VALID
    23/07/2013 10:42:40.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=324[ksadmin] clearing CS_VALID
    23/07/2013 10:42:52.993 SIMBL Enabler for Sandboxed Apps[328]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:43:07.996 SIMBL Enabler for Sandboxed Apps[328]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:43:23.000 kernel[0]: MacAuthEvent en1   Auth result for: 3a:9e:fc:08:87:a6  MAC AUTH succeeded
    23/07/2013 10:43:23.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    23/07/2013 10:43:23.000 kernel[0]: AirPort: RSN handshake complete on en1
    23/07/2013 10:43:23.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 3a:9e:fc:08:87:a6
    23/07/2013 10:43:23.000 kernel[0]: en1: BSSID changed to 3a:9e:fc:08:87:a6
    23/07/2013 10:43:23.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    23/07/2013 10:43:44.282 WindowServer[78]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    23/07/2013 10:43:47.026 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:43:47.038 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:43:47.068 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:44:09.073 SIMBL Enabler for Sandboxed Apps[339]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:44:24.075 SIMBL Enabler for Sandboxed Apps[339]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:44:29.073 SIMBL Enabler for Sandboxed Apps[340]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:44:44.075 SIMBL Enabler for Sandboxed Apps[340]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:44:45.311 SIMBL Enabler for Sandboxed Apps[342]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:44:48.738 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:44:49.462 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:45:00.313 SIMBL Enabler for Sandboxed Apps[342]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:46:05.770 com.apple.kextcache[223]: Kernel file /mach_kernel does not contain requested arch: i386
    23/07/2013 10:46:12.995 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:46:30.421 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:46:30.857 com.apple.kextcache[223]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    23/07/2013 10:46:31.234 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:46:40.816 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:46:41.629 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:46:51.260 SIMBL Enabler for Sandboxed Apps[346]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:47:06.262 SIMBL Enabler for Sandboxed Apps[346]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:47:46.196 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:47:55.822 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:48:03.635 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:48:05.643 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:51:48.438 SIMBL Enabler for Sandboxed Apps[350]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:52:03.441 SIMBL Enabler for Sandboxed Apps[350]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:52:25.457 SIMBL Enabler for Sandboxed Apps[351]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:52:40.459 SIMBL Enabler for Sandboxed Apps[351]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:53:07.977 SIMBL Enabler for Sandboxed Apps[353]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:53:22.979 SIMBL Enabler for Sandboxed Apps[353]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:53:28.317 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:53:28.448 SIMBL Enabler for Sandboxed Apps[354]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:53:29.455 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:53:43.450 SIMBL Enabler for Sandboxed Apps[354]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:53:56.295 SIMBL Enabler for Sandboxed Apps[356]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:54:11.297 SIMBL Enabler for Sandboxed Apps[356]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:54:44.394 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:54:56.051 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:55:01.752 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:55:03.737 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:55:11.147 coreaudiod[132]: Disabled automatic stack shots because audio IO is active
    23/07/2013 10:58:11.784 coreaudiod[132]: Enabled automatic stack shots because audio IO is inactive
    23/07/2013 10:58:46.806 SIMBL Enabler for Sandboxed Apps[368]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:59:01.809 SIMBL Enabler for Sandboxed Apps[368]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:59:06.816 SIMBL Enabler for Sandboxed Apps[369]: Set up watching for containers directory at URL file://localhost/Users/UserName/Library/Containers/
    23/07/2013 10:59:21.818 SIMBL Enabler for Sandboxed Apps[369]: Will terminate until reinvoked again by launchd.
    23/07/2013 10:59:22.775 com.apple.launchd.peruser.501[128]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 8 seconds
    23/07/2013 10:59:26.002 WindowServer[78]: dict count after removing entry for window 0x16 is 0
    23/07/2013 10:59:26.219 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.219 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.220 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.220 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.220 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.257 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.260 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.260 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.260 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.260 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.261 com.apple.launchd.peruser.501[128]: (com.apple.speech.synthesisserver[200]) Exited: Killed: 9
    23/07/2013 10:59:26.264 com.apple.launchd.peruser.501[128]: ([0x0-0xb00b].com.apple.inputmethod.ironwood[166]) Exited: Killed: 9
    23/07/2013 10:59:26.310 com.apple.launchd.peruser.501[128]: (com.apple.quicklook[162]) Exited: Killed: 9
    23/07/2013 10:59:26.297 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.297 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.297 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.297 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.297 WindowServer[78]: CGXGetConnectionProperty: Invalid connection 31235
    23/07/2013 10:59:26.306 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=130
    23/07/2013 10:59:26.307 coreservicesd[65]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=118
    23/07/2013 10:59:26.354 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=130
    23/07/2013 10:59:26.354 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=156
    23/07/2013 10:59:26.355 coreservicesd[65]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=352
    23/07/2013 10:59:26.355 coreservicesd[65]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    23/07/2013 10:59:26.355 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=130
    23/07/2013 10:59:26.356 coreservicesd[65]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=156
    23/07/2013 10:59:26.366 com.apple.launchd.peruser.501[128]: ([0x0-0x13013].com.prosofteng.hear.daemon[197]) Exited: Terminated: 15
    23/07/2013 10:59:26.382 com.apple.launchd.peruser.501[128]: ([0x0-0x26026].com.apple.ImageCaptureExtension2[242]) Exited: Killed: 9
    23/07/2013 10:59:26.387 com.apple.launchd.peruser.501[128]: ([0x0-0x32032].com.apple.AppleSpell[283]) Exited: Terminated: 15
    23/07/2013 10:59:26.387 com.apple.launchd.peruser.501[128]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[344]) Exited: Killed: 9
    23/07/2013 10:59:26.389 com.apple.launchd.peruser.501[128]: (com.apple.talagent[147]) Exited: Killed: 9
    23/07/2013 10:59:26.407 com.apple.launchd.peruser.501[128]: (com.apple.mdworker.32bit.01000000-0000-0000-0000-000000000000[370]) Exited: Killed: 9
    23/07/2013 10:59:26.417 coreservicesd[65]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    23/07/2013 10:59:26.421 com.apple.launchd.peruser.501[128]: (com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000[367]) Exited: Killed: 9
    23/07/2013 10:59:26.470 loginwindow[45]: DEAD_PROCESS: 45 console
    23/07/2013 10:59:26.611 airportd[374]: _doAutoJoin: Already associated to “Matt’s iPhone”. Bailing on auto-join.
    23/07/2013 10:59:26.906 shutdown[375]: halt by UserName:
    23/07/2013 22:58:22.000 bootlog[0]: BOOT_TIME 1374616702 0

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

  • New Lenovo W530 SLOW booting

    New W530 Type 2436-CTO with Win 7 Pro, 16gb RAM, 256gb SSD.  This is my second W530
    Problem when I boot is it boots very quickly to the Welcome screen and then instead of going to the Win 7 Home screen, the screen goes dark except for the cursor and stays dark with hard drive activiity for about 45 to 55 seconds before the home screen pops up.  After than the computer runs as normal and very fast.
    Some thing in the boot sequence must be the problem.  I did all the Windows updates, MS updates and Lenovo updates.  I am mainly a  user so any help needs to be specific with detail directions.  Hate to send it back when it all works perfectly except it takes near two minutes to boot.
    Last W530 boot like lightning - Please help me

    When I have had slow booting problems, I have found help via a web search for 'diagnose slow boot times Windows 7', or the like.
    At the stage where you are having the long delay, there should be Event Logs listing how long each step in the boot process is taking, and whether that is a change from the previous time the computer booted.
    Here is a guide I have found helpful:
    http://itexpertvoice.com/home/what%E2%80%99s-taking-so-long-how-to-fight-slow-startup-times-in-windo...
    ^^ It walks you through looking at the Event Logs for particular types of messages, especially related to new delays in startup.
    Hope you find your issue and get it fixed.
    -JV474

  • PC with slow boot and pc speed, sudden high pc usage, delay-freeze when opening/performing something

    Hi,
    Before everything, two things:
    1. I'm not a native english speaker so i may have some problems to speak properly/as objective as i'd like to.
    2 . I'm writing in this section because i don't know the cause of my pc issues so i can't categorize them.
    Now, my computer is a Toshiba satellite L755-S5244, Windows 7 Home premium 64 bits, Intel pentium CPU B940 2Ghz, 4 Gb RAM, and I'm writing this message using it.
    I bought the laptop in December of 2011 and at the beggining it was working normally. Someone else used the computer these last months and he left the pc without antivirus protection; when i installed one (Avast) and start to analyze the pc it suddenly shutted down. It wasn't able to boot, so after some trys to restore/enter in safe mode I finally used the Toshiba Recovery Wizard to get the pc to the original factory settings. The process was sucessfull, so the first thing i did after finish the process was install a new antivirus (this time i used Kaspersky Pure) and the the analysis showed no threats as i expected.
    However, before the recovery process i realized of some slow performance on the computer, like talking a bit too long to opening files or menus, control panel... almost anything was opening with a little delay even just after start the pc. This problem continued even after the recovery process. Also, an online game -League of legends- which was working fine when i just bought the pc, developed some issue: the screen and the audio randomly frezees for like 3-5 seconds. These problems seems to be related between each other.
    But that wasn't all. After the recovery to the original factory settings, i just installed a few things:
    -Kaspersky Pure 2.0, CCleaner (free), Mozila Firefox, and League of legends.
    Later I also installed Microsoft Office 2010.
    The antivirus showed no threats. The game kept with the freeze thing.
    And 2 days ago i was playing league of legends and downloading Skype when the pc suddenly got too slow. I restarted it. After the restart it took a long time to boot, and before the windows login screen loaded there was a black screen where only the mouse was showed; the start-up was slow too, (this one showed a blue screen with the mouse too -but not BSOD-) all this took like 15-20 minutes; that never happened before so i restarted the computer again but the problem was the same: slow boot, slow desktop start-up (let's not even talk about opening something).
    I went to the repair menu (f8) and try to restore the system but it didn't change anything. I checked for memory issues but there wasn't. I looked also for starting problems but the repair didn't find anything. All in there was saying: "the computer performance seems normal", but it wasn't. Like entering to windows in normal mode was talking to long, i tried the safe mode. It was also slow but not that much. When i entered, a system restore which i wasn't able to performance before in normal mode popped-up and said that the system was restored sucessfully to the first restore point -just after the factory recovery, but it apparently didn't fix the slow bot issue.
    Even in safe mode the software was working slow so i decided to go for the toshiba recovery wizard again, and looked in here, the forums -and the rest of the net- for problems like mine.
    This time the Toshiba Recovery Wizard took like ages to finish. 3 hours just for recovering, and like 7 more hours just installing the drivers. The boot/start-up was still slow, so i think this was the cause of the slow recovery because the wizard restarts the computer a lot.
    When the factory settings recovery finished, the first boot was slow, also the start up, the programs, the start menu, the control panel, ... everything was slow the first time i opened it. If i keep using the same program, it seems normal, but randomly freezes if i select some option, of press something (like this browser, google chrome, even now when i'm writing this message or before where i was registering into the forums). As obvious, because this slow performance i'm really not comfortable using this computer.
    I used the HDD SDD Alert but it says the HDD is working fine (the hard drive doesn't make weirds sounds, i almost don't hear it at all); also i did a PC Diagnostic with the PC diagnostic tool and everything passed the test. I can't think of virus/malware because i did the recovery wizard, twice. I just installed Avast again and it didn't find anything. With the task manager i noticed of a high pc usage (almost always 100%) was showing for a really short moment when/after the computer freezes.
    So, i don't know how to solve this slow performance.
    The last thing i did was download those speed-up softwares: SpeedUpMyPc, RegCurePro, SpeedyPC pro and Pareto logic Health Advisor. They scanned the pc for free and found like 100 system performance issues, but I'm not able to use these programms to fix the issues if i dont buy them. Also i'm not even sure if that will fix my problems.
    That's why i'm here, looking for a way to identify/fix them. One last thing: all this time i've been checking the temperature of the laptop but is never hot -now is not even warm. Now i'm afraid of restarting the PC again cuz i know it will take a long time to get into a kinda stable performance like right now.
    So that's all.  If you read all this, have my thanks. Also, any help would be really appreciated it.
    EDIT: 
    A new thing happened. When i try to installed league of legends, the setup told me that my hard drive may be corrupted and the file won't copy, i skip it a few times but the installation took a long of time (half hour) and the error kept ocurring.  I hope this can may be a clue about what is happening to my pc. 

    Satellite L755-S5244
    If you restore the hard disk to its original out-of-the-box contents using Toshiba recovery media and still have trouble, then you know it's not due to software.
    the setup told me that my hard drive may be corrupted and the file won't copy, i skip it a few times but the installation took a long of time (half hour) and the error kept ocurring.
    In particular, that sort of thing occurs when a hard drive is failing. Time to call Toshiba's tech support at 1-800-457-7777 (from the US) or 1-949-859-4273 (from outside the US).
    -Jerry

  • Slow boot and overall system sluggishness.

    My Macbook Pro is booting up very slow sometimes. It will take 10-15 minutes to be usable even though there are almost no startup items. It will happen only sometimes, most of the time I will boot in about a minute like it should. Still the system will slow down from time to time, for example the photoshop file open dialogue is extremely slow as is accessing files in the finder.
    I already did PRAM and SMC reset and repaired permissions using the restore partition. Below are my EtreCheck results and a bootlog from a slow boot a few days ago.
    EtreCheck version: 1.9.15 (52)
    Report generated 3. Oktober 2014 16:59:07 MESZ
    Hardware Information: ?
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.7 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information: ?
      Intel HD Graphics 3000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.5 (13F34) - Uptime: 0 days 21:8:6
    Disk Information: ?
      Hitachi HTS547550A9E384 disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      HDD (disk0s2) / [Startup]: 499,25 GB (375,48 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ?
      Apple Inc. iPhone
      Native Instruments Audio Kontrol 1
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Configuration files: ?
      /etc/hosts - Count: 31
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.caiaq.driver.NIUSBHardwareDriver (2.6.0 - SDK 10.8) Support
      [not loaded] com.caiaq.driver.NIUSBMaschineControllerDriver (2.5.2 - SDK 10.7) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.SwitchBoard.plist Support
      [loaded] com.klieme.TMSHelper.plist Support
      [not loaded] com.maintain.AutoLoginUserScreenLocked.plist Support
      [not loaded] com.maintain.CocktailScheduler.plist Support
      [not loaded] com.maintain.HideSpotlightMenuBarIcon.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
      [loaded] net.freemacsoft.LiteIcon.LIHelperTool.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [not loaded] com.maintain.LogOut.plist Support
      [not loaded] com.maintain.PurgeInactiveMemory.plist Support
      [not loaded] com.maintain.Restart.plist Support
      [not loaded] com.maintain.ShutDown.plist Support
      [not loaded] com.maintain.Sleep.plist Support
      [running] com.maintain.SystemEvents.plist Support
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ?
      iTunesHelper
      Alfred 2
      WDQuickView
    Internet Plug-ins: ?
      AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 10.1.12 Support
      AdobePDFViewer: Version: 10.1.12 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      Adblock Plus
      ClickToPlugin-2
      Awesome Screenshot (Disabled)
      LinkThing
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine: ?
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      HDD: Disk size: 464.96 GB Disk used: 115.27 GB
      Destinations:
      TimeMachine [Network] (Last used)
      Total size: 3 TB
      Total number of backups: 17
      Oldest backup: 2014-08-03 17:35:39 +0000
      Last backup: 2014-09-30 20:23:15 +0000
      Size of backup disk: Excellent
      Backup size 3 TB > (Disk size 464.96 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          7% WindowServer
          5% Safari
          2% hidd
          0% fontd
          0% SystemUIServer
    Top Processes by Memory: ?
      180 MB Safari
      147 MB mds_stores
      131 MB com.apple.IconServicesAgent
      115 MB Finder
      82 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ?
      3.46 GB Free RAM
      2.05 GB Active RAM
      1.19 GB Inactive RAM
      1.30 GB Wired RAM
      691 MB Page-ins
      0 B Page-outs
    29.09.14 09:06:40,000
    bootlog[0]
    BOOT_TIME 1411974400 0
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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".
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    syslogd[20]
    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.
    29.09.14 09:09:10,000
    kernel[0]
    Longterm timer threshold: 1000 ms
    29.09.14 09:09:10,000
    kernel[0]
    PMAP: PCID enabled
    29.09.14 09:09:10,000
    kernel[0]
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    29.09.14 09:09:10,000
    kernel[0]
    vm_page_bootstrap: 1953945 free pages and 126823 wired pages
    29.09.14 09:09:10,000
    kernel[0]
    kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    29.09.14 09:09:10,000
    kernel[0]
    zone leak detection enabled
    29.09.14 09:09:10,000
    kernel[0]
    "vm_compressor_mode" is 4
    29.09.14 09:09:10,000
    kernel[0]
    standard timeslicing quantum is 10000 us
    29.09.14 09:09:10,000
    kernel[0]
    standard background quantum is 2500 us
    29.09.14 09:09:10,000
    kernel[0]
    mig_table_max_displ = 74
    29.09.14 09:09:10,000
    kernel[0]
    TSC Deadline Timer supported and enabled
    29.09.14 09:09:10,000
    kernel[0]
    "name" not a kext
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for Sandbox
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for Quarantine
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Quarantine policy (Quarantine)
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for TMSafetyNet
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    29.09.14 09:09:10,000
    kernel[0]
    Copyright (c) 1982, 1986, 1989, 1991, 1993
    29.09.14 09:09:10,000
    kernel[0]
    The Regents of the University of California. All rights reserved.
    29.09.14 09:09:10,000
    kernel[0]
    MAC Framework successfully initialized
    29.09.14 09:09:10,000
    kernel[0]
    using 16384 buffer headers and 10240 cluster IO buffer headers
    29.09.14 09:09:10,000
    kernel[0]
    AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    29.09.14 09:09:10,000
    kernel[0]
    IOAPIC: Version 0x20 Vectors 64:87
    29.09.14 09:09:10,000
    kernel[0]
    ACPI: sleep states S3 S4 S5
    29.09.14 09:09:10,000
    kernel[0]
    pci (build 20:04:33 Aug 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    29.09.14 09:09:10,000
    kernel[0]
    [ PCI configuration begin ]
    29.09.14 09:09:10,000
    kernel[0]
    console relocated to 0xf80000000
    29.09.14 09:09:10,000
    kernel[0]
    [ PCI configuration end, bridges 12, devices 16 ]
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagement: Turbo Ratios 0057
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagement: (built 20:17:40 Aug 17 2014) initialization complete
    29.09.14 09:09:10,000
    kernel[0]
    mcache: 4 CPU(s), 64 bytes CPU cache line size
    29.09.14 09:09:10,000
    kernel[0]
    mbinit: done [96 MB total pool size, (64/32) split]
    29.09.14 09:09:10,000
    kernel[0]
    Pthread support ABORTS when sync kernel primitives misused
    29.09.14 09:09:10,000
    kernel[0]
    BTCOEXIST off
    29.09.14 09:09:10,000
    kernel[0]
    BRCM tunables:
    29.09.14 09:09:10,000
    kernel[0]
    pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    29.09.14 09:09:10,000
    kernel[0]
    rooting via boot-uuid from /chosen: 176B7B54-8174-3798-BF61-52E2B0E98E94
    29.09.14 09:09:10,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>
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless kmod start
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeLZVN kmod start
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib kmod start
    29.09.14 09:09:10,000
    kernel[0]
    FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe9af848; max speed s800.
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeLZVN load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagementClient: ready
    29.09.14 09:09:10,000
    kernel[0]
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS547550A9E384 Media/IOGUIDPartitionScheme/HRVSTR HDD@2
    29.09.14 09:09:10,000
    kernel[0]
    BSD root: disk0s2, major 1, minor 2
    29.09.14 09:09:10,000
    kernel[0]
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    29.09.14 09:09:10,000
    kernel[0]
    Thunderbolt Self-Reset Count = 0xedefbe00
    29.09.14 09:09:10,000
    kernel[0]
    hfs: mounted HDD on device root_device
    29.09.14 09:09:10,000
    kernel[0]
    Waiting for DSMOS...
    29.09.14 09:09:10,000
    kernel[0]
    process taskgated[13] caught causing excessive wakeups. Observed wakeups rate (per sec): 1423; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45017
    29.09.14 09:07:18,002
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    29.09.14 09:07:18,002
    com.apple.launchd[1]
    *** Shutdown logging is enabled. ***
    29.09.14 09:08:43,028
    fseventsd[45]
    event logs in /.fseventsd out of sync with volume.  destroying old logs. (3 122 43080)
    29.09.14 09:08:53,416
    hidd[44]
    void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    29.09.14 09:08:53,418
    hidd[44]
    Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    29.09.14 09:09:11,000
    kernel[0]
    VM Swap Subsystem is ON
    29.09.14 09:09:11,000
    kernel[0]
    IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    29.09.14 09:09:11,000
    kernel[0]
    IO80211Interface::efiNVRAMPublished(): 
    29.09.14 09:09:12,342
    com.apple.SecurityServer[26]
    Session 100000 created
    29.09.14 09:09:17,027
    com.apple.usbmuxd[18]
    usbmuxd-344 on Jul 29 2014 at 13:52:57, running 64 bit
    29.09.14 09:09:22,000
    kernel[0]
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,c1e1,3800]
    29.09.14 09:09:26,367
    stackshot[22]
    Timed out waiting for IOKit to finish matching.
    29.09.14 09:09:26,000
    kernel[0]
    AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    29.09.14 09:09:26,573
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:26,573
    spindump[71]
    Unable to register Stop Spinning port: 1011
    29.09.14 09:09:26,574
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:27,177
    configd[55]
    dhcp_arp_router: en1 SSID unavailable
    29.09.14 09:09:27,189
    configd[55]
    network changed.
    29.09.14 09:09:27,189
    configd[55]
    setting hostname to "Richard-Muhler.local"
    29.09.14 09:09:28,000
    kernel[0]
    flow_divert_kctl_disconnect (0): disconnecting group 1
    29.09.14 09:09:32,529
    com.apple.SecurityServer[26]
    Entering service
    29.09.14 09:09:32,619
    awacsd[58]
    Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    29.09.14 09:09:32,623
    awacsd[58]
    InnerStore CopyAllZones: no info in Dynamic Store
    29.09.14 09:09:32,643
    UserEventAgent[11]
    Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    29.09.14 09:09:32,654
    UserEventAgent[11]
    Captive: CNPluginHandler en1: Inactive
    29.09.14 09:09:32,657
    digest-service[64]
    label: default
    29.09.14 09:09:32,658
    digest-service[64]
    dbname: od:/Local/Default
    29.09.14 09:09:32,658
    digest-service[64]
    mkey_file: /var/db/krb5kdc/m-key
    29.09.14 09:09:32,658
    digest-service[64]
    acl_file: /var/db/krb5kdc/kadmind.acl
    29.09.14 09:09:32,660
    digest-service[64]
    digest-request: uid=0
    29.09.14 09:09:32,675
    mDNSResponder[36]
    mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    29.09.14 09:09:32,000
    kernel[0]
    Sandbox: mDNSResponder(36) deny file-read-data /Library/Preferences/com.apple.security-common.plist
    29.09.14 09:09:32,708
    digest-service[64]
    digest-request: netr probe 0
    29.09.14 09:09:32,709
    digest-service[64]
    digest-request: init request
    29.09.14 09:09:32,721
    digest-service[64]
    digest-request: init return domain: BUILTIN server: RICHARD-MUHLER indomain was: <NULL>
    29.09.14 09:09:32,737
    configd[55]
    network changed.
    29.09.14 09:09:32,740
    configd[55]
    network changed: DNS*
    29.09.14 09:09:32,741
    mDNSResponder[36]
    D2D_IPC: Loaded
    29.09.14 09:09:32,741
    mDNSResponder[36]
    D2DInitialize succeeded
    29.09.14 09:09:32,743
    mDNSResponder[36]
      4: Listening for incoming Unix Domain Socket client requests
    29.09.14 09:09:32,746
    systemkeychain[87]
    done file: /var/run/systemkeychaincheck.done
    29.09.14 09:09:32,776
    networkd[104]
    networkd.104 built Aug 24 2013 22:08:46
    29.09.14 09:09:33,089
    airportd[62]
    airportdProcessDLILEvent: en1 attached (up)
    29.09.14 09:09:33,000
    kernel[0]
    createVirtIf(): ifRole = 1
    29.09.14 09:09:33,000
    kernel[0]
    in func createVirtualInterface ifRole = 1
    29.09.14 09:09:33,000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    29.09.14 09:09:33,000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    29.09.14 09:09:33,000
    kernel[0]
    Created virtif 0xffffff8020d6b400 p2p0
    29.09.14 09:09:33,350
    locationd[41]
    NBB-Could not get UDID for stable refill timing, falling back on random
    29.09.14 09:09:33,808
    locationd[41]
    Location icon should now be in state 'Inactive'
    29.09.14 09:09:33,821
    aosnotifyd[61]
    ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    29.09.14 09:09:33,865
    mdmclient[37]
    ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    29.09.14 09:09:33,932
    apsd[60]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:38,337
    sandboxd[107]
    ([62]) airportd(62) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.A041C59B-5480-5 7C2-875E-9C156DC9D4C9.plist
    29.09.14 09:09:44,006
    apsd[60]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:47,632
    awacsd[58]
    Exiting
    29.09.14 09:09:48,556
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:49,000
    kernel[0]
    hfs: mounted Recovery HD on device disk0s3
    29.09.14 09:09:52,266
    configd[55]
    subnet_route: write routing socket failed, Network is unreachable
    29.09.14 09:09:54,196
    configd[55]
    network changed: Proxy
    29.09.14 09:10:10,177
    fseventsd[45]
    implementation_register_rpc: implementation_added_client() => 22
    29.09.14 09:10:11,655
    configd[55]
    InterfaceNamer: timed out waiting for IOKit to quiesce
    29.09.14 09:10:11,655
    configd[55]
    Busy services :
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1 [2, 212828 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert [7, 58245 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/CPU0@0 [1, 55411 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/CPU0@0/AppleACPICPU [1, 55172 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0 [1, 57881 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [9, 57875 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/MCHC@0 [1, 55180 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1 [1, 57873 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP [1, 57273 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0 [1, 57273 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP [1, 56667 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0 [1, 56667 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP [1, 56650 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0 [1, 56650 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1 [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1/IOThunderbo ltController [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1/IOThunderbo ltController/IOThunderboltLocalNode [1, 55173 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 [1, 55177 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/pci8086,1c3a@16 [1, 55177 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7 [1, 57124 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7/AppleUSBEHC I [1, 56602 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7/AppleUSBEHC I/Bluetooth USB Host Controller@fa113000 [1, 55176 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B [1, 55184 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2 [1, 56629 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP [1, 56113 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 [1, 56113 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI [!registered, !matched, 1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI/IOFireWireController [1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/LPCB@1F [1, 55183 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SBUS@1F,3 [1, 55184 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/SMC [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/SMS0 [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/ALS0 [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/GMUX [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PNLF [1, 55177 ms]
    29.09.14 09:10:11,659
    configd[55]
      MacBookPro8,1/IOResources [1, 57289 ms]
    29.09.14 09:10:13,156
    fseventsd[45]
    log dir: /.fseventsd getting new uuid: 4D918F9C-D859-4503-908A-3E5829A68AB2
    29.09.14 09:10:20,817
    diskarbitrationd[51]
    kextd [12]:15659 not responding.
    29.09.14 09:10:22,503
    configd[55]
    network changed: v4(en0+:192.168.2.212) DNS+ Proxy+ SMB
    29.09.14 09:10:22,000
    kernel[0]
    hfs: unmount initiated on Recovery HD on device disk0s3
    29.09.14 09:10:23,445
    warmd[17]
    [warmctl_evt_timer_bc_activation_timeout:287] BC activation bcstop timer fired!
    29.09.14 09:10:27,173
    ntpd[120]
    proto: precision = 1.000 usec
    29.09.14 09:10:33,493
    apsd[60]
    Unrecognized leaf certificate
    29.09.14 09:10:36,913
    sandboxd[107]
    DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcHandleInterruptEvent WARNING status=0x0 (0x40 not set) notif=0x0
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    Previous Shutdown Cause: 5
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    29.09.14 09:10:39,000
    kernel[0]
    en3: promiscuous mode enable succeeded
    29.09.14 09:10:41,000
    kernel[0]
    IOBluetoothUSBDFU::probe
    29.09.14 09:10:41,000
    kernel[0]
    IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0042
    29.09.14 09:10:41,000
    kernel[0]
    **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xb400 ****
    29.09.14 09:10:41,000
    kernel[0]
    **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xb400 ****
    29.09.14 09:10:42,000
    kernel[0]
    fGPUIdleIntervalMS = 0
    29.09.14 09:10:42,793
    UserEventAgent[11]
    assertion failed: 13F34: com.apple.telemetry + 17682 [AE0C3032-1747-317E-9871-E26B5B6B0120]: 0xffffffffe0000001
    29.09.14 09:10:43,000
    kernel[0]
    init
    29.09.14 09:10:43,000
    kernel[0]
    probe
    29.09.14 09:10:43,000
    kernel[0]
    start
    29.09.14 09:10:43,000
    kernel[0]
    DSMOS has arrived
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xb400
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController][start] -- completed
    29.09.14 09:10:43,128
    loginwindow[39]
    Login Window Application Started
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController::setConfigState] calling registerService
    29.09.14 09:10:43,000
    kernel[0]
    **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xcd40 -- 0xb000 -- 0xb400 ****
    29.09.14 09:10:43,266
    WindowServer[132]
    Server is starting up
    29.09.14 09:10:43,283
    mds[35]
    (Normal) FMW: FMW 0 0
    29.09.14 09:10:44,000
    kernel[0]
    mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000040
    29.09.14 09:10:44,370
    WindowServer[132]
    Session 256 retained (2 references)
    29.09.14 09:10:44,371
    WindowServer[132]
    Session 256 released (1 references)
    29.09.14 09:10:44,385
    WindowServer[132]
    Session 256 retained (2 references)
    29.09.14 09:10:44,388
    WindowServer[132]
    init_page_flip: page flip mode is on
    29.09.14 09:10:45,086
    WindowServer[132]
    Found 13 modes for display 0x00000000 [13, 0]
    29.09.14 09:10:45,095
    WindowServer[132]
    Found 18 modes for display 0x00000000 [18, 0]
    29.09.14 09:10:45,103
    WindowServer[132]
    Found 1 modes for display 0x00000000 [1, 0]
    29.09.14 09:10:45,110
    WindowServer[132]
    Found 1 modes for display 0x00000000 [1, 0]
    29.09.14 09:10:45,112
    WindowServer[132]
    mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000

    John Galt
    1. I have backed up my Mac on WD MyCloud, a small NAS with a Time Machine feature.
    2. I have uninstalled Cocktail and cleared all settings reverting them to default.
    3. I removed 30 entries for privacy reasons. If it's necessary i can PM you the full list.
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0 localhost
    127.0.0.1 *removed*
    127.0.0.1 *removed*
    127.0.0.1 *removed*
    Linc Davis
    I restarted in safe mode and restarted again. I guess I have to wait now to see if this is fixed or should post the console output?

  • Slow booting Tower and AIO

    Both of my Beige G3's are slow booting eg black screen for approx two minutes before they hit the grey screen then everything seems to run normally. Figured it was a problem with memory testing so turned it off in the control panel but that changed nothing. Both have 768MB of PC100 memory.
    Both are running OS 9.2, the All-in-one has had a cpu swap to a Sonnet G4 500MHZ zif card with factory jumper positions while the Tower has an Apple G3 450MHZ zif card at 70MHZ system bus. Both had the cuda resets and both have new 7200 rpm hard drives with fresh system installations.
    The AIO has also been partitioned and has OSX and OS 9.2 on separate partitions with the X partition being 7.5 GB in the first 8 GB of disk space. The AIO is using it's built in video with a 4MB card to bump it up to 6MB of VRAM.
    The tower only has the main partition with 9.2 and a scratch disk for PS. The tower is running an ATI Radeon 7000 mac edition video card.
    Oh and they have also had brand new PRAM batteries installed so I'm stumped at this point as to what it is or is this normal for both?
    Kevin

    What version of OSX are you running?
    I had a similar issue with my Beige G3 minitower (G3/500 upgrade; 768MB RAM; 80 + 120G Maxtor 7200 rpm drives; ATI Radeon 9200) with 10.2.8; we called it "55 seconds of midnight." However, mine would not show the gray apple screen. After just under a minute, the monitor would come up and be about 2/3 of the way through the progress bar. Other than that, teh computer ran fine.
    There are a couple of issues at play. The Beige G3 ALWAYS boots initially to a screen res of 640x480, then switches to the user-selected res after the prefs load. If the monitor or video card cannot support 640x480, you get black until your user prefs load.
    Some have reported this after replacing the original hard drive. Others say it happens when they installed a PCI video card. You've done both.
    Try temporarily removing RAM until you have LESS than 192MB installed and see if it gets better. If it does, then this Apple article applies:
    http://docs.info.apple.com/article.html?artnum=25564
    The bottom line for me is that it's a Jaguar problem. When I installed Panther via XPostFacto v3.1, the problem went away. The old beast runs under Panther much better than it did under Jag.

  • Windows 8/8.1 slow boot (sudden onset)

    Can anyone help with a slow boot problem on Windows 8/8.1, please?  This concerns an Asus Zenbook.  It's about 15 months old, and has always booted very quickly.  Now, all of a sudden, it takes 5 minutes to get beyond the Windows logo screen. 
    I have tried all the standard things (clean boot, turn off Asus Fast Boot, etc), up to and including Resetting Windows.  No good: on either Windows 8 or 8.1, it still takes 5 minutes.  I have looked at the Windows System Log, and the delay occurs
    right at the beginning of the Boot process.  E.g., on the most recent boot I see as the first 3 entries (note, I'm in Europe, so dates are dd/mm/yyyy, and times are in 24-hour clock):
    Information    10/03/2014 19:36:23    Kernel-General    12    None The operating system started at system time ‎2014‎-‎03‎-‎10T19:36:23.490074300Z.
    Information    10/03/2014 19:36:23    Kernel-Boot    30    None The firmware reported boot metrics.
    Information    10/03/2014 19:40:26    FilterManager    6    None File System Filter 'FileInfo' (6.3, ‎2013‎-‎08‎-‎22T11:38:45.000000000Z) has successfully loaded and registered with Filter Manager.
    and you can see the 4-minute gap between the 2nd and 3rd entries.  That's where the delay always comes, though sometimes the "reported boot metrics" doesn't show.
    A little later in the procedure I do always get the following warning:
    Warning    10/03/2014 19:40:31    Kernel-PnP    219    (212)  The driver \Driver\WudfRd failed to load for the device ACPI\ACPI0008\2&daba3ff&2.
    However because that comes later I can't see how it can be causing the problem, and I suspect it's an independent issue.
    The machine appears to run normally once booted.  It is protected against viruses by Windows Defender.  I have looked at many posts on this and other fora on slow boot, and tried everything suggested, but none of the solutions have worked. 
    I have also looked widely on the web for problems with the File System Filter but nothing relevant comes up.  The machine is under warranty, and could be sent back, but that would be a serious pain so if there is a solution I can implement I would much
    prefer to do so.  Thank you for looking at this.
    There are no stupid rats, only misguided students

    Hi Seglea,
    I have exact the same issue as you have! The only difference is the time period the splash screen / logo screen with the dots spinning in a circle hangs / delays / freezes: exactly 120 seconds. You can set your watch to that delay. During these 120 seconds
    nothing happens, no HDD LED activity, just nothing. Having passed the 120 s, the HDD LED begins to flicker and the logon screen is displayed 15 s later. 
    For the first look at it, I believe that it is a timeout problem. Usually Windows services retry to start after just these 120 seconds (e.g. Software Protection is configured this way, but in my case it does not start although configured as auto delayed).
    I believe that the clue is to find out which service causes this delay.
    My event logs are exactly the same as yours (without boot metrics), I do also have your WudRfd warning!
    When started, the machine operates in a fast and stable way, as if nothing harmful had ever happened.
    I do also have an SSD installed as only (system) disk.
    In my case the startup screen of the BIOS also stays visible for more than 10 seconds, longer as on any other computer I have had before. I also had problems during installation of Windows 8.1. After the first reboot during OS installation the BIOS POST
    screen restarted in an endless loop. I could solve that problem by setting the dedicated internal Graphics memory to less than 1024M, although I own 32 GBytes of RAM.
    Nothing helped so far, I permuted my BIOS settings, even Fast Boot or Ultra Fast Boot did not help.
    I have installed the latest drivers, I even tried to update the firmware of my SSD, but Intels toolbox told me, that my 3 years old 520 series SSD (never had seen any firmware updates before) was up-to date! Thus Windows 8.1 should handle with it. I also
    did a quick analyzation with the tools, but everything was ok.
    I just run chkdsk /r /f, as Zigzag proposed, but I had nearly the same problems as you have had:
    Chkdsk got stuck at 10 % for 10 minutes then the machine rebooted with the 2 minutes delay and event logs do not show any Checkdisk entry.
    In the Applications log, I noticed a igfxCUIService1.0.0.0 sourced entry as the first entry after reboot approximately 2 minutes after the end of the delay: The description of the event-ID "0" from the source "igfxCUIService1.0.0.0" could not be found. Event:
    started/resumed which sounds ok. But it says that the component that caused this event, is not installed. (my translation from the German log)
    The device manager shows that everything is fine and working well.
    Here's my System constellation:
    Gigabyte Z77X-UD3H, Intel Ivy Processor i7-3770 with 32 GBytes RAM, Intel 520 Series SSD via SATA 6G, BD Writer from LG via SATA 3G
    BIOS F20e with UEFI and Secure Boot enabled (Windows 8.1 did install the GPT partitions):
    Fast Boot enabled/disabled doesn't bother,  Intel Virtualization  Technoloy Enabled, VT-d enabled, OS Type Windows 8, Network Stack disabled, Secure Boot Mode standard,  AHCI, USB 3.0 xHCI, Internal Graphics Size now 32M, (didn't bother up
    to 512M, 1024M BIOS POST-screen endless loop), Intel Rapid Start Technology Enabled (disabled same effect) => I installed Windows 8.1 with "Intel SATA Preinstall driver For AHCI  RAID Mode" in the F6 mode, as Intel recommended, Marvell ATA Controller
    for eSATA (disabling same effect), ErP same effects on dis/enabled.
     Windows 8.1 Pro German. Same effect when with or without LAN connected
    I am thinking of Reinstalling Windows 8 with CSM mode without UEFI, but I believe that would not have any effect. Maybe I'll try another system disk for a reinstallation (HDD or other older SSD).
    It would be nice if this problem could be solved by the community or by Microsoft, since I am not the only one!
    Peter

  • Very slow boot on MacBook with Mountain Lion

    My MacBook Pro  Core i7 2.7 Ghz and OS X 10.8.4 has been experienced very slow boots, I've tried several things that I read here and there, here I post the console log, PLEASE HELP!!!
    18/07/13 21:14:55.000 bootlog[0]: BOOT_TIME 1374200095 0
    18/07/13 21:15:12.000 kernel[0]: PMAP: PCID enabled
    18/07/13 21:15:12.000 kernel[0]: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    18/07/13 21:15:12.000 kernel[0]: vm_page_bootstrap: 1827652 free pages and 253116 wired pages
    18/07/13 21:15:12.000 kernel[0]: kext submap [0xffffff7f80737000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000737000]
    18/07/13 21:15:12.000 kernel[0]: zone leak detection enabled
    18/07/13 21:15:12.000 kernel[0]: standard timeslicing quantum is 10000 us
    18/07/13 21:15:12.000 kernel[0]: standard background quantum is 2500 us
    18/07/13 21:15:12.000 kernel[0]: mig_table_max_displ = 74
    18/07/13 21:15:12.000 kernel[0]: TSC Deadline Timer supported and enabled
    18/07/13 21:15:12.000 kernel[0]: corecrypto kext started!
    18/07/13 21:15:12.000 kernel[0]: Running kernel space in FIPS MODE
    18/07/13 21:15:12.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    18/07/13 21:15:12.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    18/07/13 21:15:12.000 kernel[0]: corecrypto.kext FIPS POST passed!
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for Sandbox
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    18/07/13 21:15:12.000 kernel[0]: calling mpo_policy_init for Quarantine
    18/07/13 21:15:12.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    18/07/13 21:15:12.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    18/07/13 21:15:12.000 kernel[0]: The Regents of the University of California. All rights reserved.
    18/07/13 21:15:12.000 kernel[0]: MAC Framework successfully initialized
    18/07/13 21:15:12.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    18/07/13 21:15:12.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    18/07/13 21:15:12.000 kernel[0]: ACPI: System State [S0 S3 S4 S5]
    18/07/13 21:15:12.000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    18/07/13 21:15:12.000 kernel[0]: [ PCI configuration begin ]
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagement: (built 18:11:47 May  1 2013) initialization complete
    18/07/13 21:15:12.000 kernel[0]: console relocated to 0xf80000000
    18/07/13 21:15:12.000 kernel[0]: PCI configuration changed (bridge=16 device=4 cardbus=0)
    18/07/13 21:15:12.000 kernel[0]: [ PCI configuration end, bridges 12 devices 16 ]
    18/07/13 21:15:12.000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    18/07/13 21:15:12.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    18/07/13 21:15:12.000 kernel[0]: rooting via boot-uuid from /chosen: 0230F72E-AF85-35CF-B3DF-8B5F1BB1AB40
    18/07/13 21:15:12.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>
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    18/07/13 21:15:12.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    18/07/13 21:15:12.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    18/07/13 21:15:12.000 kernel[0]: BTCOEXIST off
    18/07/13 21:15:12.000 kernel[0]: BRCM tunables:
    18/07/13 21:15:12.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    18/07/13 21:14:57.728 com.apple.launchd[1]: *** launchd[1] has started up. ***
    18/07/13 21:15:12.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 70cd60fffeb76f2e; max speed s800.
    18/07/13 21:15:12.000 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
    18/07/13 21:15:12.000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    18/07/13 21:15:12.000 kernel[0]: Kernel is LP64
    18/07/13 21:15:12.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    18/07/13 21:14:57.728 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    18/07/13 21:15:12.539 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    18/07/13 21:15:12.000 kernel[0]: BCM5701Enet: Ethernet address 10:9a:dd:67:16:ad
    18/07/13 21:15:12.000 kernel[0]: AirPort_Brcm4331: Ethernet address e0:f8:47:41:49:2a
    18/07/13 21:15:12.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    18/07/13 21:15:12.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    18/07/13 21:15:14.000 kernel[0]: IOBluetoothUSBDFU::probe
    18/07/13 21:15:14.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    18/07/13 21:15:14.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    18/07/13 21:15:14.000 kernel[0]: Previous Shutdown Cause: 5
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    18/07/13 21:15:14.000 kernel[0]: USBF:          19.312          IOUSBInterface[0xffffff803f35c000]::joinPMtree - could not find the hub device
    18/07/13 21:15:14.170 airportd[27]: _processDLILEvent: en1 attached (down)
    18/07/13 21:15:14.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    18/07/13 21:15:14.000 kernel[0]: createVirtIf(): ifRole = 1
    18/07/13 21:15:14.000 kernel[0]: in func createVirtualInterface ifRole = 1
    18/07/13 21:15:14.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff803fcfa400
    18/07/13 21:15:14.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    18/07/13 21:15:14.000 kernel[0]: Created virtif 0xffffff803fcfa400 p2p0
    18/07/13 21:15:14.000 kernel[0]: DSMOS has arrived
    18/07/13 21:15:14.979 com.apple.SecurityServer[15]: Session 100000 created
    18/07/13 21:15:15.000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000040
    18/07/13 21:15:15.974 configd[18]: setting hostname to "MacBook-Pro-de-Joaquin-Galvan-Ramirez.local"
    18/07/13 21:15:15.000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    18/07/13 21:15:15.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    18/07/13 21:15:15.978 configd[18]: network changed.
    18/07/13 21:15:20.790 com.apple.SecurityServer[15]: Entering service
    18/07/13 21:15:26.109 hidd[57]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    18/07/13 21:15:27.000 kernel[0]: macx_swapon SUCCESS
    18/07/13 21:15:30.528 kdc[54]: label: default
    18/07/13 21:15:30.528 kdc[54]:           dbname: od:/Local/Default
    18/07/13 21:15:30.528 kdc[54]:           mkey_file: /var/db/krb5kdc/m-key
    18/07/13 21:15:30.529 kdc[54]:           acl_file: /var/db/krb5kdc/kadmind.acl
    18/07/13 21:15:30.565 mDNSResponder[48]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    18/07/13 21:15:30.628 loginwindow[51]: Login Window Application Started
    18/07/13 21:15:30.639 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    18/07/13 21:15:30.713 systemkeychain[74]: done file: /var/run/systemkeychaincheck.done
    18/07/13 21:15:30.718 kdc[54]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    18/07/13 21:15:30.846 awacsd[67]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    18/07/13 21:15:30.848 awacsd[67]: InnerStore CopyAllZones: no info in Dynamic Store
    18/07/13 21:15:31.135 coreservicesd[71]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    18/07/13 21:15:31.135 WindowServer[72]: Server is starting up
    18/07/13 21:15:31.285 appleeventsd[63]: main: Starting up
    18/07/13 21:15:31.728 com.apple.usbmuxd[36]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    18/07/13 21:15:32.000 kernel[0]: en1: 802.11d country code set to 'US'.
    18/07/13 21:15:32.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    18/07/13 21:15:32.330 configd[18]: network changed: DNS*
    18/07/13 21:15:32.332 mDNSResponder[48]: D2D_IPC: Loaded
    18/07/13 21:15:32.333 mDNSResponder[48]: D2DInitialize succeeded
    18/07/13 21:15:32.907 digest-service[96]: label: default
    18/07/13 21:15:32.908 digest-service[96]:           dbname: od:/Local/Default
    18/07/13 21:15:32.908 digest-service[96]:           mkey_file: /var/db/krb5kdc/m-key
    18/07/13 21:15:32.908 digest-service[96]:           acl_file: /var/db/krb5kdc/kadmind.acl
    18/07/13 21:15:32.909 digest-service[96]: digest-request: uid=0
    18/07/13 21:15:32.925 aosnotifyd[97]: bootstrap_look_up failed (44e)
    18/07/13 21:15:32.932 rpcsvchost[100]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    18/07/13 21:15:32.936 digest-service[96]: digest-request: init request
    18/07/13 21:15:32.939 digest-service[96]: digest-request: init return domain: BUILTIN server: MACBOOK-PRO-DE-JOAQUIN-GALVAN-RAMIREZ
    18/07/13 21:15:32.956 InternetSharing[55]: objc[55]: Object 0x7fc1a2c085a0 of class __NSDictionaryM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    18/07/13 21:15:32.959 com.apple.InternetSharing[55]: *** no interface for service
    18/07/13 21:15:33.192 kdc[54]: KDC started
    18/07/13 21:15:33.353 locationd[52]: NOTICE,Location icon should now be in state 0
    18/07/13 21:15:33.756 mds[47]: (Normal) FMW: FMW 0 0
    18/07/13 21:15:34.000 kernel[0]: MacAuthEvent en1   Auth result for: 08:76:ff:56:44:c8  MAC AUTH succeeded
    18/07/13 21:15:34.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    18/07/13 21:15:34.000 kernel[0]: AirPort: Link Up on en1
    18/07/13 21:15:34.000 kernel[0]: en1: BSSID changed to 08:76:ff:56:44:c8
    18/07/13 21:15:34.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    18/07/13 21:15:34.951 netbiosd[105]: Unable to start NetBIOS name service:
    18/07/13 21:15:36.405 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:15:36.406 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:15:37.222 com.apple.InternetSharing[55]: *** no interface for service
    18/07/13 21:15:38.242 configd[18]: network changed: v4(en1+:192.168.1.72) DNS+ Proxy+ SMB+
    18/07/13 21:15:38.267 UserEventAgent[11]: Captive: en1: Not probing 'FAM. GALVAN CAMARA' (protected network)
    18/07/13 21:15:38.270 configd[18]: network changed: v4(en1!:192.168.1.72) DNS Proxy SMB
    18/07/13 21:15:37.443 ntpd[94]: proto: precision = 1.000 usec
    18/07/13 21:15:38.688 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:38.700 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:38.711 airportd[27]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:15:39.903 stackshot[39]: Timed out waiting for IOKit to finish matching.
    18/07/13 21:15:41.817 com.apple.launchd[1]: (com.apple.xprotectupdater[33]) Exited with code: 252
    18/07/13 21:15:44.849 awacsd[67]: Exiting
    18/07/13 21:15:45.407 apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/07/13 21:16:11.674 configd[18]: InterfaceNamer: timed out waiting for IOKit to quiesce
    18/07/13 21:16:11.674 configd[18]: Busy services :
    18/07/13 21:16:11.674 configd[18]:   MacBookPro8,1 [1, 77845 ms]
    18/07/13 21:16:11.674 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert [1, 77829 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0 [1, 77806 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 77797 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 77800 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBrid ge [1, 77794 ms]
    18/07/13 21:16:11.675 configd[18]:   MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBrid ge/SDXC@0,1 [!matched, 1, 77794 ms]
    18/07/13 21:16:30.134 WindowServer[72]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    18/07/13 21:16:30.134 WindowServer[72]: IOKitWaitQuiet: (iokit/common) I/O Timeout
    18/07/13 21:16:30.138 WindowServer[72]: Session 256 retained (2 references)
    18/07/13 21:16:30.138 WindowServer[72]: Session 256 released (1 references)
    18/07/13 21:16:30.146 WindowServer[72]: Session 256 retained (2 references)
    18/07/13 21:16:30.146 WindowServer[72]: init_page_flip: page flip mode is on
    18/07/13 21:16:30.208 WindowServer[72]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    18/07/13 21:16:30.209 WindowServer[72]: mux_initialize: Mode is safe
    18/07/13 21:16:30.220 WindowServer[72]: GLCompositor enabled for tile size [256 x 256]
    18/07/13 21:16:30.220 WindowServer[72]: CGXGLInitMipMap: mip map mode is on
    18/07/13 21:16:30.240 WindowServer[72]: WSMachineUsesNewStyleMirroring: false
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc700000000042731c0
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    18/07/13 21:16:30.240 WindowServer[72]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x5 for display 0x042731c0
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x6 for display 0x003f003f
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x7 for display 0x003f003e
    18/07/13 21:16:30.242 WindowServer[72]: Created shield window 0x8 for display 0x003f003d
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc700000000042731c0
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    18/07/13 21:16:30.244 WindowServer[72]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    18/07/13 21:16:30.244 WindowServer[72]: CGXPerformInitialDisplayConfiguration
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x042731c0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cc7 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.244 WindowServer[72]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.245 WindowServer[72]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    18/07/13 21:16:30.245 WindowServer[72]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    18/07/13 21:16:30.307 WindowServer[72]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000000f, accelerator 0x000044cb, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    18/07/13 21:16:30.307 WindowServer[72]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000000f, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    18/07/13 21:16:30.310 loginwindow[51]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:16:30.323 hidd[57]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    18/07/13 21:16:30.342 WindowServer[72]: Created shield window 0x9 for display 0x042731c0
    18/07/13 21:16:30.342 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:30.381 launchctl[117]: com.apple.findmymacmessenger: Already loaded
    18/07/13 21:16:30.396 com.apple.SecurityServer[15]: Session 100006 created
    18/07/13 21:16:30.452 UserEventAgent[120]: cannot find useragent 1102
    18/07/13 21:16:30.480 airportd[118]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:16:30.606 hidd[57]: CGSShutdownServerConnections: Detaching application from window server
    18/07/13 21:16:30.606 hidd[57]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    18/07/13 21:16:32.243 WindowServer[72]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:16:32.275 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:32.286 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:16:55.434 distnoted[130]: # distnote server agent  absolute time: 121.716205193   civil time: Thu Jul 18 21:16:55 2013   pid: 130 uid: 502  root: no
    18/07/13 21:17:00.134 warmd[35]: [warmctl_evt_timer_bc_activation_timeout:286] BC activation bcstop timer fired!
    18/07/13 21:17:12.256 com.apple.SecurityServer[15]: Session 100002 created
    18/07/13 21:17:12.332 com.apple.SecurityServer[15]: Session 100003 created
    18/07/13 21:19:29.185 WindowServer[72]: Created shield window 0xa for display 0x042731c0
    18/07/13 21:19:29.185 WindowServer[72]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    18/07/13 21:19:29.195 WindowServer[72]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    18/07/13 21:19:31.358 com.apple.usbmuxd[36]: _heartbeat_failed heartbeat detected detach for device 0x1-192.168.1.74:0!
    18/07/13 21:19:42.764 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.765 WindowServer[72]: Created shield window 0xb for display 0x003f003d
    18/07/13 21:19:42.766 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.766 WindowServer[72]: Created shield window 0xc for display 0x003f003e
    18/07/13 21:19:42.766 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:19:42.767 WindowServer[72]: Created shield window 0xd for display 0x003f003f
    18/07/13 21:19:42.767 WindowServer[72]: handle_will_sleep_auth_and_shield_windows: no lock state data
    18/07/13 21:20:30.599 hidd[57]: Timeout waiting for IOKit to be quiet
    18/07/13 21:21:01.206 WindowServer[72]: Unable to open IOHIDSystem (e00002bd)
    18/07/13 21:21:01.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    18/07/13 21:21:01.551 loginwindow[51]: Login Window Started Security Agent
    18/07/13 21:21:01.782 SecurityAgent[149]: This is the first run
    18/07/13 21:21:01.782 SecurityAgent[149]: MacBuddy was run = 0
    18/07/13 21:21:01.806 SecurityAgent[149]: User info context values set for scat111
    18/07/13 21:21:02.566 loginwindow[51]: Login Window - Returned from Security Agent
    18/07/13 21:21:02.589 loginwindow[51]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    18/07/13 21:21:02.629 loginwindow[51]: USER_PROCESS: 51 console
    18/07/13 21:21:02.722 airportd[151]: _doAutoJoin: Already associated to “FAM. GALVAN CAMARA”. Bailing on auto-join.
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.apple.gamed) Ignored this key: UserName
    18/07/13 21:21:02.790 com.apple.launchd.peruser.502[127]: (com.apple.gamed) Ignored this key: GroupName
    18/07/13 21:21:02.791 com.apple.launchd.peruser.502[127]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    18/07/13 21:21:02.795 loginwindow[51]: Connection with distnoted server was invalidated
    18/07/13 21:21:02.916 WindowServer[72]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    18/07/13 21:21:02.974 WindowServer[72]: Display 0x042731c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    18/07/13 21:21:03.793 talagent[161]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    18/07/13 21:21:03.808 com.apple.launchd.peruser.502[127]: (com.apple.afpstat-qfa[185]) Exited with code: 2
    18/07/13 21:21:03.816 talagent[161]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    18/07/13 21:21:03.859 blued[165]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    18/07/13 21:21:04.496 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    18/07/13 21:21:04.693 com.apple.launchd.peruser.502[127]: (com.apple.mrt.uiagent[175]) Exited with code: 255
    18/07/13 21:21:05.843 loginwindow[51]: Login items - LSOpenApplication returned error -10660, url=/Users/scat111/.Trash/Dropbox.app
    18/07/13 21:21:05.843 loginwindow[51]: Unable to lauch startup item: (null)
    18/07/13 21:21:05.859 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/07/13 21:21:05.860 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/07/13 21:21:05.895 NetworkBrowserAgent[208]: Starting NetworkBrowserAgent
    18/07/13 21:21:07.659 apsd[192]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    18/07/13 21:21:10.901 com.apple.time[153]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/07/13 21:21:21.421 com.apple.time[153]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/07/13 21:21:25.294 com.apple.SecurityServer[15]: Session 100010 created
    18/07/13 21:22:03.019 SubmitDiagInfo[239]: Launched to submit Diagnostics and Usage
    18/07/13 21:25:42.000 kernel[0]: Sandbox: sandboxd(250) deny mach-lookup com.apple.coresymbolicationd
    18/07/13 21:25:43.205 sandboxd[250]: ([248]) WebProcess(248) deny iokit-open AppleGraphicsPolicyClient
    18/07/13 21:31:45.820 coreaudiod[167]: Disabled automatic stack shots because audio IO is active
    18/07/13 21:31:45.994 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    18/07/13 21:34:12.414 WindowServer[72]: CGXRegisterWindowWithSystemStatusBar: window 15 already registered

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -1A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Slow boot up on 2012 Mac mini with DIY fusion drive

    Hello everyone, I bought a Mac mini (2012) 2 months ago with a stock 500GB HDD.
    I added another SSD to make a DIY fusion drive, and everything is working fine, except that I'm experiencing a very slow boot up.
    I have confirmed both by information from the OS and some tests with command line tools, that the fusion drive itself is a success and absolutely working fine.
    The slow boot up happens on cold boot only (a reboot does not have such problem).
    Symptom: the Mac mini is stuck on the gray blank screen for about 40 seconds, and then finally shows up the apple logo.
    Everything after this is pretty fast and fine.
    I have tried the following methods and none of them seems to help:
    1. Go Preferences -> Startup Disk, select the Machintosh HD. (Suggested by Apple in the Fusion Drive FAQ)
    2. Verify the whole disk along with the partition with Disk Utility.
    3. Reset NVRAM by holding Command+Option+P+R during boot up.
    4. Reset SCM/PMU.
    Does anyone have an idea on the cause of my problem?
    Best regards and thank you.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutes after the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Random Slow Boot Ups

    Hi forum members,
    I have been using Windows 7 64 Bit ultimate for almost 2-3 months. I have noticed this strange slow boot ups(randomly once in 3 or 4 days) during cold boot or restart. The system seems to hang up at the Windows 7 splash screen, but on the contrary its not hanged. The system is taking its own sweet time to boot up to the start up screen.
    During a normal boot up my Razer Lycosa and Lachesis backlights would go off for few seconds and lights up as soon windows 7 start up screen appears. But during the random slow boots I have noticed that the backlight of Razer Lycosa stays on for 2-3 mins before Windows 7 start up screen appears. Another strange thing that I've noticed was the ticking sound on my Logitech Clearchat USB headset during the random slow boot. The ticking sound appears every 3 seconds during the slow boot. What could be the problem guys? Is it because of Hardware or corrupt system files. FYI, I have Razer Lachesis, Lycosa, HP 3500 Deskjet Printer and Logitech USB Headset connected to the USB ports. Logitech USB headset is connected to the USB port of Razer Lycosa.
    I have recently flashed my MOBO to see if it was because of the BIOS, but the problem persists even after flashing.
    Any suggestions members. I would really appreciate your help on this.
    My system specs,
    Intel Core i7 920 2.66
    MSI X58 Pro SLI ( BIOS Version 8.A)
    Corsair DDR3 3 x 2GB DDR3 1333
    2 x 1 TB Seagate SATA II
    EVGA GeForce GTX 295
    Tagan 1100 W BZ Series
    Windows 7 64 Ult
    Regards
    Rahul

    Thanks for the reply Henry. Well I am trying that but as I have mentioned in the POST the problem happens very randomly, like once in 4 days. Funny after posting this thread the system is running fine. I am determined to find the cause of this. I am planning to do couple of cycles of reboot today to determine if its the hardware issue(USB). What can be the other problems apart from the USB issues??

  • MBP retina slow booting after repartitioning and cloning OS X

    I bought a Macbook Pro retina 15" (512/16GB) few days back. OS : Mountain Lion 10.8.4
    I wanted to partition the SSD to have Windows 7 in Boor Camp (120 GB), then a partition with ExFAT (260 GB) for shared data between Mac and Windows and lastly Mac HD (120 GB) with Mountain Lion OS X.
    After searching in the net, I got this link :http://forums.macworld.com/index.php?/topic/139815-successful-setup-os-x-lion-bo otcamp-win7-data-partition/page__st__14 and followed the steps as described the steps in pane # 21.
    So to state again what I did,
    1. Used the disk utility to resize the Macintosh HD to 120 GB.
    2. Make another partition of 260 GB in the remaining space. So I now have three partition, the first with Mountain Lion, the second (260 Gb) and the third (120 GB) free.
    3. Booting with the recovery option, cloned the Mac HD from first partition to the last partition.
    4. The system was booting fine with the newly cloned Mac HD (last partition).
    5. Then again booting with the recovery option erased the first partition and formatted with ExFat to make it Bootcamp.
    After these steps the system is booting fine with the cloned Mac HD bootable drive but booting is very slow. It takes a minute to show up the apple logo. How can I fix this ?
    Should I do a fresh installation of OS X in partition 3 ? Please advise.
    Thanks and best regards,

    I solved the problem of slow booting.
    Selecting the Mac HD from the start up disk option solved the problem. There was only one option : Mac HD , so I thought it is selected by default. But after selecting it manually and restarting, now boot takes only a few secs. Thanks.

Maybe you are looking for

  • Problem using Extract in xml

    My problem, declare v_clob clob; begin select extract(xml_details,'/ROWSET/ROW/CTRY_CODE').getStringVal() into v_clob from xml_tab where xml_name='GRN.XML'; end; xml_tab description column xml_details clob xml_name VARCHAR2(2000) This block works fin

  • Date and time keeps going missing!

    Hi everybody, my date and time keeps going missing from the top bar every time I turn on my mac - sometimes other things go missing, like the airport status. It used to happen just once a fortnight but after I installed the latest security update, it

  • Checkboxes: ApEx vs Oracle Forms

    I'd like to create a checkbox that behaves the way checkboxes do in Oracle Forms. The underlying database column can hold the values 'Y' or 'N'. I'd like a 'Y' to cause the checkbox to be checked and an 'N' to have it unchecked. Similarly, if I check

  • AVI Thumbnails Always White in Bridge CS5 on XP - how to fix?

    All AVI thumbnails are showing up as white on XP - any idea what might cause this and how it can be fixed? Other formats e.g. MOV show up properly e.g. showing thumbnail as a frame from the movie. Thanks Richard

  • GoLive Logs Out When Typing in Text

    Anyone experiencing this: I am typing along and GoLive logs out of my account. This has happened about five times over the past month or so... 8.0.1 - CS2 8-core Mac Pro 10.5.5 All updaters and system maintenance ran. I replaced the mouse and keyboar