[SOLVED] Kernel panic at boot due to root FS not found

When I try to boot using a new kernel version (eg. 3.0.1 or 2.6.39), I get a kernel panic with an "init not found" error message. I haven't been able to get any more detailed error messages, but I assume that there's a problem with finding or mounting my root filesystem.
For now, I'm stuck with 2.6.38.7-1, which boots without any problems. (I keep trying the new kernel, then rolling it back using a Live CD.)
I have a shared EXT4 root and boot partition, and I'm using Grub 0.97. Other than that, I'm not sure what information would be helpful in tracking down this problem, and any help would be appreciated.
Last edited by dcecile (2011-08-10 00:41:46)

No problem.
Here's my full Grub. It has a lot of trial-and-error entries, and I made *-old copies of my 2.6.38 kernel files:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 2
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/initramfs-linux.img
title Arch Linux Fallback
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/initramfs-linux-fallback.img
title Arch Linux Ext4
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/initramfs-linux-ext4.img
title Arch Linux Log
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
initrd /boot/initramfs-linux.img
title Arch Linux Break
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro rootwait break=y panic=30 vga=0x318
initrd /boot/initramfs-linux.img
title Arch Linux Nonboot Log
root (hd0,2)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
initrd /initramfs-linux.img
title Arch Linux Baduuid Log
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/1ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
initrd /boot/initramfs-linux.img
title Arch Linux LTS
root (hd0,2)
kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/kernel26-lts.img
title Arch Linux LTS Fallback
root (hd0,2)
kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/kernel26-lts-fallback.img
title Arch Linux LTS Log
root (hd0,2)
kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
initrd /boot/kernel26-lts.img
title Arch Linux Old
root (hd0,2)
kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/kernel26-old.img
title Arch Linux Old Fallback
root (hd0,2)
kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/kernel26-old-fallback.img
title Arch Linux Old Log
root (hd0,2)
kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
initrd /boot/kernel26-old.img
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
This is the 3.0 entry that doesn't work:
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/initramfs-linux.img
And this is the 2.6.38 entry that does work:
title Arch Linux Old
root (hd0,2)
kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
initrd /boot/kernel26-old.img
Here's "lsinitcpio /boot/initramfs-linux.img":
./etc
./etc/udev
./etc/udev/udev.conf
./etc/modprobe.d
./etc/modprobe.d/usb-load-ehci-first.conf
./init
./init_functions
./bin
./bin/busybox
./sys
./proc
./dev
./hooks
./hooks/udev
./run
./config
./usr
./usr/bin
./usr/sbin
./lib
./lib/udev
./lib/udev/usb_id
./lib/udev/firmware
./lib/udev/scsi_id
./lib/udev/path_id
./lib/udev/ata_id
./lib/udev/rules.d
./lib/udev/rules.d/50-udev-default.rules
./lib/udev/rules.d/80-drivers.rules
./lib/udev/rules.d/50-firmware.rules
./lib/udev/rules.d/60-persistent-storage.rules
./lib/modules
./lib/modules/3.0-ARCH
./lib/modules/3.0-ARCH/modules.alias.bin
./lib/modules/3.0-ARCH/modules.symbols.bin
./lib/modules/3.0-ARCH/kernel
./lib/modules/3.0-ARCH/kernel/fs
./lib/modules/3.0-ARCH/kernel/fs/ext4
./lib/modules/3.0-ARCH/kernel/fs/ext4/ext4.ko.gz
./lib/modules/3.0-ARCH/kernel/fs/mbcache.ko.gz
./lib/modules/3.0-ARCH/kernel/fs/jbd2
./lib/modules/3.0-ARCH/kernel/fs/jbd2/jbd2.ko.gz
./lib/modules/3.0-ARCH/kernel/sound
./lib/modules/3.0-ARCH/kernel/sound/core
./lib/modules/3.0-ARCH/kernel/sound/core/seq
./lib/modules/3.0-ARCH/kernel/sound/core/seq/snd-seq-device.ko.gz
./lib/modules/3.0-ARCH/kernel/sound/core/snd.ko.gz
./lib/modules/3.0-ARCH/kernel/sound/core/snd-rawmidi.ko.gz
./lib/modules/3.0-ARCH/kernel/sound/soundcore.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers
./lib/modules/3.0-ARCH/kernel/drivers/ata
./lib/modules/3.0-ARCH/kernel/drivers/ata/libata.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/ata/ahci.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/ata/libahci.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/usb
./lib/modules/3.0-ARCH/kernel/drivers/usb/core
./lib/modules/3.0-ARCH/kernel/drivers/usb/core/usbcore.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/usb/host
./lib/modules/3.0-ARCH/kernel/drivers/usb/host/uhci-hcd.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/usb/host/ehci-hcd.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/video
./lib/modules/3.0-ARCH/kernel/drivers/video/backlight
./lib/modules/3.0-ARCH/kernel/drivers/video/backlight/lcd.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/video/fb_sys_fops.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/video/sysimgblt.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/video/syscopyarea.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/video/sysfillrect.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/input
./lib/modules/3.0-ARCH/kernel/drivers/input/ff-memless.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/scsi
./lib/modules/3.0-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ezkey.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sjoy.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gyration.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-samsung.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-lcpower.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kye.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-dr.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-wacom.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-keytouch.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-uclogic.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cherry.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zpff.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-elecom.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-common.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-waltop.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-picolcd.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-twinhan.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-emsff.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sunplus.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-apple.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-topseed.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-chicony.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-magicmouse.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cypress.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kensington.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kone.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-axff.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-multitouch.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-logitech.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-petalynx.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-prodikeys.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid
./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid/usbhid.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sony.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zydacron.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gaff.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-microsoft.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-monterey.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ntrig.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-belkin.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-pl.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-a4tech.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ortek.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-quanta.ko.gz
./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-tmff.ko.gz
./lib/modules/3.0-ARCH/kernel/lib
./lib/modules/3.0-ARCH/kernel/lib/crc16.ko.gz
./lib/modules/3.0-ARCH/modules.dep.bin
./sbin
./sbin/blkid
./sbin/udevadm
./sbin/modprobe
./sbin/udevd

