Kernel panic upon mounting local filesystems, yet Windows works fine

I recently got a free MacBook from Apple to replace my dying iBook G4 of almost 3 years. It's been working great. Got everything running great, Boot Camp'd it, and have enjoyed using it with both OSes.
Well, that is until a few days ago. My friend wanted to try out Parallels, so I let him boot up to it. It started acting slow (running off battery power, reduced CPU usage) so he forced a shutdown on it. Ever since then, OS X kernel panics on boot. Going into Safe Boot resulted in a kernel panic. Going into verbose mode reveals it panicking as it mounts the local filesystems (occasionally with a message about the Bluetooth idle timer stopping sandwiched between the mounting message and the panic message) Booted into single-user mode, ran a fsck, and it came up fine. Tried to boot from the bundled install DVD, but it only results in a kernel panic as well. Amazingly, through all of this, the Windows partition still works fine. I can also still use the Mac partition from Windows using MacDrive without a problem.
So, has the ghost of Bill Gates tried to overtake my MacBook, or have the little gnomes in there decided to mess with me? I'm pretty reluctant to say that it's the HD being corrupt, because as I mentioned before, the drive still works fine. All the hardware works fine under Windows as well.
Any help is appreciated.
Oh, and a snippet from the panic screen: (Didn't take the whole thing down, and I don't have a log to copy the text out of, seeing as it can't mount the drive to write the log to it)
panic(cpu 1 caller 0x001A31CE): Unresolved kernel trap (CPU 1, Type 14=page fault)
Sounds pretty typical for this sort of problem.

My workaround appears to have been successful.
1. Start MacBook in FireWire Target Disk Mode.
2. Make an image of the OS X partition on the host computer using Disk Utility.
3. Erase and zero the OS X partition using Disk utility
4. Restore the OS X Partition using Disk utility.
I previously tried zapping PRAM and following the other Apple provided techniques for trying to get the system to boot, so thos changes might also have been important, though I doubt it.
The key piece of information to determine whether this fix is for you is the kernel panic while attempting to mount you disk in single-suer mode. If the MacBook gives a kernel panic identical to the one listed by the OP. The steps above appear to be a valid fix for such a problem.
MacBook Core2Duo 2 GHz   Mac OS X (10.4.8)  

Similar Messages

  • Mounting local filesystem - FAIL (yet the fs still mounts...) [SOLVED]

    After modifying my time/date setup (setting the hardware clock to UTC, and using a custom timezone file) I started to get a [FAIL] message during boot (after the system had resynched to drive times to the system time), and shutdown.
    @ boot time
    Mounting local filesystem
            Ext3-fs: barriers not enabled
            kjournal starting. Commit interval 5 seconds
            Ext3-fs (sda4): using internal journal
            Ext3-fs (sda4): mounted filesystem with ordered data mode
                                                                                                                     [FAIL]
    @ shutdown
    Unmounting Filesystem                    [FAIL]
    Nothing seems to be negatively affected, and the boot and shutdown processes continue without even pausing, and sda4 (my /home directory) certainly seems to by mounted (since I'm using it now).
    I've run fsck at boot a couple times, but the drives keep coming back clean. I've tried using my old timezone setup, but the fail message persists. I've successfully unmounted and mounted sda4 as Root, trying to generate an error message of some kind, but all I get is a successfully unmounted, or mounted, drive. I've unmounted sda4 priod to shutdown as well, but the message persists.
    The only place in the logs the [FAIL] message shows up is in /var/log/boot:
    Mounting local filesystem   [BUSY]  [FAIL]
    I'm at a loss. I would like to fix this, if only to be sure that it's not a symptom of a larger problem. At the very least, I'd like to know what is causing it.
    Last edited by uxrs75 (2011-08-02 06:40:31)

    You interpret correctly, Logicien. BIOS is set to UTC; HARDWARECLOCK="UTC". Time and date are a-ok.
    I ran mkinitcpio -p kernel26, but the message persists. I also tried using the live cd, and mounting each of the drives in turn. All of them mounted successfully, with no error messages. To verify that it is sda4, I commented the sda4 line out in fstab, and rebooted the machine. I got:
    Mounting Local Filesystems [FAIL]
    but none of the Ext3-fs stuff, and the boot process continued successfully. I'm wondering if it's something else.
    I'll try adding quiet to the kernel boot line later this evening and see what that brings about.
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="PST"
    KEYMAP="uk"
    CONSOLEFONT="ter-116n.psf.gz"
    #CONSOLEMAP="8859-1"
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="darkstar"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng dbus !network !netfs crond alsa mpd)
    fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    #none /proc/bus/usb usbfs auto,busgid=101,busmode=0775,devgid=101,devmode=0664 0 0
    /dev/sr0 /media/sr0 auto ro,users,noauto,unhide 0 0
    /dev/sr1 /media/sr1 auto ro,users,noauto,unhide 0 0
    #/dev/sda1 /boot ext2 defaults 0 1
    #/dev/sda2 swap swap defaults 0 0
    #/dev/sda3 / ext3 defaults 0 1
    #/dev/sda4 /home ext3 defaults 0 1
    UUID=597bd99a-173b-4b23-947d-b8a50859bcdd /boot ext2 defaults 0 1
    UUID=a51a3b55-7c5c-45bb-96eb-79cfd1a77f54 swap swap defaults 0 0
    UUID=c6ecf0fe-d2c4-4743-b639-1550295b65c6 / ext3 defaults 0 1
    UUID=ff7030b8-890a-4673-bd1c-f502ca5efb2b /home ext3 defaults 0 1
    /dev/sdb1 /media/sdb1 auto noauto,owner,users 0 0
    /dev/sdb1 /media/sdb1 auto noauto,owner,users 0 0
    /dev/sdc1 /media/sdc1 auto noauto,owner,users 0 0
    /dev/sdd1 /media/sdd1 auto noauto,owner,users 0 0
    /dev/sde1 /media/sde1 auto noauto,owner,users 0 0
    /dev/sdf1 /media/sdf1 auto noauto,owner,users 0 0
    fdisk -l
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 208844 104422 83 Linux
    /dev/sda2 208845 738989 265072+ 82 Linux swap / Solaris
    /dev/sda3 738990 103153364 51207187+ 83 Linux
    /dev/sda4 103153365 976768064 436807350 83 Linux
    dumpe2fs -h /dev/sda1
    dumpe2fs 1.41.14 (22-Dec-2010)
    Filesystem volume name: <none>
    Last mounted on: <not available>
    Filesystem UUID: 597bd99a-173b-4b23-947d-b8a50859bcdd
    Filesystem magic number: 0xEF53
    Filesystem revision #: 1 (dynamic)
    Filesystem features: ext_attr resize_inode dir_index filetype sparse_super
    Filesystem flags: signed_directory_hash
    Default mount options: (none)
    Filesystem state: not clean
    Errors behavior: Continue
    Filesystem OS type: Linux
    Inode count: 26208
    Block count: 104420
    Reserved block count: 5221
    Free blocks: 84721
    Free inodes: 26177
    First block: 1
    Block size: 1024
    Fragment size: 1024
    Reserved GDT blocks: 256
    Blocks per group: 8192
    Fragments per group: 8192
    Inodes per group: 2016
    Inode blocks per group: 252
    Filesystem created: Fri Apr 30 20:35:47 2010
    Last mount time: Thu Aug 19 05:44:48 2010
    Last write time: Mon Aug 1 13:58:14 2011
    Mount count: 8
    Maximum mount count: 23
    Last checked: Mon Aug 1 07:23:24 2011
    Check interval: 15552000 (6 months)
    Next check after: Sat Jan 28 07:23:24 2012
    Reserved blocks uid: 0 (user root)
    Reserved blocks gid: 0 (group root)
    First inode: 11
    Inode size: 128
    Default directory hash: half_md4
    Directory Hash Seed: f5f22ff8-0cb1-4c30-a172-ead082f0ad8a
    dumpe2fs -h /dev/sda3
    dumpe2fs 1.41.14 (22-Dec-2010)
    Filesystem volume name: <none>
    Last mounted on: <not available>
    Filesystem UUID: c6ecf0fe-d2c4-4743-b639-1550295b65c6
    Filesystem magic number: 0xEF53
    Filesystem revision #: 1 (dynamic)
    Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
    Filesystem flags: signed_directory_hash
    Default mount options: (none)
    Filesystem state: clean
    Errors behavior: Continue
    Filesystem OS type: Linux
    Inode count: 3203072
    Block count: 12801796
    Reserved block count: 640089
    Free blocks: 10487133
    Free inodes: 3000642
    First block: 0
    Block size: 4096
    Fragment size: 4096
    Reserved GDT blocks: 1020
    Blocks per group: 32768
    Fragments per group: 32768
    Inodes per group: 8192
    Inode blocks per group: 512
    Filesystem created: Fri Apr 30 20:35:51 2010
    Last mount time: Mon Aug 1 13:58:14 2011
    Last write time: Mon Aug 1 07:22:14 2011
    Mount count: 8
    Maximum mount count: 23
    Last checked: Mon Aug 1 07:22:14 2011
    Check interval: 15552000 (6 months)
    Next check after: Sat Jan 28 07:22:14 2012
    Reserved blocks uid: 0 (user root)
    Reserved blocks gid: 0 (group root)
    First inode: 11
    Inode size: 256
    Required extra isize: 28
    Desired extra isize: 28
    Journal inode: 8
    First orphan inode: 262152
    Default directory hash: half_md4
    Directory Hash Seed: 08e3f2db-7bb4-41fc-9364-9a9f637951ff
    Journal backup: inode blocks
    Journal features: journal_incompat_revoke
    Journal size: 128M
    Journal length: 32768
    Journal sequence: 0x0007df4e
    Journal start: 1
    dumpe2fs -h /dev/sda4
    dumpe2fs 1.41.14 (22-Dec-2010)
    Filesystem volume name: <none>
    Last mounted on: <not available>
    Filesystem UUID: ff7030b8-890a-4673-bd1c-f502ca5efb2b
    Filesystem magic number: 0xEF53
    Filesystem revision #: 1 (dynamic)
    Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
    Filesystem flags: signed_directory_hash
    Default mount options: (none)
    Filesystem state: clean
    Errors behavior: Continue
    Filesystem OS type: Linux
    Inode count: 27303936
    Block count: 109201837
    Reserved block count: 5460091
    Free blocks: 80860937
    Free inodes: 27074933
    First block: 0
    Block size: 4096
    Fragment size: 4096
    Reserved GDT blocks: 997
    Blocks per group: 32768
    Fragments per group: 32768
    Inodes per group: 8192
    Inode blocks per group: 512
    Filesystem created: Fri Apr 30 20:36:07 2010
    Last mount time: Mon Aug 1 13:58:14 2011
    Last write time: Mon Aug 1 13:58:14 2011
    Mount count: 8
    Maximum mount count: 25
    Last checked: Mon Aug 1 07:23:25 2011
    Check interval: 15552000 (6 months)
    Next check after: Sat Jan 28 07:23:25 2012
    Reserved blocks uid: 0 (user root)
    Reserved blocks gid: 0 (group root)
    First inode: 11
    Inode size: 256
    Required extra isize: 28
    Desired extra isize: 28
    Journal inode: 8
    Default directory hash: half_md4
    Directory Hash Seed: e8dbb219-f7fe-4878-96b6-9137361ce1e2
    Journal backup: inode blocks
    Journal features: journal_incompat_revoke
    Journal size: 128M
    Journal length: 32768
    Journal sequence: 0x0011b560
    Journal start: 1
    Last edited by uxrs75 (2011-08-02 06:19:11)

  • Loading Modules and Mounting Local Filesystems failed during boot

    Hi all,
    since 2-3 weeks I've had some FAIL during the boot (after having upgraded the system, I remember that there was involved an upgrade of init script probably, or something connected with the booting process).
    [gianluca@gianluca-laptop ~]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
    [ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ba60000 (usable)
    [ 0.000000] BIOS-e820: 000000007ba60000 - 000000007babf000 (reserved)
    [ 0.000000] BIOS-e820: 000000007babf000 - 000000007bb80000 (usable)
    [ 0.000000] BIOS-e820: 000000007bb80000 - 000000007bbbf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007bbbf000 - 000000007bbe2000 (usable)
    [ 0.000000] BIOS-e820: 000000007bbe2000 - 000000007bbf7000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007bbf7000 - 000000007bc00000 (usable)
    [ 0.000000] BIOS-e820: 000000007bc00000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: Acer Aspire 1810TZ/JM11-MS, BIOS v1.3314 08/31/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7bc00 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 2 base 040000000 mask FC0000000 write-back
    [ 0.000000] 3 base 07C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 07BC00000 mask FFFC00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 7b8a0000 - 7ba50000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fdbda
    [ 0.000000] Move RAMDISK from 000000007b8a0000 - 000000007ba4fbd9 to 3764e000 - 377fdbd9
    [ 0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
    [ 0.000000] ACPI: XSDT 7bbf6120 0006C (v01 ACRSYS ACRPRDCT 00000001 01000013)
    [ 0.000000] ACPI: FACP 7bbf4000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: DSDT 7bbe8000 073EA (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: FACS 7bb8d000 00040
    [ 0.000000] ACPI: DMAR 7bbf5000 00068 (v01 ? 00000001 00000000)
    [ 0.000000] ACPI: HPET 7bbf3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: APIC 7bbf2000 0006C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: MCFG 7bbf1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: ASF! 7bbf0000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: SLIC 7bbe7000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: BOOT 7bbe6000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: SSDT 7bbe2000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1092MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007bc00
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[5] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ba60
    [ 0.000000] 0: 0x0007babf -> 0x0007bb80
    [ 0.000000] 0: 0x0007bbbf -> 0x0007bbe2
    [ 0.000000] 0: 0x0007bbf7 -> 0x0007bc00
    [ 0.000000] On node 0 totalpages: 506587
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f66d5200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2185 pages used for memmap
    [ 0.000000] HighMem zone: 277190 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:78000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27648 r0 d21504 u1048576
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 502626
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 8109824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] ------------[ cut here ]------------
    [ 0.000000] WARNING: at drivers/pci/dmar.c:634 warn_invalid_dmar+0x98/0xb0()
    [ 0.000000] Hardware name: Aspire 1810TZ
    [ 0.000000] Your BIOS is broken; DMAR reported at address 0!
    [ 0.000000] BIOS vendor: INSYDE; Ver: v1.3314; Product Version: v1.3314
    [ 0.000000] Modules linked in:
    [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.39-ARCH #1
    [ 0.000000] Call Trace:
    [ 0.000000] [<c1046112>] warn_slowpath_common+0x72/0xa0
    [ 0.000000] [<c11e3dd8>] ? warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c11e3dd8>] ? warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c10461a2>] warn_slowpath_fmt_taint+0x32/0x40
    [ 0.000000] [<c11e3dd8>] warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c14cba32>] check_zero_address+0x57/0x12b
    [ 0.000000] [<c12250cd>] ? acpi_get_table_with_size+0x59/0xb3
    [ 0.000000] [<c14cbb18>] detect_intel_iommu+0x12/0x78
    [ 0.000000] [<c14ad67e>] pci_iommu_alloc+0x35/0x5a
    [ 0.000000] [<c14b92c3>] mem_init+0xe/0x26d
    [ 0.000000] [<c14c3396>] ? __alloc_bootmem_node_nopanic+0x72/0x98
    [ 0.000000] [<c1342afc>] ? printk+0x1d/0x1f
    [ 0.000000] [<c14c5183>] ? page_cgroup_init_flatmem+0x8f/0xbc
    [ 0.000000] [<c14a85cc>] start_kernel+0x1a0/0x357
    [ 0.000000] [<c14a81bd>] ? loglevel+0x18/0x18
    [ 0.000000] [<c14a80b3>] i386_start_kernel+0xb3/0xb9
    [ 0.000000] ---[ end trace a7919e7f17c0a725 ]---
    [ 0.000000] Disabling lock debugging due to kernel taint
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007bc00)
    [ 0.000000] Memory: 1993572k/2027520k available (3376k kernel code, 32776k reserved, 1390k data, 512k init, 1117500k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1296.656 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.36 BogoMIPS (lpj=4322186)
    [ 0.003344] pid_max: default: 32768 minimum: 301
    [ 0.003415] Security Framework initialized
    [ 0.003422] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003458] Mount-cache hash table entries: 512
    [ 0.003763] Initializing cgroup subsys ns
    [ 0.003768] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.003772] Initializing cgroup subsys cpuacct
    [ 0.003793] Initializing cgroup subsys memory
    [ 0.003809] Initializing cgroup subsys devices
    [ 0.003813] Initializing cgroup subsys freezer
    [ 0.003816] Initializing cgroup subsys net_cls
    [ 0.003819] Initializing cgroup subsys blkio
    [ 0.003876] CPU: Physical Processor ID: 0
    [ 0.003879] CPU: Processor Core ID: 0
    [ 0.003883] mce: CPU supports 6 MCE banks
    [ 0.003894] CPU0: Thermal monitoring enabled (TM2)
    [ 0.003899] using mwait in idle threads.
    [ 0.005672] ACPI: Core revision 20110316
    [ 0.016682] ftrace: allocating 15225 entries in 30 pages
    [ 0.020059] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056606] CPU0: Genuine Intel(R) CPU U4100 @ 1.30GHz stepping 0a
    [ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073511] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100013] CPU 1 irqstacks, hard=f54f6000 soft=f54f8000
    [ 0.100017] Booting Node 0, Processors #1
    [ 0.100021] smpboot cpu 1: start_ip = 9a000
    [ 0.006666] Initializing CPU#1
    [ 0.196688] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203327] Brought up 2 CPUs
    [ 0.203331] Total of 2 processors activated (5188.93 BogoMIPS).
    [ 0.204780] devtmpfs: initialized
    [ 0.204780] PM: Registering ACPI NVS region at 7bb80000 (258048 bytes)
    [ 0.206812] print_constraints: dummy:
    [ 0.206898] NET: Registered protocol family 16
    [ 0.207056] ACPI: bus type pci registered
    [ 0.207200] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.207205] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.207209] PCI: Using MMCONFIG for extended config space
    [ 0.207212] PCI: Using configuration type 1 for base access
    [ 0.207951] bio: create slab <bio-0> at 0
    [ 0.211250] ACPI: EC: Look up EC in DSDT
    [ 0.214102] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.217442] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.218088] ACPI: SSDT 7ba6fc98 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.218783] ACPI: Dynamic OEM Table Load:
    [ 0.218788] ACPI: SSDT (null) 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.219036] ACPI: SSDT 7ba6d598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.219702] ACPI: Dynamic OEM Table Load:
    [ 0.219706] ACPI: SSDT (null) 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.237115] ACPI: SSDT 7ba6ee18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.237838] ACPI: Dynamic OEM Table Load:
    [ 0.237843] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.246829] ACPI: SSDT 7ba6ff18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.247515] ACPI: Dynamic OEM Table Load:
    [ 0.247520] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.257074] ACPI: Interpreter enabled
    [ 0.257081] ACPI: (supports S0 S3 S4 S5)
    [ 0.257124] ACPI: Using IOAPIC for interrupt routing
    [ 0.265711] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.265982] ACPI: No dock devices found.
    [ 0.265985] HEST: Table not found.
    [ 0.265991] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.266509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.267544] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.267549] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.267553] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.267560] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff]
    [ 0.267579] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
    [ 0.267613] DMAR: Forcing write-buffer flush capability
    [ 0.267616] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.267647] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
    [ 0.267668] pci 0000:00:02.0: reg 10: [mem 0x90000000-0x903fffff 64bit]
    [ 0.267681] pci 0000:00:02.0: reg 18: [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.267691] pci 0000:00:02.0: reg 20: [io 0x30d0-0x30d7]
    [ 0.267738] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
    [ 0.267756] pci 0000:00:02.1: reg 10: [mem 0x92400000-0x924fffff 64bit]
    [ 0.267863] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.267945] pci 0000:00:1a.0: reg 20: [io 0x30a0-0x30bf]
    [ 0.268041] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.272125] pci 0000:00:1a.7: reg 10: [mem 0x94504c00-0x94504fff]
    [ 0.296690] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.296698] pci 0000:00:1a.7: PME# disabled
    [ 0.296734] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.296759] pci 0000:00:1b.0: reg 10: [mem 0x94500000-0x94503fff 64bit]
    [ 0.296845] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.296852] pci 0000:00:1b.0: PME# disabled
    [ 0.296883] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.296968] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.296974] pci 0000:00:1c.0: PME# disabled
    [ 0.297011] pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
    [ 0.297098] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.297105] pci 0000:00:1c.3: PME# disabled
    [ 0.297148] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.297230] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f]
    [ 0.297313] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.297391] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f]
    [ 0.297471] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.297552] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f]
    [ 0.297646] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.302125] pci 0000:00:1d.7: reg 10: [mem 0x94504800-0x94504bff]
    [ 0.328820] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.328828] pci 0000:00:1d.7: PME# disabled
    [ 0.328858] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.328949] pci 0000:00:1f.0: [8086:2917] type 0 class 0x000601
    [ 0.329112] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
    [ 0.329145] pci 0000:00:1f.2: reg 10: [io 0x30c8-0x30cf]
    [ 0.329159] pci 0000:00:1f.2: reg 14: [io 0x30dc-0x30df]
    [ 0.329172] pci 0000:00:1f.2: reg 18: [io 0x30c0-0x30c7]
    [ 0.329185] pci 0000:00:1f.2: reg 1c: [io 0x30d8-0x30db]
    [ 0.329199] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f]
    [ 0.329212] pci 0000:00:1f.2: reg 24: [mem 0x94504000-0x945047ff]
    [ 0.329268] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.329274] pci 0000:00:1f.2: PME# disabled
    [ 0.329302] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
    [ 0.329328] pci 0000:00:1f.3: reg 10: [mem 0x94505000-0x945050ff 64bit]
    [ 0.329362] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
    [ 0.329486] pci 0000:01:00.0: [1969:1063] type 0 class 0x000200
    [ 0.329519] pci 0000:01:00.0: reg 10: [mem 0x93500000-0x9353ffff 64bit]
    [ 0.329537] pci 0000:01:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.329645] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.329653] pci 0000:01:00.0: PME# disabled
    [ 0.333336] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.333343] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.333349] pci 0000:00:1c.0: bridge window [mem 0x93500000-0x944fffff]
    [ 0.333360] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.333454] pci 0000:02:00.0: [8086:0083] type 0 class 0x000280
    [ 0.333498] pci 0000:02:00.0: reg 10: [mem 0x92500000-0x92501fff 64bit]
    [ 0.333662] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.333671] pci 0000:02:00.0: PME# disabled
    [ 0.340004] pci 0000:00:1c.3: PCI bridge to [bus 02-02]
    [ 0.340011] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
    [ 0.340018] pci 0000:00:1c.3: bridge window [mem 0x92500000-0x934fffff]
    [ 0.340028] pci 0000:00:1c.3: bridge window [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.340121] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.340128] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.340135] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.340145] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.340150] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.340154] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.340158] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.340163] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
    [ 0.340186] pci_bus 0000:00: on NUMA node 0
    [ 0.340192] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.340631] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.340734] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.340832] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.340835] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.348405] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348504] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348599] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348693] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12)
    [ 0.348788] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.348886] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.348981] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.349075] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.349214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.349232] vgaarb: loaded
    [ 0.349386] PCI: Using ACPI for IRQ routing
    [ 0.349389] PCI: pci_cache_line_size set to 64 bytes
    [ 0.349500] reserve RAM buffer: 000000000009e000 - 000000000009ffff
    [ 0.349504] reserve RAM buffer: 000000007ba60000 - 000000007bffffff
    [ 0.349510] reserve RAM buffer: 000000007bb80000 - 000000007bffffff
    [ 0.349514] reserve RAM buffer: 000000007bbe2000 - 000000007bffffff
    [ 0.349518] reserve RAM buffer: 000000007bc00000 - 000000007bffffff
    [ 0.349695] NetLabel: Initializing
    [ 0.349698] NetLabel: domain hash size = 128
    [ 0.349700] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.349720] NetLabel: unlabeled traffic allowed by default
    [ 0.349740] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.349748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.349756] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.359999] Switching to clocksource hpet
    [ 0.363178] Switched to NOHz mode on CPU #0
    [ 0.363276] Switched to NOHz mode on CPU #1
    [ 0.370116] pnp: PnP ACPI init
    [ 0.370143] ACPI: bus type pnp registered
    [ 0.370722] pnp 00:00: [bus 00-ff]
    [ 0.370727] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.370731] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.370735] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.370739] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.370743] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.370747] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.370751] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.370755] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.370759] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.370763] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.370767] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.370770] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.370774] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.370778] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.370782] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.370786] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.370790] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.370794] pnp 00:00: [mem 0x80000000-0xfebfffff window]
    [ 0.370798] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.370911] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.371140] pnp 00:01: [io 0x002e-0x002f]
    [ 0.371144] pnp 00:01: [io 0x004e-0x004f]
    [ 0.371148] pnp 00:01: [io 0x164e-0x164f]
    [ 0.371151] pnp 00:01: [io 0x0061]
    [ 0.371154] pnp 00:01: [io 0x0070]
    [ 0.371157] pnp 00:01: [io 0x0080]
    [ 0.371160] pnp 00:01: [io 0x0092]
    [ 0.371163] pnp 00:01: [io 0x00b2-0x00b3]
    [ 0.371167] pnp 00:01: [io 0x0063]
    [ 0.371170] pnp 00:01: [io 0x0065]
    [ 0.371173] pnp 00:01: [io 0x0067]
    [ 0.371176] pnp 00:01: [io 0x0600-0x060f]
    [ 0.371180] pnp 00:01: [io 0x0610]
    [ 0.371183] pnp 00:01: [io 0x0800-0x080f]
    [ 0.371186] pnp 00:01: [io 0x0810-0x0817]
    [ 0.371190] pnp 00:01: [io 0x0820-0x0823]
    [ 0.371193] pnp 00:01: [io 0x0400-0x047f]
    [ 0.371196] pnp 00:01: [io 0x0500-0x053f]
    [ 0.371200] pnp 00:01: [mem 0xf8000000-0xfbffffff]
    [ 0.371203] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
    [ 0.371211] pnp 00:01: [mem 0xfed10000-0xfed13fff]
    [ 0.371215] pnp 00:01: [mem 0xfed18000-0xfed18fff]
    [ 0.371218] pnp 00:01: [mem 0xfed19000-0xfed19fff]
    [ 0.371222] pnp 00:01: [mem 0xfec00000-0xfec00fff]
    [ 0.371225] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
    [ 0.371229] pnp 00:01: [mem 0xfed40000-0xfed44fff]
    [ 0.371232] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
    [ 0.371236] pnp 00:01: [mem 0xfee00000-0xfee00fff]
    [ 0.371273] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.3 BAR 13 [io 0x1000-0x1fff]
    [ 0.371372] system 00:01: [io 0x0600-0x060f] has been reserved
    [ 0.371377] system 00:01: [io 0x0610] has been reserved
    [ 0.371381] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.371386] system 00:01: [io 0x0810-0x0817] has been reserved
    [ 0.371390] system 00:01: [io 0x0820-0x0823] has been reserved
    [ 0.371394] system 00:01: [io 0x0400-0x047f] has been reserved
    [ 0.371399] system 00:01: [io 0x0500-0x053f] has been reserved
    [ 0.371405] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.371410] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.371414] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.371419] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.371424] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.371429] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.371434] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.371438] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.371443] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.371448] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.371453] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.371471] pnp 00:02: [io 0x0000-0x001f]
    [ 0.371474] pnp 00:02: [io 0x0081-0x0091]
    [ 0.371478] pnp 00:02: [io 0x0093-0x009f]
    [ 0.371481] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.371485] pnp 00:02: [dma 4]
    [ 0.371537] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.371576] pnp 00:03: [io 0x0070-0x0077]
    [ 0.371630] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.371735] pnp 00:04: [irq 0 disabled]
    [ 0.371750] pnp 00:04: [irq 8]
    [ 0.371753] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 0.371809] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.371828] pnp 00:05: [io 0x00f0]
    [ 0.371835] pnp 00:05: [irq 13]
    [ 0.371889] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.371907] pnp 00:06: [mem 0xff800000-0xffffffff]
    [ 0.371965] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.371991] pnp 00:07: [io 0x0060]
    [ 0.371995] pnp 00:07: [io 0x0064]
    [ 0.372003] pnp 00:07: [irq 1]
    [ 0.372061] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.372090] pnp 00:08: [irq 12]
    [ 0.372150] pnp 00:08: Plug and Play ACPI device, IDs SYN1b20 PNP0f13 (active)
    [ 0.372300] pnp: PnP ACPI: found 9 devices
    [ 0.372303] ACPI: ACPI bus type pnp unregistered
    [ 0.409749] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.409755] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.409764] pci 0000:00:1c.0: bridge window [mem 0x93500000-0x944fffff]
    [ 0.409772] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.409782] pci 0000:00:1c.3: PCI bridge to [bus 02-02]
    [ 0.409787] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
    [ 0.409795] pci 0000:00:1c.3: bridge window [mem 0x92500000-0x934fffff]
    [ 0.409802] pci 0000:00:1c.3: bridge window [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.409812] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.409815] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.409823] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.409829] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.409853] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.409861] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.409875] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.409881] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.409891] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.409897] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.409901] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.409905] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.409909] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
    [ 0.409914] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.409918] pci_bus 0000:01: resource 1 [mem 0x93500000-0x944fffff]
    [ 0.409922] pci_bus 0000:01: resource 2 [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.409927] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.409931] pci_bus 0000:02: resource 1 [mem 0x92500000-0x934fffff]
    [ 0.409935] pci_bus 0000:02: resource 2 [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.409940] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.409943] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.409947] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.409952] pci_bus 0000:03: resource 7 [mem 0x80000000-0xfebfffff]
    [ 0.410023] NET: Registered protocol family 2
    [ 0.410132] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.410465] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.411087] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.411362] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.411366] TCP reno registered
    [ 0.411370] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.411381] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.411559] NET: Registered protocol family 1
    [ 0.411580] pci 0000:00:02.0: Boot video device
    [ 0.440052] PCI: CLS 64 bytes, default 64
    [ 0.440120] Unpacking initramfs...
    [ 0.493687] Freeing initrd memory: 1728k freed
    [ 0.494435] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
    [ 0.494439] Simple Boot Flag at 0x44 set to 0x1
    [ 0.494754] apm: BIOS not found.
    [ 0.494943] audit: initializing netlink socket (disabled)
    [ 0.494958] type=2000 audit(1312551622.493:1): initialized
    [ 0.495391] highmem bounce pool size: 64 pages
    [ 0.495398] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.498715] VFS: Disk quotas dquot_6.5.2
    [ 0.498846] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.499018] msgmni has been set to 1714
    [ 0.499314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.499357] io scheduler noop registered
    [ 0.499361] io scheduler deadline registered
    [ 0.499380] io scheduler cfq registered (default)
    [ 0.499553] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.499624] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.499729] pcieport 0000:00:1c.3: setting latency timer to 64
    [ 0.499792] pcieport 0000:00:1c.3: irq 41 for MSI/MSI-X
    [ 0.500070] intel_idle: MWAIT substates: 0x22220
    [ 0.500074] intel_idle: does not run on family 6 model 23
    [ 0.500082] ERST: Table is not found!
    [ 0.500103] isapnp: Scanning for PnP cards...
    [ 0.857044] isapnp: No Plug & Play device found
    [ 0.857122] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.060716] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    [ 1.068400] i8042: Detected active multiplexing controller, rev 1.1
    [ 1.071789] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.071804] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 1.071809] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 1.071813] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 1.071818] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 1.072099] mousedev: PS/2 mouse device common for all mice
    [ 1.072185] rtc_cmos 00:03: RTC can wake from S4
    [ 1.086817] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.086852] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.086887] cpuidle: using governor ladder
    [ 1.086890] cpuidle: using governor menu
    [ 1.087261] TCP cubic registered
    [ 1.087265] NET: Registered protocol family 17
    [ 1.087276] Registering the dns_resolver key type
    [ 1.087307] Using IPI No-Shortcut mode
    [ 1.087437] PM: Hibernation image not present or could not be loaded.
    [ 1.087445] registered taskstats version 1
    [ 1.087957] rtc_cmos 00:03: setting system clock to 2011-08-05 13:40:23 UTC (1312551623)
    [ 1.088039] Initializing network drop monitor service
    [ 1.088128] Freeing unused kernel memory: 512k freed
    [ 1.088469] Write protecting the kernel text: 3380k
    [ 1.088507] Write protecting the kernel read-only data: 1028k
    [ 1.093885] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.106227] udevd[54]: starting version 171
    [ 1.236052] SCSI subsystem initialized
    [ 1.269724] libata version 3.00 loaded.
    [ 1.282619] ahci 0000:00:1f.2: version 3.0
    [ 1.282637] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.282703] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 1.282767] ahci: SSS flag set, parallel bus scan disabled
    [ 1.282814] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 1.282820] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led pmp pio slum part ccc ems
    [ 1.282828] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.301035] scsi0 : ahci
    [ 1.301194] scsi1 : ahci
    [ 1.301318] scsi2 : ahci
    [ 1.301438] scsi3 : ahci
    [ 1.301557] scsi4 : ahci
    [ 1.301679] scsi5 : ahci
    [ 1.301772] ata1: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504100 irq 42
    [ 1.301778] ata2: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504180 irq 42
    [ 1.301782] ata3: DUMMY
    [ 1.301784] ata4: DUMMY
    [ 1.301788] ata5: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504300 irq 42
    [ 1.301793] ata6: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504380 irq 42
    [ 1.496710] Refined TSC clocksource calibration: 1296.749 MHz.
    [ 1.496717] Switching to clocksource tsc
    [ 1.786699] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.787736] ata1.00: ATA-8: Hitachi HTS543225L9A300, FBEOC40C, max UDMA/133
    [ 1.787741] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.788946] ata1.00: configured for UDMA/133
    [ 1.789123] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54322 FBEO PQ: 0 ANSI: 5
    [ 2.106690] ata2: SATA link down (SStatus 0 SControl 300)
    [ 2.426689] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.746690] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.760584] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 2.760671] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.760676] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.760709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.798506] sda: sda1 sda2 sda3 sda4
    [ 2.799028] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.310879] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.653828] udevd[228]: starting version 173
    [ 4.958869] ACPI: acpi_idle registered with cpuidle
    [ 4.959125] Monitor-Mwait will be used to enter C-1 state
    [ 4.959159] Monitor-Mwait will be used to enter C-2 state
    [ 4.959167] Marking TSC unstable due to TSC halts in idle
    [ 4.959208] Switching to clocksource hpet
    [ 5.052561] fuse init (API version 7.16)
    [ 5.094399] acerhdf: Acer Aspire One Fan driver, v.0.5.24
    [ 5.094431] acerhdf: unknown (unsupported) BIOS version Acer/Aspire 1810TZ/v1.3314, please report, aborting!
    [ 5.377790] Linux agpgart interface v0.103
    [ 5.381930] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.382452] ACPI: AC Adapter [ACAD] (off-line)
    [ 5.389644] wmi: Mapper loaded
    [ 5.390172] iTCO_vendor_support: vendor-support=0
    [ 5.532413] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 5.532424] ACPI: Power Button [PWRB]
    [ 5.532507] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 5.548014] acer_wmi: Acer Laptop ACPI-WMI Extras
    [ 5.550648] acer_wmi: Brightness must be controlled by generic video driver
    [ 5.554953] ACPI: Lid Switch [LID0]
    [ 5.555062] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 5.555072] ACPI: Sleep Button [SLPB]
    [ 5.555166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.555173] ACPI: Power Button [PWRF]
    [ 5.560994] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.569140] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.569153] ACPI: Battery Slot [BAT1] (battery present)
    [ 5.570951] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 5.573564] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
    [ 5.573653] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.602755] usbcore: registered new interface driver usbfs
    [ 5.602793] usbcore: registered new interface driver hub
    [ 5.606733] usbcore: registered new device driver usb
    [ 5.623405] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.659329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 5.659373] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 5.659401] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 5.659407] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 5.659455] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 5.670065] ehci_hcd 0000:00:1a.7: debug port 1
    [ 5.673944] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 5.673971] ehci_hcd 0000:00:1a.7: irq 19, io mem 0x94504c00
    [ 5.690924] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 5.691336] hub 1-0:1.0: USB hub found
    [ 5.691345] hub 1-0:1.0: 2 ports detected
    [ 5.691477] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 5.691508] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 5.691514] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 5.691528] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 5.702271] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.706752] ehci_hcd 0000:00:1d.7: debug port 1
    [ 5.710655] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 5.710683] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x94504800
    [ 5.723379] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 5.723603] hub 2-0:1.0: USB hub found
    [ 5.723610] hub 2-0:1.0: 6 ports detected
    [ 5.724256] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 5.724463] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.725927] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 5.726502] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000
    [ 5.802604] uhci_hcd: USB Universal Host Controller Interface driver
    [ 5.802687] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.802702] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 5.802709] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 5.802732] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 5.813675] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030a0
    [ 5.814571] hub 3-0:1.0: USB hub found
    [ 5.814580] hub 3-0:1.0: 2 ports detected
    [ 5.814712] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 5.814725] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 5.814730] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 5.814748] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 5.823482] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
    [ 5.824221] hub 4-0:1.0: USB hub found
    [ 5.824230] hub 4-0:1.0: 2 ports detected
    [ 5.824360] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 5.824373] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 5.824378] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 5.824392] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    [ 5.836745] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
    [ 5.836988] hub 5-0:1.0: USB hub found
    [ 5.836995] hub 5-0:1.0: 2 ports detected
    [ 5.837118] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 5.837130] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 5.837135] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 5.837148] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    [ 5.846757] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00003040
    [ 5.846997] hub 6-0:1.0: USB hub found
    [ 5.847004] hub 6-0:1.0: 2 ports detected
    [ 5.869833] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.909784] [drm] Initialized drm 1.1.0 20060810
    [ 5.926221] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.926238] atl1c 0000:01:00.0: setting latency timer to 64
    [ 6.014499] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
    [ 6.022590] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.022599] i915 0000:00:02.0: setting latency timer to 64
    [ 6.033370] usb 2-5: new high speed USB device number 2 using ehci_hcd
    [ 6.045183] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 6.045188] iwlagn: Copyright(c) 2003-2010 Intel Corporation
    [ 6.045269] iwlagn 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 6.045281] iwlagn 0000:02:00.0: setting latency timer to 64
    [ 6.045314] iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
    [ 6.066230] iwlagn 0000:02:00.0: device EEPROM VER=0x15d, CALIB=0x6
    [ 6.066236] iwlagn 0000:02:00.0: Device SKU: 0X9
    [ 6.066240] iwlagn 0000:02:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
    [ 6.066261] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
    [ 6.066513] iwlagn 0000:02:00.0: irq 43 for MSI/MSI-X
    [ 6.071614] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 6.071623] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.071626] [drm] Driver supports precise vblank timestamp query.
    [ 6.167372] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.236519] iwlagn 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138
    [ 6.236889] Registered led device: phy0-led
    [ 6.309104] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 6.435863] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
    [ 6.480908] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
    [ 6.507822] Linux media interface: v0.10
    [ 6.580021] Linux video capture interface: v2.00
    [ 6.591629] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
    [ 6.608274] input: WebCam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input7
    [ 6.608368] usbcore: registered new interface driver uvcvideo
    [ 6.608371] USB Video Class driver (v1.0.0)
    [ 6.624890] fbcon: inteldrmfb (fb0) is primary device
    [ 6.671041] Console: switching to colour frame buffer device 170x48
    [ 6.678170] fb0: inteldrmfb frame buffer device
    [ 6.678173] drm: registered panic notifier
    [ 6.679734] acpi device:03: registered as cooling_device2
    [ 6.679988] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 6.680104] ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no)
    [ 6.680793] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.680840] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 6.680937] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 6.680975] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 6.802470] hda_codec: ALC269: BIOS auto-probing.
    [ 6.803832] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 6.833736] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 6.833855] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.406870] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 8.676079] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.886041] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    [ 12.277210] atl1c 0000:01:00.0: irq 46 for MSI/MSI-X
    [ 12.600410] /dev/vmmon[897]: Module vmmon: registered with major=10 minor=165
    [ 12.600421] /dev/vmmon[897]: Module vmmon: initialized
    [ 12.646908] /dev/vmci[905]: VMCI: Driver initialized.
    [ 12.647204] /dev/vmci[905]: Module vmci: registered with major=10 minor=58
    [ 12.647209] /dev/vmci[905]: Module vmci: initialized
    [ 12.827251] ppdev: user-space parallel port driver
    [ 13.786476] /dev/vmnet: open called by PID 979 (vmnet-dhcpd)
    [ 13.786488] /dev/vmnet: hub 1 does not exist, allocating memory.
    [ 13.786521] /dev/vmnet: port on hub 1 successfully opened
    [ 13.801438] /dev/vmnet: open called by PID 981 (vmnet-netifup)
    [ 13.801452] /dev/vmnet: port on hub 1 successfully opened
    [ 13.854670] /dev/vmnet: open called by PID 983 (vmnet-dhcpd)
    [ 13.854683] /dev/vmnet: hub 8 does not exist, allocating memory.
    [ 13.854720] /dev/vmnet: port on hub 8 successfully opened
    [ 13.915864] /dev/vmnet: open called by PID 987 (vmnet-natd)
    [ 13.915881] /dev/vmnet: port on hub 8 successfully opened
    [ 13.936302] /dev/vmnet: open called by PID 988 (vmnet-netifup)
    [ 13.936317] /dev/vmnet: port on hub 8 successfully opened
    [ 38.702663] NET: Registered protocol family 10
    [ 38.704338] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 38.704788] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 39.752832] EXT4-fs (sda3): re-mounted. Opts: commit=600
    [ 40.413933] EXT4-fs (sda4): re-mounted. Opts: commit=600
    [ 48.976756] vmnet8: no IPv6 routers present
    [ 49.523376] vmnet1: no IPv6 routers present
    [ 105.125369] wlan0: authenticate with 00:15:e9:27:b5:38 (try 1)
    [ 105.127031] wlan0: authenticated
    [ 105.137382] wlan0: associate with 00:15:e9:27:b5:38 (try 1)
    [ 105.140390] wlan0: RX AssocResp from 00:15:e9:27:b5:38 (capab=0x471 status=0 aid=1)
    [ 105.140396] wlan0: associated
    [ 105.144018] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 105.447100] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 105.447115] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 105.447150] /dev/vmnet: port on hub 0 successfully opened
    [ 105.447175] bridge-wlan0: device is wireless, enabling SMAC
    [ 105.447181] bridge-wlan0: up
    [ 105.448675] bridge-wlan0: attached
    [ 107.324643] wlan0: deauthenticating from 00:15:e9:27:b5:38 by local choice (reason=3)
    [ 107.400201] cfg80211: Calling CRDA to update world regulatory domain
    [ 107.423712] bridge-wlan0: disabling the bridge
    [ 107.440034] bridge-wlan0: down
    [ 107.440043] bridge-wlan0: detached
    [ 107.440111] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 107.440124] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 107.440157] /dev/vmnet: port on hub 0 successfully opened
    [ 107.440172] bridge-wlan0: device is wireless, enabling SMAC
    [ 107.440177] bridge-wlan0: up
    [ 107.440182] bridge-wlan0: attached
    [ 107.860411] bridge-wlan0: disabling the bridge
    [ 107.869871] wlan0: authenticate with 00:15:e9:27:b5:38 (try 1)
    [ 107.872071] wlan0: authenticated
    [ 107.872466] wlan0: associate with 00:15:e9:27:b5:38 (try 1)
    [ 107.875411] wlan0: RX ReassocResp from 00:15:e9:27:b5:38 (capab=0x471 status=0 aid=1)
    [ 107.875417] wlan0: associated
    [ 107.876696] bridge-wlan0: down
    [ 107.876705] bridge-wlan0: detached
    [ 107.904358] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 107.904374] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 107.904409] /dev/vmnet: port on hub 0 successfully opened
    [ 107.904423] bridge-wlan0: device is wireless, enabling SMAC
    [ 107.904428] bridge-wlan0: up
    [ 107.905917] bridge-wlan0: attached
    [ 118.910106] wlan0: no IPv6 routers present
    This is the output of /var/log/boot
    Fri Aug 5 15:40:30 2011: :: Adjusting system time and setting kernel timezone ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Starting UDev Daemon ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Triggering UDev uevents ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Loading Modules ^[[71G [BUSY] ^[[71G [FAIL]
    Fri Aug 5 15:40:30 2011: :: Waiting for UDev uevents to be processed ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Bringing up loopback interface ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Checking Filesystems ^[[161G [BUSY] /dev/sda3: clean, 190178/480496 files, 1530694/1921775 blocks
    Fri Aug 5 15:40:30 2011: /dev/sda4: clean, 49123/14761984 files, 38814365/59034858 blocks
    Fri Aug 5 15:40:30 2011: /dev/sda1: clean, 30/26104 files, 19115/104388 blocks
    Fri Aug 5 15:40:30 2011: ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Remounting Root Read/Write ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Creating mtab ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Mounting Local Filesystems ^[[161G [BUSY] ^[[161G [FAIL]
    Fri Aug 5 15:40:31 2011: :: Activating Swap ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Configuring Time Zone ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Initializing Random Seed ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Removing Leftover Files ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Hostname: gianluca-laptop ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Locale: en_GB.UTF-8 ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Consoles to UTF-8 mode ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Loading Keyboard Map: it ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Saving dmesg Log ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: INIT: Entering runlevel: 5
    Fri Aug 5 15:40:32 2011: :: Starting Syslog-NG ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Starting D-BUS system messagebus ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Starting Avahi mDNS/DNS-SD Daemon ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Starting NetworkManager ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Mounting Network Filesystems ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: :: Starting crond daemon ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: :: Restoring ALSA Levels ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: Starting VMware services:
    Fri Aug 5 15:40:34 2011: VMware USB Arbitrator^[[71G done
    Fri Aug 5 15:40:34 2011: Virtual machine monitor^[[71G done
    Fri Aug 5 15:40:35 2011: Virtual machine communication interface^[[71G done
    Fri Aug 5 15:40:35 2011: VM communication interface socket family^[[71G done
    Fri Aug 5 15:40:35 2011: Blocking file system^[[71G done
    Fri Aug 5 15:40:35 2011: Virtual ethernet^[[71G done
    Fri Aug 5 15:40:36 2011: Shared Memory Available^[[71G done
    Fri Aug 5 15:40:36 2011: :: Starting Up Sensors ^[[161G [BUSY] ^[[161G [DONE]
    What could be the problem?
    Thanks

    Wed Aug 10 08:49:11 2011: :: Adjusting system time and setting kernel timezone ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Starting UDev Daemon ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Triggering UDev uevents ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Loading Modules ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Waiting for UDev uevents to be processed ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Bringing up loopback interface ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Checking Filesystems ^[[161G [BUSY] /dev/sda3: clean, 190755/480496 files, 1567027/1921775 blocks
    Wed Aug 10 08:49:11 2011: /dev/sda4: clean, 39914/14761984 files, 39001242/59034858 blocks
    Wed Aug 10 08:49:11 2011: /dev/sda1: clean, 29/26104 files, 19024/104388 blocks
    Wed Aug 10 08:49:11 2011: ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Remounting Root Read/Write ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Creating mtab ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Mounting Local Filesystems ^[[161G [BUSY] ^[[161G [FAIL]
    Wed Aug 10 08:49:11 2011: :: Activating Swap ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Configuring Time Zone ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Initializing Random Seed ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Removing Leftover Files ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Hostname: gianluca-laptop ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Locale: en_GB.UTF-8 ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Consoles to UTF-8 mode ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Loading Keyboard Map: it ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Saving dmesg Log ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: INIT: Entering runlevel: 5
    Wed Aug 10 08:49:12 2011: :: Starting Syslog-NG ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:13 2011: :: Starting D-BUS system messagebus ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:13 2011: :: Starting Avahi mDNS/DNS-SD Daemon ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Starting NetworkManager ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Mounting Network Filesystems ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Starting crond daemon ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Restoring ALSA Levels ^[[161G [BUSY] Found hardware: "HDA-Intel" "Intel Cantiga HDMI" "HDA:10ec0269,1025029b,00100004 HDA:80862802,80860101,001000
    Wed Aug 10 08:49:14 2011: Hardware is initialized using a generic method
    Wed Aug 10 08:49:14 2011: ^[[161G [FAIL]
    Wed Aug 10 08:49:15 2011: Starting VMware services:
    Wed Aug 10 08:49:15 2011: VMware USB Arbitrator^[[71G done
    Wed Aug 10 08:49:15 2011: Virtual machine monitor^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Virtual machine communication interface^[[71Gfailed
    Wed Aug 10 08:49:15 2011: VM communication interface socket family^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Blocking file system^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Virtual ethernet^[[71Gfailed
    Wed Aug 10 08:49:15 2011: :: Starting Up Sensors ^[[161G [BUSY] ^[[161G [DONE]
    Ok, I still have that fail during the 'Mounting Local Filesystems'.
    If there isn't the swap partition it should be something else from my fstab..
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    UUID=1b52b0c4-5b56-4bee-8966-65bcaffbf2ee /home ext4 defaults 0 1
    UUID=22475d68-29e5-4a22-8942-38cb30110d30 swap swap defaults 0 0
    UUID=2bef0cce-027d-44fa-a086-056c390cd847 / ext4 defaults 0 1
    UUID=59d811ed-2920-45c1-a5cc-e0675e212721 /boot ext2 defaults 0 1
    UUID=325220A852207331 /media/MyPassport ntfs defaults,nofail 0 2
    UUID=FDC0-6FEA /media/CowonIvana auto defaults,nofail 0 2
    UUID=7AEB-F44F /media/CentralEurope auto defaults,nofail 0 2
    UUID=287B-C290 /media/CowonGian auto defaults,nofail 0 2
    UUID=3F9D788B3774630C /media/SanDisk ntfs defaults,nofail 0 2
    But I can't find anything that looks unusual into my /etc/fstab

  • Has anyone got photostream to upload from a pc yet?  Works fine between my MacBookPro and iMac and TO my PC's but not FROM my PC's

    Has anyone got photostream to upload from a pc yet?  Works fine between my MacBookPro and iMac and TO my PC's but not FROM my PC's

    Same here.  Seems to download great, but upload is a problem.  Searched for some type of file size / type restriction, but the help pages do not seem to be in place yet.

  • Help with a Kernel Panic caused by NTFS filesystem

    Hello All,
    I need  a little help trying to diagnose a reacurring kernel panic.
    I originally thought it was being caused by Intego Virus Barrier, but that has been uninstalled for over a week now. On avergage, I get about 2 kernel panics a day. I have not been able to isolate why it panic's when it does. Looking at the Panic logs, I believe the issue to be with the Bootcamp partition, but before I go and reformat the drive, I wanted to check with the community to see if there was anything I can do.  I have not launched into Bootcamp in probably over 2 months, but the panics started about 2 weeks ago.
    I have performed the Extended Apple Hardware test several times and there seems to be no issue.
    The consistant item in all the logs is
    Kernel Extensions in backtrace (with dependencies):
    com.apple.filesystems.ntfs(3.4)@0x14da000->0x1539fff
    Any insight is appreaciated.
    Thanks,
    -Ben
    Partial Logs below. I can post the full if its helpfull to see the rest of the loaded extensions / USB devices.
    Interval Since Last Panic Report:  165188 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    CA4C7346-D02F-4914-BD0F-53A8CAB33290
    Mon Jun 13 12:44:54 2011
    panic(cpu 2 caller 0x2aab59): Kernel trap at 0x014e6827, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000008, CR3: 0x19b1f000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x7c33b83c, ECX: 0x00000000, EDX: 0x0000000a
    CR2: 0x00000008, EBP: 0x7c33b818, ESI: 0x17357b90, EDI: 0x00000000
    EFL: 0x00010206, EIP: 0x014e6827, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x7c33b5c8 : 0x21b510 (0x5d9514 0x7c33b5fc 0x223978 0x0)
    0x7c33b618 : 0x2aab59 (0x59aeec 0x14e6827 0xe 0x59b0b6)
    0x7c33b6f8 : 0x2a09b8 (0x7c33b710 0x0 0x7c33b818 0x14e6827)
    0x7c33b708 : 0x14e6827 (0xe 0x48 0x13c0070 0x10)
    0x7c33b818 : 0x2fbce4 (0x7c33b83c 0x650066 0x380031 0x34002d)
    0x7c33b868 : 0x2fd63a (0x17357b90 0x7c33ba00 0x1da7c6d4 0x2d031d)
    0x7c33b8b8 : 0x2e31cc (0x17357b90 0x7c33ba00 0x1da7c6d4 0x0)
    0x7c33bb48 : 0x46ba55 (0x15936f9c 0x0 0x880 0x1da7c6d4)
    0x7c33bb88 : 0x2dd78f (0xd648804 0x15936f9c 0x880 0x1da7c6d4)
    0x7c33bbd8 : 0x2f37f7 (0x17357b90 0x0 0x880 0x1da7c6d4)
    0x7c33bc18 : 0x2e987a (0x17357b90 0x7c33bd00 0x0 0x1)
    0x7c33bd88 : 0x2e9c2b (0x1509b2f0 0x1 0x0 0x0)
    0x7c33bf48 : 0x2e9cc4 (0x1509b2f0 0x1 0x0 0x0)
    0x7c33bf78 : 0x4f6075 (0xdb367e0 0x1da48b88 0x1da7c614 0x0)
    0x7c33bfc8 : 0x2a144d (0x1da48b84 0x0 0x10 0x0)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.filesystems.ntfs(3.4)@0x14da000->0x1539fff
    BSD process name corresponding to current thread: mds
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 17665642502382
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI          4.1.5 (addr 0x143d000, size 0x65536) - last unloaded 269319964535

    Hi Hatter,
    Thanks for the response.  I actually did not intend to post this in the Windows Software Category. I'm not sure how it ended up there as I thought I was in the MacBookPro discussion area.
    So, I am running Mac OS 10.6.7 and get these panics. I have neither VirusBarrier or Little Snitch installed.
    The kernel extension com.apple.filesystems.ntfs is what I am assuming is the culprit as it is consistantly listed in the backtrace.
    I have read both of the mentioned articles.  I do not seem to get the Kernel Panics when booted in safe mode, but I assume that is because the com.apple.filesystems.ntfs is not loaded when in safe mode and the Boot Camp partition does not mount (and cannot be).
    So if Apple Hardware Test shows the drive as being healthy. The panic also mentions the active thread as mds. So I'm guessing that Spotlight is trying to index the NTFS partition and something in the middle is getting angry and causing the panics. Without re-formatting, is there any way to re-install just the Bootcamp extenisions for Mac OS X?
    Or am I off base here?

  • Kernel panics, upon waking

    I am wondering if someone can help me understand my latest Crash log.
    I have had my new Mini for only a month and had 9 Kernel panics in that time. I am stumped because I never had a Kernel panic in the 8 years I had my iMac. My iMac had Leopard but my Mini has Snow Leopard...
    Lately the panics happen when I try to wake my computer up from sleep; nothing happens. I have to press the power button to restart, and upon restarting I get the error log.
    I just ran Hardware Test and it found nothing wrong. I also repaired permissions. My external hard drive is not plugged in. I do have Glims (a Safari plugin) and Growl (a notification system) installed, but both are supposed to be compatible with Snow Leopard.
    Here is the latest Log:
    Sat Dec 11 09:11:49 2010
    panic(cpu 0 caller 0x2aab55): Kernel trap at 0x0027b5cb, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000010, CR3: 0x00100000, CR4: 0x00000668
    EAX: 0x00000000, EBX: 0x0359af78, ECX: 0x06675b7c, EDX: 0x00000010
    CR2: 0x00000010, EBP: 0x473face8, ESI: 0x034cfc38, EDI: 0x033586c0
    EFL: 0x00010297, EIP: 0x0027b5cb, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x473faae8 : 0x21b50c (0x5d42fc 0x473fab1c 0x223974 0x0)
    0x473fab38 : 0x2aab55 (0x59616c 0x27b5cb 0xe 0x596336)
    0x473fac18 : 0x2a09a8 (0x473fac30 0x1000000 0x473face8 0x27b5cb)
    0x473fac28 : 0x27b5cb (0xe 0x48 0x10 0x10)
    0x473face8 : 0x27b701 (0x359af78 0x1 0x0 0x4ff931)
    0x473fad08 : 0x27d086 (0x359af78 0x1 0x76d4504 0x1)
    0x473fb348 : 0x26c6b6 (0x3fe6380 0x1 0x5014d08 0x5014d08)
    0x473fb398 : 0x26d36d (0x87bfa98 0x0 0x473fb428 0x233bdd)
    0x473fb3c8 : 0x26d5eb (0x25c21000 0x0 0x0 0x3fb428)
    0x473fb3e8 : 0x26e21b (0x87bfaa0 0x1 0x88147a4 0x25c0b8)
    0x473fb428 : 0x260f39 (0x87bfa98 0x75e2528 0x0 0x101000)
    0x473fb558 : 0x261130 (0x25d22000 0x0 0x1 0x0)
    0x473fb598 : 0x259ecb (0x2f78b88 0x25c21000 0x0 0x25d22000)
    0x473fb5d8 : 0x52ecdf (0x2f78b88 0x25c21000 0x100084 0x65a1004)
    0x473fb5f8 : 0x9d65ef (0x25c21000 0x100084 0x1 0x667c004)
    0x473fb618 : 0x155a6d7 (0x25c21004 0x1e000001 0x1 0x1)
    0x473fb768 : 0x1593e87 (0x65a1004 0x667b004 0x0 0x3)
    0x473fb7e8 : 0x9cf780 (0x65a1004 0x3f 0x0 0x0)
    0x473fb888 : 0x9d3826 (0xc1d00029 0x5000000 0x41 0x2)
    0x473fba38 : 0x9d48f7 (0x0 0x600d600d 0x703a 0x473fba68)
    0x473fbb08 : 0xbd6ba1 (0xc1d00029 0x5000000 0x41 0x2)
    0x473fbb88 : 0xbcae7c (0x214e8000 0x473fbdbc 0x0 0x81e04c)
    0x473fbca8 : 0x96aae6 (0x214e8000 0x1 0x473fbd3a 0x84)
    0x473fbd08 : 0x95d90f (0x6182000 0x1 0x473fbd3a 0x84)
    0x473fbd78 : 0x95e0ec (0x6182000 0x19 0x473fbdbc 0x4ff931)
    0x473fbde8 : 0x95eb01 (0x6182000 0x2 0x473fbe18 0x4ff5ae)
    0x473fbe58 : 0x945159 (0x6182000 0x70777273 0x2 0x5e)
    0x473fbe98 : 0x945348 (0x6182000 0xb1 0x473fbec8 0x949791)
    0x473fbec8 : 0x94e884 (0x5c5ea00 0xb1 0x473fbee8 0x2a09a8)
    0x473fbf08 : 0x54c4db (0x611c540 0x611c5c0 0x1 0x29f54e)
    0x473fbf58 : 0x54b50c (0x611c5c0 0x0 0x202 0x0)
    0x473fbf88 : 0x54b966 (0x611c540 0x611c540 0x0 0x0)
    Backtrace continues...
    Kernel Extensions in backtrace (with dependencies):
    com.apple.nvidia.nv50hal(6.2.4)@0x148e000->0x18a2fff
    dependency: com.apple.NVDAResman(6.2.4)@0x967000
    com.apple.NVDAResman(6.2.4)@0x967000->0xc54fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x927000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x95a000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x938000
    com.apple.iokit.IONDRVSupport(2.2)@0x95a000->0x966fff
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x938000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x927000
    com.apple.iokit.IOGraphicsFamily(2.2)@0x938000->0x959fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x927000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10H574
    Kernel version:
    Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386
    System model name: Macmini4,1 (Mac-F2208EC8)
    System uptime in nanoseconds: 45842004879208
    unloaded kexts:
    com.apple.driver.AppleMCP89RootPortPM 1.11 (addr 0x1251000, size 0x20480) - last unloaded 88467800376
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 23472843800
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.ApplePlatformEnabler 2.0.2d1
    com.apple.driver.AGPM 100.12.19
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AppleMikeyDriver 1.9.9f12
    com.apple.driver.AudioAUUC 1.13
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleUpstreamUserClient 3.4.5
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.GeForce 6.2.4
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AppleSDXC 1.0.1
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.iokit.AppleBCM5701Ethernet 2.3.9b6
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AirPortBrcm43224 426.36.1
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleUSBEHCI 4.1.7
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleUSBOHCI 4.1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.nvidia.nv50hal 6.2.4
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    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.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.3.8f7
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.iokit.IOAudioFamily 1.7.9fc4
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.NVDAResman 6.2.4
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.AppleUSBHIDMouse 162
    com.apple.driver.AppleHIDMouse 162
    com.apple.driver.AppleUSBMergeNub 4.1.5
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.8f7
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.8f7
    com.apple.iokit.IOBluetoothFamily 2.3.8f7
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IO80211Family 312
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.NVSMU 2.2.7
    com.apple.iokit.IOUSBFamily 4.1.7
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0

    I'd start by eliminating possible causes and seeing if the problem goes away.
    Then add things back, one by one, and see which factor triggers the problem.
    So ...
    Turn off Glims and Growl -- and in System Preferences > Energy Saver, set the computer to never sleep and set the hard drive to not sleep. You can still have the monitor set to sleep.
    If that stops the panics, then add each factor back in over time and see which one brings back the panics.
    If you've done a RAM upgrade, you might also consider that as a possible cause.
    Be sure to also run DiskUtility and verify your hard drive, as forced shutdowns and crashes can be hard on the disk.

  • Kernel Panic on Mounting volume read and write

    First I installed Windows with Boot Camp and Windows, than installed Parallels for the Mac, and it booted windows. As it was configuring Windows to be used with Parallels it froze the machine, and the only choice I had was to reboot the system by holding down the power button.
    Now, each time I boot it up Darwin panics. After a call to apple support, I booted it into single user mode, and checked with fsck and it said it was fine. I than tried rebooted it and got the verbose message, and it happened when it attempted to mount the disk.
    I went Back into single user mode. I tried to remount the partition read/write and it caused a panic. I think the partition is corrupt and I was wondering what I can do since it does the same thing on the install disk. Are there any Apple or open source solutions that may help me fix this disk?
    Macbook   Mac OS X (10.4.8)  

    If you try to boot from the OS X Installer Disc and the computer panics then the problem is more likely hardware related.
    You might try getting to the diagnostics: Insert the OS X Installer Disc One into the optical drive and restart the computer. After the chime press and hold down the "D" key until the diagnostic screen appears. Run the extended diagnostics.
    If you are unable to do even this without a kernel panic then take the computer in for repair.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Kernel panic from com.apple.filesystems.afpfs

    Looking back at my panic logs over the last two months, I have 15 kernel panics, 11 of which appear to be coming from com.apple.filesystems.afpfs. This appears to always happen when I mount a drive over AFP, am copying files, and the network connection gets disconnected somehow (system goes to sleep, disable wifi).
    Help? I figure I can reduce the amount that this happens manually but a dropped AFP connection shouldn't be cause for a kernel panic.
    Tue Feb 3 07:17:01 2009
    panic(cpu 1 caller 0x001A9C68): Kernel trap at 0x56d8b1ef, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000004, CR3: 0x01927000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x56b9fc34, ECX: 0x00000000, EDX: 0x0000010c
    CR2: 0x00000004, EBP: 0x56b9fd48, ESI: 0x56b9feac, EDI: 0x00000000
    EFL: 0x00010202, EIP: 0x56d8b1ef, CS: 0x00000008, DS: 0x13570010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x56b9fa38 : 0x12b4f3 (0x45b13c 0x56b9fa6c 0x1335e4 0x0)
    0x56b9fa88 : 0x1a9c68 (0x464700 0x56d8b1ef 0xe 0x463eb0)
    0x56b9fb68 : 0x1a038d (0x56b9fb80 0x1 0x56b9fd48 0x56d8b1ef)
    0x56b9fb78 : 0x56d8b1ef (0xe 0x48 0x56b90010 0x390010)
    0x56b9fd48 : 0x56d5a07c (0x56b9feac 0x134960a4 0x0 0x0)
    0x56b9fee8 : 0x56d60397 (0x754f004 0x9399004 0x754f284 0x0)
    0x56b9ffc8 : 0x1a017c (0x754f004 0x0 0x1a30b5 0x76b35d0)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.filesystems.afpfs(9.0)@0x56d53000->0x56d9dfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9G55
    Kernel version:
    Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
    System model name: MacBookPro5,1 (Mac-F42D86C8)

    I would suggest trying this.
    First, repair your hard drive and permissions:
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Next, clear system caches;
    Boot into single-user mode. After startup is completed you will be in command line mode and should see a prompt with a cursor positioned after it. At the prompt enter the following then press RETURN after each commandline:
    /sbin/fsck -fy
    If you receive a message that says "*** FILE SYSTEM WAS MODIFIED ***" then re-run the command until you receive a message that says "** The volume (nameofvolume) appears to be OK." If you re-run the command more than seven times and do not get the OK message, then the drive cannot be repaired this way.
    If you were successful then enter:
    /sbin/mount -uw /
    rm -rf /System/Library/Caches/*
    rm -rf /System/Library/Extensions.mkext
    rm -rf /Library/Caches/*
    reboot
    I suggest you print out the above to be sure you do not make any errors when entering the commands. When in single-uwer mode you have 'root' access, so it's important that you not make any mistakes.
    See if the above helps. I would also suggest using Ethernet instead of wireless, if you can, to see if the problem is limited to the wireless side of the network.
    Also visit The XLab FAQs and read the FAQ on diagnosing kernel panics.

  • How do I get out of kernel panic?  kernel panic upon boot.  I did that hard drive cleanup and reinstalled Lion.  What about memory?  Anyone think I need to upgrade my memory?  I have 8gig.

    I get kernel paic upon boot.  I did that hard drive cleanup and reinstalled Lion.  What about memory?  Anyone think I need to upgrade my memory?  I have 8 G of upgraded RAM. (20 inch iMac core 2 duo)

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. For privacy’s sake, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.

  • Kernel panic upon first attaching new Apple USB keyboard

    Brought home a new Apple USB external keyboard today -- I love the feel of it. I barely have to touch the keys at all. I attached it while the MacBook Pro was powered off.
    Upon powering it on for the first time, imagine my surprise to see a kernel panic over the login screen!
    Figuring +post hoc ergo propter hoc+, I assumed it was the new keyboard that had caused the kernel panic, but now I'm not so sure. Here's the log:
    Thu Dec 20 18:02:22 2007
    panic(cpu 0 caller 0x001A7BED): Kernel trap at 0x0019abd6, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000000, CR3: 0x01086000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x04c27404, EDX: 0x00000000
    CR2: 0x00000000, EBP: 0x3e523b58, ESI: 0x00000000, EDI: 0x3e523c3c
    EFL: 0x00010246, EIP: 0x0019abd6, CS: 0x00000008, DS: 0x304c0010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x3e523978 : 0x12b0e1 (0x455670 0x3e5239ac 0x133238 0x0)
    0x3e5239c8 : 0x1a7bed (0x45ea20 0x19abd6 0xe 0x45e1d4)
    0x3e523aa8 : 0x19e517 (0x3e523ac0 0x40d6640 0x3e523b58 0x19abd6)
    0x3e523ab8 : 0x19abd6 (0xe 0x48 0x10 0x10)
    0x3e523b58 : 0x4fbfe797 (0x0 0x4cb7abc 0x1c 0x2261e7)
    0x3e523bd8 : 0x213884 (0x0 0x4c27404 0x2 0x3e523c3c)
    0x3e523c58 : 0x20e825 (0x4c27404 0x2 0x304c1200 0x0)
    0x3e523cd8 : 0x2011f7 (0x17000001 0x3e523ebc 0x11 0x4e71b00)
    0x3e523d78 : 0x1f3f5e (0x3e523dac 0x246 0x3e523dd8 0x1d803e)
    0x3e523dd8 : 0x1ea7bc (0x4350b50 0x3e523ebc 0x11 0x3e523f54)
    0x3e523e68 : 0x388e1a (0x4843760 0x3e523ebc 0x0 0x3e523f54)
    0x3e523f18 : 0x389112 (0x3e523f54 0x4843760 0xb0080400 0x0)
    0x3e523f78 : 0x3da847 (0x42b6e70 0x40b0ba0 0x40b0be4 0x4e5fec4)
    0x3e523fc8 : 0x19ea34 (0x3fd9b80 0x0 0x1a10b5 0x40ab4f0)
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xb0080498
    Kernel loadable modules in backtrace (with dependencies):
    com.cisco.nke.ipsec(2.0.1)@0x4fbfc000->0x4fc6afff
    BSD process name corresponding to current thread: configd
    Mac OS version:
    9B18
    Kernel version:
    Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386
    System model name: MacBookPro2,2 (Mac-F42187C8)
    The good news is that I've restarted a couple times since, and it proceeded normally past the login screen without a kernel panic. But should I exchange the keyboard for a different one while I can? What's oddest is that this doesn't look like a USB-related crash to me. Any advice would be appreciated.

    Brought home a new Apple USB external keyboard today -- I love the feel of it. I barely have to touch the keys at all. I attached it while the MacBook Pro was powered off.
    Upon powering it on for the first time, imagine my surprise to see a kernel panic over the login screen!
    Figuring +post hoc ergo propter hoc+, I assumed it was the new keyboard that had caused the kernel panic, but now I'm not so sure. Here's the log:
    Thu Dec 20 18:02:22 2007
    panic(cpu 0 caller 0x001A7BED): Kernel trap at 0x0019abd6, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000000, CR3: 0x01086000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x04c27404, EDX: 0x00000000
    CR2: 0x00000000, EBP: 0x3e523b58, ESI: 0x00000000, EDI: 0x3e523c3c
    EFL: 0x00010246, EIP: 0x0019abd6, CS: 0x00000008, DS: 0x304c0010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x3e523978 : 0x12b0e1 (0x455670 0x3e5239ac 0x133238 0x0)
    0x3e5239c8 : 0x1a7bed (0x45ea20 0x19abd6 0xe 0x45e1d4)
    0x3e523aa8 : 0x19e517 (0x3e523ac0 0x40d6640 0x3e523b58 0x19abd6)
    0x3e523ab8 : 0x19abd6 (0xe 0x48 0x10 0x10)
    0x3e523b58 : 0x4fbfe797 (0x0 0x4cb7abc 0x1c 0x2261e7)
    0x3e523bd8 : 0x213884 (0x0 0x4c27404 0x2 0x3e523c3c)
    0x3e523c58 : 0x20e825 (0x4c27404 0x2 0x304c1200 0x0)
    0x3e523cd8 : 0x2011f7 (0x17000001 0x3e523ebc 0x11 0x4e71b00)
    0x3e523d78 : 0x1f3f5e (0x3e523dac 0x246 0x3e523dd8 0x1d803e)
    0x3e523dd8 : 0x1ea7bc (0x4350b50 0x3e523ebc 0x11 0x3e523f54)
    0x3e523e68 : 0x388e1a (0x4843760 0x3e523ebc 0x0 0x3e523f54)
    0x3e523f18 : 0x389112 (0x3e523f54 0x4843760 0xb0080400 0x0)
    0x3e523f78 : 0x3da847 (0x42b6e70 0x40b0ba0 0x40b0be4 0x4e5fec4)
    0x3e523fc8 : 0x19ea34 (0x3fd9b80 0x0 0x1a10b5 0x40ab4f0)
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xb0080498
    Kernel loadable modules in backtrace (with dependencies):
    com.cisco.nke.ipsec(2.0.1)@0x4fbfc000->0x4fc6afff
    BSD process name corresponding to current thread: configd
    Mac OS version:
    9B18
    Kernel version:
    Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386
    System model name: MacBookPro2,2 (Mac-F42187C8)
    The good news is that I've restarted a couple times since, and it proceeded normally past the login screen without a kernel panic. But should I exchange the keyboard for a different one while I can? What's oddest is that this doesn't look like a USB-related crash to me. Any advice would be appreciated.

  • 32 bit Kernel Panic upon upgrade, 64 bit Kernel boots fine.

    Greetings,
    I just did a regular update from 10.5 to 10.6, and upon completion of the upgrade I can't boot into the 32 bit Kernel without a Kernel Panic. I can freely boot into the 64 bit kernel, and it works fine. Anyone else experience this? I could do a full re-install, but before I go through all that shenanignas I would just like to see if anyone might have some advice for me.
    Thanks!
    David

    Have you tried both ways: booting normally and booting holding down 3-2?

  • Kernel panic upon shutdown

    I am again experiencing kernel panics when shutting down my system. I get the message "Your computer encountered a blah blah blah', the fans spin up to take-off speed and stays on all night. Oddest thing, it doesn't happen ever time rather every other time. This problem disappeared after AppleCare replaced my power supply but now its back. Anyone have a few good suggestions?
    1.8 Ghz iMac G5 Mac OS X (10.4.4)

    Unplug any peripherals other than your apple keyboard and mouse and see if it still happens. If not, try each peripheral separately to see if you can isolate which one it is.
    EDIT USB hubs and USB modems are the most likely culprits.

  • Kernel panic upon shutdown after 10.5.2 update caused by virusscan 8.6

    Hi I am wondering if anyone has experienced kernel panic due to virusscan manager (virusscan 8.6)
    especially during shutdown.
    I have had 4 panics since I went 10.5.2

    The panics don't occur every time I shutdown It happens once in two days. This doesnt happen on my wife's computer the only differnece is hers is the latest 2.2Ghz model running 10.5.2 with just a single user mine is the mid 2007 mb 2.0 ghz with two users.
    I run the virusscan as I am expected to run it If I have to use my mac in my school.

  • Ram related kernel panics on a MBP (ram used to work, hardware errors-)

    hello all
    i have a 2.2GHZ intel core duo 2007 MBP, which once ran Tiger and is now running 10.6.3
    I had the NVDIA graphic card break down associated with such models, and it was replaced thanks to the extended care plan, here in Paris, so the logicboard is new- I also got a (technician installed) new HDD, and snowleopard
    I originally had the 2 1Gig ram, but 1st got an extra 2Gb of danelec ram, and finally another 2GB- it ran fine for a couple year or so-
    then, a few months back I recently started getting kernel panics, on tiger- I fist thought they were HDD related, got a new drive installed by a technician, switched to snow leopard-
    yet they continue, and they're apparently RAM related, yet what is odd is that they can be reproduced with any RAM combination involving 2 sticks- the original apple 1Gb + any of the two GB ram sticks, the 2GB ram sticks together in any slot-- it's all the same, the screen goes grey and i'm told to shut down the computer
    with one ram stick it works, this avoids the issue- but not always
    i've moved the ram around, checked the slots, reset the PRAM,yet the issue is still there.
    now i know that I should be using paired ram, and will do so in the next coming months when I can afford it- yet what has happened to make the make the MBP seemingly refuse two sticks of RAM when it didn't before ? are the two sticks dead ? or is there an issue with the slot ?
    I'd also need to know that this is not a logicboard issue if it's possible- the logic board was changed due to the NVDIA bug, so it's a year old or so-
    I'm running it on the 2GB danelec as I type, no issue, the samsung ram works as well, and so does the 1GB apple ram, in any slot, yet two slots of ram causes the kernel panic crash- the area near the ram slot also seems to get very hot-
    I ran the hardware test yesterday, booting from the tiger dvd, which was difficult (possible drive issue)
    finally managed to boot into hardware test mode (must be a superdrive issue)
    running an extended test with the 4GB of ram in there
    first pass found an error :
    4MEM/9/40 000 000 : bc13950
    running the extended testing
    extended testing (1h39 min)
    no errors found
    ran another quick test
    error
    4MEM/9/40 000 000 : 6b506C4
    another quick test :
    no trouble found
    another : no trouble found
    and a last pass : no trouble found
    but i did have two errors...
    looking the errors up online didn't give anything so far, any clue as to what might be wrong here ? the RAM used to work fine (i've been using these two sticks for over two years), the kernel panics started happening on tiger- got a new HD drive a month ago, installed snow leopard, - used disk warrior and disk utilities, reset the PRAM and did the other tests and it continues- wether i'm running the computer from the internal drive or an external firewire drive-
    running the hardware test, i also got two error messages, but on some passes only
    if i look into the RAM status through about this mac, it says it's ok - what's odd is that the hardware test found errors, but not systematically----- I'd really like to know what the error message mean, can anyone help ?
    i'm getting more and more kernel panics, unfortunately i live in France, so things are slightly less simple than they would be in other places customer servicewise- ie it might not be as simple as showing up at the new apple stores with this 2007 machine--
    I need a stable machine to work on and really can't afford repairs at the moment
    i'm really stuck with this, my finances got sucked into the last HDD upgrade (got it done by an official apple retailer, ICLG here in Paris, cost me 300 euros), and I thought things would be stable for a while since the logic board was changed (free of charge, which was a great relief) less than a year ago due to the nvdia bug- and now here I am with this--
    anyway, here's the last kernel panic report i got, thanks in advance for your help
    ben
    Interval Since Last Panic Report: -28202 sec
    Panics Since Last Report: 6
    Anonymous UUID: FD865E22-C8DD-4791-889D-B5E5B374745E
    Tue May 25 18:53:11 2010
    panic(cpu 1 caller 0x55507c): "!pageList phys_addr"@/SourceCache/xnu/xnu-1504.3.12/iokit/Kernel/IOMemoryDescriptor.cpp:1 412
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x36413718 : 0x21b449 (0x5ce420 0x3641374c 0x2238a5 0x0)
    0x36413768 : 0x55507c (0x5d7af8 0x320 0x36a20b4 0x320)
    0x364137e8 : 0x54c208 (0x5f03300 0x3 0x560a200 0x80)
    0x364138c8 : 0x54c733 (0x560fd80 0x80 0x54c81c 0x54c94c)
    0x364138f8 : 0x129e3ba (0x560fd80 0x36413960 0x36413948 0x36413968)
    0x36413988 : 0x12a7d67 (0x560a300 0x5f03300 0x0 0x1000)
    0x364139d8 : 0x12a8edb (0x560a900 0x560a300 0x602d100 0x0)
    0x36413ab8 : 0x1281448 (0x560a900 0x602d100 0x36413b28 0x36413b24)
    0x36413b58 : 0x12a8c63 (0x560a900 0x5e59700 0x2 0x0)
    0x36413bb8 : 0x12a9716 (0x560a900 0x560a300 0x36413be8 0xed5570)
    0x36413c28 : 0x1298939 (0x560a900 0x36413c5c 0x0 0x54c94c)
    0x36413c88 : 0x1296569 (0x560dc00 0xffc1 0x36413da8 0x36413cb8)
    0x36413cc8 : 0xedc2cf (0x560dc00 0xffc1 0x36413da8 0x36413d08)
    0x36413d28 : 0xebec0e (0x560ca40 0xffc1 0x36413da8 0x36413d68)
    0x36413d88 : 0xebedb8 (0x54a2000 0xffc1 0x16 0x305c420c)
    0x36413e48 : 0xf0d9f0 (0x54a2000 0x305c420c 0x6 0x3)
    0x36413ea8 : 0xf02da0 (0x553cf40 0x1 0x5466c58 0x0)
    0x36413f08 : 0x5478e3 (0x54af000 0x553a700 0x1 0x5413300)
    0x36413f58 : 0x546914 (0x553a700 0x603969c 0x36413f88 0x227155)
    0x36413f88 : 0x546d6e (0x5413cc0 0x6039680 0x36413fc8 0xffffffff)
    0x36413fc8 : 0x29e6cc (0x5413cc0 0x0 0x10 0x5a05904)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IOFireWireSerialBusProtocolTransport(2.0.1)@0x12a6000->0x12aafff
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.6.2)@0x127b000
    dependency: com.apple.iokit.IOFireWireSBP2(4.0.6)@0x1295000
    com.apple.iokit.IOFireWireSBP2(4.0.6)@0x1295000->0x12a5fff
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.6.2)@0x127b000->0x1294fff
    com.apple.driver.AppleFWOHCI(4.5.7)@0xefa000->0xf1ffff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x92d000
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000->0xef9fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10D578
    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: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 38155557254
    unloaded kexts:
    (none)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.7.2 - last loaded 34201995231
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleHDA 1.8.4fc3
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AirPort.Atheros 422.19.10
    com.apple.driver.AppleGraphicsControl 2.8.56
    com.apple.driver.AppleBacklight 170.0.16
    com.apple.driver.AppleLPC 1.4.11
    com.apple.GeForce 6.1.0
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.kext.AppleSMCLMU 1.5.0d1
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.AppleIntelNehalemProfile 11
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.1.1d0
    com.apple.driver.AppleUSBTrackpad 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303
    com.apple.driver.CSRHIDTransitionDriver 2.3.1f4
    com.apple.driver.initioFWBridge 2.5.3
    com.apple.driver.StorageLynx 2.5.3
    com.apple.driver.Oxford_Semi 2.5.3
    com.apple.driver.LSIFW500 2.5.3
    com.apple.driver.IOFireWireSerialBusProtocolSansPhysicalUnit 2.5.3
    com.apple.iokit.SCSITaskUserClient 2.6.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.1
    com.apple.driver.AppleUSBHub 3.9.6
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleAHCIPort 2.1.1
    com.apple.driver.AppleFWOHCI 4.5.7
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBEHCI 3.9.6
    com.apple.driver.AppleUSBUHCI 3.9.6
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.5
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 104.3.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 104.3.0
    com.apple.driver.AppleHDAPlatformDriver 1.8.4fc3
    com.apple.driver.AppleHDAHardwareConfigDriver 1.8.4fc3
    com.apple.driver.DspFuncLib 1.8.4fc3
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.iokit.IO80211Family 310.6
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.nvidia.nv50hal 6.1.0
    com.apple.NVDAResman 6.1.0
    com.apple.iokit.IONDRVSupport 2.1
    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.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.1f4
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleHDAController 1.8.4fc3
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.iokit.IOHDAFamily 1.8.4fc3
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.1d0
    com.apple.driver.CSRUSBBluetoothHCIController 2.3.1f4
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.1f4
    com.apple.iokit.IOBluetoothFamily 2.3.1f4
    com.apple.iokit.IOUSBHIDDriver 3.9.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.2
    com.apple.driver.AppleUSBMergeNub 3.9.6
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport 2.0.1
    com.apple.iokit.IOFireWireSBP2 4.0.6
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.2
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.2
    com.apple.iokit.IOUSBUserClient 3.9.6
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOAHCIFamily 2.0.3
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBFamily 3.9.6
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.2
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: SAMSUNG HM250HI, 232,89 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    FireWire Device: OXFORD IDE Device 1, Macpower, Up to 400 Mb/sec
    FireWire Device: OEM ATA Device 00, OEM, Up to 800 Mb/sec

    crashes are continuing - can anyone help out ?
    thanks
    ben
    Interval Since Last Panic Report: 1184223 sec
    Panics Since Last Report: 15
    Anonymous UUID: FD865E22-C8DD-4791-889D-B5E5B374745E
    Fri May 28 21:24:56 2010
    panic(cpu 0 caller 0x2a8ac2): Kernel trap at 0x0027a72b, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000004, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x0000007e, ECX: 0x091f0000, EDX: 0x00000000
    CR2: 0x00000004, EBP: 0x56f43378, ESI: 0x048077c4, EDI: 0x00000000
    EFL: 0x00010297, EIP: 0x0027a72b, CS: 0x00000008, DS: 0x0d8c0010
    Error code: 0x00000002
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x56f43178 : 0x21b449 (0x5ce420 0x56f431ac 0x2238a5 0x0)
    0x56f431c8 : 0x2a8ac2 (0x590478 0x27a72b 0xe 0x590642)
    0x56f432a8 : 0x29e9a8 (0x56f432c0 0x20b35a20 0x56f43378 0x27a72b)
    0x56f432b8 : 0x27a72b (0xe 0x48 0x56f40010 0x10)
    0x56f43378 : 0x26c7dc (0x48077c4 0x0 0x6a300dc 0x6a300dc)
    0x56f433c8 : 0x26cfd8 (0xd8c6f38 0x0 0x56f43458 0x2339ff)
    0x56f433f8 : 0x26d256 (0x47ee6000 0x0 0x0 0x0)
    0x56f43418 : 0x26de86 (0xd8c6f40 0x11000 0x0 0x25bdc1)
    0x56f43458 : 0x260c3b (0xd8c6f38 0x30f383c 0x0 0x11000)
    0x56f43588 : 0x260e32 (0x47ef7000 0x0 0x1 0x0)
    0x56f435c8 : 0x259bfe (0x2ba8d74 0x47ee6000 0x0 0x47ef7000)
    0x56f43608 : 0x220273 (0x2ba8d74 0x47ee6000 0x10005 0x53c5)
    0x56f43628 : 0x22042a (0x47ee6000 0x10005 0x995720 0x10000)
    0x56f43648 : 0x9931fa (0x47ee6000 0x10005 0x8115380 0x47ee6004)
    0x56f43728 : 0x994941 (0x20000 0x0 0x10000 0x1)
    0x56f437b8 : 0x994fb2 (0x9858304 0x20000 0x0 0x10000)
    0x56f43c28 : 0x3105ea (0x87c268c 0x8077b00 0x7f1ec24 0x20000)
    0x56f43c88 : 0x3121dd (0x20000 0x0 0x10000 0x0)
    0x56f43d58 : 0x423e1a (0x56f43dfc 0x56f43dbc 0x87747e0 0x2f797261)
    0x56f43dd8 : 0x2fafad (0x56f43dfc 0x3 0x56f43e28 0x57c50e)
    0x56f43e28 : 0x2efffc (0x87c268c 0x56f43ec4 0x0 0x56f43f54)
    0x56f43e78 : 0x49444a (0x86b6b20 0x56f43ec4 0x1 0x56f43f54)
    0x56f43f18 : 0x494a8d (0x56f43f54 0x86b6b20 0xb0183f64 0x0)
    0x56f43f78 : 0x4ec84e (0x87cf2a0 0x88fbd90 0x88fbdd4 0x0)
    0x56f43fc8 : 0x29eef8 (0x893ee20 0x0 0x10 0x0)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib(1.0.0d1)@0x991000->0x99 6fff
    BSD process name corresponding to current thread: firefox-bin
    Mac OS version:
    10D578
    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: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 2721283483111
    unloaded kexts:
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.2 (addr 0x56c88000, size 0x98304) - last unloaded 1855762560735
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 1269444306258
    com.apple.driver.AppleHDA 1.8.4fc3
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AirPort.Atheros 422.19.10
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.GeForce 6.1.0
    com.apple.kext.AppleSMCLMU 1.5.0d1
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.ACPISMCPlatformPlugin 4.1.1d0
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.AppleLPC 1.4.11
    com.apple.driver.AppleBacklight 170.0.16
    com.apple.driver.AppleUSBTrackpad 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303
    com.apple.iokit.SCSITaskUserClient 2.6.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleFWOHCI 4.5.7
    com.apple.iokit.IOAHCIBlockStorage 1.6.1
    com.apple.driver.AppleAHCIPort 2.1.1
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBHub 3.9.6
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBEHCI 3.9.6
    com.apple.driver.AppleUSBUHCI 3.9.6
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.5
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 104.3.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 104.3.0
    com.apple.driver.DspFuncLib 1.8.4fc3
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.iokit.IO80211Family 310.6
    com.apple.driver.AppleHDAController 1.8.4fc3
    com.apple.iokit.IOHDAFamily 1.8.4fc3
    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.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.1f4
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.IOPlatformPluginFamily 4.1.1d0
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.nvidia.nv50hal 6.1.0
    com.apple.NVDAResman 6.1.0
    com.apple.iokit.AppleProfileFamily 41
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.CSRUSBBluetoothHCIController 2.3.1f4
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.1f4
    com.apple.iokit.IOBluetoothFamily 2.3.1f4
    com.apple.iokit.IOUSBHIDDriver 3.9.6
    com.apple.driver.AppleUSBMergeNub 3.9.6
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.2
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.2
    com.apple.iokit.IOAHCIFamily 2.0.3
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBUserClient 3.9.6
    com.apple.iokit.IOUSBFamily 3.9.6
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.2
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: SAMSUNG HM250HI, 232,89 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000

  • LabVIEW 64-bit crashes upon startup but LabVIEW 32-bit works fine.

    Recently had to uninstall and reinstall both LabVIEW 32 and 64-bit versions because the network administrator is dumb.  Now 32-bit works fine but the 64-bit version immediately crashes upon opening.  Getting the following Labview Crash: Exception: Unknown (0xC06D007E) at EIP=0x000007FEFCE1940D.  We're running LabVIEW 2012 on Windows 7 64 bit system.

    Did you try to repair the 64-bit version? Was it working previously fine?
    The best solution is the one you find it by yourself

Maybe you are looking for