[SOLVED] System crash Alienware m11xR2 WiFi

Hello,
I installed a fresh Arch Linux on my Alienware m11x R2 and it's been working great except I have a problem with my WiFi: every time I connect to a network with WiFi (I tried wpa_supplicant, manual netctl and automatic netctl connection), as soon as I start using the network (I tried Firefox and Steam), the system freezes, I can't make anything move (even the keyboard toggle for the WiFi card doesn't turn the WiFi indicator off), and I'm pretty much forced to shut down the laptop the hard way. I couldn't find any crash related to my hardware/drivers, so any help in here would be greatly appreciated.
Thanks in advance.
Last edited by drlkf00 (2013-09-03 09:10:27)

You couldn't find any crash related to your hardware/drivers, but what is the hardware/driver in use here?
I suspect you have a braodcom and are experiencing the bug in recent kernels that leads to a kernel panic.  If so, then there is a massive thread about this, and about 5 other threads that I have seen pop up as well.  Do a quick search about brcmsmac and kernel panics… I'm confident you sill find something here.

Similar Messages

  • [SOLVED] System Crashes When Trying To Load Nestopia Through Wine

    Every time I try to open nestopia or project64 my system crashes. It doesn't crash all the way I get auto logged back in. Not sure if it is the new wine or x or what. I have an nvidia graphics card. Has anyone else had this problem or know a fix? Thanks in advance for any advice.
    Update: Problem resolved itself. The only thing that I can think of that I did were some pacman updates.
    Update: Nope it was compiz the whole time. Disabled compiz and it works fine.
    Last edited by dodo3773 (2011-05-04 19:28:43)

    The Microsoft error report says: Error caused by a device driver. Unknown driver.

  • [solved] system crash: / read-only and /home not mounted

    After a complete system crash due to resizing my partitions I am now at the point of restoring everything step by step.
    Having had bunches of kernel panics I can now already boot again into my old system. However, / is mounted as read-only manifesting in error messages for programs that access /var and /usr. Furthermore /home is not mounted at all.
    # journalctl -b
    can't create /var/lib/NetworkManager/dhclient-905c7548-79bb-4a97-9fb4-5ce1333f7ce5-wlp3s0.lease: Read-only file system
    Failed at step NAMESPACE spawning /usr/bin/ntpd: Read-only file system
    pam_tally(login:auth): Error opening /var/log/faillog for update
    The UUIDs in fstab are fine as well as the mount options. What else can cause the problem?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # tmpfs /tmp tmpfs nodev,nosuid 0 0
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Arch UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 LABEL=System
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Home UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 LABEL=Home
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Swap UUID=732ac739-0110-4554-b86d-4d7413e89995 LABEL=Swap
    UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 / ext4 defaults,rw,noatime 0 1
    UUID=732ac739-0110-4554-b86d-4d7413e89995 swap swap defaults 0 0
    UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 /home ext4 defaults,rw,noatime 0 1
    # blkid /dev/mapper/VolGroup00-*
    /dev/mapper/VolGroup00-Arch: LABEL="System" UUID="469ca819-9b4d-48d1-b9f9-7377f47ff722" TYPE="ext4"
    /dev/mapper/VolGroup00-Home: LABEL="Home" UUID="a390d1a9-fb13-4895-8297-03dba4cd6162" TYPE="ext4"
    /dev/mapper/VolGroup00-Swap: LABEL="Swap" UUID="732ac739-0110-4554-b86d-4d7413e89995" TYPE="swap"
    After logging in as root in tty I have to proceed with the following to get my system running:
    # mount -o remount,rw /
    # mount /dev/mapper/VolGroup00-Home /home
    Last edited by orschiro (2013-03-22 06:32:06)

    Hi WonderWoofy,
    I did a very dump thing. I deleted my /dev/sda1 ntfs partition, moved /dev/sda2 containing my lvm volumes to the left, resized /dev/sda2 and allocated the free space to my /home logical volume group. Lots of files ended up to be corrupt, I reinstalled all packages and ran fsck several times. Now at least it is starting again. I just found out that the entire root partition is mounted as read-only. In the following is the entire journal excerpt:
    -- Logs begin at Sa 2012-11-10 23:14:05 CET, end at Mi 2013-03-20 07:33:54 CET. --
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Allowing runtime journal files to grow to 394.3M.
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuset
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpu
    Mär 20 07:23:26 thinkpad kernel: Linux version 3.8.3-2-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:04:22 CET 2013
    Mär 20 07:23:26 thinkpad kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: e820: BIOS-provided physical RAM map:
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
    Mär 20 07:23:26 thinkpad kernel: NX (Execute Disable) protection: active
    Mär 20 07:23:26 thinkpad kernel: SMBIOS 2.4 present.
    Mär 20 07:23:26 thinkpad kernel: DMI: LENOVO 7450AC7/7450AC7, BIOS 7WET70WW (3.20 ) 12/13/2011
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: MTRR default type: uncachable
    Mär 20 07:23:26 thinkpad kernel: MTRR fixed ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 00000-9FFFF write-back
    Mär 20 07:23:26 thinkpad kernel: A0000-BFFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: C0000-D3FFF write-protect
    Mär 20 07:23:26 thinkpad kernel: D4000-DBFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: DC000-FFFFF write-protect
    Mär 20 07:23:26 thinkpad kernel: MTRR variable ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 0 base 23C000000 mask FFC000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 1 base 0BE000000 mask FFE000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 2 base 000000000 mask F80000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 3 base 080000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 4 base 100000000 mask F00000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 5 base 200000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 6 base 0BDE00000 mask FFFE00000 uncachable
    Mär 20 07:23:26 thinkpad kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: found SMP MP-table at [mem 0x000f6bc0-0x000f6bcf] mapped at [ffff8800000f6bc0]
    Mär 20 07:23:26 thinkpad kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x00000000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x00000000-0xbdbfffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0xbdbfffff @ [mem 0x1fffc000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x100000000-0x23bffffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0x23bffffff @ [mem 0xbd8c1000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: RAMDISK: [mem 0x3785c000-0x37c25fff]
    Mär 20 07:23:26 thinkpad kernel: ACPI: RSDP 00000000000f6b80 00024 (v02 LENOVO)
    Mär 20 07:23:26 thinkpad kernel: ACPI: XSDT 00000000bdb5b267 00094 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACP 00000000bdb5b400 000F4 (v03 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: DSDT 00000000bdb5b7db 0E407 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACS 00000000bdb8e000 00040
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb5b5b4 00227 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ECDT 00000000bdb69be2 00052 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: APIC 00000000bdb69c34 00078 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: MCFG 00000000bdb69cac 0003C (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET 00000000bdb69ce8 00038 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SLIC 00000000bdb69dc2 00176 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: BOOT 00000000bdb69f38 00028 (v01 LENOVO TP-7W 00003200 LTP 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ASF! 00000000bdb69f60 000A0 (v16 LENOVO TP-7W 00003200 PTL 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb8d1ea 00578 (v01 LENOVO TP-7W 00003200 INTL 20050513)
    Mär 20 07:23:26 thinkpad kernel: ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: No NUMA configuration found
    Mär 20 07:23:26 thinkpad kernel: Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
    Mär 20 07:23:26 thinkpad kernel: Initmem setup node 0 [mem 0x00000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: NODE_DATA [mem 0x23bffb000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
    Mär 20 07:23:26 thinkpad kernel: Zone ranges:
    Mär 20 07:23:26 thinkpad kernel: DMA [mem 0x00010000-0x00ffffff]
    Mär 20 07:23:26 thinkpad kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mär 20 07:23:26 thinkpad kernel: Normal [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: Movable zone start for each node
    Mär 20 07:23:26 thinkpad kernel: Early memory node ranges
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00010000-0x0009dfff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00100000-0xbd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd6a7000-0xbd7b6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd80f000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbdbff000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: On node 0 totalpages: 2070520
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 64 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 6 pages reserved
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 3912 pages, LIFO batch:0
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 12066 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 760136 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 20224 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 1274112 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: ACPI: PM-Timer IO Port: 0x1008
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    Mär 20 07:23:26 thinkpad kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ0 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ2 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ9 used by override.
    Mär 20 07:23:26 thinkpad kernel: Using ACPI (MADT) for SMP configuration information
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mär 20 07:23:26 thinkpad kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    Mär 20 07:23:26 thinkpad kernel: nr_irqs_gsi: 40
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd6a1000 - 00000000bd6a7000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd7b7000 - 00000000bd80f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8c7000 - 00000000bd8d2000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d2000 - 00000000bd8d5000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d5000 - 00000000bd8d9000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d9000 - 00000000bd8dd000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8dd000 - 00000000bd8e0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8e0000 - 00000000bd907000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd907000 - 00000000bd908000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd908000 - 00000000bdb0f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb0f000 - 00000000bdb9f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb9f000 - 00000000bdbff000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdc00000 - 00000000c0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mär 20 07:23:26 thinkpad kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    Mär 20 07:23:26 thinkpad kernel: Booting paravirtualized kernel on bare hardware
    Mär 20 07:23:26 thinkpad kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    Mär 20 07:23:26 thinkpad kernel: PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s85056 r8192 d21440 u524288
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: [0] 0 1 2 3
    Mär 20 07:23:26 thinkpad kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038160
    Mär 20 07:23:26 thinkpad kernel: Policy zone: Normal
    Mär 20 07:23:26 thinkpad kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: PCIe ASPM is forcibly enabled
    Mär 20 07:23:26 thinkpad kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mär 20 07:23:26 thinkpad kernel: __ex_table already sorted, skipping sort
    Mär 20 07:23:26 thinkpad kernel: Checking aperture...
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mär 20 07:23:26 thinkpad kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mär 20 07:23:26 thinkpad kernel: Memory: 8069148k/9371648k available (4985k kernel code, 1089568k absent, 212932k reserved, 3946k data, 820k init)
    Mär 20 07:23:26 thinkpad kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mär 20 07:23:26 thinkpad kernel: Preemptible hierarchical RCU implementation.
    Mär 20 07:23:26 thinkpad kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 20 07:23:26 thinkpad kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 20 07:23:26 thinkpad kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    Mär 20 07:23:26 thinkpad kernel: NR_IRQS:4352 nr_irqs:712 16
    Mär 20 07:23:26 thinkpad kernel: Extended CMOS year: 2000
    Mär 20 07:23:26 thinkpad kernel: Console: colour dummy device 80x25
    Mär 20 07:23:26 thinkpad kernel: console [tty0] enabled
    Mär 20 07:23:26 thinkpad kernel: allocated 33554432 bytes of page_cgroup
    Mär 20 07:23:26 thinkpad kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 20 07:23:26 thinkpad kernel: hpet clockevent registered
    Mär 20 07:23:26 thinkpad kernel: tsc: Fast TSC calibration using PIT
    Mär 20 07:23:26 thinkpad kernel: tsc: Detected 1862.155 MHz processor
    Mär 20 07:23:26 thinkpad kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.48 BogoMIPS (lpj=6207183)
    Mär 20 07:23:26 thinkpad kernel: pid_max: default: 32768 minimum: 301
    Mär 20 07:23:26 thinkpad kernel: Security Framework initialized
    Mär 20 07:23:26 thinkpad kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 20 07:23:26 thinkpad kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Mär 20 07:23:26 thinkpad kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mär 20 07:23:26 thinkpad kernel: Mount-cache hash table entries: 256
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuacct
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys memory
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys devices
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys freezer
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys net_cls
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys blkio
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: CPU: Physical Processor ID: 0
    Mär 20 07:23:26 thinkpad kernel: CPU: Processor Core ID: 0
    Mär 20 07:23:26 thinkpad kernel: mce: CPU supports 6 MCE banks
    Mär 20 07:23:26 thinkpad kernel: CPU0: Thermal monitoring enabled (TM2)
    Mär 20 07:23:26 thinkpad kernel: process: using mwait in idle threads
    Mär 20 07:23:26 thinkpad kernel: [117B blob data]
    Mär 20 07:23:26 thinkpad kernel: Freeing SMP alternatives: 20k freed
    Mär 20 07:23:26 thinkpad kernel: ACPI: Core revision 20121018
    Mär 20 07:23:26 thinkpad kernel: ftrace: allocating 19367 entries in 76 pages
    Mär 20 07:23:26 thinkpad kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 20 07:23:26 thinkpad kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz (fam: 06, model: 17, stepping: 06)
    Mär 20 07:23:26 thinkpad kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Mär 20 07:23:26 thinkpad kernel: ... version: 2
    Mär 20 07:23:26 thinkpad kernel: ... bit width: 40
    Mär 20 07:23:26 thinkpad kernel: ... generic registers: 2
    Mär 20 07:23:26 thinkpad kernel: ... value mask: 000000ffffffffff
    Mär 20 07:23:26 thinkpad kernel: ... max period: 000000007fffffff
    Mär 20 07:23:26 thinkpad kernel: ... fixed-purpose events: 3
    Mär 20 07:23:26 thinkpad kernel: ... event mask: 0000000700000003
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: smpboot: Booting Node 0, Processors #1
    Mär 20 07:23:26 thinkpad kernel: Brought up 2 CPUs
    Mär 20 07:23:26 thinkpad kernel: smpboot: Total of 2 processors activated (7451.97 BogoMIPS)
    Mär 20 07:23:26 thinkpad kernel: devtmpfs: initialized
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
    Mär 20 07:23:26 thinkpad kernel: RTC time: 6:23:21, date: 03/20/13
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 16
    Mär 20 07:23:26 thinkpad kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pci registered
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    Mär 20 07:23:26 thinkpad kernel: PCI: Using configuration type 1 for base access
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-0> at 0
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Module Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Linux)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mär 20 07:23:26 thinkpad kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Interpreter enabled
    Mär 20 07:23:26 thinkpad kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 20 07:23:26 thinkpad kernel: ACPI: Power Resource [PUBS] (on)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI Dock Station Driver: 3 docks/bays found
    Mär 20 07:23:26 thinkpad kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: ACPI _OSC control (0x1d) granted
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 20 07:23:26 thinkpad kernel: PCI host bridge to bus 0000:00
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    Mär 20 07:23:26 thinkpad kernel: DMAR: Forcing write-buffer flush capability
    Mär 20 07:23:26 thinkpad kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 10: [mem 0xf2000000-0xf23fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: reg 10: [mem 0xf2400000-0xf24fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: reg 10: [mem 0xf2826800-0xf282680f 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 10: [mem 0xf2600000-0xf261ffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 14: [mem 0xf2625000-0xf2625fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: reg 20: [io 0x18a0-0x18bf]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: reg 10: [mem 0xf2826c00-0xf2826fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: reg 10: [mem 0xf2620000-0xf2623fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: reg 20: [io 0x18c0-0x18df]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: reg 20: [io 0x18e0-0x18ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: reg 20: [io 0x1c00-0x1c1f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: reg 10: [mem 0xf2827000-0xf28273ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 10: [io 0x1c48-0x1c4f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 14: [io 0x183c-0x183f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 18: [io 0x1c40-0x1c47]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 1c: [io 0x1838-0x183b]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 24: [mem 0xf2826000-0xf28267ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 10: [mem 0xf2827400-0xf28274ff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: reg 10: [mem 0xf2500000-0xf2501fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 20 07:23:26 thinkpad kernel: vgaarb: loaded
    Mär 20 07:23:26 thinkpad kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 20 07:23:26 thinkpad kernel: PCI: Using ACPI for IRQ routing
    Mär 20 07:23:26 thinkpad kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: NetLabel: Initializing
    Mär 20 07:23:26 thinkpad kernel: NetLabel: domain hash size = 128
    Mär 20 07:23:26 thinkpad kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 20 07:23:26 thinkpad kernel: NetLabel: unlabeled traffic allowed by default
    Mär 20 07:23:26 thinkpad kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mär 20 07:23:26 thinkpad kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mär 20 07:23:26 thinkpad kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource hpet
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI init
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pnp registered
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1000-0x107f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1180-0x11ff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1600-0x167f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1680-0x169f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: [dma 4]
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN0010 PNP0303 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:09: Plug and Play ACPI device, IDs WACf004 (disabled)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI: found 11 devices
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI bus type pnp unregistered
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 2
    Mär 20 07:23:26 thinkpad kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Mär 20 07:23:26 thinkpad kernel: TCP: reno registered
    Mär 20 07:23:26 thinkpad kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 1
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: Boot video device
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: PCI: CLS 64 bytes, default 64
    Mär 20 07:23:26 thinkpad kernel: Unpacking initramfs...
    Mär 20 07:23:26 thinkpad kernel: Freeing initrd memory: 3880k freed
    Mär 20 07:23:26 thinkpad kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mär 20 07:23:26 thinkpad kernel: software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: Simple Boot Flag at 0x35 set to 0x1
    Mär 20 07:23:26 thinkpad kernel: audit: initializing netlink socket (disabled)
    Mär 20 07:23:26 thinkpad kernel: type=2000 audit(1363760601.356:1): initialized
    Mär 20 07:23:26 thinkpad kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mär 20 07:23:26 thinkpad kernel: VFS: Disk quotas dquot_6.5.2
    Mär 20 07:23:26 thinkpad kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mär 20 07:23:26 thinkpad kernel: msgmni has been set to 15767
    Mär 20 07:23:26 thinkpad kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 20 07:23:26 thinkpad kernel: io scheduler noop registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler deadline registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler cfq registered (default)
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Mär 20 07:23:26 thinkpad kernel: vesafb: scrolling: redraw
    Mär 20 07:23:26 thinkpad kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mär 20 07:23:26 thinkpad kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4032k, total 4032k
    Mär 20 07:23:26 thinkpad kernel: Console: switching to colour frame buffer device 160x50
    Mär 20 07:23:26 thinkpad kernel: fb0: VESA VGA frame buffer device
    Mär 20 07:23:26 thinkpad kernel: intel_idle: does not run on family 6 model 23
    Mär 20 07:23:26 thinkpad kernel: GHES: HEST is not enabled!
    Mär 20 07:23:26 thinkpad kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [io 0x0200-0x0207]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [irq 5]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: activated
    Mär 20 07:23:26 thinkpad kernel: 00:09: ttyS0 at I/O 0x200 (irq = 5) is a 16550A
    Mär 20 07:23:26 thinkpad kernel: Linux agpgart interface v0.103
    Mär 20 07:23:26 thinkpad kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mär 20 07:23:26 thinkpad kernel: mousedev: PS/2 mouse device common for all mice
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: RTC can wake from S4
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Mär 20 07:23:26 thinkpad kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor ladder
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor menu
    Mär 20 07:23:26 thinkpad kernel: EFI Variables Facility v0.08 2004-May-17
    Mär 20 07:23:26 thinkpad kernel: drop_monitor: Initializing network drop monitor service
    Mär 20 07:23:26 thinkpad kernel: TCP: cubic registered
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 10
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 17
    Mär 20 07:23:26 thinkpad kernel: Key type dns_resolver registered
    Mär 20 07:23:26 thinkpad kernel: PM: Checking hibernation image partition /dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: registered taskstats version 1
    Mär 20 07:23:26 thinkpad kernel: Magic number: 5:939:367
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: setting system clock to 2013-03-20 06:23:21 UTC (1363760601)
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 820k freed
    Mär 20 07:23:26 thinkpad kernel: Write protecting the kernel read-only data: 8192k
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 1148k freed
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 440k freed
    Mär 20 07:23:26 thinkpad systemd-udevd[45]: starting version 198
    Mär 20 07:23:26 thinkpad kernel: SCSI subsystem initialized
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type scsi registered
    Mär 20 07:23:26 thinkpad kernel: libata version 3.00 loaded.
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: version 3.0
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: ahci: SSS flag set, parallel bus scan disabled
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: scsi0 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi1 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi2 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi3 : ahci
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826100 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826180 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata3: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata4: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
    Mär 20 07:23:26 thinkpad kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: configured for UDMA/133
    Mär 20 07:23:26 thinkpad kernel: scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mär 20 07:23:26 thinkpad kernel: sda: sda2 sda3
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type usb registered
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usbfs
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver hub
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new device driver usb
    Mär 20 07:23:26 thinkpad kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci: EHCI PCI platform driver
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2826c00
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2827000
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: tsc: Refined TSC clocksource calibration: 1861.999 MHz
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource tsc
    Mär 20 07:23:26 thinkpad kernel: device-mapper: uevent: version 1.0.3
    Mär 20 07:23:26 thinkpad kernel: device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-1> at 1
    Mär 20 07:23:26 thinkpad kernel: usb 7-6: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: usb 8-1: new high-speed USB device number 2 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: Initializing USB Mass Storage driver...
    Mär 20 07:23:26 thinkpad kernel: scsi4 : usb-storage 8-1:1.0
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usb-storage
    Mär 20 07:23:26 thinkpad kernel: USB Mass Storage support registered.
    Mär 20 07:23:26 thinkpad kernel: usb 8-4: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: PM: Starting manual resume from disk
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image partition 254:1 present
    Mär 20 07:23:26 thinkpad kernel: PM: Looking for hibernation image.
    Mär 20 07:23:26 thinkpad kernel: PM: Image not found (code -22)
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    Mär 20 07:23:26 thinkpad kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad kernel: scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sdb: sdb1
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
    Mär 20 07:23:26 thinkpad kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    Mär 20 07:23:26 thinkpad kernel: usb 4-2: new low-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mär 20 07:23:26 thinkpad systemd[1]: Set hostname to <thinkpad>.
    Mär 20 07:23:26 thinkpad systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Apply Kernel Variables...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Setup Virtual Console...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Set Up Additional Binary Formats.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Kernel Modules...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Debug File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Service...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Journal Service.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Huge Pages File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting POSIX Message Queue File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Device Manager...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Coldplug all Devices...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Started File System Check on Root Device.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remount Root and Kernel File Systems...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Temporary Directory...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Apply Kernel Variables.
    Mär 20 07:23:26 thinkpad systemd-udevd[135]: starting version 198
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Journal started
    Mär 20 07:23:26 thinkpad systemd[1]: Started Remount Root and Kernel File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Random Seed...
    Mär 20 07:23:26 thinkpad systemd-random-seed[141]: Failed to write new random seed file: Bad file descriptor
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Kernel Device Manager.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Load Random Seed.
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Coldplug all Devices.
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Failed to find module 'options tp_smapi invert=5'
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Inserted module 'vboxdrv'
    Mär 20 07:23:27 thinkpad systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Found 2 processor cores.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: fAsync=0 offMin=0x19d offMax=0xf65
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    Mär 20 07:23:27 thinkpad systemd[1]: Failed to start Load Kernel Modules.
    Mär 20 07:23:27 thinkpad systemd[1]: Unit systemd-modules-load.service entered failed state
    Mär 20 07:23:27 thinkpad systemd[1]: Mounting Configur

  • [SOLVED] kernel crash with PCI wifi card

    HI,
    I id install and start to use arch just two weeks ago :-)
    I was able to solve problems until now.
    I am not sure if this is problem of arch kernel, maybe it will be general.
    I did insert PCI wifi card to my PC with arch. Card is Z-COM XI-626 : LAST LINE:
    lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
    00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
    00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5)
    00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation H67 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    03:00.0 IDE interface: VIA Technologies, Inc. VT6415 PATA IDE Host Controller
    04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    06:00.0 PCI bridge: ASMedia Technology Inc. ASM108x PCIe to PCI Bridge Controller (rev 01)
    07:00.0 Network controller: Intersil Corporation ISL3874 [Prism 2.5]/ISL3872 [Prism 3] (rev 01)
    It start to work very nicely, I could connect to the network with NetworkManager in gnome.
    BUT
    after while connection is not working.
    the is in message LOG:
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 4 of 5 (IP6 Configure Timeout) complete.
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Policy set 'Auto moje_wifi' (wlan0) as default for IPv4 routing and DNS.
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Activation (wlan0) successful, device activated.
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.
    Dec 6 07:53:10 localhost dbus[661]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Dec 6 07:53:10 localhost dbus[661]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Dec 6 08:02:58 localhost kernel: [ 1889.872241] Pid: 0, comm: swapper Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 08:02:58 localhost kernel: [ 1889.872243] Call Trace:
    Dec 6 08:02:58 localhost kernel: [ 1889.872244] <IRQ> [<ffffffff810c6cfd>] __report_bad_irq+0x3d/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872252] [<ffffffff810c713d>] note_interrupt+0x14d/0x210
    Dec 6 08:02:58 localhost kernel: [ 1889.872255] [<ffffffff810c5079>] handle_irq_event_percpu+0xc9/0x2a0
    Dec 6 08:02:58 localhost kernel: [ 1889.872257] [<ffffffff810c5298>] handle_irq_event+0x48/0x70
    Dec 6 08:02:58 localhost kernel: [ 1889.872259] [<ffffffff810c7a7a>] handle_fasteoi_irq+0x5a/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872262] [<ffffffff81016992>] handle_irq+0x22/0x40
    Dec 6 08:02:58 localhost kernel: [ 1889.872265] [<ffffffff8140d01a>] do_IRQ+0x5a/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872268] [<ffffffff81409c6e>] common_interrupt+0x6e/0x6e
    Dec 6 08:02:58 localhost kernel: [ 1889.872269] <EOI> [<ffffffff8131d3aa>] ? poll_idle+0x3a/0x80
    Dec 6 08:02:58 localhost kernel: [ 1889.872273] [<ffffffff8131d383>] ? poll_idle+0x13/0x80
    Dec 6 08:02:58 localhost kernel: [ 1889.872275] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 08:02:58 localhost kernel: [ 1889.872277] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 08:02:58 localhost kernel: [ 1889.872280] [<ffffffff813e6912>] rest_init+0x96/0xa4
    Dec 6 08:02:58 localhost kernel: [ 1889.872282] [<ffffffff8194fc15>] start_kernel+0x3bf/0x3cc
    Dec 6 08:02:58 localhost kernel: [ 1889.872285] [<ffffffff8194f347>] x86_64_start_reservations+0x132/0x136
    Dec 6 08:02:58 localhost kernel: [ 1889.872287] [<ffffffff8194f140>] ? early_idt_handlers+0x140/0x140
    Dec 6 08:02:58 localhost kernel: [ 1889.872289] [<ffffffff8194f44d>] x86_64_start_kernel+0x102/0x111
    Dec 6 08:03:05 localhost NetworkManager[686]: <info> (wlan0): roamed from BSSID 00:19:0A:01:1A:66 (moje_wifi) to (none) ((none))
    Dec 6 08:03:05 localhost kernel: [ 1896.943757] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:07 localhost kernel: [ 1898.942477] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:10 localhost kernel: [ 1902.180399] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:12 localhost kernel: [ 1904.179118] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:14 localhost kernel: [ 1906.177838] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:16 localhost kernel: [ 1908.176557] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:18 localhost kernel: [ 1910.175277] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:20 localhost kernel: [ 1912.173997] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:22 localhost kernel: [ 1914.172716] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:24 localhost kernel: [ 1916.171436] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:26 localhost kernel: [ 1918.170157] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:28 localhost kernel: [ 1920.168875] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:30 localhost kernel: [ 1922.167595] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:32 localhost kernel: [ 1924.166315] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:32 localhost kernel: [ 1924.279547] ------------[ cut here ]------------
    Dec 6 08:03:32 localhost kernel: [ 1924.279553] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x257/0x260()
    Dec 6 08:03:32 localhost kernel: [ 1924.279555] Hardware name: System Product Name
    Dec 6 08:03:32 localhost kernel: [ 1924.279556] NETDEV WATCHDOG: wifi0 (hostap_pci): transmit queue 0 timed out
    Dec 6 08:03:32 localhost kernel: [ 1924.279558] Modules linked in: fuse ext2 mbcache snd_hda_codec_hdmi orinoco_pci orinoco cfg80211 snd_hda_codec_realtek i915 drm_kms_helper drm i2c_i801 hostap_pci hostap i2c_algo_bit i2c_core eeepc_wmi asus_wmi sparse_keymap rfkill psmouse pci_hotplug serio_raw snd_hda_intel mei(C) snd_hda_codec iTCO_wdt iTCO_vendor_support snd_hwdep snd_pcm snd_timer snd evdev r8169 mii pcspkr intel_agp intel_gtt button video lib80211 wmi processor soundcore snd_page_alloc btrfs zlib_deflate crc32c libcrc32c hid_a4tech usbhid hid sd_mod ahci pata_acpi libahci pata_via libata xhci_hcd ehci_hcd scsi_mod usbcore
    Dec 6 08:03:32 localhost kernel: [ 1924.279599] Pid: 0, comm: swapper Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 08:03:32 localhost kernel: [ 1924.279600] Call Trace:
    Dec 6 08:03:32 localhost kernel: [ 1924.279602] <IRQ> [<ffffffff81061b9f>] warn_slowpath_common+0x7f/0xc0
    Dec 6 08:03:32 localhost kernel: [ 1924.279610] [<ffffffff81025047>] ? intel_pmu_enable_all+0xa7/0x110
    Dec 6 08:03:32 localhost kernel: [ 1924.279612] [<ffffffff81061c96>] warn_slowpath_fmt+0x46/0x50
    Dec 6 08:03:32 localhost kernel: [ 1924.279615] [<ffffffff8107e472>] ? __queue_work+0xe2/0x490
    Dec 6 08:03:32 localhost kernel: [ 1924.279617] [<ffffffff81364377>] dev_watchdog+0x257/0x260
    Dec 6 08:03:32 localhost kernel: [ 1924.279620] [<ffffffff81071e61>] run_timer_softirq+0x131/0x440
    Dec 6 08:03:32 localhost kernel: [ 1924.279622] [<ffffffff81364120>] ? qdisc_reset+0x50/0x50
    Dec 6 08:03:32 localhost kernel: [ 1924.279624] [<ffffffff8101c139>] ? read_tsc+0x9/0x20
    Dec 6 08:03:32 localhost kernel: [ 1924.279626] [<ffffffff810691c0>] __do_softirq+0xb0/0x270
    Dec 6 08:03:32 localhost kernel: [ 1924.279629] [<ffffffff81096158>] ? tick_dev_program_event+0x48/0x110
    Dec 6 08:03:32 localhost kernel: [ 1924.279631] [<ffffffff8109623f>] ? tick_program_event+0x1f/0x30
    Dec 6 08:03:32 localhost kernel: [ 1924.279634] [<ffffffff8140c76c>] call_softirq+0x1c/0x30
    Dec 6 08:03:32 localhost kernel: [ 1924.279637] [<ffffffff81016a15>] do_softirq+0x65/0xa0
    Dec 6 08:03:32 localhost kernel: [ 1924.279639] [<ffffffff810696ce>] irq_exit+0x9e/0xc0
    Dec 6 08:03:32 localhost kernel: [ 1924.279641] [<ffffffff8140d10e>] smp_apic_timer_interrupt+0x6e/0x99
    Dec 6 08:03:32 localhost kernel: [ 1924.279643] [<ffffffff8140afde>] apic_timer_interrupt+0x6e/0x80
    Dec 6 08:03:32 localhost kernel: [ 1924.279644] <EOI> [<ffffffff81279e9b>] ? intel_idle+0xcb/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279649] [<ffffffff81279e7d>] ? intel_idle+0xad/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279651] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 08:03:32 localhost kernel: [ 1924.279654] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279657] [<ffffffff813e6912>] rest_init+0x96/0xa4
    Dec 6 08:03:32 localhost kernel: [ 1924.279659] [<ffffffff8194fc15>] start_kernel+0x3bf/0x3cc
    Dec 6 08:03:32 localhost kernel: [ 1924.279662] [<ffffffff8194f347>] x86_64_start_reservations+0x132/0x136
    Dec 6 08:03:32 localhost kernel: [ 1924.279664] [<ffffffff8194f140>] ? early_idt_handlers+0x140/0x140
    Dec 6 08:03:32 localhost kernel: [ 1924.279666] [<ffffffff8194f44d>] x86_64_start_kernel+0x102/0x111
    Dec 6 08:03:32 localhost kernel: [ 1924.279668] ---[ end trace 6f3b132eb24e1d2e ]---
    Dec 6 08:03:32 localhost kernel: [ 1924.279669] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:32 localhost kernel: [ 1924.279694] hostap_pci: wifi0: resetting card
    Dec 6 08:03:34 localhost kernel: [ 1926.278267] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:36 localhost kernel: [ 1928.163754] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:36 localhost kernel: [ 1928.276987] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:38 localhost kernel: [ 1930.162473] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:38 localhost kernel: [ 1930.222552] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:38 localhost kernel: [ 1930.262615] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:38 localhost kernel: [ 1930.262619] wifi0: Port type setting to 1 failed
    Dec 6 08:03:38 localhost kernel: [ 1930.275703] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:40 localhost kernel: [ 1932.261129] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:40 localhost kernel: [ 1932.261131] wifi0: MAC port 0 enabling failed
    Dec 6 08:03:40 localhost kernel: [ 1932.261150] hostap_pci: wifi0: resetting card
    Dec 6 08:03:43 localhost kernel: [ 1934.463052] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:43 localhost kernel: [ 1934.463064] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:45 localhost kernel: [ 1936.461771] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:45 localhost kernel: [ 1936.501864] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:45 localhost kernel: [ 1936.501866] wifi0: Port type setting to 1 failed
    Dec 6 08:03:45 localhost kernel: [ 1936.521925] wifi0: MAC port 0 enabling failed
    Dec 6 08:04:13 localhost kernel: [ 1964.923031] hostap_pci: wlan0: resetting card
    Dec 6 08:04:15 localhost kernel: [ 1967.125469] wlan0: interrupt delivery does not seem to work
    Dec 6 08:04:15 localhost kernel: [ 1967.125474] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:04:17 localhost kernel: [ 1969.124179] wifi0: interrupt delivery does not seem to work
    Dec 6 08:04:17 localhost kernel: [ 1969.164257] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:04:17 localhost kernel: [ 1969.164259] wlan0: Port type setting to 1 failed
    Dec 6 08:04:17 localhost kernel: [ 1969.184273] wlan0: MAC port 0 enabling failed
    Dec 6 08:06:13 localhost kernel: [ 2084.846529] hostap_pci: wlan0: resetting card
    Dec 6 08:06:15 localhost kernel: [ 2087.048638] wlan0: interrupt delivery does not seem to work
    Dec 6 08:06:15 localhost kernel: [ 2087.048649] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:06:17 localhost kernel: [ 2089.047356] wifi0: interrupt delivery does not seem to work
    Dec 6 08:06:17 localhost kernel: [ 2089.087406] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:06:17 localhost kernel: [ 2089.087407] wlan0: Port type setting to 1 failed
    Dec 6 08:06:17 localhost kernel: [ 2089.107404] wlan0: MAC port 0 enabling failed
    Dec 6 08:08:13 localhost kernel: [ 2204.769302] hostap_pci: wlan0: resetting card
    Dec 6 08:08:15 localhost kernel: [ 2206.971827] wlan0: interrupt delivery does not seem to work
    Dec 6 08:08:15 localhost kernel: [ 2206.971832] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:08:17 localhost kernel: [ 2208.970532] wifi0: interrupt delivery does not seem to work
    Dec 6 08:08:17 localhost kernel: [ 2209.010630] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:08:17 localhost kernel: [ 2209.010634] wlan0: Port type setting to 1 failed
    Dec 6 08:08:19 localhost kernel: [ 2211.009274] wlan0: interrupt delivery does not seem to work
    Dec 6 08:08:19 localhost kernel: [ 2211.009275] wlan0: MAC port 0 enabling failed
    Dec 6 08:10:13 localhost kernel: [ 2324.691574] hostap_pci: wlan0: resetting card
    Dec 6 08:10:15 localhost kernel: [ 2326.891711] wlan0: interrupt delivery does not seem to work
    Dec 6 08:10:15 localhost kernel: [ 2326.891716] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:10:17 localhost kernel: [ 2328.890393] wifi0: interrupt delivery does not seem to work
    Dec 6 08:10:17 localhost kernel: [ 2328.930472] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:10:17 localhost kernel: [ 2328.930473] wlan0: Port type setting to 1 failed
    Dec 6 08:10:17 localhost kernel: [ 2328.950482] wlan0: MAC port 0 enabling failed
    Dec 6 08:12:13 localhost kernel: [ 2444.616669] hostap_pci: wlan0: resetting card
    Dec 6 08:12:15 localhost kernel: [ 2446.818212] wlan0: interrupt delivery does not seem to work
    Dec 6 08:12:15 localhost kernel: [ 2446.818218] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:12:17 localhost kernel: [ 2448.816887] wifi0: interrupt delivery does not seem to work
    Dec 6 08:12:17 localhost kernel: [ 2448.856917] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:12:17 localhost kernel: [ 2448.856919] wlan0: Port type setting to 1 failed
    Dec 6 08:12:17 localhost kernel: [ 2448.876938] wlan0: MAC port 0 enabling failed
    Dec 6 08:14:13 localhost kernel: [ 2564.540113] hostap_pci: wlan0: resetting card
    Dec 6 08:14:15 localhost kernel: [ 2566.741388] wlan0: interrupt delivery does not seem to work
    Dec 6 08:14:15 localhost kernel: [ 2566.741394] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:14:17 localhost kernel: [ 2568.740062] wifi0: interrupt delivery does not seem to work
    Dec 6 08:14:17 localhost kernel: [ 2568.780120] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:14:17 localhost kernel: [ 2568.780121] wlan0: Port type setting to 1 failed
    Dec 6 08:14:17 localhost kernel: [ 2568.800135] wlan0: MAC port 0 enabling failed
    Dec 6 08:16:13 localhost kernel: [ 2684.463514] hostap_pci: wlan0: resetting card
    Dec 6 08:16:15 localhost kernel: [ 2686.664525] wlan0: interrupt delivery does not seem to work
    Dec 6 08:16:15 localhost kernel: [ 2686.664530] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:16:17 localhost kernel: [ 2688.663241] wifi0: interrupt delivery does not seem to work
    Dec 6 08:16:17 localhost kernel: [ 2688.703314] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:16:17 localhost kernel: [ 2688.703315] wlan0: Port type setting to 1 failed
    Dec 6 08:16:17 localhost kernel: [ 2688.723340] wlan0: MAC port 0 enabling failed
    Dec 6 08:18:13 localhost kernel: [ 2804.386357] hostap_pci: wlan0: resetting card
    Dec 6 08:18:15 localhost kernel: [ 2806.587699] wlan0: interrupt delivery does not seem to work
    Dec 6 08:18:15 localhost kernel: [ 2806.587704] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:18:17 localhost kernel: [ 2808.586422] wifi0: interrupt delivery does not seem to work
    Dec 6 08:18:17 localhost kernel: [ 2808.626468] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:18:17 localhost kernel: [ 2808.626471] wlan0: Port type setting to 1 failed
    Dec 6 08:18:19 localhost kernel: [ 2810.625118] wlan0: interrupt delivery does not seem to work
    Dec 6 08:18:19 localhost kernel: [ 2810.625121] wlan0: MAC port 0 enabling failed
    please, have anybody idea what is wrong?
    thanks for help / tips ...
    Last edited by jancici (2012-03-21 08:47:06)

    okay, I did blacklist hostap_pci, I did find out that with orinoco_pci module it is more stable
    BUT
    sometimes it hang up with same error message
    Dec 6 23:03:45 localhost kernel: [ 2465.908317] ------------[ cut here ]------------
    Dec 6 23:03:45 localhost kernel: [ 2465.908324] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x257/0x260()
    Dec 6 23:03:45 localhost kernel: [ 2465.908326] Hardware name: System Product Name
    Dec 6 23:03:45 localhost kernel: [ 2465.908328] NETDEV WATCHDOG: eth1 (orinoco_pci): transmit queue 0 timed out
    Dec 6 23:03:45 localhost kernel: [ 2465.908329] Modules linked in: fuse ext2 mbcache snd_hda_codec_hdmi snd_hda_codec_realtek orinoco_pci orinoco r8169 cfg80211 mii
    i915 drm_kms_helper drm snd_hda_intel evdev snd_hda_codec mei(C) i2c_algo_bit rfkill intel_agp psmouse wmi i2c_i801 i2c_core intel_gtt snd_hwdep snd_pcm button proc
    essor video snd_timer snd soundcore snd_page_alloc btrfs zlib_deflate crc32c libcrc32c hid_a4tech usbhid hid sd_mod ahci pata_acpi libahci xhci_hcd pata_via libata e
    hci_hcd scsi_mod usbcore
    Dec 6 23:03:45 localhost kernel: [ 2465.908365] Pid: 0, comm: kworker/0:1 Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 23:03:45 localhost kernel: [ 2465.908366] Call Trace:
    Dec 6 23:03:45 localhost kernel: [ 2465.908368] <IRQ> [<ffffffff81061b9f>] warn_slowpath_common+0x7f/0xc0
    Dec 6 23:03:45 localhost kernel: [ 2465.908375] [<ffffffff81025047>] ? intel_pmu_enable_all+0xa7/0x110
    Dec 6 23:03:45 localhost kernel: [ 2465.908378] [<ffffffff81061c96>] warn_slowpath_fmt+0x46/0x50
    Dec 6 23:03:45 localhost kernel: [ 2465.908381] [<ffffffff810f1743>] ? perf_ctx_unlock+0x23/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908383] [<ffffffff81364377>] dev_watchdog+0x257/0x260
    Dec 6 23:03:45 localhost kernel: [ 2465.908386] [<ffffffff81071e61>] run_timer_softirq+0x131/0x440
    Dec 6 23:03:45 localhost kernel: [ 2465.908388] [<ffffffff81364120>] ? qdisc_reset+0x50/0x50
    Dec 6 23:03:45 localhost kernel: [ 2465.908390] [<ffffffff8101c139>] ? read_tsc+0x9/0x20
    Dec 6 23:03:45 localhost kernel: [ 2465.908392] [<ffffffff810691c0>] __do_softirq+0xb0/0x270
    Dec 6 23:03:45 localhost kernel: [ 2465.908395] [<ffffffff81096158>] ? tick_dev_program_event+0x48/0x110
    Dec 6 23:03:45 localhost kernel: [ 2465.908397] [<ffffffff8109623f>] ? tick_program_event+0x1f/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908400] [<ffffffff8140c76c>] call_softirq+0x1c/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908403] [<ffffffff81016a15>] do_softirq+0x65/0xa0
    Dec 6 23:03:45 localhost kernel: [ 2465.908404] [<ffffffff810696ce>] irq_exit+0x9e/0xc0
    Dec 6 23:03:45 localhost kernel: [ 2465.908407] [<ffffffff8140d10e>] smp_apic_timer_interrupt+0x6e/0x99
    Dec 6 23:03:45 localhost kernel: [ 2465.908409] [<ffffffff8140afde>] apic_timer_interrupt+0x6e/0x80
    Dec 6 23:03:45 localhost kernel: [ 2465.908410] <EOI> [<ffffffff81279e9b>] ? intel_idle+0xcb/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908415] [<ffffffff81279e7d>] ? intel_idle+0xad/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908417] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 23:03:45 localhost kernel: [ 2465.908419] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908422] [<ffffffff813f8944>] start_secondary+0x202/0x209
    Dec 6 23:03:45 localhost kernel: [ 2465.908424] ---[ end trace 58cac98ca8b4102b ]---
    Dec 6 23:03:45 localhost kernel: [ 2465.908433] eth1: Tx timeout! ALLOCFID=0128, TXCOMPLFID=03eb, EVSTAT=808b
    maybe I need some more modern card, something with atheros chipset ...

  • [solved] System crash and freeze. Kernel issue?

    My computer just crashed pretty bad a couple times in a row:
    Apr 30 15:45:14 black kernel: [ 950.973380] BUG: unable to handle kernel NULL pointer dereference at 00000002
    Apr 30 15:45:14 black kernel: [ 950.973502] IP: [<c0256292>] __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 950.973595] *pde = 00000000
    Apr 30 15:45:14 black kernel: [ 950.973644] Oops: 0000 [#1] PREEMPT SMP
    Apr 30 15:45:14 black kernel: [ 950.973716] Modules linked in: snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer uhci_hcd ehci_hcd iTCO_wdt iTCO_vendor_support snd usbcore floppy ppdev e100 soundcore i2c_i801 parport_pc parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 15:45:14 black kernel: [ 950.974616]
    Apr 30 15:45:14 black kernel: [ 950.974645] Pid: 158, comm: flush-8:0 Tainted: G B C 3.3.4-1-ARCH #1 IBM 8305LGG/IBM
    Apr 30 15:45:14 black kernel: [ 950.974773] EIP: 0060:[<c0256292>] EFLAGS: 00010297 CPU: 0
    Apr 30 15:45:14 black kernel: [ 950.974846] EIP is at __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 950.974910] EAX: 4002086d EBX: 00000002 ECX: 00000000 EDX: 00000002
    Apr 30 15:45:14 black kernel: [ 950.974988] ESI: 001d52ef EDI: 00000000 EBP: de9ffd1c ESP: de9ffcd8
    Apr 30 15:45:14 black kernel: [ 950.975066] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Apr 30 15:45:14 black kernel: [ 950.975136] Process flush-8:0 (pid: 158, ti=de9fe000 task=de1eaf40 task.ti=de9fe000)
    Apr 30 15:45:14 black kernel: [ 950.975229] Stack:
    Apr 30 15:45:14 black kernel: [ 950.975259] 00000110 de9ffddc 00000000 00000000 00000004 00000003 c0259190 00001000
    Apr 30 15:45:14 black kernel: [ 950.975407] 00000001 de403a94 df05a980 001d52ef 00000000 00000002 df05a980 de403a94
    Apr 30 15:45:14 black kernel: [ 950.975558] de9ffea0 de9ffd48 c02565c8 de9ffea0 c0254320 0000000e c0259190 d52efa00
    Apr 30 15:45:14 black kernel: [ 950.975705] Call Trace:
    Apr 30 15:45:14 black kernel: [ 950.975745] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 950.975806] [<c02565c8>] block_write_full_page_endio+0xb8/0xd0
    Apr 30 15:45:14 black kernel: [ 950.975883] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 950.975953] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 950.976012] [<c02565f7>] block_write_full_page+0x17/0x20
    Apr 30 15:45:14 black kernel: [ 950.976083] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 950.976157] [<c02596b4>] blkdev_writepage+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 950.976223] [<c01e5120>] __writepage+0x10/0x40
    Apr 30 15:45:14 black kernel: [ 950.976282] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 950.976346] [<c01e5518>] write_cache_pages+0x168/0x430
    Apr 30 15:45:14 black kernel: [ 950.976417] [<c0384de4>] ? put_device+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 950.976488] [<e005defe>] ? scsi_request_fn+0x8e/0x330 [scsi_mod]
    Apr 30 15:45:14 black kernel: [ 950.976565] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c010a308>] ? sched_clock+0x8/0x10
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c01e5817>] generic_writepages+0x37/0x60
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c01e6e9b>] do_writepages+0x1b/0x40
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024c7a0>] writeback_single_inode+0xd0/0x310
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0168923>] ? update_shares+0xc3/0xe0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024cd09>] writeback_sb_inodes+0x159/0x1f0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ce1c>] __writeback_inodes_wb+0x7c/0xb0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024e2ca>] wb_writeback+0x2aa/0x2e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c02409b9>] ? get_nr_inodes+0x39/0x50
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ebfb>] wb_do_writeback+0x1db/0x1e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0142260>] ? usleep_range+0x40/0x40
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ec69>] bdi_writeback_thread+0x69/0x250
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ec00>] ? wb_do_writeback+0x1e0/0x1e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0153282>] kthread+0x72/0x80
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0153210>] ? kthread_freezable_should_stop+0x50/0x50
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c04aec7e>] kernel_thread_helper+0x6/0x10
    Apr 30 15:45:14 black kernel: [ 950.976593] Code: 00 77 08 8b 75 e8 39 75 c4 76 20 3e 80 23 fd 3e 80 0b 01 83 45 c4 01 8b 5b 04 83 55 c8 00 39 5d f0 74 76 8b 4d ec 39 4d c8 73 d6 <8b> 03 a8 20 74 07 8b 03 f6 c4 02 74 db 8b 03 a8 02 74 d5 8b 75
    Apr 30 15:45:14 black kernel: [ 950.976593] EIP: [<c0256292>] __block_write_full_page+0x112/0x390 SS:ESP 0068:de9ffcd8
    Apr 30 15:45:14 black kernel: [ 950.976593] CR2: 0000000000000002
    Apr 30 15:45:14 black kernel: [ 951.009969] ---[ end trace 3d24e38c89e3d395 ]---
    Apr 30 15:45:14 black kernel: [ 951.009979] ------------[ cut here ]------------
    Apr 30 15:45:14 black kernel: [ 951.009995] WARNING: at kernel/exit.c:897 do_exit+0x43/0x7c0()
    Apr 30 15:45:14 black kernel: [ 951.010000] Hardware name: 8305LGG
    Apr 30 15:45:14 black kernel: [ 951.010003] Modules linked in: snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer uhci_hcd ehci_hcd iTCO_wdt iTCO_vendor_support snd usbcore floppy ppdev e100 soundcore i2c_i801 parport_pc parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 15:45:14 black kernel: [ 951.010083] Pid: 158, comm: flush-8:0 Tainted: G B D C 3.3.4-1-ARCH #1
    Apr 30 15:45:14 black kernel: [ 951.010086] Call Trace:
    Apr 30 15:45:14 black kernel: [ 951.010098] [<c04a67ac>] ? printk+0x1d/0x1f
    Apr 30 15:45:14 black kernel: [ 951.010105] [<c01351a2>] warn_slowpath_common+0x72/0xa0
    Apr 30 15:45:14 black kernel: [ 951.010110] [<c0138aa3>] ? do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010115] [<c0138aa3>] ? do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010122] [<c01351f2>] warn_slowpath_null+0x22/0x30
    Apr 30 15:45:14 black kernel: [ 951.010128] [<c0138aa3>] do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010133] [<c0136b28>] ? kmsg_dump+0xa8/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010138] [<c04a67ac>] ? printk+0x1d/0x1f
    Apr 30 15:45:14 black kernel: [ 951.010146] [<c01067ca>] oops_end+0x8a/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010151] [<c04a6074>] no_context+0x18d/0x195
    Apr 30 15:45:14 black kernel: [ 951.010156] [<c04a638f>] __bad_area_nosemaphore+0x134/0x13c
    Apr 30 15:45:14 black kernel: [ 951.010165] [<c02ba399>] ? part_round_stats+0x49/0x60
    Apr 30 15:45:14 black kernel: [ 951.010172] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 15:45:14 black kernel: [ 951.010177] [<c04a63ae>] bad_area_nosemaphore+0x17/0x19
    Apr 30 15:45:14 black kernel: [ 951.010182] [<c0129f47>] do_page_fault+0x367/0x430
    Apr 30 15:45:14 black kernel: [ 951.010189] [<c02c0bda>] ? blk_queue_bio+0xea/0x370
    Apr 30 15:45:14 black kernel: [ 951.010194] [<c02bf0e3>] ? generic_make_request+0x93/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010200] [<c02bf18f>] ? submit_bio+0x6f/0x100
    Apr 30 15:45:14 black kernel: [ 951.010206] [<c02e756d>] ? sg_init_table+0x1d/0x40
    Apr 30 15:45:14 black kernel: [ 951.010212] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 15:45:14 black kernel: [ 951.010218] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 15:45:14 black kernel: [ 951.010226] [<c0256292>] ? __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 951.010233] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 951.010238] [<c02565c8>] block_write_full_page_endio+0xb8/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010244] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 951.010249] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 951.010254] [<c02565f7>] block_write_full_page+0x17/0x20
    Apr 30 15:45:14 black kernel: [ 951.010259] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 951.010264] [<c02596b4>] blkdev_writepage+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 951.010271] [<c01e5120>] __writepage+0x10/0x40
    Apr 30 15:45:14 black kernel: [ 951.010275] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 951.010281] [<c01e5518>] write_cache_pages+0x168/0x430
    Apr 30 15:45:14 black kernel: [ 951.010289] [<c0384de4>] ? put_device+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 951.010307] [<e005defe>] ? scsi_request_fn+0x8e/0x330 [scsi_mod]
    Apr 30 15:45:14 black kernel: [ 951.010313] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 951.010320] [<c010a308>] ? sched_clock+0x8/0x10
    Apr 30 15:45:14 black kernel: [ 951.010326] [<c01e5817>] generic_writepages+0x37/0x60
    Apr 30 15:45:14 black kernel: [ 951.010332] [<c01e6e9b>] do_writepages+0x1b/0x40
    Apr 30 15:45:14 black kernel: [ 951.010340] [<c024c7a0>] writeback_single_inode+0xd0/0x310
    Apr 30 15:45:14 black kernel: [ 951.010347] [<c0168923>] ? update_shares+0xc3/0xe0
    Apr 30 15:45:14 black kernel: [ 951.010353] [<c024cd09>] writeback_sb_inodes+0x159/0x1f0
    Apr 30 15:45:14 black kernel: [ 951.010360] [<c024ce1c>] __writeback_inodes_wb+0x7c/0xb0
    Apr 30 15:45:14 black kernel: [ 951.010365] [<c024e2ca>] wb_writeback+0x2aa/0x2e0
    Apr 30 15:45:14 black kernel: [ 951.010373] [<c02409b9>] ? get_nr_inodes+0x39/0x50
    Apr 30 15:45:14 black kernel: [ 951.010378] [<c024ebfb>] wb_do_writeback+0x1db/0x1e0
    Apr 30 15:45:14 black kernel: [ 951.010386] [<c0142260>] ? usleep_range+0x40/0x40
    Apr 30 15:45:14 black kernel: [ 951.010392] [<c024ec69>] bdi_writeback_thread+0x69/0x250
    Apr 30 15:45:14 black kernel: [ 951.010398] [<c024ec00>] ? wb_do_writeback+0x1e0/0x1e0
    Apr 30 15:45:14 black kernel: [ 951.010404] [<c0153282>] kthread+0x72/0x80
    Apr 30 15:45:14 black kernel: [ 951.010409] [<c0153210>] ? kthread_freezable_should_stop+0x50/0x50
    Apr 30 15:45:14 black kernel: [ 951.010415] [<c04aec7e>] kernel_thread_helper+0x6/0x10
    Apr 30 15:45:14 black kernel: [ 951.010419] ---[ end trace 3d24e38c89e3d396 ]---
    Apr 30 16:02:13 black kernel: [ 836.801780] BUG: Bad page state in process firefox-nightly pfn:0154e
    Apr 30 16:02:13 black kernel: [ 836.801784] page:df05a9c0 count:2 mapcount:0 mapping:de403b64 index:0x181ea
    Apr 30 16:02:13 black kernel: [ 836.801788] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.801794] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmou
    se thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_help
    er drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.801846] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.801849] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.801854] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.801859] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.801865] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.801873] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.801879] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.801885] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.801890] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.801896] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.801901] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.801908] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.801912] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.801920] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.801928] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.801935] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.801940] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.801945] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.801950] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.801956] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.801962] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.801967] BUG: Bad page state in process firefox-nightly pfn:0154f
    Apr 30 16:02:13 black kernel: [ 836.801972] page:df05a9e0 count:2 mapcount:0 mapping:de403b64 index:0x1df
    Apr 30 16:02:13 black kernel: [ 836.801975] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.801981] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmou
    se thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_help
    er drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802033] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802037] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802042] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802048] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802055] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802063] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802070] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802075] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802080] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802086] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802091] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802098] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802102] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802110] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802118] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802125] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802130] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802135] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802140] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802146] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802152] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802156] BUG: Bad page state in process firefox-nightly pfn:01550
    Apr 30 16:02:13 black kernel: [ 836.802161] page:df05aa00 count:2 mapcount:0 mapping:de403b64 index:0x0
    Apr 30 16:02:13 black kernel: [ 836.802164] page flags: 0x4002086c(referenced|uptodate|lru|active|private|mappedtodisk)
    Apr 30 16:02:13 black kernel: [ 836.802172] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802225] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802228] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802233] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802238] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802244] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802250] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802256] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802261] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802266] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802272] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802278] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802284] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802289] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802296] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802304] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802310] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802315] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802321] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802326] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802332] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802338] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802343] BUG: Bad page state in process firefox-nightly pfn:01551
    Apr 30 16:02:13 black kernel: [ 836.802348] page:df05aa20 count:2 mapcount:0 mapping:de403b64 index:0x181e4
    Apr 30 16:02:13 black kernel: [ 836.802351] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.802357] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd soundcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802409] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802412] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802418] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802423] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802431] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802439] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802445] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802450] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802456] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802462] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802467] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802473] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802478] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802485] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802493] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802500] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802505] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802511] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802516] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802522] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802528] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802532] BUG: Bad page state in process firefox-nightly pfn:01552
    Apr 30 16:02:13 black kernel: [ 836.802536] page:df05aa40 count:2 mapcount:0 mapping:de403b64 index:0x60011
    Apr 30 16:02:13 black kernel: [ 836.802540] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.802545] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd soundcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802598] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802601] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802606] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802611] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802617] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802625] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802631] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802636] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802642] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802647] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802653] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802659] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802664] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802672] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802680] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802686] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802691] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802696] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802702] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802708] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802713] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.803307] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.803316] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.803323] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.803344] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803353] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803362] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803382] [<e08927c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803395] [<e08927c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803413] [<e08ad2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803421] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.803429] [<c029a121>] ? security_syslog+0x11/0x20
    Apr 30 16:02:13 black kernel: [ 836.803436] [<c0136339>] ? do_syslog+0x39/0x4b0
    Apr 30 16:02:13 black kernel: [ 836.803444] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 16:02:13 black kernel: [ 836.803451] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.803458] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.803463] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.803472] [<c017de0f>] ? getnstimeofday+0x4f/0x130
    Apr 30 16:02:13 black kernel: [ 836.803480] [<c02e4831>] ? copy_to_user+0x31/0x50
    Apr 30 16:02:13 black kernel: [ 836.803487] [<c013a5ca>] ? sys_gettimeofday+0x2a/0x70
    Apr 30 16:02:13 black kernel: [ 836.803492] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.803499] [<c04ae46f>] error_code+0x67/0x6c
    The crashes occurred when I was in X and I got dumped to the console when the computer crashed but I still ahd the mouse cursor from X.
    When I tried the magic sysrq REISUB combo, the cursor froze but the system didn't reboot.
    I have 'kernel.sysrq = 1' in my /etc/sysctl.conf.
    Any hints or ideas?
    I'm running [testing] and I think the issues started when I updated to linux 3.3.4-1, which is now in [core].
    I've found e.g. https://lkml.org/lkml/2012/4/20/347 but I've no idea how to proceed.
    Last edited by karol (2012-05-06 20:53:04)

    I have the same kind of problem. I have two machines and both have crashed since installing kernel 3.3.4-1 this morning.  I left one machine running X and came back to find myself in a console with that "unable to handle kernel NULL pointer dereference at 00000002" reported by Karol.  I can't find anything in my logs about that, but there was another crash later with the following in the kernel.log.
    Apr 30 13:53:37 localhost kernel: [ 3835.096091] BUG: Bad page state in process plugin-containe pfn:01517
    Apr 30 13:53:37 localhost kernel: [ 3835.096101] page:df8d32e0 count:1 mapcount:0 mapping:def24ab8 index:0x8
    Apr 30 13:53:37 localhost kernel: [ 3835.096104] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096111] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.096175] Pid: 13076, comm: plugin-containe Not tainted 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.096178] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.096191] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096196] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.096201] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.096209] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096214] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 13:53:37 localhost kernel: [ 3835.096219] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 13:53:37 localhost kernel: [ 3835.096223] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 13:53:37 localhost kernel: [ 3835.096228] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 13:53:37 localhost kernel: [ 3835.096235] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.096239] [<c0201b5d>] ? vma_merge+0x19d/0x250
    Apr 30 13:53:37 localhost kernel: [ 3835.096243] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096249] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096253] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.096257] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096263] [<c0104760>] ? do_spurious_interrupt_bug+0x40/0x40
    Apr 30 13:53:37 localhost kernel: [ 3835.096267] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096273] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.096693] BUG: Bad page state in process syslog-ng pfn:01518
    Apr 30 13:53:37 localhost kernel: [ 3835.096700] page:df8d3300 count:1 mapcount:0 mapping:def266d8 index:0xdc
    Apr 30 13:53:37 localhost kernel: [ 3835.096703] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096708] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.096759] Pid: 359, comm: syslog-ng Not tainted 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.096761] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.096769] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096774] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.096778] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.096791] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096798] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096806] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096820] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096831] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096846] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096853] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.096859] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096864] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096869] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096873] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.096880] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.096928] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.096933] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.096937] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096943] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.096946] Disabling lock debugging due to kernel taint
    Apr 30 13:53:37 localhost kernel: [ 3835.096948] BUG: Bad page state in process syslog-ng pfn:01519
    Apr 30 13:53:37 localhost kernel: [ 3835.096952] page:df8d3320 count:1 mapcount:0 mapping:def266d8 index:0xdd
    Apr 30 13:53:37 localhost kernel: [ 3835.096954] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096959] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097002] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097004] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097008] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097012] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097016] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097024] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097031] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097038] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097048] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097058] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097068] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097073] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097078] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097082] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097086] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097090] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097094] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097098] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097102] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097106] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097110] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097113] BUG: Bad page state in process syslog-ng pfn:0151a
    Apr 30 13:53:37 localhost kernel: [ 3835.097116] page:df8d3340 count:17 mapcount:0 mapping:def266d8 index:0xde
    Apr 30 13:53:37 localhost kernel: [ 3835.097118] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097124] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097167] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097169] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097173] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097177] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097183] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097191] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097197] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097204] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097217] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097229] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097240] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097246] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097251] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097256] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097260] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097264] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097268] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097273] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097278] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097282] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097286] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097290] BUG: Bad page state in process syslog-ng pfn:0151b
    Apr 30 13:53:37 localhost kernel: [ 3835.097293] page:df8d3360 count:23 mapcount:0 mapping:def266d8 index:0xdf
    Apr 30 13:53:37 localhost kernel: [ 3835.097296] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097302] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097346] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097349] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097353] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097357] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097362] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097370] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097377] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097383] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097396] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097408] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097419] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097424] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097429] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097433] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097437] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097441] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097446] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097450] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097454] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097457] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097462] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097465] BUG: Bad page state in process syslog-ng pfn:0151c
    Apr 30 13:53:37 localhost kernel: [ 3835.097468] page:df8d3380 count:29 mapcount:0 mapping:def266d8 index:0xe0
    Apr 30 13:53:37 localhost kernel: [ 3835.097471] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097476] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097519] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097522] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097526] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097530] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097535] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097543] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097550] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097556] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097569] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097581] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097592] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097597] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097602] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097606] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097611] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097614] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097620] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097624] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097628] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097631] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097635] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097639] BUG: Bad page state in process syslog-ng pfn:0151d
    Apr 30 13:53:37 localhost kernel: [ 3835.097642] page:df8d33a0 count:28 mapcount:0 mapping:def266d8 index:0xe1
    Apr 30 13:53:37 localhost kernel: [ 3835.097644] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097650] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097702] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097705] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097709] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097713] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097718] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097726] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097733] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097740] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097756] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097771] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097783] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097788] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097793] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097797] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097801] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097805] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097810] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097814] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097818] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097822] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097826] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097829] BUG: Bad page state in process syslog-ng pfn:0151e
    Apr 30 13:53:37 localhost kernel: [ 3835.097832] page:df8d33c0 count:1 mapcount:0 mapping:def266d8 index:0xe2
    Apr 30 13:53:37 localhost kernel: [ 3835.097835] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097840] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097884] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097886] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097891] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097895] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097899] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097907] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097914] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097921] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097934] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097946] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097958] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097963] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097967] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097972] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097976] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097980] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097984] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097988] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097992] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097996] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098000] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098003] BUG: Bad page state in process syslog-ng pfn:0151f
    Apr 30 13:53:37 localhost kernel: [ 3835.098007] page:df8d33e0 count:4 mapcount:0 mapping:def266d8 index:0xe3
    Apr 30 13:53:37 localhost kernel: [ 3835.098009] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098015] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098058] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098060] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098065] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098069] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098073] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098081] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098088] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098095] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098107] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098120] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098131] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098136] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098141] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098146] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098151] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098155] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098159] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098163] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098167] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098171] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098175] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098178] BUG: Bad page state in process syslog-ng pfn:01520
    Apr 30 13:53:37 localhost kernel: [ 3835.098182] page:df8d3400 count:21 mapcount:0 mapping:def266d8 index:0x15c
    Apr 30 13:53:37 localhost kernel: [ 3835.098184] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098190] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098233] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098235] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098240] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098243] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098248] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098256] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098263] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098270] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098282] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098295] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098306] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098311] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098316] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098320] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098324] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098328] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098333] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098337] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098341] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098345] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098349] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098352] BUG: Bad page state in process syslog-ng pfn:01521
    Apr 30 13:53:37 localhost kernel: [ 3835.098355] page:df8d3420 count:15 mapcount:0 mapping:def266d8 index:0x15d
    Apr 30 13:53:37 localhost kernel: [ 3835.098358] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098363] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098406] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098409] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098414] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098417] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098422] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098430] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098437] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098444] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098457] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098466] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098478] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098483] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098488] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098492] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098496] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098500] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098504] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098508] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098512] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098516] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098520] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098523] BUG: Bad page state in process syslog-ng pfn:01522
    Apr 30 13:53:37 localhost kernel: [ 3835.098526] page:df8d3440 count:1 mapcount:0 mapping:def266d8 index:0x15e
    Apr 30 13:53:37 localhost kernel: [ 3835.098529] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098533] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098575] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098577] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098581] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098586] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098592] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098599] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098606] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098613] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098625] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098638] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098649] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098655] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098660] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098664] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098668] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098672] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098677] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098681] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098686] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098690] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098695] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098698] BUG: Bad page state in process syslog-ng pfn:01523
    Apr 30 13:53:37 localhost kernel: [ 3835.098702] page:df8d3460 count:1 mapcount:0 mapping:def266d8 index:0x15f
    Apr 30 13:53:37 localhost kernel: [ 3835.098704] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098709] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098753] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098755] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098760] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098764] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098768] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098777] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098785] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098792] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098805] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098817] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098828] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098834] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098838] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098843] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098847] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098851] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098855] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098859] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098863] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098867] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098872] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098875] BUG: Bad page state in process syslog-ng pfn:01524
    Apr 30 13:53:37 localhost kernel: [ 3835.098878] page:df8d3480 count:2 mapcount:0 mapping:def266d8 index:0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098880] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098886] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098929] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098931] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098936] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098940] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098944] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098952] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098959] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098966] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098979] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098991] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099003] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099008] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099012] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099017] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099021] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099025] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099029] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099033] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099037] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099041] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099045] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099048] BUG: Bad page state in process syslog-ng pfn:01525
    Apr 30 13:53:37 localhost kernel: [ 3835.099052] page:df8d34a0 count:23 mapcount:0 mapping:def266d8 index:0x161
    Apr 30 13:53:37 localhost kernel: [ 3835.099054] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099060] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099103] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099105] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099110] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099113] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099118] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099126] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099133] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099139] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099152] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099162] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099174] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099179] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099184] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099188] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099192] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099196] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099202] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099205] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099209] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099213] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099217] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099220] BUG: Bad page state in process syslog-ng pfn:01526
    Apr 30 13:53:37 localhost kernel: [ 3835.099224] page:df8d34c0 count:1 mapcount:0 mapping:def266d8 index:0x162
    Apr 30 13:53:37 localhost kernel: [ 3835.099226] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099230] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099272] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099274] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099278] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099282] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099287] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099295] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099301] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099308] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099318] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099327] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099337] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099351] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099356] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099360] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099364] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099368] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099373] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099377] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099381] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099384] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099388] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099392] BUG: Bad page state in process syslog-ng pfn:01527
    Apr 30 13:53:37 localhost kernel: [ 3835.099395] page:df8d34e0 count:2 mapcount:0 mapping:def266d8 index:0x163
    Apr 30 13:53:37 localhost kernel: [ 3835.099397] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099402] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099444] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099446] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099450] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099454] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099459] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099466] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099473] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099480] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099496] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099512] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099524] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099529] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099534] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099538] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099542] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099546] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099551] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099555] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099559] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099562] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099566] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099569] BUG: Bad page state in process syslog-ng pfn:01528
    Apr 30 13:53:37 localhost kernel: [ 3835.099573] page:df8d3500 count:1 mapcount:0 mapping:def266d8 index:0x164
    Apr 30 13:53:37 localhost kernel: [ 3835.099575] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099579] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.102970] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.102973] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.102979] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.102983] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.102988] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.102999] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103006] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103014] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103025] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103035] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103048] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103056] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103061] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103065] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103070] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103074] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103080] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103084] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103088] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103092] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103097] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103101] BUG: Bad page state in process syslog-ng pfn:01529
    Apr 30 13:53:37 localhost kernel: [ 3835.103105] page:df8d3520 count:1 mapcount:0 mapping:def266d8 index:0xc7
    Apr 30 13:53:37 localhost kernel: [ 3835.103108] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103112] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103156] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103158] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103162] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103166] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103171] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103179] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103186] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103192] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103203] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103213] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103225] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103231] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103235] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103240] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103244] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103248] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103253] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103257] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103261] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103265] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103269] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103272] BUG: Bad page state in process syslog-ng pfn:0152a
    Apr 30 13:53:37 localhost kernel: [ 3835.103275] page:df8d3540 count:3 mapcount:0 mapping:def266d8 index:0xc8
    Apr 30 13:53:37 localhost kernel: [ 3835.103278] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103284] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103326] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103328] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103332] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103336] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103341] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103348] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103356] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103362] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103372] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103382] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103393] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103399] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103404] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103408] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103413] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103417] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103422] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103426] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103430] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103434] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103439] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103443] BUG: Bad page state in process syslog-ng pfn:0152b
    Apr 30 13:53:37 localhost kernel: [ 3835.103447] page:df8d3560 count:3 mapcount:0 mapping:def266d8 index:0xc9
    Apr 30 13:53:37 localhost kernel: [ 3835.103449] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103455] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103499] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103501] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103506] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103510] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103514] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103522] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103529] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103536] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103547] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103557] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103568] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103573] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103577] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103582] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103586] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103590] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103595] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103599] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103604] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103607] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103612] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103615] BUG: Bad page state in process syslog-ng pfn:0152c
    Apr 30 13:53:37 localhost kernel: [ 3835.103618] page:df8d3580 count:3 mapcount:0 mapping:def266d8 index:0xca
    Apr 30 13:53:37 localhost kernel: [ 3835.103621] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103627] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103668] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103671] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103675] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103680] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103685] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103693] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103700] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103707] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103716] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103726] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103736] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103742] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103746] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103751] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103755] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103759] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103764] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103768] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103772] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103776] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103780] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost k

  • [Solved] - System Crashed - Need to block modules at boot

    Hi ArchLinux Users
    Last night I was browsing the internet when in chromium and was notified that flash had crashed. A few seconds later my system froze and I was not able to do anything. After that I am unable to boot my laptop. I fear the my nvidia graphics card must have blown up as I see nothing once I turn on my laptop.
    I have not backup my all my data yet and am desperate to get it. My plan is to use the hard disk in another laptop boot it and backup the data. I am worried about the clash of drivers as my friends laptop has ATI.
    How do I black list nvidia at grub? Also I can avoid loading gnome 3 (GDM) as all I need is a command line access. I am really worried and would really appreciate any and all help.
    Also I am not sure if my problem fits the forums category and apologize for this as it was the best I could think of.
    Cheers!
    Nishit
    Last edited by jlight2011 (2011-09-14 00:22:57)

    You don't need to edit the file, just add do this to the kernel line before grub loads it:
    Modules can be blacklisted at boot time by appending modprobe.blacklist=mod1,mod2,mod3 to the kernel command line (in grub, lilo or syslinux). Alternatively, the modules can be disabled altogether by appending mod1.disable=1 mod2.disable=1 mod3.disable=1 instead. This is useful in an emergency where a broken module makes it impossible to boot your system.
    See here for how to do it: https://wiki.archlinux.org/index.php/Gr … _boot_menu

  • System crash OS 10.10.2

    My system frequently crashes after installing OS10.10.1. I was quite fine with OS10.10 except wifi drop. Now I am really suffering since my system crashes everyday. Can anyone help?

    The short answer is, never install any anti-virus software. The long answer is below.
    Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to take control of it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, not machine behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software. A genuine alert that Flash is outdated and blocked is shown on this support page. Follow the instructions on the support page in that case. Otherwise, assume that the alert is fake and someone is trying to scam you into installing malware. If you see such alerts on more than one website, ask for instructions.
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a padlock icon in the address bar when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It can be as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Stuttering video/audio and system crashes?

    For the better part of this year, I've had a terrible time with video and audio stuttering on my MacBook (Sept. 2007; 2.16GHz, 4MB RAM). This was especially noticeable when watching streaming Netflix videos, and it didn't seem to matter if I was using Safari or Firefox. Clearing the browser cache has little to no impact.
    The problem appears to have worsened since I upgraded to Snow Leopard about two months ago. (I'd previously been using OS 10.4.11; I now have 10.6.7). This same problem now impacting YouTube and QuickTime, even when I'm viewing files on my hard drive (approx. 27 GB free on a 120 GB drive), so I doubt that my internet connection is to blame. This happens whether I'm on WiFi or on an Ethernet connection -- also, my Ethernet randomly decides to stop working, but that's (probably) a separate issue.
    (Also since my OS upgrade, I'm suddenly having battery issues as well.)
    The problem is sometimes so bad that the entire system crashes, and I'm forced to do a cold/hard reboot of my MacBook. This has happened twice within the past 24 hours. Mostly, I can watch a few seconds or sometimes several minutes of video before the video and audio start sticking and stuttering again -- so pretty much any video capability is nearly worthless to me at this point.
    Here's the Panic Report from my latest system crash this morning... I don't know how to read Panic Reports, so I'm hoping someone might spot something that I can fix to address this issue?
    Interval Since Last Panic Report:  69709 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    0FEDE34F-A36E-41ED-B143-B31AFF61812B
    Wed Jun  8 09:59:42 2011
    panic(cpu 0 caller 0x28f17d): "pmap_flush_tlbs() timeout: " "cpu(s) failing to respond to interrupts, pmap=0x5fd71d0 cpus_to_respond=0x2"@/SourceCache/xnu/xnu-1504.9.37/osfmk/i386/pmap.c:3561
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x420fbb28 : 0x21b510 (0x5d9514 0x420fbb5c 0x223978 0x0)
    0x420fbb78 : 0x28f17d (0x597130 0x5fd71d0 0x2 0x73bd000)
    0x420fbbe8 : 0x2939ff (0x5fd71d0 0x1760a000 0x0 0x41f42221)
    0x420fbd78 : 0x254f7c (0x5fd71d0 0x1760a000 0x0 0xbddb8)
    0x420fbde8 : 0x257f97 (0x416911c 0x5fd71d0 0x1760a000 0x0)
    0x420fbf38 : 0x2aa430 (0x78dc148 0x1760a000 0x0 0x3)
    0x420fbfc8 : 0x2a081a (0x762d0a0 0x0 0x10 0x5341064)
    BSD process name corresponding to current thread: plugin-container
    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: MacBook2,1 (Mac-F4208CAA)
    System uptime in nanoseconds: 35391390659717
    unloaded kexts:
    com.apple.driver.CSRHIDTransitionDriver          2.4.0f1 (addr 0x42077000, size 0x12288) - last unloaded 24672258926767
    loaded kexts:
    com.google.driver.Gild          1.0.0 - last loaded 24609888691244
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleIntelGMA950          6.2.6
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleIntelIntegratedFramebuffer          6.2.6
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.iokit.AppleYukon2          3.2.1b1
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.AirPort.Atheros21          424.14.5
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTrackpad          200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver          200.3.2
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBUHCI          4.1.5
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    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.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.CSRUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    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.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOATAPIProtocolTransport          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.driver.XsanFilter          402.1
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 4 GB, SMC 1.17f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857E
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x1d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000

    Definitely not. I've got a 2007 MacBook, and even with the extended warranty that coverage expired a year ago.
    If you're concnered about cost, you could always call and ask. In my experience, the people at the Genius Bar (and Apple Store in general) are happy to provide assistance free of charge. If you have to replace a part, system, etc. you'll certainly need to cover that, but they should talk to you about costs and get your consent before doing any work on your machine.

  • ASE instance not available *** ERROR:ASE instance possibly left running when system went down(system crash?). Notify Database Administrator

    Hi Gurus,
    I made some changes in rz10 for client copy like:
    icm/host_name_full [email protected]
    login/accept_sso2_ticket 1
    login/create_sso2_ticket 2
    icm/server_port_1
    PROT=HTTPS,PORT=443$$,PROCTIMEOUT=600,TIMEOUT=600
    icm/server_port_0
    PROT=HTTP,PORT=80$$,PROCTIMEOUT=600,TIMEOUT=600
    login/no_automatic_user_sapstar 0
    After to make changes effective, i stopsap & startsap.
    But unfortunately db is not coming up. I checked startdb.log it showing
    error as " ASE instance not available
    *** ERROR:ASE instance possibly left running when system
    went down(system crash?).
    Notify Database Administrator."
    Please help us to resolve this issue, i have also added startdb.log for
    your reference.
    Regards,
    Piyush

    Hi Piyush,
    Did you solved this issue.
    We are facing the same issue and only this thread is there in SCN for this issue.
    If you solved this issue,Kindly share the solution.
    Thanks and Regards,
    Mathan A

  • Imatch causes system crashes

    After installing iMatch my memory seems te be fully loaded and hangs. I have a 24" early 2009 iMac with 8GB internal memory, no running other applications.
    I already tried to throw away the iTunes library and startes importing the XML data again, but also the systems crashes. Then I tried te recover systems rights, also a hangup. Tried te start the save mode, no way it works. It is NOT the harddisk, because the systems starts when I login as another user.
    Today I called Apple, but the won't give support on the because there is no Apple Care anymore !!! ***. The sold me iMatch last week, they screw up my system and then they sent you away with this unproper answer. I told her that I pay her salary, 4 iPhones at this house, 2 iPads, iMac, Macbook Pro, Apple TV, Macbook and the only thing Apple produces is a simple answer while referring to internal procedures.
    Who can help me? I live in Amersfoort, Holland.
    I install 10.7.3 and I hope that the bugs are sneaky solved by this update.....

    This definitely does not sound like iTunes Match, suggest the following:
    1.  Make a Secure Backup of your Song files;
    2.  Restart computer from cold;
    3.  Re-install latest version of iTunes;
    4.  Start iTunes with Option key held down - select option to create new library;
    5.  Import your Song files from your secure backup into your new library.
    At this point you should have a stable fully functioning system.  From here, take a further secure backup of the full library, incldung the Song files - start iTunes Match - allow the 3-step process to complete (can take from few hours to few days).  At this point you can begin to enable further devices, suggesting starting with computers and moving onto ipod / ipad / iphone etc.
    Do let us know how it works out.

  • System crashes while exporting

    hi all,
    I'm all new to captivate and I'm working at my first project
    with it.
    I'm doing a navigation site demo, which will be distibuted on
    cd.
    I'm working on just one .cp file because I need the project
    to run as standalone, not inside internet explorer; the .cp file is
    48 MB.
    I got several issues on registering the last two slides
    (they're about 80), and now it's impossible exporting all the demo,
    because the system crashes when captivate is exporting slides.
    I'm wondering if I made something wrong in organizing my
    project.
    Correct me if I'm wrong, but I understood that if you want to
    divide your project in more .cp files, you must publish as html,
    not standalone. That's the reason why I didn't subdivide my project
    in more .cp files.
    Am I wrong?
    Can anyone suggest something to solve the problem, preserving
    the standalone solution?
    Thanks in advance, and excuse me If I made some newbie
    questions :-)
    Alessia

    To All who are experiencing crashes during publishing,
    check
    this link for a Tech Note
    . As a rule of thumb, keep your Captivate project files to less
    then 10 MB whenever possible, and the SWFs, of course,
    correspondingly small.
    About that "you can't create multiple standalones" - that is
    just bad advice. Of course you can. BUT keep in mind that there
    will always be a noticeable "lag" when daisy-chaining executables,
    while the Flash Player closes on one file, and reopens to play the
    next in the "daisy-chain".

  • [SOLVED] GRUB crashed after pacman -Su

    Hello all,
    I did a system update about 2 hours ago, I did pacman -Syy and pacman -Su. Every thing looked normal.
    Restarted and system crashes right in GRB, it doesn't even shows the menu or error message, it just fills the screen with "GRUB GRUB GRUB GRUB GRUB GRUB GRUB".
    I checked the disk, partition tables are ok, and the whol HD looks ok, no errors at all (checked with system rescue cd, a gentoo live cd).
    I also mounted the boot partition, all files seem to be ok, grub menu, etc..
    /grub/menu.lst was modified today, but looks ok.
    Any Idea of what could happen?
    How to solve it?
    Should I try to replace grub?
    Last edited by iopo (2011-04-28 11:31:34)

    Thank you hcjl and demian.
    Problem solved after GRUB re-install.
    Here is the procedure (resume from hcjl links) I made, just in case someone else needs it:
    1- Download the arch iso and write it to cd or dvd
    2- Run the cd, login as root
    3- Mount arch and boot partitions:
    -Find boot and arch partitions with
    fdisk -l
    Create a directory where you would like to mount the arch partition, then mount it:
    mkdir /mnt/arch
    mount /dev/<device-or-partition-name> /mnt/arch
    4- Changing Root:
    cd /mnt/arch
    mount -t proc proc proc/
    mount -t sysfs sys sys/
    mount -o bind /dev dev/
    Mount the boot partition:
    mount /dev/<device-or-partition-name> boot/
    And change root:
    chroot . /bin/bash
    5- Install GRUB on hd0 (first hard drive):
    # grub
    grub> setup (hd0)
    6- Exit all, reboot
    That fixed my problem, and preserved my original GRUB menu (I did a backup of broken GRUB, but it was nor necesary)
    Thank you all for your help.
    Last edited by iopo (2011-04-28 21:16:47)

  • System Crash after waking from sleep

    Hi guys,
    Running 10.9.2 on 3.5 GHz Intel Core i7, 8GB RAM, GeForce GTX 775M, 3TB Fusion Drive. No extras added - everything fitted by Apple. Only thing attached is the CD drive via USB, the Bluetooth mouse and keyboard and the ethernet cable.
    Today I have had 5 or 6 system crashes. What happens is that the spinning beach ball kicks off and nothing will work except holding the power to restart the machine.
    I think that each time it has happened has been after the machine wakes from sleep and doesn't always happen immediately but after a few minutes or so.
    I have run Disk Utility on startup to Repair Disk Permissions and Repair Disk. I have reset PRAM etc.
    As far as I know nothing has been installed from before, other than the Epson Printer Drivers 2.1.7 update combo from the Apple Site to get an old scanner to work. Didn't have problems the day I installed that (yesterday).
    One thing I have had probably more so since 10.9.2 is the internet speeds slow down (both WiFi and ethernet). But no problems with the modem / router that I know of and my ISP can find no problems. Interestingly I wonder whether this has also happened from sleep (eg broadband speeds getting slower).
    I'm not quite sure where to find any possible error logs or which ones may be useful but any help is much appreciated. Thanks

    If anyone else has this problem and maybe to help...
    I found that the cause of my system crashes was somewhere within the Epson printer drivers and other associated drivers I downloaded from - http://support.apple.com/kb/dl1398. (Epson Printer Drivers v2.17 for OSX).
    As you're unable to 'show package contents' on right-click from this downloaded file, I installed the excellent Pacifist and looked at the files within the download listed above. I then manually removed every trace of every file except the one specific to my need (an Epson Perfection 1670 scanner). With those files gone, I haven't had any problems.
    So I believe my system crashes were related to a file within the Epson Printer Drivers v2.17 for OSX.

  • My Audigy 2 ZS is causing system crashes and..

    Hi guys,
    I've had my computer for over a year now and any time I play a game I get the blue screan of death and or send error report. Then Microsofts site tells me that the system crash was the result of a device driver. I have been having sound problems since day one and did not want to deal with so I just delt with it, NO MORE!!! I have had popping, crackling, and NPC's lips moving with no sound for a few seconds, Oblivion is the only game where I got popping or cracking sounds and missing sound FX. I've uninstalled the drivers and recently updated the sound drivers with no fix, I've updated each new driver 3 times and still problems no solved, but every time it say a problem has accurd with Oblivion and needs to close or SilentHunter 3 or doom 3 or Fear or any game I have Ive had enough!!! What is my problem? The only device I have ever had a problem with is my sound card. I also herd other people having the same simptems I have had and some say reduce your hardware accelleration. Please help!

    O ya my spec P4 3.0 630 presscott, GB 533 Ram, SATA hard dri've 80GB, 6xDVD ROM, 7800 GTX 256MB, Antec truepower 550Watts with PCI EXPRESS CONNECTOR. I have a rock solid 45-75 FPS on Oblivion @ 280x024 75HZ with settings at mostly high, shadows off, witch really helps!

  • Mega 865 Pro System Crash pressing CD eject button

    Samsung SpinPoint 250GB SATA II Hard Drive SP2004C
    1GB Kingston Hyperx 512 DDR400 PC3200 CL3
    Intel Pentium 4 630 3 Ghz Socket 775 800Mhz 2mb
    LG GSA4163B 16X DVD Dual Layer R/RW/RAM
    Windows XP SP2
    When I press the eject button to eject a CD the system crashes into bootup and then goes through the disk error check and then reloads successfully. I originally made a post on this subject but then, after uninstalling and reinstalling everything I got it to work.
    What should happen when you press the eject button is a message appears on the Windows desktop saying somethng like "CD Eject". and the cd ejects. However the underlying system must be buggy because it starts to crash all over agian when something in a variety of pieces of software gets installed. I just installed ASPI drivers because Audiocatalyst indicated that only Analogue access was available when accessing my DVD drive. I have had that problem before using Windows 2000 and installing the API drivers that Microsoft for some reason does not install solved the problem. BUt now, AGAIN!! the damn system crashes when I press the eject button.
    MSI techincal support is abysmal and no reply from them so far. IN fact, there query system does not even work any more.
    Luckily I have ghosted a working system but what can I do to stop the system crashing?
    I have read on other posts that I should change DVD drives but that can't be the reason because it does work until some small, and common system changes occur like updating ASPI drivers. I see there is a new sticky on this system which I will add to when it is stable - and I would not recommend anyone to buy it until all the problems are ironed out and until MSI talks to its customers.
    I forgot to add that if I open the CD flap and press the drives own button it works perfectly which means that it is MSI's hardware that is at fault.

    (sorry, I posted this message to another topic as well...)
    Hi,
    Some days ago I encountered a problem that seem to be very similar to this. My MEGA180 freezes because of the DVD writer. The situation is as follows:
    The PC boots up without error.
    If the PC was booted with a CD/DVD in the tray, it can be read without errors.
    I can open the DVD tray by pressing the front panel eject button.
    And now comes the problem...
    The front panel button does not respond, I cannot close the tray.
    If I close the tray by pressing the traay itself, the contend of the CD/DVD cannot be read, the machine freezes.
    The machine works perfectly in HiFi mode.
    I reinstalled Windows to a clean HDD, the problem remains.
    I replaced the DVD reader with a brand new one, the problem remains.
    This problem emerged without any specific reason, from one day to another. before that, Mega180 worked perfectly for several months. I did not change anything in the system during those days when the problem emerged. However, I was using Nero several times then.
    Does anyone has any idea what can be the reason for this problem?   
    Thanks in advance,
    Coix

Maybe you are looking for

  • Yoga 2 11. Virtual keyboard in Tablet mode

    Hi. Yoga 2 11 and Windows 8.1 is entirley new to me, so please excuse my lack of knowledge. When PC is asleep in tablet mode, I cannot get the virtual keyboard in order to log in. When I try to type, it pops up for a second or so (varies in time), bu

  • Unable to install Client on Device

    When I attempt to push a client out, I get the below log, with the notable entry being: ---> Unable to connect to WMI (root\ccm) on remote machine "106-K", error = 0x8004100e. SMS_CLIENT_CONFIG_MANAGER 3/20/2015 3:44:18 PM 1176 (0x0498) I've updated

  • Dropdown Custom field in Invoice

    Hi , I want to add a dropdown field in Ivoice Basic data screen. I am planning to do it using SRM Extension framework. SAP Implementation Guide --> SAP Supplier Relationship Management --> SRM Server --> Cross Application Basic Settings --> Extension

  • Optimized grid for mobile game

    I am developing a game for multiple mobile devices using Flex 4.6. I wanted to ask what you think the optimal performace solution would be for creating the below component. The component spec is as follows: 1) It needs to be a grid type interface whe

  • Updateing an app to run on both 2.0 and 2.1

    Sigh. So it seems that provisioning support for multiple apps has changed yet again. Now things are going back to separate profiles for each app. Although this makes more sense than the wildcard approach, I'm very confused about how to post an update