Automatic recompiling of kernel module after kernel update.

Hello everyone,
i tried to search for it but without success...
my question is - is it possible to set it up somehow that aur package would recompile after kernel update?
The package I would like to rebuild is rt3090 which is module for my wifi card. It is very annoying to rebuild it manually. I know that my fglrx module does it automaticaly but how to set it?
Thank all of you for any advise.

Thank you :-) It looks ok, I will try DKMS as soon as I get some free time. If there was any problem, I would tell you.
BTW: I use catalyst mainly because of saving energy management, which is of course better for my netbook. My card is too new to be fully supported by the opensource driver.
EDIT:
I solved the situation by upgrading my system, I tried in-kernel module rt2800pci. In the previous kernels it didn't work well with my crappy ralink rt3090 wifi card, but that's been improved :-) so I do not need rebuild the package anymore even because this module isn't compatible with newest kernel.
I also learnt how to write my own hook from archwiki (https://wiki.archlinux.org/index.php/Mkinitcpio) so if the new module didn't work I would try it.
The final solution = replace module rt3090sta by rt2800pci.
Thanks! Arch has very powerful community :-)
Last edited by h@lf@rk (2012-06-02 18:34:17)

Similar Messages

  • Automatically build kernel module after kernel update

    Hello. Everytime kernel is updated, my wifi drivers don't work. I need to use this to get my adapter working: https://aur.archlinux.org/packages/8192cu-dkms/ .
    After kernel update, I have to manually reinstall the package, so the kernel module gets rebuilt. Is there any way to make it automatic?

    I noticed it, but your script doesn't run at all when I type `mkinitcpio -p linux`. And wifi still works after reboot. Same for graphics driver, it has a hook at shutdown, that rebuilds its module after kernel update, it haven't run too and graphics driver works. It's like 'mkinitcpio -p linux' does nothing to the system.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: wd719x
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Last edited by kox (2015-06-02 07:18:24)

  • [S]Systemd can't start Load Kernel Modules after upgrade to Linux 4.0

    After upgrading from linux 3.19.3-3 to 4.0.1-1 I've been having a bit of an issue. At that same time I upgraded readline (6.3.006-1 → 6.3.008-1), linux-firmware (20150206.17657c3-1 → 20150410.ec89525-1), nvidia (349.16-1 → 349.16-2) , wpa_suplican (2.4-1 → 1:2.3-1), and  arpack (3.1.5-1 → 3.2.0-1). There may be some typos there since I'm copying by hand. Normally this wouldn't be much of a problem because I have been, priory to a few weeks ago, really good about back ups and would just roll my OS back 15 minutes. But things like that tend to fly out the window when the semester gets heavy. My last snapshot was on May 22nd, which I could still use, but would rather not. Also, it seems like a good idea to try to actual fix things for a change.
    [edit] I should mention that this upgrade was run April 30th.[/edit]
    When I finished booting the system after the upgrade, I got an error message during boot “systemd[1]: Failed to start Load Kernel Modules.” When it finished booting I run “dmesg -l err” to confirm that I'm not having a bad day dream or something. I'm also still seeing the errors that I described in this thread. Don't know if the two are related. I also noticed, when I was logging in, that it said that my stystem was still using the old kernel. Indeed, according to “uname -r” I'm still using 3.19.3-3-ARCH.
    The closest thing to experience I have with this is when I forget to mount /boot before upgrading linux, so I made sure /boot was mounted and rand “sudo pacman -S linux” to reinstall, but this didn't help. Just to check I ran “ls /lib/modules” and see the directorys “4.0.1-1-ARCH” and “extramodules-4.0-ARCH” as I would expect after a succesful upgrade of the kernel.
    Running “systemctl –failed, shows that in addition to systemd-modules-load.service, lm_sensors.service has also failed. I somehow expect lm_sensors depends on systemd-modules-load. I tried “systemctl restart systemd-modules-load”, but was rewarded with a message telling me that it failed. The “journalctl -xe” log has the lines
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    Looking at the Wiki for Systemd under troubleshooting it actually has an example of trying to work through this exact issue. Following that I tried
    journalctl _PID=1799
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    which I already mentioned. At this point that bit of the Wiki stopped being useful.
    Looking up on Google Failed to look up alias 'nfs': Function not implemented returned this thread from two years ago. Running “lsmod |grep sg” or $lsmod |grep nfs” returns nothing, but it also returns nothing on this laptop I'm using as well, so I don't imagine that is useful. Also, “# grep nfs /lib/modules/4.0.1-1-ARCH/modules.alias” returns a “Nosuch file or directory” error.
    Searching for something on 'sg' turned up https://bbs.archlinux.org/viewtopic.php?id=165361, which was also not useful.
    As a sort of last resort I tried https://wiki.archlinux.org/index.php/Do … the_kernel
    I reboot and boot into my fallback installation, running 3.19.3-3, mount the partition with my main Arch on it, and arch-chroot into it.
    I downgraded linux, and nvidia, exited chroot, and rebooted hoping to the Great Bacon that I didn't do anything too damaging. After all, my back ups are more than a week out of date.
    This worked. I'm still getting those annyoing (they are only annoying right?) error messages I mentioned earlier. My system seems fine, if somewhat out of date.
    Still, the question remains, “why did that happen, and how do I actually fix it?”
    [edit2=solution]
    There were two problems. First, my grub.cfg entry was pointing to the wrong UUID. I fixed this by regenerating it. Then I noticed the UUID in the grub menu itself (during the boot prosses) did not match what was in grub.cfg. To fix this I reinstalled grub.
    Last edited by nstgc (2015-05-05 12:07:30)

    Well, I took snapshots, not back ups but they work well enough for this, and rsynced /boot/ to where it use to be, moved/renamed the subvolume boot, and commented out the appropriate line in fstab. I also deleted that other /boot from before. I unmount /boot, and regenerate my grub.cfg. If my machine still boots, I'll try for an upgrade.
    grub.cfg now looks like
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    font="/arch/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows Vista (loader) (on /dev/sdd2)' --class windows --class os $menuentry_id_option 'osprober-chain-30F403F0F403B75E' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt2 --hint-efi=hd3,gpt2 --hint-baremetal=ahci3,gpt2 30F403F0F403B75E
    else
    search --no-floppy --fs-uuid --set=root 30F403F0F403B75E
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sdd4)' --class windows --class os $menuentry_id_option 'osprober-chain-FE2648382647EFE7' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt4'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt4 --hint-efi=hd3,gpt4 --hint-baremetal=ahci3,gpt4 FE2648382647EFE7
    else
    search --no-floppy --fs-uuid --set=root FE2648382647EFE7
    fi
    chainloader +1
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch (on /dev/sdd5)' $menuentry_id_option 'osprober-gnulinux-advanced-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
    search --fs-uuid --no-floppy --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    linux16 /arch/boot/memtest86+/memtest.bin
    fi
    ### END /etc/grub.d/60_memtest86+ ###
    It seems as if the lines you mentioned, Scimmia, have changed. I'll take that as a good sign.
    [edit] System still boots. Trying for the upgrade.
    [edit2] Still can't use Linux 4.0. I'm getting the same errors as before.
    [edit3] Successfully downgraded.
    [edit4] I looked through /etc/mkinitcpio.conf and there isn't anything in there that isn't in my laptop's. I don't know if this will help, but here is the output of "pacman -Q"
    a52dec 0.7.4-8
    aalib 1.4rc5-10
    abs 2.4.4-2
    accountsservice 0.6.40-1
    acl 2.2.52-2
    adobe-source-han-sans-jp-fonts 1.002-1
    adwaita-icon-theme 3.16.0-1
    alsa-lib 1.0.29-1
    alsa-plugins 1.0.29-2
    alsa-utils 1.0.29-1
    alsi 0.4.7-1
    arch-install-scripts 15-1
    arch-wiki-docs 20150219-1
    arch-wiki-lite 20150219-2
    archlinux-keyring 20150212-1
    arpack 3.2.0-1
    aspell 0.60.6.1-2
    asunder 2.7-1
    at-spi2-atk 2.16.0-1
    at-spi2-core 2.16.0-1
    atk 2.16.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.15-1
    avahi 0.6.31-15
    awesome 3.5.6-1
    bash 4.3.033-1
    bash-completion 2.1-5
    bc 1.06.95-1
    bcache-tools 1.0.8-1
    bigpkg 0.4.0-2
    binutils 2.25-2
    bison 3.0.4-1
    blas 3.5.0-1
    bluez 5.30-1
    bluez-libs 5.30-1
    bonnie++ 1.97-1
    boost 1.58.0-1
    boost-libs 1.58.0-1
    btrfs-progs 3.19.1-1
    bullet 2.82-1
    bzip2 1.0.6-5
    ca-certificates 20150402-1
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.18-3
    ca-certificates-utils 20150402-1
    cabextract 1.4-3
    cairo 1.14.2-1
    cairo-clock 0.3.4-4
    cairo-dock 3.4.1-1
    cairo-dock-plug-ins 3.4.1-1
    cairomm 1.10.0-3
    calibre 2.27.0-1
    cantarell-fonts 0.0.16-2
    caribou 0.4.18.1-1
    cddb-py 1.4-7
    cdparanoia 10.2-5
    cdrdao 1.2.3-7
    cdrtools 3.01a28-1
    celt 0.11.3-2
    cfv 1.18.3-6
    cheese 3.16.1-1
    chmlib 0.40-4
    chromaprint 1.1-2
    chromium 42.0.2311.135-1
    chromium-pepper-flash 1:17.0.0.169-3
    cifs-utils 6.4-1
    cinnamon-desktop 2.4.2-1
    cinnamon-translations 2.4.4-1
    clementine 1.2.3-5
    clucene 2.3.3.4-8
    clutter 1.22.0-2
    clutter-gst2 2.0.14-1
    clutter-gtk 1.6.0-2
    cmus 2.6.0-4
    cogl 1.20.0-1
    colord 1.2.9-2
    colord-gtk 0.1.26-2
    compositeproto 0.4.2-3
    confuse 2.7-3
    coreutils 8.23-1
    cracklib 2.9.4-1
    cryptsetup 1.6.6-1
    cups 2.0.2-4
    cups-filters 1.0.68-1
    cups-pk-helper 0.2.5-1
    curl 7.42.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.24.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.2-1
    dhcpcd 6.8.1-1
    dia 0.97.3-1
    dialog 1:1.2_20150225-1
    dictd 1.12.1-4
    diffutils 3.3-2
    ding-libs 0.4.0-3
    djvulibre 3.5.27-1
    dnssec-anchors 20150403-1
    dotconf 1.3-4
    dri2proto 2.8-2
    dri3proto 1.0-1
    dvd+rw-tools 7.1-5
    dvdisaster 0.72.6-1
    e2fsprogs 1.42.12-2
    ecryptfs-utils 106-1
    ed 1.11-1
    efl 1.13.2-1
    elementary 1.13.2-1
    elfutils 0.161-3
    enca 1.16-1
    enchant 1.6.0-5
    enlightenment 0.19.4-1
    evas_generic_loaders 1.13.2-1
    evince 3.16.0-1
    exempi 2.2.2-1
    exfat-utils 1.1.1-1
    exif-py 1.2.0-1
    exiv2 0.24-1
    expac 4-3
    expat 2.1.0-4
    extcalc 0.9.3_1-3
    faac 1.28-5
    faad2 2.7-4
    fakeroot 1.20.2-1
    fbreader 0.99.4-4
    ffmpeg 1:2.6.2-1
    fftw 3.3.4-1
    file 5.22-1
    file-roller 3.16.1-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 37.0.2-1
    fixesproto 5.0-3
    flac 1.3.1-1
    flashplugin 11.2.202.457-1
    flex 2.5.39-1
    fltk 1.3.3-4
    fluidsynth 1.1.6-4
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db 3:20150308-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fribidi 0.19.6-2
    fsarchiver 0.6.19-1
    fuse 2.9.3-2
    fuse-exfat 1.1.0-1
    gawk 4.1.2-1
    gc 7.4.2-2
    gcc-fortran 4.9.2-4
    gcc-libs-multilib 4.9.2-4
    gcc-multilib 4.9.2-4
    gconf 3.2.6-3
    gcr 3.15.92-1
    gd 2.1.1-2
    gdb 7.9-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    geany 1.24.1-1
    gemrb 0.8.2-1
    geoclue 0.12.99-2
    geoclue2 2.2.0-2
    geocode-glib 3.16.0-1
    gettext 0.19.4-1
    ghostscript 9.16-1
    giflib 5.1.1-1
    git 2.3.7-1
    gjs 1.43.3-1
    glew 1.12.0-1
    glib-networking 2.44.0-2
    glib2 2.44.0-1
    glibc 2.21-3
    glibmm 2.44.0-1
    glproto 1.4.17-1
    glu 9.0.0-3
    gmime 2.6.20-2
    gmp 6.0.0-2
    gnome-bluetooth 3.16.1-1
    gnome-color-manager 3.16.0-1
    gnome-control-center 3.16.1-2
    gnome-desktop 1:3.16.1-1
    gnome-dictionary 3.16.1-1
    gnome-disk-utility 3.16.0-1
    gnome-menus 3.13.3-1
    gnome-online-accounts 3.16.0-2
    gnome-session 3.16.0-1
    gnome-settings-daemon 3.16.1-1
    gnome-shell 3.16.1-2
    gnome-shell-extensions 3.16.1-1
    gnome-system-monitor 3.16.0-1
    gnome-themes-standard 3.16.0-1
    gnome-tweak-tool 3.16.1-1
    gnome-video-effects 0.4.1-1
    gnupg 2.1.3-3
    gnuplot 5.0.0-2
    gnutls 3.4.0-1
    gobject-introspection 1.44.0-1
    gobject-introspection-runtime 1.44.0-1
    google-chrome 42.0.2311.135-1
    gparted 0.22.0-1
    gpgme 1.5.4-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    grilo 0.2.12-1
    groff 1.22.3-3
    grsync 1.2.5-1
    grub 1:2.02.beta2-5
    gsettings-desktop-schemas 3.16.1-1
    gsfonts 20150122-1
    gsm 1.0.13-8
    gssproxy 0.4.1-1
    gst-libav 1.4.5-1
    gst-plugins-bad 1.4.5-2
    gst-plugins-base 1.4.5-1
    gst-plugins-base-libs 1.4.5-1
    gst-plugins-good 1.4.5-2
    gst-plugins-ugly 1.4.5-2
    gstreamer 1.4.5-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gstreamer0.10-good 0.10.31-6
    gstreamer0.10-good-plugins 0.10.31-6
    gstreamer0.10-python 0.10.22-2
    gstreamer0.10-ugly 0.10.19-14
    gstreamer0.10-ugly-plugins 0.10.19-14
    gthumb 3.4.0-1
    gtk-update-icon-cache 2.24.27-1
    gtk2 2.24.27-1
    gtk3 3.16.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.16.0-1
    guile 2.0.11-2
    gvfs 1.24.1-1
    gvfs-mtp 1.24.1-1
    gzip 1.6-1
    hal-info 0.20091130-2
    harfbuzz 0.9.40-2
    harfbuzz-icu 0.9.40-2
    haveged 1.9.1-2
    hdparm 9.45-1
    hdsentinel 0.8-2
    help2man 1.46.4-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.4-1
    hspell 1.2-2
    htmlcxx 0.85-4
    htop 1.0.3-2
    hunspell 1.3.3-1
    hwids 20150129-1
    hwinfo 21.10.1.1-1
    hwloc 1.10.1-1
    hyphen 2.8.8-1
    i3-wm 4.10.2-1
    i3lock 2.6-1
    i3status 2.9-1
    i7z 0.27.2.git1-1
    iana-etc 2.30-4
    icedtea-web 1.5.2-1
    icu 55.1-1
    imagemagick 6.9.1.0-1
    imagewriter 1.10.1420800585.134a9b3-1
    imlib2 1.4.7-1
    inetutils 1.9.2-2
    innoextract 1.4-0
    inputproto 2.3.1-1
    intel-tbb 4.3_20150209-1
    intel-ucode 20150121-1
    inxi 2.2.19-1
    iproute2 3.19.0-1
    iptables 1.4.21-3
    iputils 20121221-3
    ipython 3.1.0-1
    iso-codes 3.57-1
    jack 0.124.1-3
    jansson 2.7-1
    jasper 1.900.1-13
    java-environment-common 2-2
    java-runtime-common 2-2
    jdk7-openjdk 7.u79_2.5.5-1
    jfsutils 1.1.15-4
    jmtpfs 0.5-1
    jre7-openjdk 7.u79_2.5.5-1
    jre7-openjdk-headless 7.u79_2.5.5-1
    js 24.2.0-1
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    jsoncpp 1.4.4-1
    julia 2:0.3.7-1
    julia-docs 2:0.3.7-1
    kbd 2.0.2-1
    kbproto 1.0.7-1
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    kvirc 4.2.0-4
    lame 3.99.5-2
    lapack 3.5.0-1
    lcms 1.19-5
    lcms2 2.6-1
    ldb 1.1.20-1
    ldns 1.6.17-2
    less 471-1
    lgogdownloader-git 20150310-1
    lib32-acl 2.2.52-2
    lib32-alsa-lib 1.0.29-1
    lib32-alsa-plugins 1.0.29-2
    lib32-atk 2.16.0-1
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-cairo 1.14.2-1
    lib32-curl 7.41.0-1
    lib32-db 5.3.28-2
    lib32-e2fsprogs 1.42.12-1
    lib32-elfutils 0.161-2
    lib32-expat 2.1.0-2
    lib32-fakeroot 1.20.2-1
    lib32-flac 1.3.1-1
    lib32-flashplugin 11.2.202.457-1
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gdk-pixbuf2 2.31.3-2
    lib32-gettext 0.19.4-1
    lib32-giflib 5.1.1-1
    lib32-glew 1.12.0-1
    lib32-glib2 2.44.0-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-gmp 6.0.0-1
    lib32-gnutls 3.4.0-2
    lib32-gsm 1.0.13-9
    lib32-gtk2 2.24.27-1
    lib32-harfbuzz 0.9.40-2
    lib32-icu 55.1-1
    lib32-jack 0.124.1-1
    lib32-json-c 0.12-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-lcms2 2.6-1
    lib32-libaio 0.3.110-1
    lib32-libasyncns 0.8-7
    lib32-libcanberra 0.30-4
    lib32-libcap 2.24-1
    lib32-libcl 1.1-1
    lib32-libcups 2.0.2-2
    lib32-libdbus 1.8.16-1
    lib32-libdrm 2.4.60-1
    lib32-libffi 3.2.1-1
    lib32-libgcrypt 1.6.3-1
    lib32-libgpg-error 1.18-1
    lib32-libice 1.0.9-1
    lib32-libidn 1.30-1
    lib32-libjpeg-turbo 1.4.0-1
    lib32-libldap 2.4.40-1
    lib32-libltdl 2.4.5-1
    lib32-libnl 3.2.25-1
    lib32-libogg 1.3.2-1
    lib32-libpcap 1.6.2-1
    lib32-libpciaccess 0.13.4-1
    lib32-libpng 1.6.16-1
    lib32-libpulse 6.0-1
    lib32-libsamplerate 0.1.8-2
    lib32-libsm 1.2.2-1
    lib32-libsndfile 1.0.25-3
    lib32-libssh2 1.5.0-1
    lib32-libtasn1 4.4-1
    lib32-libtiff 4.0.3-3
    lib32-libtxc_dxtn 1.0.1-5
    lib32-libusb 1.0.19-1
    lib32-libvorbis 1.3.5-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcomposite 0.4.4-2
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.2-1
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxft 2.3.2-1
    lib32-libxi 1.7.4-1
    lib32-libxinerama 1.1.3-1
    lib32-libxml2 2.9.2-1
    lib32-libxmu 1.1.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-libxshmfence 1.2-1
    lib32-libxslt 1.1.28-2
    lib32-libxt 1.1.4-1
    lib32-libxtst 1.2.2-1
    lib32-libxxf86vm 1.1.4-1
    lib32-llvm-libs 3.6.0-1
    lib32-mesa 10.5.4-1
    lib32-mpg123 1.22.1-1
    lib32-ncurses 5.9-3
    lib32-nettle 3.1.1-1
    lib32-nspr 4.10.8-1
    lib32-nss 3.18-1
    lib32-nvidia-libgl 349.16-1
    lib32-nvidia-utils 349.16-1
    lib32-openal 1.16.0-1
    lib32-openssl 1.0.2.a-1
    lib32-p11-kit 0.23.1-2
    lib32-pango 1.36.8-1
    lib32-pcre 8.36-1
    lib32-pixman 0.32.6-1
    lib32-portaudio 19_20140130-1
    lib32-readline 6.3.008-1
    lib32-sdl 1.2.15-6
    lib32-soundtouch 1.8.0-1
    lib32-sqlite 3.8.9-1
    lib32-systemd 219-1
    lib32-tdb 1.3.4-1
    lib32-util-linux 2.26.1-1
    lib32-v4l-utils 1.6.0-1
    lib32-wayland 1.7.0-1
    lib32-wxgtk 3.0.2-4
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libabw 0.1.1-1
    libaio 0.3.110-1
    libao 1.2.0-1
    libarchive 3.1.2-8
    libart-lgpl 2.3.21-3
    libass 0.12.1-1
    libassuan 2.2.0-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libavc1394 0.5.4-2
    libbluray 0.8.0-1
    libbsd 0.7.0-1
    libcaca 0.99.beta18-2
    libcanberra 0.30-5
    libcanberra-pulse 0.30-5
    libcap 2.24-2
    libcap-ng 0.7.4-1
    libcddb 1.3.2-4
    libcdio 0.93-1
    libcdio-paranoia 10.2+0.93+1-1
    libcdr 0.1.1-2
    libcl 1.1-4
    libcroco 0.6.8-2
    libcue 1.4.0-4
    libcups 2.0.2-4
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdca 0.0.5-4
    libdrm 2.4.60-2
    libdv 1.0.0-6
    libdvbpsi 1:1.1.2-1
    libdvdcss 1.3.0-1
    libdvdnav 5.0.2-1
    libdvdread 5.0.1-1
    libe-book 0.1.2-2
    libebml 1.3.1-1
    libedit 20150325_3.1-1
    libepoxy 1.2-2
    libetonyek 0.1.1-1
    libev 4.19-1
    libevdev 1.4.2-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.3-1
    libftdi-compat 0.20-1
    libgcrypt 1.6.3-2
    libgcrypt15 1.5.4-4
    libgdm 3.16.1.1-1
    libgee 0.18.0-1
    libglade 2.6.4-5
    libgme 0.6.0-3
    libgnome-keyring 3.12.0-2
    libgnomekbd 3.6.0-2
    libgpg-error 1.19-1
    libgpod 0.8.3-4
    libgssglue 0.4-2
    libgsystem 2015.1-1
    libgtop 2.30.0-1
    libgusb 0.2.4-1
    libgweather 3.16.1-1
    libgxps 0.2.2-3
    libibus 1.5.10-1
    libical 1.0.1-2
    libice 1.0.9-1
    libid3tag 0.15.1b-8
    libidn 1.30-1
    libiec61883 1.2.0-4
    libimobiledevice 1.2.0-1
    libinput 0.14.1-1
    libirman 0.4.5-4
    libjpeg-turbo 1.4.0-1
    libkate 0.4.1-5
    libksba 1.3.3-1
    liblastfm 1.0.9-1
    libldap 2.4.40-2
    liblqr 0.4.2-1
    libmaa 1.3.2-2
    libmad 0.15.1b-7
    libmatroska 1.4.2-1
    libmediainfo 0.7.73-1
    libmikmod 3.3.7-1
    libmm-glib 1.4.6-1
    libmms 0.6.4-1
    libmng 2.0.2-3
    libmodplug 0.8.8.5-1
    libmp4v2 2.0.0-3
    libmpc 1.0.3-1
    libmpcdec 1.2.6-4
    libmpeg2 0.5.1-5
    libmspub 0.1.2-2
    libmtp 1.1.8-1
    libmwaw 0.3.4-1
    libmygpo-qt 1.0.8-1
    libndp 1.4-1
    libnewt 0.52.18-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnotify 0.7.6-1
    liboauth 1.0.3-1
    libodfgen 0.1.3-1
    libofa 0.9.3-5
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpagemaker 0.0.2-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.4-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    libpulse 6.0-1
    libpwquality 1.2.3-1
    libquvi 0.9.4-3
    libquvi-scripts 0.9.20131130-2
    libqzeitgeist 0.8.0-4
    libraw 0.16.0-3
    libraw1394 2.1.0-2
    libreoffice-fresh 4.4.2-1
    librevenge 0.0.2-1
    librpcsecgss 0.19-8
    librsvg 1:2.40.9-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.2.0-1
    libsecret 0.18-1
    libshout 1:2.3.1-2
    libsidplay 1.36.59-6
    libsigc++ 2.4.1-1
    libsigsegv 2.10-2
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsodium 1.0.2-1
    libsoup 2.50.0-1
    libspectre 0.2.7-2
    libsrtp 15.1c9bd90-3
    libssh 0.6.5-1
    libssh2 1.5.0-1
    libsystemd 219-6
    libtar 1.2.20-2
    libtasn1 4.4-1
    libteam 1.14-2
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtiger 0.3.4-4
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunibreak 1.1-1
    libunistring 0.9.5-1
    libunwind 1.1-2
    libupnp 1.6.19-1
    libusb 1.0.19-1
    libusb-compat 0.1.5-1
    libusbmuxd 1.0.10-1
    libutempter 1.1.6-2
    libutil-linux 2.26.1-3
    libva 1.5.1-1
    libvdpau 1.1-1
    libvisio 0.1.1-2
    libvisual 0.4.0-5
    libvorbis 1.3.5-1
    libvpx 1.4.0-2
    libwacom 0.11-1
    libwbclient 4.2.1-1
    libwebp 0.4.3-1
    libwmf 0.2.8.4-12
    libwpd 0.10.0-1
    libwpg 0.3.0-1
    libwps 0.3.1-1
    libx11 1.6.3-1
    libx264 2:144.20150223-1
    libx86 1.1-4
    libx86emu 1.1.23.1-1
    libxau 1.0.8-2
    libxaw 1.0.13-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdg-basedir 1.2.0-3
    libxdmcp 1.1.2-1
    libxext 1.3.3-1
    libxfixes 5.0.1-1
    libxfont 1.5.1-1
    libxft 2.3.2-1
    libxi 1.7.4-1
    libxinerama 1.1.3-2
    libxkbcommon 0.5.0-1
    libxkbcommon-x11 0.5.0-1
    libxkbfile 1.0.9-1
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxp 1.0.3-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.9-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxss 1.2.2-2
    libxt 1.1.5-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxvmc 1.0.9-1
    libxxf86dga 1.1.4-1
    libxxf86vm 1.1.4-1
    libyaml 0.1.6-1
    libzen 0.4.31-1
    libzip 0.11.2-1
    licenses 20140629-1
    links 2.9-1
    linux 3.19.3-3
    linux-api-headers 3.18.5-1
    linux-firmware 20150410.ec89525-1
    lirc 1:0.9.2.a-1
    llvm-libs 3.6.0-5
    lm_sensors 3.3.5-1
    logrotate 3.8.9-1
    lpsolve 5.5.2.0-3
    lrzip 0.621-1
    lua 5.2.4-1
    lua-bitop 1.0.2-5
    lua-expat 1.3.0-1
    lua-lgi 0.8.0-2
    lua-socket 3.0rc1-4
    lua51 5.1.5-4
    luajit 2.0.3-3
    lvm2 2.02.116-1
    lxdream 0.9.1-3
    lz4 128-1
    lzo 2.09-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.83-1
    mcomix 1.01-1
    mcpp 2.7.2-5
    mdadm 3.3.2-1
    memtest86+ 5.01-1
    mencoder 37379-3
    mesa 10.5.4-1
    metamorphose2 0.8.3-2
    mime-types 9-1
    minitube 2.4-1
    mjpegtools 2.1.0-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mkvtoolnix-cli 7.8.0-3
    mobile-broadband-provider-info 20120614-2
    morituri-git 0.2.3.r3.gb1d685f-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mpg123 1.22.1-1
    mplayer 37379-3
    mtdev 1.1.5-1
    mutagen 1.28-1
    mutter 3.16.1.1-1
    ncurses 5.9-7
    nemo 2.4.5-1
    neon 0.30.1-1
    net-snmp 5.7.3-1
    netctl 1.10-2
    nettle 3.1.1-1
    network-manager-applet 1.0.0-2
    networkmanager 1.0.0-2
    nfs-utils 1.3.2-6
    nfsidmap 0.26-1
    nm-connection-editor 1.0.0-2
    npth 1.2-1
    nspr 4.10.8-1
    nss 3.18-3
    ntfs-3g 2015.3.14-1
    nvidia 349.16-1
    nvidia-libgl 349.16-1
    nvidia-utils 349.16-1
    ogmtools 1.5-5
    openal 1.16.0-1
    opencore-amr 0.1.3-2
    openjpeg 1.5.2-1
    openmpi 1.8.4-1
    openresolv 3.6.1-1
    openssh 6.8p1-2
    openssl 1.0.2.a-1
    opus 1.1-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.23.1-2
    p7zip 9.38.1-3
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pacmatic 20150126-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pangomm 2.36.0-1
    par2cmdline-tbb 20141125-1
    parallel 20150322-1
    parted 3.2-2
    patch 2.7.5-1
    pciutils 3.3.1-1
    pcmciautils 018-7
    pcre 8.36-2
    pcsx2-git 1.3.1.r978.1aebca3-1
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-data-dump 1.22-1
    perl-dbi 1.633-1
    perl-encode-locale 1.04-1
    perl-error 0.17023-1
    perl-file-basedir 0.07-1
    perl-file-listing 6.04-2
    perl-file-which 1.09-4
    perl-html-parser 3.71-3
    perl-html-tagset 3.20-4
    perl-http-cookies 6.01-2
    perl-http-daemon 6.01-2
    perl-http-date 6.02-2
    perl-http-message 6.06-2
    perl-http-negotiate 6.01-2
    perl-ipc-system-simple 1.25-1
    perl-libwww 6.08-1
    perl-locale-gettext 1.05-11
    perl-lwp-mediatypes 6.02-2
    perl-net-http 6.07-1
    perl-uri 1.67-1
    perl-www-robotrules 6.02-2
    perl-xml-libxml 2.0121-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    phonon-qt4 4.8.3-1
    phonon-qt4-gstreamer 4.8.2-1
    phoronix-test-suite 5.6.0-1
    php 5.6.8-2
    pinentry 0.9.1-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    pkgfile 15-1
    pms 1.90.1-1
    podofo 0.9.3-1
    polkit 0.112-2
    poppler 0.32.0-1
    poppler-glib 0.32.0-1
    poppler-qt5 0.32.0-1
    popt 1.16-7
    portaudio 19_20140130-1
    presentproto 1.0-1
    printproto 1.0.5-3
    procps-ng 3.3.10-2
    protobuf 2.6.1-1
    psmisc 22.21-2
    pth 2.0.7-5
    pulseaudio 6.0-1
    pulseaudio-alsa 2-3
    pv 1.6.0-1
    pygobject-devel 3.16.1-1
    pygobject2-devel 2.28.6-11
    pygtk 2.24.0-5
    pyqt4-common 4.11.3-4
    pyqt5-common 5.4.1-2
    python 3.4.3-2
    python-dateutil 2.4.1-1
    python-dbus 1.2.0-4
    python-dbus-common 1.2.0-4
    python-gmpy2 2.0.5-2
    python-gobject 3.16.1-1
    python-html2text 2015.4.14-1
    python-matplotlib 1.4.3-2
    python-mpmath 0.19-1
    python-nose 1.3.6-1
    python-numexpr 2.4.3-1
    python-numpy 1.9.2-2
    python-pandas 0.16.0-2
    python-pygments 2.0.2-2
    python-pyparsing 2.0.3-1
    python-pyqt4 4.11.3-4
    python-pyqt5 5.4.1-2
    python-pytz 2015.2-1
    python-pyzmq 14.5.0-2
    python-scipy 0.15.1-2
    python-setuptools 1:15.2-1
    python-sip 4.16.7-1
    python-six 1.9.0-1
    python-sympy 0.7.6-2
    python-tornado 4.1.0-2
    python-xdg 0.25-2
    python2 2.7.9-1
    python2-apsw 3.8.9-1
    python2-atspi 2.16.0-1
    python2-beaker 1.7.0-1
    python2-cairo 1.10.0-2
    python2-chardet 2.3.0-1
    python2-cherrypy 3.6.0-1
    python2-cssselect 0.9.1-2
    python2-cssutils 1.0-2
    python2-dateutil 2.4.1-1
    python2-dbus 1.2.0-4
    python2-dnspython 1.12.0-1
    python2-gobject 3.16.1-1
    python2-gobject2 2.28.6-11
    python2-html5lib 0.999-5
    python2-lxml 3.4.4-1
    python2-mako 1.0.1-1
    python2-markupsafe 0.23-2
    python2-mechanize 0.2.5-4
    python2-netifaces 0.10.4-1
    python2-pillow 2.8.1-1
    python2-psutil 2.2.1-2
    python2-pycdio 0.20-3
    python2-pygments 2.0.2-2
    python2-pyqt5 5.4.1-2
    python2-setuptools 1:15.2-1
    python2-sip 4.16.7-1
    python2-six 1.9.0-1
    python2-xdg 0.25-2
    qca 2.0.3-5
    qca-ossl 2.0.0-7
    qjson 0.8.1-3
    qpdf 5.1.2-1
    qt4 4.8.6-5
    qt5-base 5.4.1-4
    qt5-declarative 5.4.1-4
    qt5-location 5.4.1-4
    qt5-script 5.4.1-4
    qt5-sensors 5.4.1-4
    qt5-svg 5.4.1-4
    qt5-tools 5.4.1-4
    qt5-translations 5.4.1-4
    qt5-webchannel 5.4.1-4
    qt5-webkit 5.4.1-4
    qt5-xmlpatterns 5.4.1-4
    qtchooser 48-1
    qtwebkit 2.3.4-1
    randrproto 1.4.1-1
    raptor 2.0.15-2
    rasqal 1:0.9.32-1
    readline 6.3.008-1
    recode 3.6-8
    recordproto 1.14.2-2
    redland 1:1.0.17-2
    reflector 2014.11-1
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    resourceproto 1.2.0-3
    rest 0.7.93-1
    rhash 1.3.3-1
    rng-tools 5-3
    rpcbind 0.2.3-1
    rsync 3.1.1-2
    rtkit 0.11-5
    rtmpdump 20140918-2
    ruby 2.2.2-1
    s-nail 14.8.0-1
    sbc 1.3-1
    schroedinger 1.0.11-2
    scrnsaverproto 1.2.2-2
    sdcv 0.4.2-8
    sdl 1.2.15-7
    sdl_image 1.2.12-3
    sdl_mixer 1.2.12-4
    sdl_net 1.2.8-2
    sdl_ttf 2.0.11-3
    sed 4.2.2-3
    sg3_utils 1.40-1
    shadow 4.2.1-3
    shared-color-targets 0.1.5-1
    shared-mime-info 1.4-1
    sip 4.16.7-1
    slang 2.3.0-1
    smartmontools 6.3-2
    smbclient 4.2.1-1
    smpeg 0.4.5-1
    snappy 1.1.1-1
    sound-theme-freedesktop 0.8-2
    soundtouch 1.8.0-1
    spandsp 0.0.6-1
    speech-dispatcher 0.8.1-1
    speedtest-cli 0.3.1-1
    speex 1.2rc2-1
    speexdsp 1.2rc3-1
    spotify 0.9.17.1-1
    spotify-gnome-git 20141010-1
    sqlite 3.8.9-1
    startup-notification 0.12-4
    steam 1.0.0.49-3
    sudo 1.8.13-1
    suitesparse 4.4.4-1
    sysfsutils 2.1.0-9
    systemd 219-6
    systemd-sysvcompat 219-6
    t1lib 5.1.2-5
    taglib 1.9.1-1
    talloc 2.1.2-1
    tar 1.28-1
    tdb 1.3.4-1
    telepathy-glib 0.24.1-1
    telepathy-logger 0.8.1-1
    telepathy-mission-control 5.16.3-1
    terminology 0.8.0-1
    tevent 0.9.24-1
    texinfo 5.2-3
    texlive-bin 2014.34260-7
    texlive-core 2014.36709-1
    texlive-langchinese 2014.35921-1
    texlive-langcjk 2014.0-1
    texlive-langjapanese 2014.36466-1
    texlive-langkorean 2014.36573-1
    texlive-latexextra 2014.36706-1
    texlive-pictures 2014.36605-1
    texlive-science 2014.36659-1
    texmaker 4.4.1-1
    thin-provisioning-tools 0.4.1-1
    thunderbird 31.6.0-2
    tinyxml 2.6.2-3
    tmux 1.9_a-2
    totem-plparser 3.10.4-1
    transmission-gtk 2.84-1
    tsmuxer 1.10.6-14
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    tzdata 2015d-1
    udisks2 2.1.5-1
    unrar 1:5.2.7-1
    unzip 6.0-10
    upower 0.99.2-2
    usbutils 008-1
    util-linux 2.26.1-3
    v4l-utils 1.6.2-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vim 7.4.712-1
    vim-latexsuite 20130126-2
    vim-runtime 7.4.712-1
    vlc 2.2.1-2
    vte-common 0.40.0-2
    vte3 0.40.0-2
    wavpack 4.70.0-2
    wayland 1.7.0-1
    webkit2gtk 2.8.1-1
    webkitgtk 2.4.8-2
    webrtc-audio-processing 0.1-2
    wesnoth 1.12.2-2
    wesnoth-data 1.12.2-1
    wget 1.16.3-1
    which 2.21-1
    wildmidi 0.3.8-1
    wine 1.7.42-2
    winetricks 20141130-1
    wireless_tools 30.pre9-1
    wpa_supplicant 1:2.3-1
    wxgtk 3.0.2-4
    wxgtk2.8 2.8.12.1-3
    wxpython 3.0.2.0-1
    wxpython2.8 2.8.12.1-1
    x265 1.6-1
    xboxdrv 0.8.5-3
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xcb-util-cursor 0.1.2-1
    xcb-util-image 0.4.0-1
    xcb-util-keysyms 0.4.0-1
    xcb-util-renderutil 0.3.9-1
    xcb-util-wm 0.4.1-1
    xdg-su 1.2.3-1
    xdg-utils 1.1.0.git20150323-1
    xdiskusage 1.51-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.2-1
    xf86dgaproto 2.1-3
    xf86driproto 2.1.1-3
    xf86vidmodeproto 2.3.1-3
    xfsprogs 3.2.2-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-1
    xorg-appres 1.0.4-1
    xorg-bdftopcf 1.0.5-1
    xorg-font-util 1.3.1-1
    xorg-font-utils 7.6-4
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-4
    xorg-fonts-misc 1.0.3-3
    xorg-iceauth 1.0.7-1
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.2-1
    xorg-server 1.17.1-5
    xorg-server-common 1.17.1-5
    xorg-server-devel 1.17.1-5
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.1-1
    xorg-util-macros 1.19.0-1
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.5-1
    xorg-xgamma 1.0.6-1
    xorg-xhost 1.0.7-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmessage 1.0.4-2
    xorg-xmodmap 1.0.9-1
    xorg-xrandr 1.4.3-1
    xorg-xrdb 1.1.0-1
    xorg-xrefresh 1.0.5-1
    xorg-xset 1.2.3-1
    xorg-xsetroot 1.1.1-2
    xproto 7.0.27-1
    xscreensaver 5.32-1
    xvidcore 1.3.3-1
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zenity 3.14.0-1
    zeromq 4.0.5-1
    zita-alsa-pcmi 0.2.0-2
    zita-resampler 1.3.0-3
    zlib 1.2.8-3
    zvbi 0.2.35-1
    zziplib 0.13.62-2
    [edit5] My /etc/modules-load.d directory is empty by the way, and "sudo /usr/lib/systemd/systemd-modules-load" returns nothing. Note, this is all while running Linux 3.19, but I believe it should demonstrate that I don't have any special modules running. Or so I believe.
    Last edited by nstgc (2015-05-04 13:16:09)

  • Kernel Panics after Software update

    (Really no defined section for this.  Posted in 'Ports and Interfaces'.)
    Had my first Kernel panic on this laptop:
    MBP 6,1
    2.66 i7 Arrandale
    512MB 330M NVidia
    8GB Ram
    Happened immediately after installing the new/updated software packages.
    Main programs open and running:
    Team Fortress 2
    Steam
    Mumble
    Terminal
    The kernel panic with 'com.apple.nvidia.nv50hal(6.3.6)' and my styled laptop suggest highly of a 330M fault, and requires a new Logic board.
    Which in my case may or may not be true, due to the fact that this panic happened immediately after updating.
    Reference threads:
    https://discussions.apple.com/thread/3114550?start=0&tstart=0
    https://discussions.apple.com/thread/2707469?start=45&tstart=0
    The software installed with the updater:
    8/5/11 4:29:30 PM          Software Update[32957]          SWU: scan found 7 products:
    041-0602
    041-0922
    041-1370
    061-8524
    zzz041-1952
    zzz041-2008
    zzzz041-2056
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.scan
    com.apple.message.signature: SUCCESS: http://swscan.apple.com/
    com.apple.message.result: success
    com.apple.message.value: 48.07151
    com.apple.message.value2: 1191260.907
    com.apple.message.signature2: Software Update
    com.apple.message.signature3: SUScanResultCode, 0
    8/5/11 4:32:57 PM          Software Update[32957]          SWU: downloading "Safari, 5.1"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: 061-8524
    com.apple.message.result: success
    com.apple.message.value: 165.08113
    com.apple.message.value2: 0
    com.apple.message.value3: 49612990
    com.apple.message.signature2: Software Update
    8/5/11 4:43:27 PM          Software Update[32957]          SWU: downloading "iWeb Update, 3.0.4"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: 041-1370
    com.apple.message.result: success
    com.apple.message.value: 629.36823
    com.apple.message.value2: 0
    com.apple.message.value3: 187362222
    com.apple.message.signature2: Software Update
    8/5/11 4:43:39 PM          Software Update[32957]          SWU: downloading "Remote Desktop Client Update, 3.5.1"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: 041-0602
    com.apple.message.result: success
    com.apple.message.value: 12.00814
    com.apple.message.value2: 0
    com.apple.message.value3: 3649666
    com.apple.message.signature2: Software Update
    8/5/11 4:43:40 PM          Software Update[32957]          SWU: downloading "Migration Assistant Update for Mac OS X Snow Leopard, 1.0"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: zzz041-1952
    com.apple.message.result: success
    com.apple.message.value: 1.00438
    com.apple.message.value2: 0
    com.apple.message.value3: 311664
    com.apple.message.signature2: Software Update
    8/5/11 4:45:45 PM          Software Update[32957]          SWU: downloading "iDVD 7.1.2, 7.1.2"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: 041-0922
    com.apple.message.result: success
    com.apple.message.value: 125.54070
    com.apple.message.value2: 0
    com.apple.message.value3: 37564822
    com.apple.message.signature2: Software Update
    8/5/11 4:46:20 PM          Software Update[32957]          SWU: downloading "Mac OS X 10.6.8 Supplemental Update, 1.0"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: zzz041-2008
    com.apple.message.result: success
    com.apple.message.value: 34.56243
    com.apple.message.value2: 0
    com.apple.message.value3: 10466655
    com.apple.message.signature2: Software Update
    8/5/11 4:51:32 PM          Software Update[32957]          SWU: downloading "iTunes, 10.4"
    com.apple.message.uuid: D2AE7244-0E86-4519-8253-C2B912F3C30A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.download
    com.apple.message.signature: SUCCESS: zzzz041-2056
    com.apple.message.result: success
    com.apple.message.value: 312.13422
    com.apple.message.value2: 0
    com.apple.message.value3: 92802155
    com.apple.message.signature2: Software Update
    8/5/11 4:51:47 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 0.73589
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:51:51 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 4.16813
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:52:13 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 21.93382
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:52:18 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 4.61989
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:52:18 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.72116
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:19 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.82491
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:20 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 0.80138
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:52:21 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.99913
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:52:26 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 4.82742
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: extracting "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.extract
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.73645
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-flight scripts for "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 0.53094
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 0.09943
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:52:27 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 0.07161
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:52:46 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 19.20173
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:52:47 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.70420
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:47 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.00007
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:52:47 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 0.22616
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:52:47 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:52:52 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 4.27923
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:52:52 PM          Software Update[33007]          PKG: pre-install scripts for "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.preinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:54:31 PM          Software Update[33007]          REQ: moving files into place with shove
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.shove
    com.apple.message.signature: SUCCESS: Software Update
    com.apple.message.result: success
    com.apple.message.value: 67.72871
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 11.84477
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 0.00009
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 0.10094
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 0.00007
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.04977
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:09 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.03623
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 3.78226
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.00005
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 0.27605
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-install scripts for "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postinstall
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.00006
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 0.00008
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.00003
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 0.00004
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.00003
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 0.00003
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: post-flight scripts for "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.postflight
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.00003
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:13 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.RemoteDesktopClient"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.RemoteDesktopClient
    com.apple.message.result: success
    com.apple.message.value: 0.06635
    com.apple.message.signature2: 3.5.1.0.1.1192644438
    8/5/11 4:55:14 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.iDVD7.1.2Update"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.iDVD7.1.2Update
    com.apple.message.result: success
    com.apple.message.value: 0.82073
    com.apple.message.signature2: 7.1.2.0.1.1203730862
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.iWeb_304"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.iWeb_304
    com.apple.message.result: success
    com.apple.message.value: 7.61017
    com.apple.message.signature2: 3.0.4.0.1.1203730862
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.Safari51SnowLeopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.Safari51SnowLeopard
    com.apple.message.result: success
    com.apple.message.value: 0.37528
    com.apple.message.signature2: 1.1.1.1191932192
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.update.migrationassistant.2011.snowleopard"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.migrationassistant.2011.snowleopard
    com.apple.message.result: success
    com.apple.message.value: 0.02543
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.update.os.10.6.8.supp"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.update.os.10.6.8.supp
    com.apple.message.result: success
    com.apple.message.value: 0.04450
    com.apple.message.signature2: 1.0.0.0.1.1249367152
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.AppleMobileDeviceSupport"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.AppleMobileDeviceSupport
    com.apple.message.result: success
    com.apple.message.value: 0.04064
    com.apple.message.signature2: 4.0.1.1188253749
    8/5/11 4:55:22 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.CoreFP"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.CoreFP
    com.apple.message.result: success
    com.apple.message.value: 0.02409
    com.apple.message.signature2: 2.0.1.1188253749
    8/5/11 4:55:23 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.iTunesX"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesX
    com.apple.message.result: success
    com.apple.message.value: 0.66367
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:23 PM          Software Update[33007]          PKG: writing receipt for "com.apple.pkg.iTunesAccess"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install.package.writeReceipt
    com.apple.message.signature: SUCCESS: com.apple.pkg.iTunesAccess
    com.apple.message.result: success
    com.apple.message.value: 0.04545
    com.apple.message.signature2: 10.4.0.0.1.1188253749
    8/5/11 4:55:23 PM          Software Update[33007]          REQ: install succeeded
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.PackageKit.install
    com.apple.message.signature: SUCCESS: Software Update
    com.apple.message.result: success
    com.apple.message.value: 222.14203
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "Remote Desktop Client Update, 3.5.1"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: 041-0602
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "iDVD 7.1.2, 7.1.2"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: 041-0922
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "iWeb Update, 3.0.4"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: 041-1370
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "Safari, 5.1"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: 061-8524
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "Migration Assistant Update for Mac OS X Snow Leopard, 1.0"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: zzz041-1952
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "Mac OS X 10.6.8 Supplemental Update, 1.0"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: zzz041-2008
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 4:55:24 PM          Software Update[33007]          SWU: installing "iTunes, 10.4"
    com.apple.message.uuid: 024584E8-F717-48CF-B00E-E82A77FC6EC0
    com.apple.message.domain: com.apple.SoftwareUpdate.install
    com.apple.message.signature: SUCCESS: zzzz041-2056
    com.apple.message.result: success
    com.apple.message.signature2: Software Update
    8/5/11 11:50:06 PM          Software Update[1207]          SWU: scan found 0 products:
    com.apple.message.uuid: 054194C8-B027-4BF2-B2F1-B72431C9D44A
    com.apple.message.domain: com.apple.SoftwareUpdate.time.scan
    com.apple.message.signature: SUCCESS: http://swscan.apple.com/
    com.apple.message.result: success
    com.apple.message.value: 43.38736
    com.apple.message.value2: 26439.862
    com.apple.message.signature2: Software Update
    com.apple.message.signature3: SUScanResultCode, 2
    The panic:
    Sat Aug  6 00:51:40 2011
    panic(cpu 0 caller 0x838efc97): NVRM[0/1:0:0]: Read Error 0x0061002c: CFG 0x0a2910de 0x00100406 0xc0000000, BAR0 0xc0000000 0xa6605000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x8295bcb8 : 0x21b837 (0x5dd7fc 0x8295bcec 0x223ce1 0x0)
    0x8295bd08 : 0x838efc97 (0x83b0522c 0x83b75840 0x83b13f88 0x0)
    0x8295bda8 : 0x83a0a5db (0xda91004 0xc511004 0x61002c 0x8388fe9f)
    0x8295bdf8 : 0x84075251 (0xc511004 0x61002c 0x6400 0xd832c64)
    0x8295be18 : 0x839ceefe (0xc511004 0xdaac004 0x3800 0xc590818)
    0x8295be38 : 0x83a78946 (0xc511004 0xdaac004 0x1 0x0)
    0x8295bea8 : 0x838e0779 (0xc511004 0x0 0x0 0x0)
    0x8295bf48 : 0x83891057 (0xc511004 0xcf9ba80 0x0 0x3e8)
    0x8295bf78 : 0x230235 (0xce53c00 0xc511004 0xe042234 0x0)
    0x8295bfc8 : 0x2a179c (0x863ea0 0x0 0x10 0xe491280)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.nvidia.nv50hal(6.3.6)@0x83fee000->0x84402fff
                dependency: com.apple.NVDAResman(6.3.6)@0x83889000
             com.apple.NVDAResman(6.3.6)@0x83889000->0x83b76fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a912000
                dependency: com.apple.iokit.IONDRVSupport(2.2)@0x82a3c000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x83404000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,1 (Mac-F22589C8)
    System uptime in nanoseconds: 28468425023871
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI          4.2.0 (addr 0x7a98d000, size 0x65536) - last unloaded 124791569927
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.2
    com.manycamllc.driver.ManyCamDriver          0.0.9
    at.obdev.nke.LittleSnitch          2.3.09
    com.apple.driver.AppleHWSensor          1.9.3d0 - last loaded 41877011289
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AudioAUUC          1.57
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.CHUDUtils          364
    com.apple.iokit.CHUDProf          364
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AppleIntelHDGraphics          6.3.6
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AppleIntelHDGraphicsFB          6.3.6
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.GeForce          6.3.6
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41.4
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.NVDAResman          6.3.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    System Profile:
    Model: MacBookPro6,1, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.57f17
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Composite Device, 0x04d9  (Holtek Semiconductor, Inc.), 0x0420, 0xfd140000 / 5
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3

    Hi Carl,
    Article on troubleshooting KPs:
    http://support.apple.com/kb/TS3742
    Before you even start going through that, have you tried repairing permissions? A Safe Boot? Do you have the stock Apple-supplied RAM installed?

  • Kernel Panic After Security Update Reboot

    My nearly new 24" iMac had a kernel attack after a Apple software multi-update, including a security item, ...rebooting into Darwin.
    I've run Disc Utility from the install disc and verified and repaired permissions, rebooted in safe mode, back to Darwin and ran 6 repetitions of fsck -f, all reporting goodness, all rebooting to back to Darwin.
    When I log into Darwin, and then command "exit", I pop into a blue screen, then back to Darwin and see -2 crashdump[327] :crash report written to :/ Library/Logs/CrashReporter/SecurityAgent.crash.log . If I command "reboot" it starts out looking normal as the OS is loading, shifts to a blue screen with loading icon, and back into Darwin.
    Darwin then posts a new log in again. So neither Disc Utility nor Darwin is detecting anything problematic, no 3rd party peripherals, no hardware issues, and I'm trying to avoid an archive and install due to the 40gb of 3rd party graphics software unlikely to survive the process.
    Thanks for any suggestions.
    MacBook Pro 17"/ 2.16Ghz/ 100gb/ 7200rpm/ 2gb   Mac OS X (10.4.9)   iMac 24" 2.16Ghz 3gb, Mac Mini 1.5Ghz/ 1gb/ Vaio 2.8Ghz/ 2gb/ 200gb XP Pro

    Thanks Steve,
    Yes I've referenced the Xlab website which is helpful but has not as yet yielded a fix. It's a bit overwhelming with the number of possible suspects, the potential software conflicts are numerous. The panic coming on the heels of the security download is the only smoking gun that I presently have.
    It's a slow go trying to identify potential conflicts when both primary diagnostic tools are indicating that everything's just fine.
    The PRAM reset was one of the first things I tried, it did somewhat vary the boot sequence, but landed in the same place.
    At this point I've little hope of avoiding a reinstall.
    MacBook Pro 17"/ 2.16Ghz/ 100gb/ 7200rpm/ 2gb   Mac OS X (10.4.9)   iMac 24" 2.16Ghz 3gb, Mac Mini 1.5Ghz/ 1gb/ Vaio 2.8Ghz/ 2gb/ 200gb XP Pro

  • Kernel panic after system update - can't boot :(

    Hi
    I've applied some pending updates to the system while restarting my MBP (I'm not sure, but it probably has contained the update from 10.6.3 to 10.6.4) but now it won't boot - I get a kernel panic.
    When I boot instead using an external USB drive with a 10.6.3 installation on it, I get the message about the panic (below).
    Any ideas how to solve this would be VERY MUCH appreciated.
    Thanks!
    Fri Aug 13 03:23:05 2010
    panic(cpu 1 caller 0x4f9be4): "IOBluetoothHCIController::_RESERVEDIOBluetoothHCIController59 called."@/SourceCache/xnu/xnu-1504.3.12/libkern/c++/OSMetaClass.cpp:906
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x82cd3a98 : 0x21b449 (0x5ce420 0x82cd3acc 0x2238a5 0x0)
    0x82cd3ae8 : 0x4f9be4 (0x5cef90 0x814b0de8 0x814b0de8 0x3b)
    0x82cd3b08 : 0x81486ba4 (0x814bc114 0x3b 0xcad3540 0x0)
    0x82cd3b28 : 0x82f21d7f (0xc1c1e00 0xc9ff194 0x2 0x82ec3c03)
    0x82cd3b78 : 0x82f22b6a (0xc9ff100 0x0 0x0 0xc9d6f00)
    0x82cd3dc8 : 0x82ec31dc (0xc9ff100 0xc9fc300 0x82cd3df8 0x4faec3)
    0x82cd3df8 : 0x82f20dc0 (0xc9ff100 0xc9fc300 0x82cd3e28 0xcacc780)
    0x82cd3e18 : 0x5382aa (0xc9ff100 0xc9fc300 0x1 0x4fb2b4)
    0x82cd3e78 : 0x5364df (0xc9fc300 0xc9ff100 0xcaccb80 0xca660e0)
    0x82cd3f28 : 0x536a70 (0xc9fc300 0xcac9900 0x0 0x50aea4)
    0x82cd3f78 : 0x53871f (0xc9fc300 0x8 0x82cd3fac 0x1)
    0x82cd3fc8 : 0x29e6cc (0xcb41210 0x0 0x29e6db 0xc62f000)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.driver.IOBluetoothSCOAudioDriver(2.3.7f1)@0x82f1f000->0x82f25fff
    dependency: com.apple.iokit.IOAudioFamily(1.7.6fc2)@0x82ebf000
    dependency: com.apple.iokit.IOBluetoothFamily(2.3.1f4)@0x81480000
    com.apple.iokit.IOAudioFamily(1.7.6fc2)@0x82ebf000->0x82ed6fff
    dependency: com.apple.kext.OSvKernDSPLib(1.3)@0x8147c000
    com.apple.iokit.IOBluetoothFamily(2.3.1f4)@0x81480000->0x814bcfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
    System model name: MacBookPro5,1

    Kappy, I have various bluetooth devices (headset, wireless wacom tablet, etc) that I use from time to time, but the kernel panic happens very early in the boot process.
    When I tried booting in safe mode (holding shift), I got the panic much sooner, but of a different type now:
    Fri Aug 13 04:35:52 2010
    panic(cpu 1 caller 0x474607): "Process 1 exec of /sbin/launchd failed, errno 2\n"@/SourceCache/xnu/xnu-1504.3.12/bsd/kern/kern_exec.c:3146
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x7ab83e48 : 0x21b449 (0x5ce420 0x7ab83e7c 0x2238a5 0x0)
    0x7ab83e98 : 0x474607 (0x5c06ac 0x831b68 0x2 0x0)
    0x7ab83ef8 : 0x45e836 (0x5a22d20 0x1fe 0x575ca80 0x80000001)
    0x7ab83f38 : 0x484da2 (0x57fdb7c 0x73aa5000 0x7ab83f88 0x7ab83f94)
    0x7ab83f68 : 0x219044 (0x57fdb7c 0xffffff7f 0x0 0x575eb7c)
    0x7ab83fa8 : 0x2a7a07 (0xffffffff 0x1 0x22f250 0x575eb7c)
    0x7ab83fc8 : 0x29e8a6 (0x0 0x0 0x29e6db 0x524c0e0)
    BSD process name corresponding to current thread: init
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
    System model name: MacBookPro5,1

  • Larch "couldn't find kernel modules"/"unexpected kernel files"

    Hey guys,
    I'm using `larch` to build an Arch Linux live ISO. I made it through the Installation part, however I can't get through "Larchify" (whatever that means). Here's the log:
    ##Initializing larchify process
    >>rm -f /home/Kiwi7/larch_build/.larch/system.sqf
    >?0
    >>rm -rf /home/Kiwi7/larch_build/.larch/larchify
    >?0
    >>mkdir -p /home/Kiwi7/larch_build/.larch/larchify/overlay
    >?0
    ##Seeking kernel information
    ##(WARNING): More than one kernel found:
    vmlinuz-linux-aufs_friendly
    vmlinuz-linux
    ##(WARNING): No kernel version file (/home/Kiwi7/larch_build/etc/mkinitcpio.d/linux-aufs_friendly.kver)
    ##Unexpected kernel files at /home/Kiwi7/larch_build/lib/modules/extramodules-3.12-aufs_friendly
    ?>WARNING:
    You seem to have installed a package containing modules
    which aren't compatible with your kernel (see log).
    Please check that this won't cause problems.
    Maybe you need the corresponding package for your kernel?
    Continue building?
    ??YES
    #>Yes
    ##Unexpected kernel files at /home/Kiwi7/larch_build/lib/modules/extramodules-3.13-ARCH
    ?>WARNING:
    You seem to have installed a package containing modules
    which aren't compatible with your kernel (see log).
    Please check that this won't cause problems.
    Maybe you need the corresponding package for your kernel?
    Continue building?
    ??YES
    #>Yes
    ##(WARNING): More than one kernel module directory found:
    3.12.6-1-aufs_friendly
    3.13.4-1-ARCH
    !>Couldn't find kernel modules
    Please help me out.

    Kiwi7 wrote:I can't get through "Larchify" (whatever that means).
    Hmm... personally I would never run any command without understanding what it does, but it's your funeral, I guess.
    Apart from that, are you sure larch is still compatible with Arch? It's nearly four years since the last update in the larch git repo, and as I'm sure you know, Arch changes frequently. I'd suggest you try to contact the developer directly.

  • [SOLVED] No sound modules after kernel update

    Hello,
    after updating my kernel, I have no sound modules. Alsaconf can't detect card. My lspci sound card:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    My lsmod:
    Module Size Used by
    joydev 9895 0
    usbhid 35352 0
    hid 82435 1 usbhid
    nvidia 12069499 40
    broadcom 7270 0
    tg3 133684 0
    ehci_hcd 40794 0
    intel_ips 11245 0
    psmouse 55501 0
    libphy 16985 2 broadcom,tg3
    i7core_edac 16231 0
    serio_raw 4294 0
    i2c_i801 8187 0
    pcspkr 1819 0
    evdev 9530 10
    usbcore 144144 3 usbhid,ehci_hcd
    edac_core 37552 3 i7core_edac
    i2c_core 20460 2 nvidia,i2c_i801
    sg 25429 0
    iTCO_wdt 11789 0
    button 4470 0
    iTCO_vendor_support 1961 1 iTCO_wdt
    processor 24224 0
    fuse 66858 2
    ext4 375413 3
    mbcache 5881 1 ext4
    jbd2 70667 1 ext4
    crc16 1359 1 ext4
    raid0 7958 2
    md_mod 100392 3 raid0
    sr_mod 14951 0
    cdrom 36553 1 sr_mod
    sd_mod 28275 8
    pata_acpi 3376 0
    ata_piix 22077 6
    libata 166724 2 pata_acpi,ata_piix
    scsi_mod 132794 4 sg,sr_mod,sd_mod,libata
    And my kernel:
    Linux nekroman 3.1.2-1-ARCH #1 SMP PREEMPT Tue Nov 22 09:17:56 CET 2011 x86_64 Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz GenuineIntel GNU/Linux
    Thanks for help.
    //edit:
    Reinstalled kernel and it works!
    Last edited by Nekroman (2011-11-25 15:08:32)

    how did you re-install the kernel?  I've never done that, and am too experiencing sound issues.
    --nixIT

  • Can't load nvidia module after kernel and nvidia update

    After latest kernel (3.6.36.2) and nvidia (260.19.29) upgrade xorg doesn't work. I investigated a little, and that's what I found:
    # modprobe nvidia
    FATAL: Error inserting nvidia (/lib/modules/2.6.36-ARCH/kernel/drivers/video/nvidia.ko): No such device
    I blacklisted nouveau module:
    # cat /etc/rc.conf | grep nouveau
    MODULES=(b43 vboxdrv !nouveau)
    but it didn't help.
    Video card:
    # lspci | grep VGA
    01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)

    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000005fed0000 (usable)
    BIOS-e820: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    BIOS-e820: 000000005fee3000 - 0000000060000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
    BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x5fed0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask FC0000000 write-back
    1 base 040000000 mask FE0000000 write-back
    2 base 05FF00000 mask FFFF00000 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 - 000000000009f800 (usable)
    modified: 000000000009f800 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000005fed0000 (usable)
    modified: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    modified: 000000005fee3000 - 0000000060000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fed00000 - 00000000fed00400 (reserved)
    modified: 00000000fed14000 - 00000000fed1a000 (reserved)
    modified: 00000000fed1c000 - 00000000fed90000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7bc0] f7bc0
    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: 37e47000 - 37ff0000
    Allocated new RAMDISK: 00100000 - 002a8feb
    Move RAMDISK from 0000000037e47000 - 0000000037feffea to 00100000 - 002a8fea
    ACPI: RSDP 000f7b40 00024 (v02 Compal)
    ACPI: XSDT 5fed8834 0008C (v01 Compal CRESTLNE 06040000 LTP 00000000)
    ACPI: FACP 5fedfbd2 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    ACPI: DSDT 5fed9b9f 05FBF (v02 Compal CRESTLNE 06040000 INTL 20061109)
    ACPI: FACS 5fee2fc0 00040
    ACPI: APIC 5fedfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: HPET 5fedfd2e 00038 (v01 Compal CRESTLNE 06040000 LOHR 0000005A)
    ACPI: MCFG 5fedfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TCPA 5fedfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TMOR 5fedfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
    ACPI: SLIC 5fedfdfa 00176 (v01 Compal CRESTLNE 06040000 TBD 00000001)
    ACPI: APIC 5fedff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 5fedffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SSDT 5fed98da 002C5 (v01 SataRe SataAhci 00001000 INTL 20050624)
    ACPI: SSDT 5fed8e4c 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed8da6 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed88c0 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: BIOS bug: multiple APIC/MADT found, using 0
    ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
    ACPI: Local APIC address 0xfee00000
    646MB 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 -> 0x0005fed0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0005fed0
    On node 0 totalpages: 392800
    free_area_init_node: node 0, pgdat c142d600, node_mem_map c1598020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3952 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 1294 pages used for memmap
    HighMem zone: 164292 pages, LIFO batch:31
    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[0x01] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    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: 40
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
    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 13 pages/cpu @c2400000 s31488 r0 d21760 u2097152
    pcpu-alloc: s31488 r0 d21760 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 389730
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2 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 7858220 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 - 000158fe8c] TEXT DATA BSS
    #3 [0001590000 - 0001596198] BRK
    #4 [00000f7bd0 - 0000100000] BIOS reserved
    #5 [00000f7bc0 - 00000f7bd0] MP-table mpf
    #6 [000009f800 - 000009fd71] BIOS reserved
    #7 [000009ff35 - 00000f7bc0] BIOS reserved
    #8 [000009fd71 - 000009ff35] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 00002a9000] NEW RAMDISK
    #13 [0001597000 - 0001598000] BOOTMEM
    #14 [0001598000 - 0002198000] BOOTMEM
    #15 [000158fec0 - 000158fec4] BOOTMEM
    #16 [000158ff00 - 000158ffc0] BOOTMEM
    #17 [00015961c0 - 0001596214] BOOTMEM
    #18 [0002198000 - 000219b000] BOOTMEM
    #19 [000158ffc0 - 0001590000] BOOTMEM
    #20 [000219b000 - 000219e000] BOOTMEM
    #21 [0001596240 - 0001596265] BOOTMEM
    #22 [0001596280 - 00015962a7] BOOTMEM
    #23 [00015962c0 - 0001596464] BOOTMEM
    #24 [0001596480 - 00015964c0] BOOTMEM
    #25 [00015964c0 - 0001596500] BOOTMEM
    #26 [0001596500 - 0001596540] BOOTMEM
    #27 [0001596540 - 0001596580] BOOTMEM
    #28 [0001596580 - 00015965c0] BOOTMEM
    #29 [00015965c0 - 0001596600] BOOTMEM
    #30 [0001596600 - 0001596640] BOOTMEM
    #31 [0001596640 - 0001596680] BOOTMEM
    #32 [0001596680 - 00015966c0] BOOTMEM
    #33 [00015966c0 - 0001596700] BOOTMEM
    #34 [0001596700 - 0001596740] BOOTMEM
    #35 [0001596740 - 0001596780] BOOTMEM
    #36 [0001596780 - 0001596790] BOOTMEM
    #37 [00015967c0 - 00015967d0] BOOTMEM
    #38 [0001596800 - 000159682d] BOOTMEM
    #39 [0001596840 - 000159686d] BOOTMEM
    #40 [0002400000 - 000240d000] BOOTMEM
    #41 [0002600000 - 000260d000] BOOTMEM
    #42 [0001596880 - 0001596884] BOOTMEM
    #43 [00015968c0 - 00015968c4] BOOTMEM
    #44 [0001596900 - 0001596908] BOOTMEM
    #45 [0001596940 - 0001596948] BOOTMEM
    #46 [0001596980 - 0001596a28] BOOTMEM
    #47 [0001596a40 - 0001596aa8] BOOTMEM
    #48 [000219e000 - 00021a2000] BOOTMEM
    #49 [00021a2000 - 0002222000] BOOTMEM
    #50 [0002222000 - 0002262000] BOOTMEM
    #51 [000260d000 - 0002d8b82c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0005fed0)
    Memory: 1542868k/1571648k available (3104k kernel code, 28332k reserved, 1205k data, 428k init, 662344k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1436000 - 0xc14a1000 ( 428 kB)
    .data : 0xc1308056 - 0xc1435820 (1205 kB)
    .text : 0xc1000000 - 0xc1308056 (3104 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.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1795.546 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.72 BogoMIPS (lpj=5985153)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    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
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    PEBS disabled due to CPU errata.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz stepping 0d
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU1: Thermal monitoring handled by SMI
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (7184.34 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: not using MMCONFIG
    PCI: PCI BIOS revision 2.10 entry at 0xfdde1, last bus=14
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 5fed95da 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed90ab 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 5fed9812 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed9555 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xdfffffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0x1800-0x181f]
    pci 0000:00:1a.1: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1a.7: reg 10: [mem 0xf8404800-0xf8404bff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xf8400000-0xf8403fff 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:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: PME# disabled
    pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.5: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.1: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.2: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf8404c00-0xf8404fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 1640 (mask 007f)
    pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 20: [io 0x18a0-0x18af]
    pci 0000:00:1f.2: reg 10: [io 0x18d8-0x18df]
    pci 0000:00:1f.2: reg 14: [io 0x18cc-0x18cf]
    pci 0000:00:1f.2: reg 18: [io 0x18d0-0x18d7]
    pci 0000:00:1f.2: reg 1c: [io 0x18c8-0x18cb]
    pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    pci 0000:00:1f.2: reg 24: [mem 0xf8404000-0xf84047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    pci 0000:01:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
    pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
    pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:04:00.0: reg 10: [mem 0xf0000000-0xf000ffff 64bit]
    pci 0000:04:00.0: PME# supported from D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0c:00.0: reg 10: [mem 0xf8000000-0xf8003fff]
    pci 0000:0c:00.0: supports D1 D2
    pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0e:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:0e:06.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:0e:06.0: reg 10: [mem 0xf8100000-0xf81007ff]
    pci 0000:0e:06.0: supports D1 D2
    pci 0000:0e:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.0: PME# disabled
    pci 0000:0e:06.1: reg 10: [mem 0xf8100800-0xf81008ff]
    pci 0000:0e:06.1: supports D1 D2
    pci 0000:0e:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.1: PME# disabled
    pci 0000:0e:06.2: reg 10: [mem 0xf8101000-0xf81010ff]
    pci 0000:0e:06.2: supports D1 D2
    pci 0000:0e:06.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.2: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (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.PEGP._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.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
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009f800 - 000000000009ffff
    reserve RAM buffer: 000000005fed0000 - 000000005fffffff
    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 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:06: [io 0x0680-0x069f] has been reserved
    system 00:06: [io 0x0800-0x080f] has been reserved
    system 00:06: [io 0x1000-0x107f] has been reserved
    system 00:06: [io 0x1180-0x11bf] has been reserved
    system 00:06: [io 0x1640-0x164f] has been reserved
    system 00:06: [io 0xfe00] has been reserved
    system 00:06: [io 0xff00-0xff7f] has been reserved
    pci 0000:00:1c.4: BAR 14: assigned [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: BAR 15: assigned [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1c.4: BAR 13: assigned [io 0x7000-0x7fff]
    pci 0000:00:1c.5: BAR 13: assigned [io 0x8000-0x8fff]
    pci 0000:00:1f.3: BAR 0: assigned [mem 0x60600000-0x606000ff]
    pci 0000:00:1f.3: BAR 0: set to [mem 0x60600000-0x606000ff] (PCI address [0x60600000-0x606000ff]
    pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
    pci 0000:00:1c.4: bridge window [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: bridge window [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0x8000-0x8fff]
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    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:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.4: setting latency timer to 64
    pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.5: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc6ffffff]
    pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbfffffff]
    pci_bus 0000:02: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf3ffffff]
    pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfbffffff 64bit pref]
    pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
    pci_bus 0000:06: resource 1 [mem 0xf4000000-0xf7ffffff]
    pci_bus 0000:06: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
    pci_bus 0000:08: resource 0 [io 0x6000-0x6fff]
    pci_bus 0000:08: resource 1 [mem 0xb4000000-0xb7ffffff]
    pci_bus 0000:08: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci_bus 0000:0a: resource 0 [io 0x7000-0x7fff]
    pci_bus 0000:0a: resource 1 [mem 0x60000000-0x601fffff]
    pci_bus 0000:0a: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
    pci_bus 0000:0c: resource 0 [io 0x8000-0x8fff]
    pci_bus 0000:0c: resource 1 [mem 0xf8000000-0xf80fffff]
    pci_bus 0000:0c: resource 2 [mem 0x60400000-0x605fffff 64bit pref]
    pci_bus 0000:0e: resource 1 [mem 0xf8100000-0xf81fffff]
    pci_bus 0000:0e: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:0e: resource 5 [mem 0x00000000-0xffffffff]
    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: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1700k freed
    Simple Boot Flag at 0x38 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1294159792.419:1): initialized
    highmem bounce pool size: 64 pages
    HugeTLB registered 4 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1723
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    intel_idle: MWAIT substates: 0x22220
    intel_idle: does not run on family 6 model 15
    ERST: Table is not found!
    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:PS2K,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
    rtc_cmos 00:07: RTC can wake from S4
    rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:07: setting system clock to 2011-01-04 16:49:53 UTC (1294159793)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 428k freed
    udev[38]: starting version 165
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    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 40 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404100 irq 40
    ata2: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404180 irq 40
    ata3: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404200 irq 40
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi3 : ata_piix
    scsi4 : ata_piix
    ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
    ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
    ata4.00: ATAPI: Slimtype DVDRW SSM-8515S, GS09, max UDMA/33
    ata4.00: configured for UDMA/33
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1.00: unexpected _GTF length (8)
    ata1.00: ATA-8: ST9320423AS, 0002SDM1, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: unexpected _GTF length (8)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST9320423AS 0002 PQ: 0 ANSI: 5
    scsi 3:0:0:0: CD-ROM Slimtype DVDRW SSM-8515S GS09 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 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 < sda5 sda6 sda7 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 3:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[839]: starting version 165
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    ACPI: acpi_idle registered with cpuidle
    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
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    Switching to clocksource hpet
    compal-laptop: Identified laptop model 'FL90/IFL90'
    cfg80211: Calling CRDA to update world regulatory domain
    compal-laptop: Driver 0.2.7 successfully loaded
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Linux agpgart interface v0.103
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    iTCO_vendor_support: vendor-support=0
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    sdhci-pci 0000:0e:06.1: SDHCI controller found [1180:0822] (rev 22)
    sdhci-pci 0000:0e:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
    sdhci-pci 0000:0e:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:0e:06.1] using DMA
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 3:0:0:0: Attached scsi generic sg1 type 5
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: WMI: Mapper loaded
    ACPI: AC Adapter [ACAD] (on-line)
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    acpi device:03: registered as cooling_device2
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
    ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8404800
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    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 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8404c00
    ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    firewire_ohci 0000:0e:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    psmouse serio1: ID: 10 00 64
    firewire_ohci: Added fw-ohci device 0000:0e:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    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 5
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
    hub 5-0:1.0: USB hub found
    hub 5-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 6
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
    hub 6-0:1.0: USB hub found
    hub 6-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 7
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    tg3.c:v3.113 (August 2, 2010)
    tg3 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    tg3 0000:04:00.0: setting latency timer to 64
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    usb 1-2: new high speed USB device using ehci_hcd and address 2
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    elantech: assuming hardware version 1, firmware version 2.0.4
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    tg3 0000:04:00.0: eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1b:38:55:15:a4
    tg3 0000:04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    elantech: Synaptics capabilities query result 0x10, 0x02, 0x64.
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    firewire_core: created device fw0: GUID 00023f79b240229a, S400
    b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    phy0: Selected rate control algorithm 'minstrel_ht'
    Registered led device: b43-phy0::tx
    Registered led device: b43-phy0::rx
    Registered led device: b43-phy0::radio
    Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
    input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b018)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input8
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: enabling device (0000 -> 0003)
    nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    fuse init (API version 7.15)
    Adding 3156768k swap on /dev/sda3. Priority:-1 extents:1 across:3156768k
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    last lines looks interesting, but I also checked mentioned Appendix A of README, and I found 8600M GT (PCI ID 0x0407) between supported chips.

  • Auto rebuilding module after kernel update?

    Hi,
    I'm using the package broadcom-wl on my Arch-laptop, and it has to be rebuilt everytime I update the kernel. That is no problem until you forget it once and have to go looking for that cable that the misses has thoroughly hidden from me.
    Is there a place where I can f.e. specify which modules have to be rebuilt after the kernel is updated? This package is in AUR, so that might pose another problem?
    THX

    ngoonee wrote:Why would you need an internet connection to rebuild it? Just leave the directory there and makepkg -fi again.
    Yeah, at that time, I didn't think of that...
    ngoonee wrote:As far as I know there's no support for what you're trying to do. Pacman hooks may come in the next version, it seems.
    That would be nice - I'll keep an eye on that one...

  • Kernel Panic after Software Update to 10.4.3

    What I'm about to say isn't definitive, but it documents my experience and by posting a message here it may help others. Take it for what it's worth ...
    Last night I accepted upgrade to 10.4.3, restarted the computer, and from that point forward I could not get past a kernel panic screen. Today I spent an hour at the Apple Store diagnosing and eventually reinstalling OS X. The tentative conclusion after all our efforts was that my older copy of Palm Desktop may have been the source of my problem as it was the only item which presented error messages in the new OS X install. Coincidently(?), Palm has just released a new version of Palm Desktop (see VersionTracker.com) which, once installed, took care of the problem.
    After installing all the Software Updates, I'm happily now back in business.
    Was so happy with my Genius that I bought a year of ProCare.
    Again, the Palm Desktop root cause is just educated guessing.
    Regards, Travis

    That is totally normal for 10.4.3 Tiger users to see that every time. There's an Apple doc. about it, but I can't find it right now. So, don't worry (I get them too!).
    Cheers!
    DALE

  • Kernel panic after yosemite update

    Problem description:
    Panic Report
    EtreCheck version: 2.1.1 (104)
    Report generated December 10, 2014 at 5:14:43 PM EST
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 2.7 GHz Intel Core i5 CPU: 4-core
      20 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      8 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      8 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 7:31:44
    Disk Information: ℹ️
      ST31000528AS disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (918.58 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
      Logitech USB Receiver
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple, Inc. Keyboard Hub
      Apple Inc. Apple Keyboard
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Adware: ℹ️
      Geneio [Remove]
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] com.logmein.hamachi (1.0) [Support]
      [loaded] com.symantec.kext.SymAPComm (12.7.1f4 - SDK 10.8) [Support]
      [not loaded] com.symantec.kext.filesecurity (12.7f4 - SDK 10.8) [Support]
      [loaded] com.symantec.kext.fw (5.3.1f4 - SDK 10.8) [Support]
      [loaded] com.symantec.kext.internetSecurity (5.4f4 - SDK 10.8) [Support]
      [loaded] com.symantec.kext.ips (3.9.2f1 - SDK 10.8) [Support]
      [loaded] com.symantec.kext.pf (5.7.1f4 - SDK 10.8) [Support]
    Launch Agents: ℹ️
      [invalid?] all-wcprops [Support]
      [invalid?] entries [Support]
      [invalid?] com.qvod.agent.plist.svn-base [Support]
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.adobe.AdobeCreativeCloud.plist [Support]
      [invalid?] com.genieo.engine.plist Adware! [Remove]
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.logmein.hamachimb.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.qvod.agent.plist [Support]
      [loaded] com.symantec.errorreporter-periodicagent.plist [Support]
      [loaded] com.symantec.nis.application.plist [Support]
      [running] com.symantec.uiagent.application.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [invalid?] com.logmein.hamachi.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.symantec.deepsight-extractor.plist [Support]
      [failed] com.symantec.errorreporter-periodic.plist [Support]
      [loaded] com.symantec.liveupdate.daemon.ondemand.plist [Support]
      [loaded] com.symantec.liveupdate.daemon.plist [Support]
      [not loaded] com.symantec.nav.migrateqtf.plist [Support]
      [running] com.symantec.sharedsettings.plist [Support]
      [running] com.symantec.symdaemon.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.Hyperlync.HubManager.plist [Support]
      [invalid?] com.nero.HSMMonitor.plist [Support]
    User Login Items: ℹ️
      EarthDesk Core Application (/Users/[redacted]/Library/PreferencePanes/EarthDesk.prefPane/Contents/Resource s/EarthDesk Core.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      QvodPlayerPlugin: Version: 1.0 - SDK 10.8 [Support]
      Unity Web Player: Version: UnityPlayer version 3.5.5f4 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Support]
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 [Support]
      NortonInternetSecurityBF: Version: 1.10.0 - SDK 10.6 [Support]
      QvodBrowserPlugin: Version: 1.0 - SDK 10.8 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      aThunderPlugIn: Version: Unknown
    Safari Extensions: ℹ️
      Norton Internet Security
    3rd Party Preference Panes: ℹ️
      EarthDesk  [Support]
      Flash Player  [Support]
      Java  [Support]
      Norton\nQuickMenu  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 80.77 GB
      Destinations:
      Data [Network]
      Total size: 2.00 TB
      Total number of backups: 62
      Oldest backup: 2014-03-19 17:41:23 +0000
      Last backup: 2014-12-10 21:38:22 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 80.77 GB X 3)
    Top Processes by CPU: ℹ️
          99% EarthDesk Core
          27% Dock
          13% mds
          3% WindowServer
          0% loginwindow
    Top Processes by Memory: ℹ️
      520 MB EarthDesk Core
      301 MB SymDaemon
      172 MB Google Chrome
      150 MB Safari
      133 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      14.55 GB Free RAM
      4.30 GB Active RAM
      898 MB Inactive RAM
      1.72 GB Wired RAM
      2.80 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 10, 2014, 09:43:57 AM Kernel_2014-12-10-094357_[redacted]s-iMac-3.panic [Details]
      Dec 10, 2014, 09:43:38 AM Self test - passed
      Dec 10, 2014, 12:54:15 AM EarthDesk Core_2014-12-10-005415_[redacted]s-iMac-3.cpu_resource.diag [Details]
      Dec 10, 2014, 12:11:13 AM SymDaemon_2014-12-10-001113_[redacted]s-iMac-3.crash
      Dec 9, 2014, 06:20:42 PM SymDaemon_2014-12-09-182042_[redacted]s-iMac-3.crash
      Dec 9, 2014, 04:11:57 PM EarthDesk Core_2014-12-09-161157_[redacted]s-iMac-3.cpu_resource.diag [Details]
      Dec 9, 2014, 06:38:29 AM EarthDesk Core_2014-12-09-063829_[redacted]s-iMac-3.cpu_resource.diag [Details]
      Dec 9, 2014, 03:17:11 AM EarthDesk Core_2014-12-09-031711_[redacted]s-iMac-3.cpu_resource.diag [Details]
      Dec 9, 2014, 03:13:23 AM Kernel_2014-12-09-031323_[redacted]s-iMac-3.panic [Details]
      Dec 9, 2014, 02:20:37 AM SymDaemon_2014-12-09-022037_[redacted]s-iMac-3.crash
      Dec 8, 2014, 06:36:48 PM EarthDesk Core_2014-12-08-183648_[redacted]s-iMac-3.cpu_resource.diag [Details]
      Dec 2, 2014, 03:38:35 PM Kernel_2014-12-02-153835_[redacted]s-iMac-3.panic [Details]

    EarthDesk Core is either crashed and may have started the panic, but in any case is using all your CPU time and slowing down the computer.
    Norton isn't needed and its components may slow down the computer or even cause panics. Unless you need to have anti-malware software installed because of your employer, then I would not bother with it.
    If you need to scan your disk for malware then use ClamXAV instead. Most attacks these days are from internet sites.
    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide, AdwareMedic, or Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • Kernel Panic after Leopard update on Powerbook G4

    I've updated my 15" Powerbook G4 to Leopard. Initially everything seemed ok (for about half an hour), but then I started to get Kernel Panics everytime my machine went to sleep.
    It also sometimes didn't start up - I heard the start-up sound, but the screen stayed dark. After resetting the PRAM it would work again. I replaced the RAM, but the problem persisted.
    I then thought it may be a hard disk problem, because when I booted from an external 10.5 or 10.4 disk, the problem was gone and my computer went to sleep without any problems.
    So I ended up buying a new hard disk for my Powerbook, installed Leopard, and it indeed looked as if the problem was solved - for half a day. Because it re-occured after leaving my machine on overnight to allow spotlight to index the HD. The next morning, it wouldn't wake up from sleep mode (the white indicator light at the front also wasn't on), I restarted and the problem came back. Everytime my machine tries to go to sleep, or I put it to sleep, I get a kernel panic.
    Any thoughts what this may be? I'd hate to have to go back to 10.4, but I also fear that it may be a hardware problem. Strange though that a replacement HD would fix it for a little while (or booting from an external HD).

    Hi Barry
    Thank you for your help. You may give me too much credit for my hardware knowledge, though. I can replace RAM, but that's about it. Everything else is done by my hardware genius friend at work.
    Nevertheless, I have now noticed that the problem seems to be specific for only one of my user accounts. Not surprisingly, the one I use most. None of my other accounts, including the admin account, are not affected. Wouldn't this argue against a hardware problem? Unless someone has a better idea, I may just have to delete this account and see if this will do the trick. Is there any way to painlessly migrate all the meat (keychain etc.) into a new account?
    Thanks a bunch for any help.
    Message was edited by: limulus1n

  • HT6531 Anyone else getting kernel panics after Security update 2014-005?

    I have a user with a brand new MBP, running 10.9.5 who installed Security Update 2014-005 on Friday morning. Ever since then, the machine has been crashing with kernel panics. We've done the usual Disk Util, etc. and it keeps happening. It would be terribly disruptive to have to rebuild the entire machine.

    The links to Apple Support articles sometimes won't load in Safari.
    Startup – Computer restarts by itself – Mountain Lion

  • MacBook Pro Retina kernel panics after xcode update

    I was updating my xcode to version 4.6 and it downloaded fine and when it began installing all the fans went high and the system kernal paniced and restarted. I thought it may have been a one time thing so I tried again and it did the same thing. ANy ideas? anyone else with the same issue? The system runs fine with no other issues besides that. Help!?

    I did not install the downloadable from the developer site after all. It turns out to be a link to the app store...!
    But, problem is solved for me:
    Tonight I installed the OS X 10.8.3 update. After that i retried updateing Xcode to 4.6.1 and it worked like a charm.
    I have no clue what was wrong before...

Maybe you are looking for

  • Updating transaction MD61 using information from inbound IDOC

    Is there any standard IDOC type for Planned Independent Requirement(having fields of table PBED and PBIM in its segment)?If such an IDOC type doesnt exist then i have to go for custom idoc type creation I have an inbound IDOC having 4 fields in its s

  • Switching Subscription from PC to Mac

    I'm a student looking to sign up for Adobe Creative Cloud/Photography. I currently have a PC, and would be installing the software on this computer. I may upgrade my computer choice to a Mac within the next year. Would I be able to maintain my subscr

  • Question: using links in report to copy data into form for update

    Hi there, I have a report that selects data from one a table, and i want to populate a form to update the report info and more info that a user will enter into another table. With alot of help I have managed to get the first 3 column fields across by

  • TDMS File Viewer not working in LabVIEW2009

    Anyone know how to get this to work in 2009. I believe this came from the forums and quit working when I upgrade to 2009. Solved! Go to Solution. Attachments: TDMS - File Viewer.vi ‏63 KB

  • Line-In for Guitar

    The macbook air does not have a line-in port for guitar recording through garage band can any one tell me how i can make it to record.