Similar Messages

  • [SOLVED] Kernel panic at boot: not syncing. No init found.

    Hello, I know some people had this problem before but no solution seems to help me.
    I'm having this kernel panic at the very beggining of boot (here is a screenshot)
    The init= parameter given by grub is correct: /usr/lib/systemd/systemd and I double checked the root= parameter, it is by uuid but I also tried by device name (/dev/sda7) and by label.
    Using the output of a new `grub-mkconfig` didn't fix it either.
    Here is my grub.cfg
    I tried running `mkinitcpio -v -p linux` (I use the 3.8 kernel from core but also tried the 3.9 from testing, same result)
    Here is my mkinitcpio.conf and the output of `mkinitcpio -v -p linux`
    I checked the filesystems of my / and /boot partitions with badblocks and fsck, no problem from here. (I also tried reformating my swap with mkswap as the second line of kernel panic mention swapper even though I didn't understand that line, I just gave it a try).
    I really don't know what to do now, my guess is that the initramfs can't mount the root partition but the root= parameter is correct and everything mount well under a liveCD (this is from where I try to fix it).
    I love archlinux and it's community, I just don't know what to do now, thanks in advance for your advice.
    EDIT:
    Forgot to tell since when this happen.
    I was playing Kerbal Space Program yesterday, the game filled up my RAM, my computer was no longer responding (it happens to me a few times a month if I forgot to close firefox before playing for example).
    I had to hard shutdown, then on the boot I get this panic.
    Last edited by Dettorer (2013-05-07 19:13:49)

    Thank you for your answer.
    fdisk -l /dev/sda
    ls -l /dev/disk/by-uuid
    Should I care about the other lines mentioning root= ? For the moment I only touch this line :
    `    linux    /vmlinuz-linux root=UUID=c54afd90-88a2-4c27-a497-f689f30a5b2c init=/usr/lib/systemd/systemd ro  `
    (at the end of the first menuentry)

  • [solved[KERNEL PANIC ARCH-3.4.4-2] can not boot Arch from liveCD (x64)

    i have somes problems with several apps and want to fresh installed Arch.
    my current file system:
    i use: gpt, lvm2, luks, grub2.
    /dev/sda1: bios partition
    /dev/sda2: boot partition
    /dev/sda3: lvm partition (var, usr, usr-local,....home...)
    i keep partition structure (cause i want to keep home directory without damage, it's contain my data).
    but when i try to boot from livecd to reinstall Arch, this proccess can't be done.
    this is output:
    mounting: /bootmnt/arch/any/repo-core-any-sys/....
    mounting: /bootmnt/arch/x64/.....
    I/O error on device sr0, logical block
    buffer I/O error on device sr0, logical block
    SQUASHFS error: .....
    end_request: I/O error, device sr0, sector ....
    kernel panic_not syncing: attempted to kill init !
    pid: 1 comm: init Not tainted 3.0 - ARCH #1
    call trace:
    [<fffffffffffffffff812ae6al] panic+0xa0/0x1ad
    [<fffffffffffffffff...............] do_exit ...
    [.....................................] do_group_exit ...
    [.....................................] get_signal_to_diver....
    and caps lock  & scroll lock blink.
    any ideas?
    thanks for reply !
    EDIT: i tested /dev/sr0 and the result:
    sudo mount /dev/sr0 /mnt
    mount: /dev/sr0 is write-protected, mounting read-only.
    Last edited by angelfalls (2012-07-13 17:09:56)

    Yeah that's what I meant. Try to burn a new cd at a slower speed. When the new one is done create a hashsum of the new burn and compare it to the iso you used to burn it with. I only say this because a few times in the past when I had sr0 errors while booting live cds it was because the disk was messed up and I had to burn it again.

  • Random kernel panic at boot

    Hello guys,
    I recently installed Arch to my GF's laptop because she wanted to learn some stuff about how to use it, how it works etc... Unfortunately, there are some (seems like) random kernel panics at boot, I haven't found if it's related to some event or not because I've been trying to reboot it 10x in a row or after a whole day of usage etc. to find out if it's caused by some action but it still seems to be random during the boot. Inspecting the stack trace confused me even more because it doesn't look same with each panic. I captured 3 of them for example (sorry, haven't found a way to get them in text format since they are not stored on disk :-/ ):
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    Reinstalling the system didn't helped (tried it like 3x), current system is fresh fully updated arch that I installed 2 days ago, There's only basic system with KDE, opensource ati drivers, cpufreq and blacklisted modules (pcspkr, bluetooth, toshiba_bluetooth), I made no other modifications (hopefully) which may affect the system boot.
    Here is the system info:
    uname -a
    Linux RadkaPC 3.15.2-1-ARCH #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014 x86_64 GNU/Linux
    lsmod
    Module Size Used by
    nls_utf8 1384 0
    fuse 84337 1
    btrfs 873944 0
    raid6_pq 91142 1 btrfs
    xor 11984 1 btrfs
    ufs 69790 0
    hfsplus 96553 0
    hfs 46753 0
    minix 29055 0
    ntfs 193169 0
    vfat 10631 0
    msdos 7726 0
    fat 53688 2 vfat,msdos
    jfs 174901 0
    xfs 837555 0
    crc32c_generic 1736 2
    libcrc32c 1002 1 xfs
    reiserfs 239754 0
    dm_mod 85322 0
    ctr 3927 1
    ccm 8278 1
    arc4 2064 2
    ath9k 89838 0
    uvcvideo 74919 0
    videobuf2_vmalloc 3368 1 uvcvideo
    videobuf2_memops 2239 1 videobuf2_vmalloc
    videobuf2_core 30407 1 uvcvideo
    videodev 123032 2 uvcvideo,videobuf2_core
    ath9k_common 8550 1 ath9k
    ath9k_hw 397498 2 ath9k_common,ath9k
    ath 19483 3 ath9k_common,ath9k,ath9k_hw
    coretemp 6388 0
    intel_powerclamp 9442 0
    microcode 17157 0
    psmouse 94790 0
    serio_raw 5073 0
    ums_realtek 7711 0
    uas 17010 0
    media 12611 2 uvcvideo,videodev
    evdev 11784 14
    mousedev 10912 0
    joydev 10367 0
    mac_hid 3273 0
    toshiba_acpi 21184 0
    radeon 1361605 2
    sparse_keymap 3242 1 toshiba_acpi
    i2c_i801 11364 0
    led_class 3611 2 ath9k,toshiba_acpi
    ttm 67215 1 radeon
    drm_kms_helper 39643 1 radeon
    snd_hda_codec_realtek 54803 1
    mac80211 495361 1 ath9k
    r8169 59191 0
    drm 244782 5 ttm,drm_kms_helper,radeon
    hwmon 3346 2 coretemp,radeon
    snd_hda_codec_generic 56366 1 snd_hda_codec_realtek
    i2c_algo_bit 5480 1 radeon
    wmi 8539 1 toshiba_acpi
    ene_ir 14302 0
    i2c_core 41648 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon,videodev
    snd_hda_intel 22270 2
    snd_hda_controller 22911 1 snd_hda_intel
    cfg80211 437959 4 ath,ath9k_common,ath9k,mac80211
    snd_hda_codec 104665 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 6652 1 snd_hda_codec
    snd_pcm 83207 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
    rfkill 15971 3 cfg80211,toshiba_acpi
    mii 4251 1 r8169
    rc_core 18661 1 ene_ir
    battery 7885 0
    ac 3595 0
    video 12057 0
    button 4765 0
    shpchp 25706 0
    acpi_cpufreq 10170 1
    mei_me 10096 0
    snd_timer 19294 1 snd_pcm
    processor 25153 1 acpi_cpufreq
    intel_agp 11504 0
    intel_gtt 12856 1 intel_agp
    snd 61276 11 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    mei 66784 1 mei_me
    soundcore 5551 2 snd,snd_hda_codec
    ext4 494228 2
    crc16 1359 1 ext4
    mbcache 9155 1 ext4
    jbd2 82948 1 ext4
    hid_generic 1217 0
    usbhid 41250 0
    hid 93052 3 hid_generic,usbhid
    sd_mod 37426 3
    sr_mod 15026 0
    cdrom 35191 1 sr_mod
    crc_t10dif 1135 1 sd_mod
    crct10dif_common 1436 1 crc_t10dif
    usb_storage 50263 2 uas,ums_realtek
    atkbd 17006 0
    libps2 4571 2 atkbd,psmouse
    ahci 24299 2
    libahci 21772 1 ahci
    libata 174089 2 ahci,libahci
    scsi_mod 138333 5 uas,usb_storage,libata,sd_mod,sr_mod
    i8042 13666 2 toshiba_acpi,libps2
    serio 11018 6 serio_raw,atkbd,i8042,psmouse
    ehci_pci 4152 0
    ehci_hcd 64619 1 ehci_pci
    usbcore 188381 7 uas,uvcvideo,ums_realtek,usb_storage,ehci_hcd,ehci_pci,usbhid
    usb_common 1712 1 usbcore
    lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    lspci -v
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: intel_agp
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00005000-00005fff
    Memory behind bridge: d2200000-d22fffff
    Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
    Capabilities: [88] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [80] Power Management version 3
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at d2305000 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Kernel driver in use: mei_me
    Kernel modules: mei_me
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at d2308000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 43
    Memory at d2300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=06, sec-latency=0
    I/O behind bridge: 00003000-00004fff
    Memory behind bridge: d1a00000-d21fffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000d08fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=07, subordinate=0b, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: d1100000-d19fffff
    Prefetchable memory behind bridge: 00000000d0900000-00000000d10fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at d2307000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=32
    Capabilities: [50] Subsystem: Toshiba America Info Systems Device fd3c
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=10 <?>
    Kernel modules: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 41
    I/O ports at 6048 [size=8]
    I/O ports at 6054 [size=4]
    I/O ports at 6040 [size=8]
    I/O ports at 6050 [size=4]
    I/O ports at 6020 [size=32]
    Memory at d2308800 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Capabilities: [b0] PCI Advanced Features
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: medium devsel, IRQ 18
    Memory at d2304000 (64-bit, non-prefetchable) [size=256]
    I/O ports at efa0 [size=32]
    Kernel modules: i2c_i801
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d2200000 (64-bit, non-prefetchable) [size=128K]
    I/O ports at 5000 [size=256]
    Expansion ROM at d2220000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Kernel driver in use: radeon
    Kernel modules: radeon
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 44
    I/O ports at 3000 [size=256]
    Memory at d0004000 (64-bit, prefetchable) [size=4K]
    Memory at d0000000 (64-bit, prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
    Capabilities: [d0] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 8b-00-00-00-36-4c-e0-00
    Kernel driver in use: r8169
    Kernel modules: r8169
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    Subsystem: Askey Computer Corp. Device 7173
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at d1100000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
    Capabilities: [170] Power Budgeting <?>
    Kernel driver in use: ath9k
    Kernel modules: ath9k
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb30efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb30f000-0x00000000bb66dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb66e000-0x00000000bb67bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67c000-0x00000000bb67efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67f000-0x00000000bb681fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb682000-0x00000000bb6acfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6ad000-0x00000000bb6ccfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6cd000-0x00000000bb70efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb70ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb710000-0x00000000bb714fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb715000-0x00000000bb718fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb719000-0x00000000bb719fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71a000-0x00000000bb71afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71b000-0x00000000bb71efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb79efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed16000-0x00000000fed16fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: TOSHIBA SATELLITE C660/PWWAA, BIOS 2.00 05/09/12
    [ 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 = 0xbb800 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-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB800000 mask FFF800000 uncachable
    [ 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] 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 [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb000000-0xbb1fffff]
    [ 0.000000] [mem 0xbb000000-0xbb1fffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb8000000-0xbaffffff]
    [ 0.000000] [mem 0xb8000000-0xbaffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x80000000-0xb7ffffff]
    [ 0.000000] [mem 0x80000000-0xb7ffffff] 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 0xbb200000-0xbb30efff]
    [ 0.000000] [mem 0xbb200000-0xbb30efff] page 4k
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] [mem 0xbb7ff000-0xbb7fffff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379e8000-0x37cebfff]
    [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 TOSCPL)
    [ 0.000000] ACPI: XSDT 0x00000000BB7FE120 000074 (v01 TOSCPL TOSCPL00 00000074 01000013)
    [ 0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v03 TOSCPL TOSCPL00 00000074 LOHR 0000005F)
    [ 0.000000] ACPI: DSDT 0x00000000BB7E7000 010F89 (v02 TOSCPL CALPELLA 00000001 INTL 20050624)
    [ 0.000000] ACPI: FACS 0x00000000BB71A000 000040
    [ 0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: APIC 0x00000000BB7FA000 000098 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: ASF! 0x00000000BB7F8000 0000A5 (v32 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: SLIC 0x00000000BB7E4000 000176 (v01 TOSCPL TOSCPL00 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BB7E3000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E2000 00003E (v01 PTL PTLBUF?I 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E1000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E0000 0000DA (v01 PTL PTLSWI 00000001 PTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000bb7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xbb7fffff]
    [ 0.000000] NODE_DATA [mem 0xbb30a000-0xbb30efff]
    [ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800b7800000-ffff8800ba7fffff] 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-0xbb30efff]
    [ 0.000000] node 0: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] On node 0 totalpages: 766636
    [ 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: 11936 pages used for memmap
    [ 0.000000] DMA32 zone: 762640 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[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, 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: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 6 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 0xbb30f000-0xbb66dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb66e000-0xbb67bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67c000-0xbb67efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67f000-0xbb681fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb682000-0xbb6acfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6ad000-0xbb6ccfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6cd000-0xbb70efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb70f000-0xbb70ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb710000-0xbb714fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb715000-0xbb718fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb719000-0xbb719fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71a000-0xbb71afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71b000-0xbb71efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71f000-0xbb79efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
    [ 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:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800bae00000 s87168 r8192 d23424 u262144
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 754615
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 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: 3001480K/3066544K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 65064K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12582912 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2128.090 MHz processor
    [ 0.000041] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.52 BogoMIPS (lpj=7093633)
    [ 0.000044] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20140214
    [ 0.011763] ACPI: All ACPI Tables successfully acquired
    [ 0.031192] Security Framework initialized
    [ 0.031200] Yama: becoming mindful.
    [ 0.031522] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.033135] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.033854] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.033861] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.034136] Initializing cgroup subsys memory
    [ 0.034142] Initializing cgroup subsys devices
    [ 0.034144] Initializing cgroup subsys freezer
    [ 0.034146] Initializing cgroup subsys net_cls
    [ 0.034148] Initializing cgroup subsys blkio
    [ 0.034169] Disabled fast string operations
    [ 0.034172] CPU: Physical Processor ID: 0
    [ 0.034173] CPU: Processor Core ID: 0
    [ 0.034179] mce: CPU supports 9 MCE banks
    [ 0.034189] CPU0: Thermal monitoring handled by SMI
    [ 0.034201] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    [ 0.034276] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.035185] ftrace: allocating 20223 entries in 79 pages
    [ 0.047258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.080252] smpboot: CPU0: Intel(R) Pentium(R) CPU P6200 @ 2.13GHz (fam: 06, model: 25, stepping: 05)
    [ 0.185018] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.185025] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.185028] ... version: 3
    [ 0.185028] ... bit width: 48
    [ 0.185029] ... generic registers: 4
    [ 0.185030] ... value mask: 0000ffffffffffff
    [ 0.185031] ... max period: 000000007fffffff
    [ 0.185032] ... fixed-purpose events: 3
    [ 0.185033] ... event mask: 000000070000000f
    [ 0.211766] x86: Booting SMP configuration:
    [ 0.211768] .... node #0, CPUs: #1
    [ 0.222905] Disabled fast string operations
    [ 0.222920] CPU1: Thermal monitoring handled by SMI
    [ 0.225166] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.225183] x86: Booted up 1 node, 2 CPUs
    [ 0.225186] smpboot: Total of 2 processors activated (8515.04 BogoMIPS)
    [ 0.226518] devtmpfs: initialized
    [ 0.229243] PM: Registering ACPI NVS region [mem 0xbb66e000-0xbb67bfff] (57344 bytes)
    [ 0.229246] PM: Registering ACPI NVS region [mem 0xbb67f000-0xbb681fff] (12288 bytes)
    [ 0.229248] PM: Registering ACPI NVS region [mem 0xbb6ad000-0xbb6ccfff] (131072 bytes)
    [ 0.229250] PM: Registering ACPI NVS region [mem 0xbb70f000-0xbb70ffff] (4096 bytes)
    [ 0.229251] PM: Registering ACPI NVS region [mem 0xbb715000-0xbb718fff] (16384 bytes)
    [ 0.229252] PM: Registering ACPI NVS region [mem 0xbb71a000-0xbb71afff] (4096 bytes)
    [ 0.229254] PM: Registering ACPI NVS region [mem 0xbb71f000-0xbb79efff] (524288 bytes)
    [ 0.230260] pinctrl core: initialized pinctrl subsystem
    [ 0.230313] RTC time: 22:39:59, date: 07/01/14
    [ 0.230357] NET: Registered protocol family 16
    [ 0.230462] cpuidle: using governor ladder
    [ 0.230464] cpuidle: using governor menu
    [ 0.230480] ACPI: bus type PCI registered
    [ 0.230482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.230555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.230558] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.255508] PCI: Using configuration type 1 for base access
    [ 0.255633] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.255635] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.255636] mtrr: corrected configuration.
    [ 0.256365] ACPI: Added _OSI(Module Device)
    [ 0.256368] ACPI: Added _OSI(Processor Device)
    [ 0.256370] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.256371] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.275020] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.275406] ACPI: SSDT 0x00000000BB713C18 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275854] ACPI: Dynamic OEM Table Load:
    [ 0.275856] ACPI: SSDT 0x0000000000000000 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275991] ACPI: SSDT 0x00000000BB711018 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.276600] ACPI: Dynamic OEM Table Load:
    [ 0.276602] ACPI: SSDT 0x0000000000000000 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.298578] ACPI: SSDT 0x00000000BB712A98 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.299079] ACPI: Dynamic OEM Table Load:
    [ 0.299081] ACPI: SSDT 0x0000000000000000 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.311757] ACPI: SSDT 0x00000000BB710D98 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.312199] ACPI: Dynamic OEM Table Load:
    [ 0.312201] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.332259] ACPI: Interpreter enabled
    [ 0.332268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.332273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.332290] ACPI: (supports S0 S3 S4 S5)
    [ 0.332291] ACPI: Using IOAPIC for interrupt routing
    [ 0.332323] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.393846] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.393851] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.393855] ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
    [ 0.393859] ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
    [ 0.393863] ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
    [ 0.393866] ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
    [ 0.394229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.394235] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.394271] \_SB_.PCI0:_OSC invalid UUID
    [ 0.394272] _OSC request data:1 1f 0
    [ 0.394276] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.395158] PCI host bridge to bus 0000:00
    [ 0.395162] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.395164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.395166] pci_bus 0000:00: root bus resource [io 0x0d00-0xfdff]
    [ 0.395168] pci_bus 0000:00: root bus resource [io 0xff28-0xff2b]
    [ 0.395170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.395171] pci_bus 0000:00: root bus resource [mem 0xbb800000-0xfeafffff]
    [ 0.395180] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    [ 0.395200] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.395292] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    [ 0.395330] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.395453] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.395482] pci 0000:00:16.0: reg 0x10: [mem 0xd2305000-0xd230500f 64bit]
    [ 0.395576] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.395689] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.395715] pci 0000:00:1a.0: reg 0x10: [mem 0xd2308000-0xd23083ff]
    [ 0.395822] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.396245] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.396324] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.396349] pci 0000:00:1b.0: reg 0x10: [mem 0xd2300000-0xd2303fff 64bit]
    [ 0.396457] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.396521] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.396571] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.396674] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.396778] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.396881] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.396997] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.397023] pci 0000:00:1d.0: reg 0x10: [mem 0xd2307000-0xd23073ff]
    [ 0.397130] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.397550] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.397627] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.397783] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    [ 0.397983] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    [ 0.398011] pci 0000:00:1f.2: reg 0x10: [io 0x6048-0x604f]
    [ 0.398022] pci 0000:00:1f.2: reg 0x14: [io 0x6054-0x6057]
    [ 0.398032] pci 0000:00:1f.2: reg 0x18: [io 0x6040-0x6047]
    [ 0.398043] pci 0000:00:1f.2: reg 0x1c: [io 0x6050-0x6053]
    [ 0.398053] pci 0000:00:1f.2: reg 0x20: [io 0x6020-0x603f]
    [ 0.398064] pci 0000:00:1f.2: reg 0x24: [mem 0xd2308800-0xd2308fff]
    [ 0.398130] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.398229] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.398255] pci 0000:00:1f.3: reg 0x10: [mem 0xd2304000-0xd23040ff 64bit]
    [ 0.398284] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.398446] pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
    [ 0.398463] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398473] pci 0000:01:00.0: reg 0x18: [mem 0xd2200000-0xd221ffff 64bit]
    [ 0.398481] pci 0000:01:00.0: reg 0x20: [io 0x5000-0x50ff]
    [ 0.398496] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    [ 0.398532] pci 0000:01:00.0: supports D1 D2
    [ 0.398592] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.398595] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.398598] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.398601] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398760] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.398824] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
    [ 0.398937] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.399008] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.399329] pci 0000:02:00.0: supports D1 D2
    [ 0.399331] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.399791] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.399922] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.399927] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.399932] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.399939] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.400057] pci 0000:07:00.0: [168c:002b] type 00 class 0x028000
    [ 0.400100] pci 0000:07:00.0: reg 0x10: [mem 0xd1100000-0xd110ffff 64bit]
    [ 0.400339] pci 0000:07:00.0: supports D1
    [ 0.400341] pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    [ 0.400393] pci 0000:07:00.0: System wakeup disabled by ACPI
    [ 0.400465] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.400470] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.400475] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.400483] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.400571] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
    [ 0.400584] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.400586] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    [ 0.400588] pci 0000:00:1e.0: bridge window [io 0xff28-0xff2b] (subtractive decode)
    [ 0.400589] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.400591] pci 0000:00:1e.0: bridge window [mem 0xbb800000-0xfeafffff] (subtractive decode)
    [ 0.421768] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421825] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.421878] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421931] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.421985] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.422037] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 0.422091] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.422143] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.422257] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 0.422262] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.422266] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.422344] PCI host bridge to bus 0000:ff
    [ 0.422347] pci_bus 0000:ff: root bus resource [bus ff]
    [ 0.422353] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    [ 0.422406] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.422463] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.422513] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.422561] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.422610] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.422732] ACPI: Enabled 8 GPEs in block 00 to 3F
    [ 0.422778] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.422889] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.422891] vgaarb: loaded
    [ 0.422892] vgaarb: bridge control possible 0000:01:00.0
    [ 0.422918] PCI: Using ACPI for IRQ routing
    [ 0.432874] PCI: pci_cache_line_size set to 64 bytes
    [ 0.432935] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.432937] e820: reserve RAM buffer [mem 0xbb30f000-0xbbffffff]
    [ 0.432939] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
    [ 0.433054] NetLabel: Initializing
    [ 0.433056] NetLabel: domain hash size = 128
    [ 0.433057] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.433070] NetLabel: unlabeled traffic allowed by default
    [ 0.433096] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.433101] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.435130] Switched to clocksource hpet
    [ 0.440768] pnp: PnP ACPI init
    [ 0.440796] ACPI: bus type PNP registered
    [ 0.441592] pnp 00:00: [dma 4]
    [ 0.441637] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.441742] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.441786] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.441880] system 00:03: [io 0x1000-0x1003] has been reserved
    [ 0.441883] system 00:03: [io 0x1004-0x1013] has been reserved
    [ 0.441885] system 00:03: [io 0xffff] has been reserved
    [ 0.441888] system 00:03: [io 0x0400-0x047f] could not be reserved
    [ 0.441890] system 00:03: [io 0x0500-0x057f] has been reserved
    [ 0.441891] system 00:03: [io 0xfe00] has been reserved
    [ 0.441893] system 00:03: [io 0xff2c-0xff7f] has been reserved
    [ 0.441897] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441932] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.465231] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.465271] pnp 00:06: Plug and Play ACPI device, IDs TOS0100 SYN0700 SYN0002 PNP0f13 (active)
    [ 0.465653] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.465656] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.465658] system 00:07: [mem 0xfed16000-0xfed16fff] has been reserved
    [ 0.465660] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.465663] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.465665] system 00:07: [mem 0xd2306000-0xd2306fff] has been reserved
    [ 0.465667] system 00:07: [mem 0xbc000000-0xbc000fff] has been reserved
    [ 0.465672] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.465674] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.465678] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.465680] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.465682] system 00:07: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.465685] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.465889] pnp: PnP ACPI: found 8 devices
    [ 0.465890] ACPI: bus type PNP unregistered
    [ 0.472989] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    [ 0.473030] pci 0000:01:00.0: BAR 6: assigned [mem 0xd2220000-0xd223ffff pref]
    [ 0.473034] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.473036] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.473040] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.473043] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473047] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.473050] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.473056] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.473060] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473068] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.473071] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.473077] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.473082] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473090] pci 0000:00:1e.0: PCI bridge to [bus 0c]
    [ 0.473105] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.473107] pci_bus 0000:00: resource 5 [io 0x0d00-0xfdff]
    [ 0.473108] pci_bus 0000:00: resource 6 [io 0xff28-0xff2b]
    [ 0.473110] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473112] pci_bus 0000:00: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473114] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 0.473116] pci_bus 0000:01: resource 1 [mem 0xd2200000-0xd22fffff]
    [ 0.473118] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473120] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
    [ 0.473122] pci_bus 0000:02: resource 1 [mem 0xd1a00000-0xd21fffff]
    [ 0.473124] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473126] pci_bus 0000:07: resource 0 [io 0x2000-0x2fff]
    [ 0.473128] pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd19fffff]
    [ 0.473130] pci_bus 0000:07: resource 2 [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473133] pci_bus 0000:0c: resource 4 [io 0x0000-0x0cf7]
    [ 0.473134] pci_bus 0000:0c: resource 5 [io 0x0d00-0xfdff]
    [ 0.473136] pci_bus 0000:0c: resource 6 [io 0xff28-0xff2b]
    [ 0.473138] pci_bus 0000:0c: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473140] pci_bus 0000:0c: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473170] NET: Registered protocol family 2
    [ 0.473368] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.473508] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.473701] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.473755] TCP: reno registered
    [ 0.473764] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473793] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473865] NET: Registered protocol family 1
    [ 0.498625] pci 0000:01:00.0: Boot video device
    [ 0.498646] PCI: CLS 0 bytes, default 64
    [ 0.498699] Unpacking initramfs...
    [ 0.565206] Freeing initrd memory: 3088K (ffff8800379e8000 - ffff880037cec000)
    [ 0.565388] Scanning for low memory corruption every 60 seconds
    [ 0.565748] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.581291] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.582903] zbud: loaded
    [ 0.583095] VFS: Disk quotas dquot_6.5.2
    [ 0.583135] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.583262] msgmni has been set to 5868
    [ 0.583326] Key type big_key registered
    [ 0.583509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.583553] io scheduler noop registered
    [ 0.583555] io scheduler deadline registered
    [ 0.583589] io scheduler cfq registered (default)
    [ 0.583841] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.584239] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.584256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.584288] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.584290] vesafb: scrolling: redraw
    [ 0.584291] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.584628] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
    [ 0.692300] Console: switching to colour frame buffer device 128x48
    [ 0.800473] fb0: VESA VGA frame buffer device
    [ 0.800488] intel_idle: MWAIT substates: 0x120
    [ 0.800490] intel_idle: v0.4 model 0x25
    [ 0.800491] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.800610] GHES: HEST is not enabled!
    [ 0.800675] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.801507] Linux agpgart interface v0.103
    [ 0.801576] rtc_cmos 00:04: RTC can wake from S4
    [ 0.801827] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.801870] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.801893] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.802112] TCP: cubic registered
    [ 0.802355] NET: Registered protocol family 10
    [ 0.802792] NET: Registered protocol family 17
    [ 0.803380] registered taskstats version 1
    [ 0.804029] Magic number: 6:547:703
    [ 0.804180] rtc_cmos 00:04: setting system clock to 2014-07-01 22:39:59 UTC (1404254399)
    [ 0.804384] PM: Hibernation image not present or could not be loaded.
    [ 0.806307] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 0.806311] Write protecting the kernel read-only data: 8192k
    [ 0.812485] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 0.815129] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [ 0.825831] random: systemd-tmpfile urandom read with 69 bits of entropy available
    [ 0.828485] systemd-udevd[47]: starting version 214
    [ 0.847937] ACPI: bus type USB registered
    [ 0.847970] usbcore: registered new interface driver usbfs
    [ 0.847981] usbcore: registered new interface driver hub
    [ 0.848252] usbcore: registered new device driver usb
    [ 0.848643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.848772] ehci-pci: EHCI PCI platform driver
    [ 0.848994] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.849003] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.849020] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.852944] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.852965] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2308000
    [ 0.858429] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.865064] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.865706] hub 1-0:1.0: USB hub found
    [ 0.865718] hub 1-0:1.0: 2 ports detected
    [ 0.866030] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.866038] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.866054] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.869965] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.869986] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2307000
    [ 0.873668] SCSI subsystem initialized
    [ 0.877948] libata version 3.00 loaded.
    [ 0.880017] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.880066] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.880260] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.880461] hub 2-0:1.0: USB hub found
    [ 0.880470] hub 2-0:1.0: 2 ports detected
    [ 0.880606] ahci 0000:00:1f.2: version 3.0
    [ 0.880869] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 0.880926] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.880980] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
    [ 0.880987] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 0.893062] scsi0 : ahci
    [ 0.894994] scsi1 : ahci
    [ 0.895281] scsi2 : ahci
    [ 0.898127] scsi3 : ahci
    [ 0.898246] scsi4 : ahci
    [ 0.898375] scsi5 : ahci
    [ 0.898433] ata1: DUMMY
    [ 0.898438] ata2: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308980 irq 41
    [ 0.898439] ata3: DUMMY
    [ 0.898440] ata4: DUMMY
    [ 0.898444] ata5: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b00 irq 41
    [ 0.898447] ata6: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b80 irq 41
    [ 0.912371] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.171591] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.218214] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.248281] ata2.00: ATA-8: ST9320310AS, 0001TSM1, max UDMA/133
    [ 1.248288] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.291585] ata2.00: configured for UDMA/133
    [ 1.291875] scsi 1:0:0:0: Direct-Access ATA ST9320310AS 0001 PQ: 0 ANSI: 5
    [ 1.295817] hub 1-1:1.0: USB hub found
    [ 1.296042] hub 1-1:1.0: 6 ports detected
    [ 1.401430] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.525585] hub 2-1:1.0: USB hub found
    [ 1.525771] hub 2-1:1.0: 8 ports detected
    [ 1.568078] tsc: Refined TSC clocksource calibration: 2127.999 MHz
    [ 1.594882] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
    [ 1.611371] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.627978] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633C, TF20, max UDMA/100
    [ 1.643823] ata5.00: configured for UDMA/100
    [ 1.648130] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633C TF20 PQ: 0 ANSI: 5
    [ 1.940369] usbcore: registered new interface driver usb-storage
    [ 1.977879] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.983326] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.983387] sd 1:0:0:0: [sda] Write Protect is off
    [ 1.983390] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.983414] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.000488] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.000495] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.000787] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.004700] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
    [ 2.056447] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.058157] sd 1:0:0:0: [sda] Attached SCSI disk
    [ 2.187850] usb 2-1.2: new full-speed USB device number 3 using ehci-pci
    [ 2.277175] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.280152] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C52F.0001/input/input2
    [ 2.280197] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input0
    [ 2.281639] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C52F.0002/input/input3
    [ 2.281749] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input1
    [ 2.281768] usbcore: registered new interface driver usbhid
    [ 2.281770] usbhid: USB HID core driver
    [ 2.512693] random: nonblocking pool is initialized
    [ 2.567728] Switched to clocksource tsc
    [ 3.431573] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.007101] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 6.283904] systemd-udevd[143]: starting version 214
    [ 7.208321] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
    [ 7.240722] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.246825] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    [ 7.246892] ACPI: Lid Switch [LID0]
    [ 7.246955] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    [ 7.246959] ACPI: Power Button [PWRB]
    [ 7.247015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 7.247018] ACPI: Power Button [PWRF]
    [ 7.342206] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 7.346938] acpi device:02: registered as cooling_device2
    [ 7.347008] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7
    [ 7.507332] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.509857] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 7.541997] wmi: Mapper loaded
    [ 7.644392] [drm] Initialized drm 1.1.0 20060810
    [ 7.673389] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 7.673401] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 7.673686] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 7.673886] r8169 0000:02:00.0 eth0: RTL8105e at 0xffffc9001077e000, 1c:75:08:89:22:d0, XID 00900000 IRQ 44
    [ 7.706894] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 7.706900] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 7.706902] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 7.706904] sound hdaudioC0D0: mono: mono_out=0x0
    [ 7.706905] sound hdaudioC0D0: inputs:
    [ 7.706908] sound hdaudioC0D0: Mic=0x18
    [ 7.706910] sound hdaudioC0D0: Internal Mic=0x12
    [ 7.715002] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    [ 7.715143] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 7.715180] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 7.778845] ACPI: AC Adapter [ACAD] (on-line)
    [ 7.820143] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258)
    [ 7.820152] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.863168] [drm] radeon kernel modesetting enabled.
    [ 7.863222] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 7.863224] fb: switching to radeondrmfb from VESA VGA
    [ 7.863250] Console: switching to colour dummy device 80x25
    [ 7.863647] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x1179:0xFD3C).
    [ 7.863674] [drm] register mmio base: 0xD2200000
    [ 7.863675] [drm] register mmio size: 131072
    [ 7.863754] ATOM BIOS: Toshiba
    [ 7.863827] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 7.863830] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    [ 7.863831] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 7.863832] [drm] RAM width 64bits DDR
    [ 7.863892] [TTM] Zone kernel: Available graphics memory: 1503510 kiB
    [ 7.863894] [TTM] Initializing pool allocator
    [ 7.863899] [TTM] Initializing DMA pool allocator
    [ 7.863922] [drm] radeon: 512M of VRAM memory ready
    [ 7.863923] [drm] radeon: 1024M of GTT memory ready.
    [ 7.863934] [drm] Loading CEDAR Microcode
    [ 7.890889] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
    [ 7.890992] input: Toshiba input device as /devices/virtual/input/input11
    [ 7.899897] toshiba_acpi: Accelerometer not supported
    [ 7.907098] mousedev: PS/2 mouse device common for all mice
    [ 7.928557] media: Linux media interface: v0.10
    [ 7.942975] usbcore: registered new interface driver uas
    [ 7.954872] ums-realtek 1-1.3:1.0: USB Mass Storage device detected
    [ 7.973773] scsi6 : usb-storage 1-1.3:1.0
    [ 7.973866] usbcore: registered new interface driver ums-realtek
    [ 7.988934] [Firmware Bug]: battery: (dis)charge rate invalid.
    [ 7.988971] ACPI: Battery Slot [BAT1] (battery present)
    [ 8.001248] [drm] Internal thermal controller with fan control
    [ 8.020107] usb 1-1.3: USB disconnect, device number 3
    [ 8.055319] [drm] radeon: dpm initialized
    [ 8.075490] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075518] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075579] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 8.095637] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 8.103987] [drm] PCIE GART of 1024M enabled (table at 0x000000000025D000).
    [ 8.104136] radeon 0000:01:00.0: WB enabled
    [ 8.104140] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8800b069ec00
    [ 8.104143] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8800b069ec0c
    [ 8.104888] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90011f9c418
    [ 8.104890] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 8.104891] [drm] Driver supports precise vblank timestamp query.
    [ 8.104919] radeon 0000:01:00.0: irq 45 for MSI/MSI-X
    [ 8.104934] radeon 0000:01:00.0: radeon: using MSI.
    [ 8.104964] [drm] radeon: irq initialized.
    [ 8.122718] [drm] ring test on 0 succeeded in 1 usecs
    [ 8.122778] [drm] ring test on 3 succeeded in 1 usecs
    [ 8.145575] systemd-udevd[154]: renamed network interface eth0 to enp2s0
    [ 8.289104] Linux video capture interface: v2.00
    [ 8.303932] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
    [ 8.311705] [drm] ring test on 5 succeeded in 1 usecs
    [ 8.311711] [drm] UVD initialized successfully.
    [ 8.311858] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 8.311884] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 8.313622] input: CNF9055 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    [ 8.313709] usbcore: registered new interface driver uvcvideo
    [ 8.313711] USB Video Class driver (1.1.1)
    [ 8.455980] ath: phy0: ASPM enabled: 0x43
    [ 8.455985] ath: EEPROM regdomain: 0x65
    [ 8.455987] ath: EEPROM indicates we should expect a direct regpair map
    [ 8.455989] ath: Country alpha2 being used: 00
    [ 8.455990] ath: Regpair used: 0x65
    [ 8.463604] [drm] ib test on ring 5 succeeded
    [ 8.511806] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 8.512064] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90012b20000, irq=17
    [ 8.515186] [drm] radeon atom DIG backlight initialized
    [ 8.515194] [drm] Radeon Display Connectors
    [ 8.515197] [drm] Connector 0:
    [ 8.515201] [drm] LVDS-1
    [ 8.515208] [drm] DDC: 0x6560 0x6560 0x6564 0x6

    Try "isolcpus=1" in your kernel entry.

  • Intel Mac Mini Core Solo - Kernel Panic on Boot

    I was wondering if anyone who has purchased the Intel Mac Mini is having issues with Kernel Panics during the booting sequence?
    I got a Core Solo from the local Apple store (couldn't wait to play, I'm waiting on the Core Duo I ordered online to come still ). The first thing I did was fire it up check it out for a few minutes, then I put the install disc in and reinstalled a clean OS, with less options because I'm planning on hooking it up to my TV so I don't need space hogs like Garageband etc on my TV computer. I got the updates that popped up, then shutdown the computer. I took it out to the living room and hooked it up to the tv and I got a black message about needing to restart (a kernel panic) right when the blue progress loading bar comes up on boot. I spent a while with it trying to figure out what was wrong, ran the Apple Hardware Test, booted it fine in Safe Boot. Finally I got tired of it and reinstalled the OS again.
    It was fine for a day, working fine out on the tv. I brought it back in my room to play with a few things like Darwine, etc. Shut it down, came back an hour or so later booted it up and got the kernel panic on boot. Safe boot still worked fine. I spent some time trying to look for panic logs but didn't see any. I ran the disk utility and did a Full erase and it worked fine. I reinstalled the OS again. Ran MemTestOSX and it worked fine. I left it running the Apple Hardware Test for about 6 hours or more, and it performed perfectly.
    This morning it still seemed ok, except sometimes on a cold boot when the blue progress bar screen should come on... my monitor just shows black and the light on the monitor goes inactive. So, I press the button on the back to sleep it, then bring it out of sleep with the keyboard and the OS is sitting there booted.
    It seems like a weird combination of software and hardware problems, but maybe it's all hardware problems. I can't get past Safe Boot working when the OS stops loading. Right now the computer is working fine.
    I'm waiting for my Core Duo to come in the mail and verify that it works flawlessly, then I'll take the Solo to the store and ask them to look at it.
    Anyone have any similar experiences so far?

    It seems like the mini is doing alright so far. I think maybe the full erase solved whatever issue it was having. I also got my Core Duo Mini yesterday in the mail and it's performing like a champ. Definitely a nice machine.
    I'll close my question for now, since the Core Solo Mini seems alright. But, as a warning don't get on Front Row's bad side. I tried force quitting it because it was taking too long to load the videos folder and then tried shutting down from a terminal and ended up having to turn the machine off.

  • Kernel Panic at boot but works in safe mode

    I am getting a Kernel Panic at boot on the grey screen If I boot safe mode it works fine.
    Whats the procedure to find whats cause the problem? Is there a log file I should look at or what is the best way to figure this out

    Also check /System/Library/StartupItems & /Library/StartupItems (neither of which is in your home folder) -- any items in them are suspect since none are installed as part of a standard installation of the OS.

  • OSX Won't Install / Kernel Panic at Boot Up

    I have been having a few issues for the best part of a year now, firstly not being able to update to 10.6.8 meaning not being able to update to Lion. My onboard sound is non existemnt and have to run audio through HDMI.
    To cut a long story short I was running the OS that came with the machine when I bought it and could not update at all as this would cause a kernel panic at boot up each and everytime meaning I had to reinstall the OS from the boot disk.
    Last time this happened my internal HDD seemed to fail, tried everything to repair through disc utilities etc and ended up formatting and attempting a reinstall, I now receive this error log when I attempt installation, can anyone give me any ideas as to what is going on with it.
    Its a late 2009 model 8GB Ram 320GB HDD and dual core 1.66 processor as far as I am aware (unfortunately cannot get the specific system info as I cannot boot or reinstall OSX.
    - Error Log -
    Nov 14 11:04:21 localhost LCA[79]: Folder Manager is being asked to create a folder (cach) while running as uid 0
    Nov 14 11:04:41 localhost LCA[79]: Launching the Installer using language code "English"
    Nov 14 11:04:42 localhost OSInstaller[149]: Mac OS X Installer application started
    Nov 14 11:04:42 localhost OSInstaller[149]: 1 display(s) found.
    Nov 14 11:04:42 localhost OSInstaller[149]: Display[1] is using OpenGL acceleration.
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Install  PROJECT:Install-581
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-263
    Nov 14 11:04:42 localhost OSInstaller[149]: Hardware: Macmini4,1 @ 2.66 GHz (x 2), 8192 MB RAM
    Nov 14 11:04:42 localhost OSInstaller[149]: Running OS Build: Mac OS X 10.6.4 (10F2108)
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: DYLD_NO_FIX_PREBINDING=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PWD=/
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: SHLVL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: OS_INSTALL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Nov 14 11:04:43 localhost OSInstaller[149]: Using install media product at /System/Installation/Packages
    Nov 14 11:04:43 localhost OSInstaller[149]: Opening OSInstall package '/System/Installation/Packages/OSInstall.mpkg'.
    Nov 14 11:04:48 localhost OSInstaller[149]: Memory statistics for 'Install Mac OS X' pane:
    Nov 14 11:04:48 localhost OSInstaller[149]: Physical Memory Allocation:   587 MB wired,   259 MB trapped,    73 MB active,    56 MB inactive,  7217 MB free,  7346 MB usable,  8192 MB total
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.392 Disk Utility[157:903] **********
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.440 Disk Utility[157:903] Disk Utility started.
    Nov 14 11:05:05 localhost Unknown[80]:
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.067 Disk Utility[157:903] Verifying volume “MacMini HDD”
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.081 Disk Utility[157:903] Starting verification tool:
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.085 Disk Utility[157:903] Checking Journaled HFS Plus volume.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.086 Disk Utility[157:903] Checking extents overflow file.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.087 Disk Utility[157:903] Checking catalog file.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.129 Disk Utility[157:903] Invalid key length
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.133 Disk Utility[157:903] The volume MacMini HDD could not be verified completely.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Error: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Disk Utility stopped verifying “MacMini HDD”: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.397 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]:
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903] Preparing to erase : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     Partition Scheme: GUID Partition Table
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     1 volume will be created
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]         Name        : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.358 Disk Utility[157:903]         Size        : 320.07 GB
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.359 Disk Utility[157:903]         Filesystem    : Mac OS Extended (Journaled)
    Nov 14 11:06:10 localhost Unknown[80]:
    Nov 14 11:06:11 localhost Unknown[80]: 2013-11-14 11:06:11.296 Disk Utility[157:903] Unmounting disk
    Nov 14 11:06:12 localhost Unknown[80]: 2013-11-14 11:06:12.972 Disk Utility[157:903] Creating partition map
    Nov 14 11:06:15 localhost Unknown[80]: 2013-11-14 11:06:15.964 Disk Utility[157:903] Waiting for disks to reappear
    Nov 14 11:06:16 localhost Unknown[80]: 2013-11-14 11:06:16.013 Disk Utility[157:903] Formatting disk0s2 as Mac OS Extended (Journaled) with name Mac Mini HDD
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903] Erase complete.
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903]
    Nov 14 11:06:34 localhost OSInstaller[149]: Allowing machine sleep.
    Nov 14 11:07:08 localhost OSInstaller[149]: Preventing machine sleep.
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: Choices selected for installation:
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Mac OS X"
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Essential System Software"
    Nov 14 11:07:11 localhost OSInstaller[149]:         BaseSystem.pkg : com.apple.pkg.BaseSystem : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Essentials.pkg : com.apple.pkg.Essentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BootCamp.pkg : com.apple.pkg.BootCamp : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BSD.pkg : com.apple.pkg.BSD : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iPodSupport.pkg : com.apple.pkg.iPodSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         PodcastCapture.pkg : com.apple.pkg.PodcastCapture : 1.0.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         JavaTools.pkg : com.apple.pkg.JavaTools : 1.0.0.9000000000.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MigrationAssistant.pkg : com.apple.pkg.MigrationAssistant : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Mail.pkg : com.apple.pkg.Mail : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AddressBook.pkg : com.apple.pkg.AddressBook : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iCal.pkg : com.apple.pkg.iCal : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Automator.pkg : com.apple.pkg.Automator : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         DVDPlayer.pkg : com.apple.pkg.DVDPlayer : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iTunes.pkg : com.apple.pkg.iTunes : 9.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iChat.pkg : com.apple.pkg.iChat : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Java.pkg : com.apple.pkg.Java : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Safari.pkg : com.apple.pkg.Safari : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "X11"
    Nov 14 11:07:11 localhost OSInstaller[149]:         X11User.pkg : com.apple.pkg.X11User : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OSInstall.pkg : com.apple.pkg.OSInstall : 10.6.0.1
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: It took 0.01 seconds to summarize the package selections.
    Nov 14 11:07:11 localhost OSInstaller[149]: Memory statistics for 'Installing' pane:
    Nov 14 11:07:11 localhost OSInstaller[149]: Physical Memory Allocation:   806 MB wired,   257 MB trapped,    89 MB active,   110 MB inactive,  6930 MB free,  7129 MB usable,  8192 MB total
    Nov 14 11:07:11 localhost OSInstaller[149]: Remote Install Assistant found at 1024:(null)
    Nov 14 11:07:11 localhost runner[153]: Administrator authorization granted.
    Nov 14 11:07:11 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BaseSystem.pkg (1192468480 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Essentials.pkg (1443404800 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BootCamp.pkg (6089728 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BSD.pkg (594596864 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iPodSupport.pkg (636928 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/PodcastCapture.pkg (7593984 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/JavaTools.pkg (89688064 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalEssentials.pkg (37807104 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg (279709696 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg (4487168 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MediaFiles.pkg (81630208 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MigrationAssistant.pkg (37314560 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Mail.pkg (55813120 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AddressBook.pkg (15178752 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iCal.pkg (40150016 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Automator.pkg (26057728 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/DVDPlayer.pkg (23847936 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iTunes.pkg (108978176 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iChat.pkg (38496256 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Java.pkg (152604672 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Safari.pkg (39313408 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OxfordDictionaries.pkg (44351488 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/X11User.pkg (91827200 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OSInstall.pkg (0 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: Total install size including padding: 5485788160 b
    Nov 14 11:07:18 localhost OSInstaller[149]: Starting installation:
    Nov 14 11:07:18 localhost OSInstaller[149]: Calculating expected install size requirements
    Nov 14 11:07:18 localhost Unknown[80]: 2013-11-14 11:07:18.542 Mac OS X Installer[149:c82b] Looking for system packages
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.119 Mac OS X Installer[149:c82b] no system packages found
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] No or Invalid system receipts found on /Volumes/Mac Mini HDD
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackS ystemFiles.plist
    Nov 14 11:07:25 localhost Unknown[80]: 2013-11-14 11:07:25.300 Mac OS X Installer[149:c82b] Finding system files...
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.269 Mac OS X Installer[149:c82b] Writing system path cache.
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.273 Mac OS X Installer[149:c82b] Error writing cache to /Volumes/Mac Mini HDD/Library/Caches/com.apple.FindSystemFiles.plist
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.280 Mac OS X Installer[149:c82b] Failed to enumerate /Volumes/Mac Mini HDD/Library/Caches, cannot prune (
    Nov 14 11:07:29 localhost Unknown[80]:     "com.apple.user*pictureCache*"
    Nov 14 11:07:29 localhost Unknown[80]: )
    Nov 14 11:07:29 localhost OSInstaller[149]: Initial free size    : 319.3 GB
    Nov 14 11:07:29 localhost OSInstaller[149]: Expected system size : Zero KB
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 5485788160 for extraction
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 2891763788 for download
    Nov 14 11:07:29 localhost OSInstaller[149]: Performing volume consistency check on 'Mac Mini HDD'.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Volume
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Journaled HFS Plus volume.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking extents overflow file.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking catalog file.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking multi-linked files.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking catalog hierarchy.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking extended attributes file.
    Nov 14 11:07:48 localhost OSInstaller[149]: Checking volume bitmap.
    Nov 14 11:10:19 localhost LCA[79]: Child exited with status 11
    Nov 14 11:10:24 localhost Unknown[204]: Launching the Installer Crash Log Viewer
    Nov 14 11:10:25 localhost ReportCrash[194]: Process:         Mac OS X Installer [149]
    Nov 14 11:10:25 localhost ReportCrash[194]: Path:            /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Identifier:      Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Version:         ??? (???)
    Nov 14 11:10:25 localhost ReportCrash[194]: Code Type:       X86-64 (Native)
    Nov 14 11:10:25 localhost ReportCrash[194]: Parent Process:  LCA [79]
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Date/Time:       2013-11-14 11:07:59.824 -0800
    Nov 14 11:10:25 localhost ReportCrash[194]: OS Version:      Mac OS X 10.6.4 (10F2108)
    Nov 14 11:10:25 localhost ReportCrash[194]: Report Version:  6
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Codes: 0x000000000000000d, 0x0000000000000000
    Nov 14 11:10:25 localhost ReportCrash[194]: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100435f2d dyld_stub_binder + 45
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   ???                               0x00000001004ee008 0 + 4300136456
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.HIToolbox               0x0000000105d9d91a RunCurrentEventLoopInMode + 333
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.HIToolbox               0x0000000105d9d71f ReceiveNextEventCommon + 310
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.HIToolbox               0x0000000105d9d5d8 BlockUntilNextEventMatchingListInMode + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.AppKit                  0x0000000100d1629e _DPSNextEvent + 708
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.AppKit                  0x0000000100d15bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.AppKit                  0x0000000100cdb8d3 -[NSApplication run] + 395
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.AppKit                  0x0000000100cd45f8 NSApplicationMain + 364
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.MacOSXInstaller         0x00000001000048de 0x100000000 + 18654
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  com.apple.MacOSXInstaller         0x0000000100001540 0x100000000 + 5440
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 1:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x00000001003b5b14 sleep + 61
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.installframework        0x00000001000b83bb do_log_watch + 53
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 2:  Dispatch queue: com.apple.libdispatch-manager
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010034708a kevent + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100348f5d _dispatch_mgr_invoke + 154
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100348c34 _dispatch_queue_invoke + 185
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x000000010034875e _dispatch_worker_thread2 + 252
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100348088 _pthread_wqthread + 353
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100347f25 start_wqthread + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 3:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001009694c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 4:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.osinstallframework      0x000000010002052b -[OSDiskManager(OSInstallerAdditions) doDiskCheckOnDisk:andRepair:] + 409
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ba09 -[OSVolumeFsckQueueElement _performCheckReturningError:] + 153
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.osinstallframework      0x000000010001b800 -[OSVolumeFsckQueueElement run] + 168
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.installframework        0x000000010008d166 -[IFSession(Jobs) _runMetaQueueEngine] + 933
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 12  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 5:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e35a semaphore_timedwait_signal_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010036cbc2 _pthread_cond_wait + 1015
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x0000000100923d57 -[NSCondition waitUntilDate:] + 399
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.Foundation              0x00000001009170a6 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.installframework        0x000000010007de1f +[IFDTargetController(WorkerThread) _handleTargetRequests] + 774
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 6:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x000000010096ef40 +[NSThread sleepForTimeInterval:] + 101
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.SystemMigration         0x0000000101dda750 -[SMManager _suppressSpotlightThread:] + 104
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 7:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100371dce select$DARWIN_EXTSN + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   com.apple.CoreFoundation          0x00000001006b5e92 __CFSocketManager + 818
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 8:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.installframework        0x000000010008e648 -[IFDInstallController(Private) _install] + 1524
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ad47 -[OSInstallController(Private) _install] + 499
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 crashed with X86 Thread State (64-bit):
    Nov 14 11:10:25 localhost ReportCrash[194]:   rax: 0x0000000000000002  rbx: 0x0000000010000003  rcx: 0x0000000000000001  rdx: 0x0000000000000024
    Nov 14 11:10:25 localhost ReportCrash[194]:   rdi: 0x0000000000000e03  rsi: 0x0000000000000003  rbp: 0x00007fff5fbfe958  rsp: 0x00007fff5fbfe898
    Nov 14 11:10:25 localhost ReportCrash[194]:    r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x0000000000000030  r11: 0x00000001004ee008
    Nov 14 11:10:25 localhost ReportCrash[194]:   r12: 0x00007fff5fbfea50  r13: 0x00000001007f3740  r14: 0x0000000107229bc0  r15: 0x0000000107229cc0
    Nov 14 11:10:25 localhost ReportCrash[194]:   rip: 0x0000000100435f2d  rfl: 0x0000000000010202  cr2: 0x00000000743f9090
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Binary Images:
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100000000 -        0x10000efff  com.apple.MacOSXInstaller 230.1.2 (263) <8AE65887-BACC-E57E-A301-D064DE9FA499> /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100018000 -        0x10003cfff  com.apple.osinstallframework 518.1.3 (581) <7CBABA49-2906-C484-B36C-6B57AB184188> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005a000 -        0x10005aff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005d000 -        0x100068ff7  com.apple.framework.Assistant 1.6.0 (14) <B3E711E3-998D-7CA8-06A5-8E685069C5BD> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100075000 -        0x100139fff  com.apple.installframework 518.1.3 (581) <621F6E9F-ED7A-6273-8DB7-3BF3F1BE614B> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001ba000 -        0x1001d2ff7  com.apple.InstallerPlugins 4.0 (430.1) <8C3A33C1-D98A-6996-EB49-395B2959B7ED> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001e8000 -        0x100229fff  com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10024d000 -        0x1002abff7  com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002cd000 -        0x1002d3ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002dc000 -        0x100311ff7  com.apple.DiskManagement 3.3 (354) <D388CFE2-1C4B-38BB-8BD6-AC0C1BE011EA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10032d000 -        0x1004edfef  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <863580CA-BD50-95C6-B9FD-931FAB07FED3> /usr/lib/libSystem.B.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10057e000 -        0x100634fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100648000 -        0x1007bdff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d6000 -        0x1008d6ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d9000 -        0x100b5afef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100cd2000 -        0x1016c8fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101cbd000 -        0x101cf2fef  com.apple.framework.Apple80211 6.2.3 (623.1) <2168CFEF-BABB-AA55-1059-5C7723B976A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d06000 -        0x101d40fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d50000 -        0x101d9efff  com.apple.PackageKit 1.0.3 (74) <4214F00C-332D-0C9E-4C5E-4A39F82E4205> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101dd4000 -        0x101e7cfe7  com.apple.SystemMigration 300.3 (373) <45491191-EAD2-B731-F347-B14E2348FE29> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206a000 -        0x10206aff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206d000 -        0x10207cfff  libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102084000 -        0x10230aff7  com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102400000 -        0x102411ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102416000 -        0x102424ff7  libkxld.dylib ??? (???) <06A51939-F1BC-7D41-2E2A-53ACB1B4A3A8> /usr/lib/system/libkxld.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102428000 -        0x102474fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102481000 -        0x10263ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1026ae000 -        0x10272bfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10278c000 -        0x102790ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102793000 -        0x10284cfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10285c000 -        0x102869ff7  com.apple.AppleFSCompression 24.3 (1.0) <09F069AC-335A-0646-17C1-6235DFFAF7A4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102871000 -        0x10287dfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102882000 -        0x102999fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1029c2000 -        0x102a92ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <23646170-0C30-896E-C58B-FE81FC3E8B41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102b05000 -        0x102e38fe7  com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102eb1000 -        0x102efbff7  com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102f25000 -        0x102fe2ff7  com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10303c000 -        0x1030ccfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10310a000 -        0x103145fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10315f000 -        0x1031fffff  com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103245000 -        0x10326dfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103287000 -        0x10329dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032a6000 -        0x1032b5fff  com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032be000 -        0x1032e9ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032f4000 -        0x103403fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <58C1D83A-F3FC-C025-58CA-CA35419FBDA6> /usr/lib/libcrypto.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103468000 -        0x103650ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <6297141A-CA95-4828-20E2-80473DE8D4BD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c4000 -        0x1036c5ff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c9000 -        0x1036d4fff  com.apple.CrashReporterSupport 10.6.3 (250) <47181442-3131-23A5-959B-C80D828B2967> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036e1000 -        0x103dde067  com.apple.CoreGraphics 1.545.0 (???) <847297E2-37E6-1DA3-4DDD-DCF2D3D26D15> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103ed0000 -        0x104086fef  com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1040ec000 -        0x10416afff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1041a8000 -        0x104242fff  com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10426b000 -        0x104320fe7  com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10435d000 -        0x1043aefe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043da000 -        0x1043efff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043fd000 -        0x104482fff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1044b8000 -        0x1044f9fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104511000 -        0x104525ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104536000 -        0x104536ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104539000 -        0x104588fef  libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104595000 -        0x10459afff  libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10459f000 -        0x1045bdfff  libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045c5000 -        0x1045c7fff  libRadiance.dylib ??? (???) <4E3DF84D-2D3A-A845-88C6-D196D9DA1F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045cb000 -        0x1045f1fe7  libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045f9000 -        0x1046d3ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e2000 -        0x1046e2ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e5000 -        0x10472dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104735000 -        0x10479ffe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1047a9000 -        0x104fb3fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104ffc000 -        0x10543ffef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1055cc000 -        0x10568cfff  libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105783000 -        0x1057bbfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1057ca000 -        0x105879fff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10589f000 -        0x1058c0fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1058ca000 -        0x1059effef  com.apple.audio.toolbox.AudioToolbox 1.6.4 (1.6.4) <D84520B3-AB7C-937C-31DF-4CC6E7FDF9D9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a5e000 -        0x105a5fff7  com.apple.audio.units.AudioUnit 1.6.4 (1.6.4) <9E685534-3B08-ECC5-6BA3-42A1B5EFFCE7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a64000 -        0x105ba2fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105c3a000 -        0x105d20fe7  com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105d6f000 -        0x10606dfe7  com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106199000 -        0x106532ff7  com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10665f000 -        0x10666aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106674000 -        0x1066bbff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1066e0000 -        0x10675ffe7  com.apple.audio.CoreAudio 3.2.5 (3.2.5) <4ADA6607-A2FD-ABE2-3A2C-A4B6259F4B10> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106795000 -        0x106796fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10679a000 -        0x1067b0fe7  com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067bd000 -        0x1067bdff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067c0000 -        0x106815fef  com.apple.framework.familycontrols 2.0.1 (2010) <66C68564-8AF3-2A03-B5B2-594CD6781CEA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106832000 -        0x1068e7fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10691a000 -        0x10693fff7  com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106958000 -        0x106967ff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106970000 -        0x1069a1fff  libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069a8000 -        0x1069cbfff  com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069d4000 -        0x1069daff7  IOSurface ??? (???) <7AF7AA31-61A3-F60C-C85A-41107A4DBF06> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069e3000 -        0x106a2cfef  libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a3b000 -        0x106a4ffff  libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a5f000 -        0x106b78fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106b99000 -        0x106b9cff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ba1000 -        0x106ba6fff  libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106bab000 -        0x106c37fef  SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c7b000 -        0x106c82fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c8b000 -        0x106ca4fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106cb9000 -        0x106cd9ff7  com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ce3000 -        0x106d24ff7  com.apple.MediaKit 10.3 (485) <E91F820A-114D-7D9A-9154-BDD37BB4D82B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106d37000 -        0x106e0ffe7  com.apple.DiscRecording 5.0.5 (5050.4.6) <20A8118F-5728-30A0-8403-ADA34F5235AD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e6f000 -        0x106e89ff7  com.apple.NetInfo 1.0.0 (???) <65E4F4B7-FE72-E29A-25F4-3B382947793C> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e95000 -        0x106f95fef  com.apple.DiskImagesFramework 10.6.4 (286) <287E4C83-CB0A-A9DE-0153-F86E7C51367C> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff2000 -        0x106ff2ff7  com.apple.Carbon 150 (152) <1E95560E-7036-A7FB-66FA-8ABA150343D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff5000 -        0x107031fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10703f000 -        0x107077ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F4067E77-F82D-6B84-BAC7-6E8F955B88AB> /usr/lib/libssl.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10708c000 -        0x107091ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107099000 -        0x10709cfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070a2000 -        0x1070b8fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070d2000 -        0x1070edff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070fe000 -        0x107100fff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107105000 -        0x107108ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1071d6000 -        0x1071e3fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1073ed000 -        0x1073f1ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107583000 -        0x1075c6ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107700000 -        0x107749ff7  com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107783000 -        0x1077a1ff7  com.apple.menuextra.airport 6.2.1 (621.1) <FCA0848C-7E30-7DF5-CDEA-452FE8370F20> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1077ba000 -        0x1077ebfef  libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    Nov 14 11:10:25 localhost Repor

    Whew, seems we have either a bad Hard Drive, bad RAM, or bad Logic Board.
    Have you run Apple Hardware Test from the original Install Disc?
    Hold d key or alt key at bootup to choose AHT, if it has 2 Install DVDs, AHT may be on the second one, run the extended tests.

  • 10.7.1 and 10.7.2 - Kernel Panic on Boot with Filevault

    My filevaulted systems are having kernel panic on boot with both 10.7.1 and 10.7.2 updates.  I have to connect the time capsule to get it to boot and fix disk permissions before I can pull the firewire out and reboot by itself.
    Anyone else?

    Hi, Brian. I had only keyboard and mouse plugged into USB. I variously had a pair of LaCie 1TB drives in the FW800 in daisychain.
    It is now working again after running the single-user mode scripts from Leopard Cache Cleaner.
    It may arise again, but the initial cause remains mysterious, the intermediate cause perhaps being a polluted boot cache. I'm hoping I'm good from here. (fingers crossed)

  • Kernel Panic When Booting with Install DVD

    I get a kernel panic when booting from the OSX 4 (tiger) install DVD. I am using a Quad G-5 with 8 gigs of ram.

    Have to ask what version your Quad came with, whether same DVD you are using now. Apple now has Tiger DVDs w/ 10.4.6 for sale.
    When booting, or when you get to the screen to select Languages on the initial screen (before you can select DU or Installer etc)?
    How about Option booting to Apple Hardware Test and running extended test?
    Did you run memtest or anything when you installed RAM (assuming you didn't buy it BTO w/ 8GB).
    Any time adding or changing hardware, including memory, it is either a good policy or essential in some cases to boot into Open Firmware (command option of) on startup and type "reset-nvram" and 'reset-all" after installing. Same for PCIe or even swapping out disk drive (where sometimes a drive won't show up or allow you to partition).

  • [SOLVED] Kernel Panic - caps lock and scroll lock flashing

    So I just spent a whole bunch of $$$ on a new desktop, and a couple of hours putting it all together, now I can't get anything except kernel panics when booting the Arch install CD
    Hardware:
    Core 2 Quad Q8400
    Gigabyte EP43-UD3L
    8gb RAM
    2 x Seagate SATA 160gb
    2 x Seagate SATA 1tb
    So far I've tried:
    - Arch ISO 2008.06 and 2009.02
    - Fail Safe Defaults in the BIOS
    - 'noapic' boot option
    - HPET in 32 and 64 bit mode
    The strange thing is that the panic comes at various stages - sometimes before the init scripts start, sometimes after, and also during boot it complains about errors with fd0 - except there is no floppy drive.
    Any ideas folks?
    Last edited by fukawi2 (2009-10-20 10:24:54)

    Urgh, appears to be bad RAM... Running memtest and switching sticks in and out only shows errors with one particular RAM stick installed. I'll leave this stick out and try installing Arch again once the current memtest pass is finished.
    I'd have expected better from Patriot!
    Last edited by fukawi2 (2009-10-20 04:50:34)

  • A Pages file will not open due to index.xml not found, what is up with that?

    I recently saved a file on Pages 5.5.2. on my IMac hard drive.  Now I find that on attempting to open it the file will not open due to index.xml not found.  Hoe do I correct this?

    I have this issue, as well - although perhaps in a different content.  When I try to open a file I created in the previous version of Pages, I will frequently (but not always), received the "index.xml not found" message.  I am very concerned that I may lose access to some of these files.  The old Pages icon is still on my dashboard, although I've downloaded the new Pages (that icon only appears when I open a new document).  I thought I needed to upgrade the old documents to the new Pages, but this didn't work.  Does anyone have any ideas?  And, I'm not a techie - so you'll need to break it down for me. 

  • [SOLVED] Kernel panic - unable to mount root fs

    I'm having some trouble with my Toshiba NB255 netbook. It no longer boots after I performed a major pacman upgrade. It hangs with this error message:
    http://imgur.com/Cxj1z
    I did some research and found a couple of threads with problems similar to mine:
    https://bbs.archlinux.org/viewtopic.php?id=98771
    https://bbs.archlinux.org/viewtopic.php?id=98496
    From what I could tell, both had something to do with the initrd, but I'm not sure what to do in my specific situation. Additionally, according to my pacman.log the initrd was updated successfully during the upgrade. I did, however, also recently install some stuff to try to get my iPhone to tether to the netbook over USB (
    menu.lst: (the "root=" part of the first option was originally in the disk-by-uuid format, I changed it trying to fix the issue)
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution[/url]
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    dmesg.log:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f5d0000 (usable)
    BIOS-e820: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    BIOS-e820: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    BIOS-e820: 000000003f5e3000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x3f5d0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask 0C0000000 write-back
    1 base 03F600000 mask 0FFE00000 uncachable
    2 base 03F800000 mask 0FF800000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009dc00 (usable)
    modified: 000000000009dc00 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 00000000000e0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003f5d0000 (usable)
    modified: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    modified: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    modified: 000000003f5e3000 - 0000000040000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7d40] f7d40
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 3f453000 - 3f5c0000
    Allocated new RAMDISK: 00100000 - 0026c574
    Move RAMDISK from 000000003f453000 - 000000003f5bf573 to 00100000 - 0026c573
    ACPI: RSDP 000f7ca0 00024 (v02 TOSCPL)
    ACPI: XSDT 3f5d7ae9 00074 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: FACP 3f5dfc60 000F4 (v03 TOSCPL TOSCPL00 06040000 PTL 00000002)
    ACPI: DSDT 3f5d8c7f 06F6D (v01 TOSCPL TOSCPL00 06040000 MSFT 03000000)
    ACPI: FACS 3f5e2fc0 00040
    ACPI: TCPA 3f5dfd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    ACPI: HPET 3f5dfd86 00038 (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: MCFG 3f5dfdbe 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: SLIC 3f5dfdfa 00176 (v01 TOSCPL TOSCPL00 06040000 LOHR 00000000)
    ACPI: APIC 3f5dff70 00068 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: BOOT 3f5dffd8 00028 (v01 TOSCPL TOSCPL00 06040000 LTP 00000001)
    ACPI: SSDT 3f5d80df 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8039 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d7b5d 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: Local APIC address 0xfee00000
    125MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003f5d0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x0003f5d0
    On node 0 totalpages: 259422
    free_area_init_node: node 0, pgdat c1402fc0, node_mem_map c1563020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3950 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 252 pages used for memmap
    HighMem zone: 31958 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2000000 s34388 r0 d22956 u2097152
    pcpu-alloc: s34388 r0 d22956 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257394
    Kernel command line: root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 5190700 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000155ad84] TEXT DATA BSS
    #3 [000155b000 - 0001561164] BRK
    #4 [00000f7d50 - 0000100000] BIOS reserved
    #5 [00000f7d40 - 00000f7d50] MP-table mpf
    #6 [000009dc00 - 000009e071] BIOS reserved
    #7 [000009e1c1 - 00000f7d40] BIOS reserved
    #8 [000009e071 - 000009e1c1] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 000026d000] NEW RAMDISK
    #13 [0001562000 - 0001563000] BOOTMEM
    #14 [0001563000 - 0001d53000] BOOTMEM
    #15 [000155adc0 - 000155adc4] BOOTMEM
    #16 [000155ae00 - 000155aec0] BOOTMEM
    #17 [000155aec0 - 000155af14] BOOTMEM
    #18 [0001d53000 - 0001d56000] BOOTMEM
    #19 [000155af40 - 000155af4c] BOOTMEM
    #20 [0001561180 - 0001561780] BOOTMEM
    #21 [000155af80 - 000155afa5] BOOTMEM
    #22 [000155afc0 - 000155afe7] BOOTMEM
    #23 [0001561780 - 0001561924] BOOTMEM
    #24 [0001561940 - 0001561980] BOOTMEM
    #25 [0001561980 - 00015619c0] BOOTMEM
    #26 [00015619c0 - 0001561a00] BOOTMEM
    #27 [0001561a00 - 0001561a40] BOOTMEM
    #28 [0001561a40 - 0001561a80] BOOTMEM
    #29 [0001561a80 - 0001561ac0] BOOTMEM
    #30 [0001561ac0 - 0001561b00] BOOTMEM
    #31 [0001561b00 - 0001561b40] BOOTMEM
    #32 [0001561b40 - 0001561b80] BOOTMEM
    #33 [0001561b80 - 0001561bc0] BOOTMEM
    #34 [0001561bc0 - 0001561c00] BOOTMEM
    #35 [0001561c00 - 0001561c40] BOOTMEM
    #36 [0001561c40 - 0001561c50] BOOTMEM
    #37 [0001561c80 - 0001561c90] BOOTMEM
    #38 [0001561cc0 - 0001561d3d] BOOTMEM
    #39 [0001561d40 - 0001561dbd] BOOTMEM
    #40 [0002000000 - 000200e000] BOOTMEM
    #41 [0002200000 - 000220e000] BOOTMEM
    #42 [0001561dc0 - 0001561dc4] BOOTMEM
    #43 [0001561e00 - 0001561e04] BOOTMEM
    #44 [0001561e40 - 0001561e48] BOOTMEM
    #45 [0001561e80 - 0001561e88] BOOTMEM
    #46 [0001561ec0 - 0001561f68] BOOTMEM
    #47 [0001561f80 - 0001561fe8] BOOTMEM
    #48 [0001d56000 - 0001d5a000] BOOTMEM
    #49 [0001d5a000 - 0001dda000] BOOTMEM
    #50 [0001dda000 - 0001e1a000] BOOTMEM
    #51 [000220e000 - 000270142c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0003f5d0)
    Memory: 1016576k/1038144k available (2930k kernel code, 21112k reserved, 1209k data, 408k init, 128840k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc140b000 - 0xc1471000 ( 408 kB)
    .data : 0xc12dc8fc - 0xc140adc0 (1209 kB)
    .text : 0xc1000000 - 0xc12dc8fc (2930 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1662.845 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3327.26 BogoMIPS (lpj=5542816)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: Atom events, Intel PMU driver.
    ... version: 3
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20100121
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    APIC calibration not consistent with PM-Timer: 299ms instead of 100ms
    APIC delta adjusted to PM-Timer: 1039171 (3117494)
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU0: Thermal monitoring enabled (TM1)
    Brought up 2 CPUs
    Total of 2 processors activated (6653.18 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using MMCONFIG for extended config space
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 3f5d89a8 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d833e 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 3f5d8bab 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8923 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    pci 0000:00:1b.0: reg 10: [mem 0xf0300000-0xf0303fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:07:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
    pci 0000:07:00.0: supports D1
    pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    pci 0000:07:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:09:00.0: reg 10: [io 0x2000-0x20ff]
    pci 0000:09:00.0: reg 18: [mem 0xf050c000-0xf050cfff 64bit pref]
    pci 0000:09:00.0: reg 20: [mem 0xf0508000-0xf050bfff 64bit pref]
    pci 0000:09:00.0: supports D1 D2
    pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:09:00.0: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    reserve RAM buffer: 000000003f5d0000 - 000000003fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 8 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0800-0x080f] has been reserved
    system 00:01: [io 0x1000-0x107f] has been reserved
    system 00:01: [io 0x1180-0x11bf] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:01: [io 0xfe00] has been reserved
    system 00:01: [io 0x164e-0x174c] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: BAR 14: assigned [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    pci 0000:00:1d.7: BAR 0: assigned [mem 0x40a00000-0x40a003ff]
    pci 0000:00:1d.7: BAR 0: set to [mem 0x40a00000-0x40a003ff] (PCI address [0x40a00000-0x40a003ff]
    pci 0000:00:1f.2: BAR 5: assigned [mem 0x40a00400-0x40a007ff]
    pci 0000:00:1f.2: BAR 5: set to [mem 0x40a00400-0x40a007ff] (PCI address [0x40a00400-0x40a007ff]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:1c.0: enabling device (0000 -> 0003)
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:05: resource 1 [mem 0x40000000-0x401fffff]
    pci_bus 0000:05: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:07: resource 1 [mem 0xf0100000-0xf01fffff]
    pci_bus 0000:07: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:09: resource 1 [mem 0x40600000-0x409fffff]
    pci_bus 0000:09: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:00:02.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1460k freed
    Simple Boot Flag at 0x35 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1285380584.433:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1736
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:1c.0: setting latency timer to 64
    pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:1c.1: setting latency timer to 64
    pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport 0000:00:1c.2: setting latency timer to 64
    pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
    pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.1: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13
    pcieport 0000:00:1c.2: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.2: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.2:pcie01 failed with error -13
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Checking image partition /dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    udev: starting version 160
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00500 irq 27
    ata2: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00580 irq 27
    ata3: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00600 irq 27
    ata4: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00680 irq 27
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata1.00: ATA-8: Hitachi HTS545025B9A300, PB2OC64G, max UDMA/133
    ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    udev: starting version 160
    cfg80211: Calling CRDA to update world regulatory domain
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    Linux agpgart interface v0.103
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/PNP0C0D:00/input/input2
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input3
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: using broken periodic workaround
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40a00000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    ACPI: AC Adapter [ACAD] (off-line)
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    r8169 0000:09:00.0: setting latency timer to 64
    r8169 0000:09:00.0: (unregistered net_device): unknown MAC, using family default
    r8169 0000:09:00.0: irq 28 for MSI/MSI-X
    r8169 0000:09:00.0: eth0: RTL8101e at 0xf8664000, 88:ae:1d:46:3e:b2, XID 0c200000 IRQ 28
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    agpgart-intel 0000:00:00.0: detected 8188K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    ath9k 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    ath9k 0000:07:00.0: setting latency timer to 64
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    ACPI: Battery Slot [BAT1] (battery present)
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [drm] Initialized drm 1.1.0 20060810
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    usb 1-8: new high speed USB device using ehci_hcd and address 3
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [drm] set up 7M of stolen space
    phy0: Selected rate control algorithm 'ath9k_rate_control'
    Registered led device: ath9k-phy0::radio
    Registered led device: ath9k-phy0::assoc
    Registered led device: ath9k-phy0::tx
    Registered led device: ath9k-phy0::rx
    phy0: Atheros AR9285 Rev:2 mem=0xf8160000, irq=17
    fuse init (API version 7.13)
    [drm] initialized overlay support
    Initializing USB Mass Storage driver...
    scsi4 : usb-storage 1-4:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:c211)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input6
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    Console: switching to colour frame buffer device 128x37
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC259: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    scsi 4:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    sd 4:0:0:0: Attached scsi generic sg1 type 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    EXT3-fs (sda3): using internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    EXT3-fs (sda4): using internal journal
    EXT3-fs (sda4): mounted filesystem with writeback data mode
    Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    pacman.log: (the latest update + my attempt at iphone USB tethering)
    [2010-09-25 00:08] Running 'pacman -Syu'
    [2010-09-25 00:08] synchronizing package lists
    [2010-09-25 00:08] starting full system upgrade
    [2010-09-25 00:14] Running 'pacman -Syyu'
    [2010-09-25 00:14] synchronizing package lists
    [2010-09-25 00:14] upgraded pacman (3.4.0-2 -> 3.4.1-1)
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syyu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:16] Running 'pacman -Syyu'
    [2010-09-25 00:16] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:26] removed libelf (0.8.13-1)
    [2010-09-25 00:26] removed libv4l (0.6.4-1)
    [2010-09-25 00:26] installed goffice (0.8.9-1)
    [2010-09-25 00:26] upgraded abiword (2.8.6-1 -> 2.8.6-2)
    [2010-09-25 00:26] upgraded apvlv (0.0.9.7-1 -> 0.0.9.8-1)
    [2010-09-25 00:27] upgraded tzdata (2010j-1 -> 2010l-1)
    [2010-09-25 00:27] Generating locales...
    [2010-09-25 00:27] en_US.UTF-8... done
    [2010-09-25 00:27] en_US.ISO-8859-1... done
    [2010-09-25 00:27] Generation complete.
    [2010-09-25 00:27] upgraded glibc (2.12-4 -> 2.12.1-1)
    [2010-09-25 00:27] upgraded m4 (1.4.14-2 -> 1.4.15-1)
    [2010-09-25 00:27] upgraded autoconf (2.66-2 -> 2.67-1)
    [2010-09-25 00:27] upgraded glib2 (2.24.1-1 -> 2.24.2-1)
    [2010-09-25 00:27] installed iana-etc (2.30-1)
    [2010-09-25 00:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2010-09-25 00:27] upgraded filesystem (2010.02-4 -> 2010.09-1)
    [2010-09-25 00:27] upgraded dbus-core (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    [2010-09-25 00:27] upgraded libxau (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded libxcb (1.6-1 -> 1.7-1)
    [2010-09-25 00:27] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
    [2010-09-25 00:27] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
    [2010-09-25 00:27] upgraded dbus (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-09-25 00:27] upgraded lua (5.1.4-5 -> 5.1.4-6)
    [2010-09-25 00:27]
    [2010-09-25 00:27] ==> awesome installation notes:
    [2010-09-25 00:27] ----------------------------------------
    [2010-09-25 00:27] During some updates of awesome, the config file syntax changes heavily.
    [2010-09-25 00:27] This means that your configuration file (~/.config/awesome/rc.lua) for
    [2010-09-25 00:27] any other than this particular version of awesome may or may not work.
    [2010-09-25 00:27]
    [2010-09-25 00:27] upgraded awesome (3.4.5-2 -> 3.4.6-1)
    [2010-09-25 00:27] upgraded bzip2 (1.0.5-5 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded cabextract (1.2-2 -> 1.3-1)
    [2010-09-25 00:27] upgraded ppl (0.10.2-3 -> 0.11-1)
    [2010-09-25 00:27] upgraded cloog-ppl (0.15.9-1 -> 0.15.9-2)
    [2010-09-25 00:27] upgraded consolekit (0.4.1-2 -> 0.4.1-4)
    [2010-09-25 00:27] The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2010-09-25 00:27] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2010-09-25 00:27] will be removed from @INC in a future release.
    [2010-09-25 00:27] The directory /usr/bin/perlbin/site will not be added to $PATH in a
    [2010-09-25 00:27] future release.
    [2010-09-25 00:27] upgraded perl (5.10.1-5 -> 5.12.1-2)
    [2010-09-25 00:27] upgraded openssl (1.0.0.a-2 -> 1.0.0.a-3)
    [2010-09-25 00:27] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-09-25 00:27] upgraded util-linux-ng (2.18-2 -> 2.18-3)
    [2010-09-25 00:27] upgraded module-init-tools (3.11.1-2 -> 3.12-1)
    [2010-09-25 00:27] upgraded udev (160-1 -> 162-1)
    [2010-09-25 00:27] upgraded device-mapper (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:27] upgraded dhcpcd (5.2.5-1 -> 5.2.7-1)
    [2010-09-25 00:27] upgraded libldap (2.4.22-1 -> 2.4.23-1)
    [2010-09-25 00:27] upgraded libgpg-error (1.7-3 -> 1.9-2)
    [2010-09-25 00:27] upgraded libksba (1.0.7-1 -> 1.0.8-1)
    [2010-09-25 00:27] upgraded libassuan (2.0.0-1 -> 2.0.1-1)
    [2010-09-25 00:27] upgraded dirmngr (1.1.0rc1-1 -> 1.1.0-1)
    [2010-09-25 00:27] upgraded gcc-libs (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:27] upgraded espeak (1.43.03-1 -> 1.44.05-1)
    [2010-09-25 00:27] upgraded feh (1.8-1 -> 1.9-1)
    [2010-09-25 00:27] upgraded x264 (20100722-1 -> 20100826-1)
    [2010-09-25 00:27] upgraded libvpx (0.9.1-1 -> 0.9.2-1)
    [2010-09-25 00:27] upgraded libdrm (2.4.21-1 -> 2.4.21-2)
    [2010-09-25 00:27] upgraded libva (0.31.0_p13-2 -> 1.0.4-1)
    [2010-09-25 00:27] upgraded ffmpeg (24460-1 -> 24953-1)
    [2010-09-25 00:27] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-09-25 00:27] upgraded sqlite3 (3.6.23.1-1 -> 3.7.2-1)
    [2010-09-25 00:27] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-09-25 00:28] upgraded xulrunner (1.9.2.8-1 -> 1.9.2.10-1)
    [2010-09-25 00:28] upgraded firefox (3.6.8-1 -> 3.6.10-1)
    [2010-09-25 00:28] upgraded flashplugin (10.1.53.64-1 -> 10.1.85.3-1)
    [2010-09-25 00:28] installed elfutils (0.148-1)
    [2010-09-25 00:28] upgraded gcc (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:28] ==> Unregistering cabalized packages...
    [2010-09-25 00:28] ==> Done.
    [2010-09-25 00:29] ==> All cabalized and yaourt-installed packages need to be reinstalled now.
    [2010-09-25 00:29] ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
    [2010-09-25 00:29] upgraded ghc (6.12.1-4 -> 6.12.3-1)
    [2010-09-25 00:29] upgraded git (1.7.2-1 -> 1.7.3-1)
    [2010-09-25 00:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-09-25 00:29] upgraded pinentry (0.8.0-1 -> 0.8.0-2)
    [2010-09-25 00:29] upgraded gnupg2 (2.0.15-1 -> 2.0.16-2)
    [2010-09-25 00:29] upgraded grep (2.6.3-1 -> 2.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded vim-runtime (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] upgraded ruby (1.9.1_p429-1 -> 1.9.2_p0-3)
    [2010-09-25 00:29] Updating desktop and mime database...done.
    [2010-09-25 00:29] upgraded gvim (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-mtl (1.1.0.2-3 -> 1.1.0.2-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-utf8-string (0.3.6-3 -> 0.3.6-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-x11 (1.5.0.0-2 -> 1.5.0.0-5)
    [2010-09-25 00:29] upgraded libtool (2.2.10-1 -> 2.2.10-3)
    [2010-09-25 00:29] upgraded lcms (1.18-3 -> 1.19-1)
    [2010-09-25 00:29] upgraded imagemagick (6.6.2.10-1 -> 6.6.4.3-1)
    [2010-09-25 00:29] upgraded iproute2 (2.6.34-2 -> 2.6.35-3)
    [2010-09-25 00:29] upgraded iptables (1.4.8-1 -> 1.4.9-1)
    [2010-09-25 00:29] upgraded irssi (0.8.15-1 -> 0.8.15-3)
    [2010-09-25 00:29] upgraded jack (0.118.0-3 -> 0.118.0-4)
    [2010-09-25 00:29] upgraded libxi (1.3-2 -> 1.3.2-1)
    [2010-09-25 00:29] upgraded jasper (1.900.1-5 -> 1.900.1-6)
    [2010-09-25 00:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-09-25 00:30] >>> Updating module dependencies. Please wait ...
    [2010-09-25 00:30] >>> MKINITCPIO SETUP
    [2010-09-25 00:30] >>> ----------------
    [2010-09-25 00:30] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-09-25 00:30] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-09-25 00:30] >>> More information about mkinitcpio setup can be found here:
    [2010-09-25 00:30] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-09-25 00:30]
    [2010-09-25 00:30] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-09-25 00:30] ==> Building image "default"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:30] :: Parsing hook [udev]
    [2010-09-25 00:30] :: Parsing hook [autodetect]
    [2010-09-25 00:30] :: Parsing hook [pata]
    [2010-09-25 00:30] :: Parsing hook [scsi]
    [2010-09-25 00:30] :: Parsing hook [sata]
    [2010-09-25 00:30] :: Parsing hook [filesystems]
    [2010-09-25 00:30] :: Generating module dependencies
    [2010-09-25 00:30] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-09-25 00:30] ==> SUCCESS
    [2010-09-25 00:30] ==> Building image "fallback"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:31] :: Parsing hook [udev]
    [2010-09-25 00:31] :: Parsing hook [pata]
    [2010-09-25 00:31] :: Parsing hook [scsi]
    [2010-09-25 00:33] :: Parsing hook [sata]
    [2010-09-25 00:34] :: Parsing hook [filesystems]
    [2010-09-25 00:35] :: Generating module dependencies
    [2010-09-25 00:35] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-09-25 00:35] ==> SUCCESS
    [2010-09-25 00:35] upgraded kernel26 (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded kernel26-headers (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded lftp (4.0.9-1 -> 4.0.10-1)
    [2010-09-25 00:35] upgraded libass (0.9.9-1 -> 0.9.11-1)
    [2010-09-25 00:35] upgraded libcdaudio (0.99.12-4 -> 0.99.12-5)
    [2010-09-25 00:35] upgraded libcups (1.4.4-1 -> 1.4.4-3)
    [2010-09-25 00:35] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-09-25 00:35] upgraded libfetch (2.32-1 -> 2.33-1)
    [2010-09-25 00:35] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-09-25 00:35] upgraded libid3tag (0.15.1b-5 -> 0.15.1b-6)
    [2010-09-25 00:35] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-09-25 00:35] upgraded libproxy (0.3.1-1 -> 0.4.6-1)
    [2010-09-25 00:35] installed v4l-utils (0.8.1-1)
    [2010-09-25 00:35] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:35] upgraded lirc-utils (0.8.6-3 -> 0.8.6-4)
    [2010-09-25 00:35] upgraded lvm2 (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:35] upgraded man-pages (3.25-1 -> 3.26-1)
    [2010-09-25 00:35] upgraded mathomatic (15.1.5-1 -> 15.2.1-1)
    [2010-09-25 00:35] upgraded mdadm (3.1.2-2 -> 3.1.4-1)
    [2010-09-25 00:35] upgraded mkinitcpio-busybox (1.16.2-1 -> 1.17.2-1)
    [2010-09-25 00:35] upgraded modemmanager (0.3-2 -> 0.4-1)
    [2010-09-25 00:35] upgraded mpfr (3.0.0-1 -> 3.0.0-2)
    [2010-09-25 00:35] upgraded smbclient (3.5.4-1 -> 3.5.5-1)
    [2010-09-25 00:35] upgraded mplayer (31774-1 -> 32227-1)
    [2010-09-25 00:35] upgraded murrine-themes-collection (20100201-1 -> 20100910-1)
    [2010-09-25 00:35] upgraded nano (2.2.4-1 -> 2.2.5-1)
    [2010-09-25 00:35] upgraded ncmpcpp (0.5.4-1 -> 0.5.5-1)
    [2010-09-25 00:35] upgraded networkmanager (0.8-1 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded network-manager-applet (0.8-3 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded tcp_wrappers (7.6-11 -> 7.6-12)
    [2010-09-25 00:35] upgraded openssh (5.5p1-1 -> 5.6p1-1)
    [2010-09-25 00:35] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-09-25 00:35] upgraded pacman-mirrorlist (20100621-1 -> 20100825-1)
    [2010-09-25 00:35] upgraded perl-list-moreutils (0.22-2 -> 0.22-4)
    [2010-09-25 00:35] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-09-25 00:35] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-09-25 00:35] upgraded psmisc (22.11-1 -> 22.13-1)
    [2010-09-25 00:35] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-09-25 00:36] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-09-25 00:36] upgraded renderproto (0.11-1 -> 0.11.1-1)
    [2010-09-25 00:36] upgraded rpcbind (0.2.0-1 -> 0.2.0-2)
    [2010-09-25 00:36] upgraded rxvt-unicode-256color (9.07-8 -> 9.07-9)
    [2010-09-25 00:36] warning: /etc/slim.conf installed as /etc/slim.conf.pacnew
    [2010-09-25 00:36] upgraded slim (1.3.1-7 -> 1.3.2-1)
    [2010-09-25 00:36] warning: /etc/sudoers installed as /etc/sudoers.pacnew
    [2010-09-25 00:36] upgraded sudo (1.7.3-1 -> 1.7.4.p4-1)
    [2010-09-25 00:36] upgraded synergy (1.3.1-7 -> 1.3.4-2)
    [2010-09-25 00:36] upgraded syslog-ng (3.1.1-1 -> 3.1.2-1)
    [2010-09-25 00:36] upgraded sysvinit (2.86-5 -> 2.88-1)
    [2010-09-25 00:36] upgraded upower (0.9.4-1 -> 0.9.5-1)
    [2010-09-25 00:36] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-09-25 00:36] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
    [2010-09-25 00:36] upgraded vim-colorsamplerpack (8.03-1 -> 8.03-2)
    [2010-09-25 00:36] upgraded vlc (1.1.1-3 -> 1.1.4-2)
    [2010-09-25 00:36] upgraded wine (1.2-1 -> 1.3.3-1)
    [2010-09-25 00:36] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-09-25 00:36] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-09-25 00:36] upgraded xfce-utils (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfconf (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfdesktop (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfsprogs (3.1.2-1 -> 3.1.3-1)
    [2010-09-25 00:36] Reading package info from stdin ... done.
    [2010-09-25 00:36] upgraded xmonad (0.9.1-4 -> 0.9.1-8)
    [2010-09-25 00:36] upgraded xorg-server-utils (7.5-4 -> 7.5-6)
    [2010-09-25 00:36] upgraded xorg-utils (7.6-2 -> 7.6-3)
    [2010-09-25 00:36] upgraded xterm (259-1 -> 261-1)
    [2010-09-25 00:36] upgraded xz (4.999.9beta-5 -> 4.999.9beta_174_g41bc-1)
    [2010-09-25 00:36] upgraded youtube-dl (2010.07.14-1 -> 2010.08.04-1)
    [2010-09-25 00:41] Running 'pacman -S xcompmgr'
    [2010-09-25 00:41] installed xcompmgr (1.1.5-1)
    [2010-09-27 23:25] Running 'pacman -S libimobiledevice'
    [2010-09-27 23:25] installed libplist (1.3-1)
    [2010-09-27 23:25] installed usbmuxd (1.0.4-2)
    [2010-09-27 23:25] installed libimobiledevice (1.0.2-1)
    [2010-09-27 23:27] Running 'pacman -U /home/brandon/downloads/ipheth-utils/ipheth-utils-1.0-1-i686.pkg.tar.xz'
    [2010-09-27 23:27] >>> Reloading udev rules
    [2010-09-27 23:27] >>> You can load the iPhone Ethernet Driver now - ipheth
    [2010-09-27 23:27] installed ipheth-utils (1.0-1)
    Last edited by bas1 (2010-09-30 01:48:43)

    karol wrote:
    bas1 wrote:I guess the thing to do would be to try to re-generate the initrd via chroot, but I have no idea how to do this.
    http://wiki.archlinux.org/index.php/Chroot
    You may try to add or remove some hooks as this mysteriously helped some folks.
    Good luck.
    Well, chrooting and regenerating the initial ramdisk has fixed it! Thanks for the help!!
    Edit:  and just FYI, I didn't change any hooks in /etc/mkinitcpio.conf when I re-generated.  But yeah, if someone else has this issue, try playing with them.
    Last edited by bas1 (2010-09-30 01:59:47)

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • MacBook Air Kernel Panic after boot

    Hi all! Recently, My MacBook Air had been kind of acting up. Everytime when I cold boot it, it would start, then after a few seconds later crash, then a kernel panic would occur after a few seconds. This happens recurringly and I do not know what is the cause of the problem. It seems that this would only happen after a long period inbetween the first boot and the next boot.
    Answays, here is my crashlog for reference:
    Anonymous UUID:       822928AA-C76A-7362-4EB2-ECDD102C1268
    Wed Nov 27 22:41:55 2013
    panic(cpu 0 caller 0xffffff8027ab8371): "!pageList phys_addr"@/SourceCache/xnu/xnu-2422.1.72/iokit/Kernel/IOMemoryDescriptor.cpp:1 490
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80a724b7f0 : 0xffffff8027622f69
    0xffffff80a724b870 : 0xffffff8027ab8371
    0xffffff80a724b910 : 0xffffff8027ab860d
    0xffffff80a724ba10 : 0xffffff8027ab7908
    0xffffff80a724ba50 : 0xffffff7fa7d67b9d
    0xffffff80a724baa0 : 0xffffff7fa7d66207
    0xffffff80a724baf0 : 0xffffff8027acd6dd
    0xffffff80a724bb50 : 0xffffff8027aae4b3
    0xffffff80a724bbb0 : 0xffffff7fa7d66aec
    0xffffff80a724bbf0 : 0xffffff8027acb28f
    0xffffff80a724bd40 : 0xffffff80276b6008
    0xffffff80a724be50 : 0xffffff8027626bb1
    0xffffff80a724be80 : 0xffffff80276139b5
    0xffffff80a724bef0 : 0xffffff802761e003
    0xffffff80a724bf70 : 0xffffff80276c921d
    0xffffff80a724bfb0 : 0xffffff80276f3e26
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffffff 7fa7d65000->0xffffff7fa7dd6fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[558B2575-5197-3C4C-BAD2-8CB465638FA8]@ 0xffffff7fa7d5a000
    BSD process name corresponding to current thread: RzCoreEngine
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000027400000
    Kernel text base: 0xffffff8027600000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 205097922817
    last loaded kext at 16375734553: com.apple.driver.AppleBluetoothHIDKeyboard          170.15 (addr 0xffffff7fa90f1000, size 24576)
    last unloaded kext at 104095362221: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7fa9365000, size 8192)
    loaded kexts:
    com.logmein.hamachi          1.0
    com.eltima.ElmediaPlayer.kext          1.58
    com.razer.common.razerhid          8.38
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD TS128E, 121.33 GB
    USB Device: Razer Mamba Charging dock
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
    Please help me solve my problem! This has only happened recently after my update to Mavericks.

    Any or all of the following third-party system modifications may be contributing to the problem:
    Hamachi
    Elmedia Player
    Razer mouse driver
    If the panic is recurrent, I suggest you check that all are up to date, and if they are, uninstall them, one at a time, according to the developers' instructions, to see whether you can determine which is at fault. A conflict between modifications may be involved. Reboot and test after each uninstallation.
    Back up all data before making any changes.

  • [SOLVED] kernel panic - no init found

    Hello:
    After my last system update, (including kernel) two problems appeared. First the magic files problem, solved with pacman -Qo, delleting and reinstalling (perhaps it has something to do with this problem). Second, this kernel panic when I restarted the pc.
    failed to execute /init
    kernel panic - no init found
    specify init= (or something similar)
    I get only these lines as error, before is the message of the freed kernel memory.
    At the moment I tried with the solutions that I have find at the forum:
    - Run with livecd, mount all (including boot, proc, sys, dev), chroot and
    mkinitcpio -p kernel26
    - Check if the partitions uuids are the correct ones in grub config.
    - Check if I have the symlink to asm in the includes, that someone report on the arch news that could be conflictive (I have a folder there).
    - Reinstall the kernel26, mkinitcpio, klibc, etc. all the stuff that I thought that could be related.
    - Specify in grub config init=/sbin/init, and check if the file was there-> there was a new message saying that also failed to execute /sbin/init
    The problem persists, and google doesn't helps and in the forum I can't find an answer neither. I don't know what else I can do, so all help will be apreciated
    Thank you
    PD: sorry for my English
    SOLVED:
    The problem was that mkinitcpio outputed an error with zgrep and I think that it wasn't changing nothing. I reinstalled gzip and no errors were reported, so the new ramdisk was created and now the system boots ok. The error with zgrep I think that it comes from my last upgrade, because I didn't have enough space and a lot of errors in a few packages appeared, the errors were cannot execute or file already exists in the system.
    Thanks for the answers.
    Last edited by foucelhas (2009-05-13 13:05:02)

    Seems init is present in the initrd image (very small image?):
    1199 blocks
    /bin/kinit
    /bin/run-init
    /init
    The initrd path I think it's also correctly setted up:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/bfb12545-43dd-49de-9a70-c8ab9926181c resume=/dev/sda5 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/bfb12545-43dd-49de-9a70-c8ab9926181c ro
    initrd /kernel26-fallback.img
    I have one separate boot partition, as you say, sda2, and the filesystem/general partition is sda6. I tried to put this names instead the uuids too, but didn't worked.
    The fallback image neither helped.
    I also tried to check if the partitions are ok (sda2 and sda6), with xfs_check and xfs_repair (filesystem it's xfs).
    Last edited by foucelhas (2009-05-13 12:16:12)

Maybe you are looking for

  • Inbound Invoices (EDI 810) with multiple items that are the same keys.

    One of our Vendors just started sending us 810's that have multiple items with the same P.O., Delivery, P/N, Price, etc.  The reason is that they (and we) track inbound batches for the purpose of traceability, so the only difference between items on

  • Difference between poh and pov in module pool programming

    hi all,                    pls tell me difference between poh and pov and how i check validation in screen

  • Error message CS6 trial installation

    after the installation and the long extraction, now there is an error message: "the setup file cannot be located (error 103) It tells me to go to the folder and install myself, but there is nothing in the folder...

  • Mouse problems with 15" MBP

    Hi all - I hope somebody can help me. Starting about a month or so ago I started getting weird mouse behavior.  At first it seems kind of "sticky", like it's not quite keeping up with you, then it seems to get workse until it skips and will not go wh

  • Trying to install FCE HD 3.5 and it fails on LiveType

    I am installing the entire package, however, when I get to Live Type Media 1 it fails on 1A after it has gone 69% of the way. I have tried to re-intall/upgrade about six times now.... Please help!