You are not logged in.
Pages: 1
after the last update my machine DELL Vostro (3550) wont shut down, At the very last stage it just hangs saying [xxxx.xxx] POWER OFF (xxxx.xxx shows some number ), I have to manually press the power button
I assume that message comes from rc.shutdown
# Power off or reboot
printsep
if [[ $RUNLEVEL = 0 ]]; then
printhl "${C_H2}POWER OFF"
poweroff -d -f -h -i
else
printhl "${C_H2}REBOOTING"
# if kexec is installed and a kernel is loaded, use it
[[ -x $(type -P kexec) ]] && kexec -e &>/dev/null
reboot -d -f -i
fi
So my guess is that my machine is not receiving the poweroff signal correctly, Anyone else with the same issue ?
Last edited by ashwinrajiv (2011-11-18 06:19:08)
Offline
I'm not sure what you're problem is, but in order to attract quality help, you might find it helpful to do two things:
Provide a more informative title such as "Shutdown script hangs with message [xxxx.xxx] POWER OFF".
Use code tags.
Offline
1) How do you initialize the shutdown process?
2) poweroff -d -f -h -i has the -f option, which according to the man page should mean the computer is halted instead of shut down (?). However, as I tried this on my older arch and the computer shut down. It shut down pretty fast. Normally I shutdown by just issuing poweroff without any options.
If I was you, I'd try if there's any difference between when issuing the poweroff command with or without the -f option.
Offline
Check if you don't have any custom "poweroff" / "reboot" aliases.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
I do not have any aliases and I also tried just poweroff from the command line, I tried with ubuntu on the same machine, Nothing helped.
Can this be a hardware issue, any hints on where I can look
Offline
How do you shutdown? What particular command do you use? Do you mean you've used the same command on Ubuntu previously and have seen the same error message at the same step of the shutdown process?
Offline
I cannot shutdown from anywhere, Ive tried the following
poweroff
halt
poweroff with all possible switches
shutdown -h now
The power buttons in gnome 3 from arch, or unity in ubuntu
tried removing battery, all monkey isms failed
Offline
May be there is something interesting in your
cat /var/log/messages # general messages and system related stuff
cat /var/log/kern.log # Kernel logs
cat /var/log/boot.log # System boot log
Drop them here for the further investigation.
Offline
Kern.log : Removed old ,tried to shutdown, restarted and copied the log
Nov 22 12:57:15 BigMonster kernel: imklog 5.8.1, log source = /proc/kmsg started.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Initializing cgroup subsys cpuset
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Initializing cgroup subsys cpu
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 (Ubuntu 3.0.0-12.20-generic 3.0.4)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=85d55d8f-c92f-40e0-9da3-93a8e8297bbf ro quiet splash vt.handoff=7
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] KERNEL supported cpus:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Intel GenuineIntel
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] AMD AuthenticAMD
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Centaur CentaurHauls
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-provided physical RAM map:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000040200000 - 00000000da4e6000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000da4e6000 - 00000000da529000 (ACPI NVS)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000da529000 - 00000000da794000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000da794000 - 00000000da967000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000da967000 - 00000000daba9000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000daba9000 - 00000000dad68000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000dad68000 - 00000000dafe8000 (ACPI NVS)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000dafe8000 - 00000000db000000 (ACPI data)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000db800000 - 00000000dfa00000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 000000021fe00000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] NX (Execute Disable) protection: active
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMI 2.6 present.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMI: Dell Inc. Vostro 3550/0JK86R, BIOS A07 07/18/2011
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] No AGP bridge found
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] last_pfn = 0x21fe00 max_arch_pfn = 0x400000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] MTRR default type: uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] MTRR fixed ranges enabled:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 00000-9FFFF write-back
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] A0000-BFFFF uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] C0000-CFFFF write-protect
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] D0000-E7FFF uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] E8000-FFFFF write-protect
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] MTRR variable ranges enabled:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0 base 000000000 mask E00000000 write-back
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 1 base 200000000 mask FE0000000 write-back
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 2 base 0DB800000 mask FFF800000 uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 4 base 0E0000000 mask FE0000000 uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 5 base 21FE00000 mask FFFE00000 uncachable
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 6 disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 7 disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 8 disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 9 disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] original variable MTRRs
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 0, base: 0GB, range: 8GB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 1, base: 8GB, range: 512MB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 2, base: 3512MB, range: 8MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 3, base: 3520MB, range: 64MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 4, base: 3584MB, range: 512MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 5, base: 8702MB, range: 2MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] total RAM covered: 8118M
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Found optimal setting for mtrr clean up
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 8 lose cover RAM: 0G
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] New variable MTRRs
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 2, base: 3GB, range: 512MB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 3, base: 3512MB, range: 8MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 4, base: 3520MB, range: 64MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 5, base: 4GB, range: 4GB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 6, base: 8GB, range: 512MB, type WB
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] reg 7, base: 8702MB, range: 2MB, type UC
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] e820 update range: 00000000db800000 - 0000000100000000 (usable) ==> (reserved)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] last_pfn = 0xdaba9 max_arch_pfn = 0x400000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] found SMP MP-table at [ffff8800000fd1b0] fd1b0
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] initial memory mapped : 0 - 20000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000daba9000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0000000000 - 00daa00000 page 2M
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 00daa00000 - 00daba9000 page 4k
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] kernel direct mapping tables up to daba9000 @ daba3000-daba9000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] init_memory_mapping: 0000000100000000-000000021fe00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0100000000 - 021fe00000 page 2M
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] kernel direct mapping tables up to 21fe00000 @ 21fdf6000-21fe00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] RAMDISK: 365bc000 - 372d6000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 DELL)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: XSDT 00000000dafe8070 00064 (v01 DELL WN09 01072009 AMI 00010013)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: FACP 00000000daff1c90 000F4 (v04 DELL WN09 01072009 AMI 00010013)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: DSDT 00000000dafe8168 09B22 (v02 DELL WN09 00000000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: FACS 00000000dafe3f80 00040
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: APIC 00000000daff1d88 00072 (v03 DELL WN09 01072009 AMI 00010013)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: MCFG 00000000daff1e00 0003C (v01 DELL WN09 01072009 MSFT 00000097)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: SSDT 00000000daff1e40 004B0 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: HPET 00000000daff22f0 00038 (v01 DELL WN09 01072009 AMI. 00000004)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: SSDT 00000000daff2328 00780 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: SSDT 00000000daff2aa8 00996 (v01 PmRef CpuPm 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: OSFR 00000000daff3440 00086 (v01 DELL M08 07DB0712 ASL 00000061)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] No NUMA configuration found
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Faking a node at 0000000000000000-000000021fe00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Initmem setup node 0 0000000000000000-000000021fe00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] NODE_DATA [000000021fdfb000 - 000000021fdfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] [ffffea0000000000-ffffea00077fffff] PMD -> [ffff880217400000-ffff88021e5fffff] on node 0
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Zone PFN ranges:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Normal 0x00100000 -> 0x0021fe00
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Movable zone start PFN for each node
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] early_node_map[7] active PFN ranges
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009d
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x00000100 -> 0x00020000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x00020200 -> 0x00040000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x00040200 -> 0x000da4e6
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x000da529 -> 0x000da794
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x000da967 -> 0x000daba9
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] 0: 0x00100000 -> 0x0021fe00
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] On node 0 totalpages: 2073376
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA zone: 56 pages used for memmap
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA zone: 5 pages reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA32 zone: 14280 pages used for memmap
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] DMA32 zone: 875979 pages, LIFO batch:31
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Normal zone: 16121 pages used for memmap
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Normal zone: 1163015 pages, LIFO batch:31
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: IRQ0 used by override.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: IRQ2 used by override.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: IRQ9 used by override.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] nr_irqs_gsi: 40
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000da4e6000 - 00000000da529000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000da794000 - 00000000da967000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000daba9000 - 00000000dad68000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000dad68000 - 00000000dafe8000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000dafe8000 - 00000000db000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000db800000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000db800000 - 00000000dfa00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88021fa00000 s79616 r8192 d22784 u524288
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] pcpu-alloc: s79616 r8192 d22784 u524288 alloc=1*2097152
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2042914
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Policy zone: Normal
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=85d55d8f-c92f-40e0-9da3-93a8e8297bbf ro quiet splash vt.handoff=7
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Checking aperture...
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] No AGP bridge found
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Memory: 8083272k/8910848k available (6104k kernel code, 617344k absent, 210232k reserved, 4880k data, 984k init)
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Hierarchical RCU implementation.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:712 16
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Extended CMOS year: 2000
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] vt handoff: transparent VT on vt#7
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Console: colour dummy device 80x25
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] console [tty0] enabled
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] allocated 67108864 bytes of page_cgroup
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] hpet clockevent registered
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Fast TSC calibration using PIT
Nov 22 12:57:15 BigMonster kernel: [ 0.004000] Detected 2294.596 MHz processor.
Nov 22 12:57:15 BigMonster kernel: [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.19 BogoMIPS (lpj=9178384)
Nov 22 12:57:15 BigMonster kernel: [ 0.000005] pid_max: default: 32768 minimum: 301
Nov 22 12:57:15 BigMonster kernel: [ 0.000026] Security Framework initialized
Nov 22 12:57:15 BigMonster kernel: [ 0.000038] AppArmor: AppArmor initialized
Nov 22 12:57:15 BigMonster kernel: [ 0.000040] Yama: becoming mindful.
Nov 22 12:57:15 BigMonster kernel: [ 0.000804] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.002603] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.003328] Mount-cache hash table entries: 256
Nov 22 12:57:15 BigMonster kernel: [ 0.003420] Initializing cgroup subsys cpuacct
Nov 22 12:57:15 BigMonster kernel: [ 0.003424] Initializing cgroup subsys memory
Nov 22 12:57:15 BigMonster kernel: [ 0.003430] Initializing cgroup subsys devices
Nov 22 12:57:15 BigMonster kernel: [ 0.003432] Initializing cgroup subsys freezer
Nov 22 12:57:15 BigMonster kernel: [ 0.003433] Initializing cgroup subsys net_cls
Nov 22 12:57:15 BigMonster kernel: [ 0.003435] Initializing cgroup subsys blkio
Nov 22 12:57:15 BigMonster kernel: [ 0.003440] Initializing cgroup subsys perf_event
Nov 22 12:57:15 BigMonster kernel: [ 0.003463] CPU: Physical Processor ID: 0
Nov 22 12:57:15 BigMonster kernel: [ 0.003465] CPU: Processor Core ID: 0
Nov 22 12:57:15 BigMonster kernel: [ 0.003469] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 22 12:57:15 BigMonster kernel: [ 0.003470] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Nov 22 12:57:15 BigMonster kernel: [ 0.003473] mce: CPU supports 7 MCE banks
Nov 22 12:57:15 BigMonster kernel: [ 0.003485] CPU0: Thermal monitoring enabled (TM1)
Nov 22 12:57:15 BigMonster kernel: [ 0.003492] using mwait in idle threads.
Nov 22 12:57:15 BigMonster kernel: [ 0.005883] ACPI: Core revision 20110413
Nov 22 12:57:15 BigMonster kernel: [ 0.018474] ftrace: allocating 25651 entries in 101 pages
Nov 22 12:57:15 BigMonster kernel: [ 0.028209] x2apic not enabled, IRQ remapping init failed
Nov 22 12:57:15 BigMonster kernel: [ 0.028554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 22 12:57:15 BigMonster kernel: [ 0.068215] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
Nov 22 12:57:15 BigMonster kernel: [ 0.175863] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
Nov 22 12:57:15 BigMonster kernel: [ 0.175869] ... version: 3
Nov 22 12:57:15 BigMonster kernel: [ 0.175870] ... bit width: 48
Nov 22 12:57:15 BigMonster kernel: [ 0.175871] ... generic registers: 4
Nov 22 12:57:15 BigMonster kernel: [ 0.175872] ... value mask: 0000ffffffffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.175874] ... max period: 000000007fffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.175875] ... fixed-purpose events: 3
Nov 22 12:57:15 BigMonster kernel: [ 0.175876] ... event mask: 000000070000000f
Nov 22 12:57:15 BigMonster kernel: [ 0.176240] Booting Node 0, Processors #1
Nov 22 12:57:15 BigMonster kernel: [ 0.176242] smpboot cpu 1: start_ip = 98000
Nov 22 12:57:15 BigMonster kernel: [ 0.283921] #2
Nov 22 12:57:15 BigMonster kernel: [ 0.283923] smpboot cpu 2: start_ip = 98000
Nov 22 12:57:15 BigMonster kernel: [ 0.391903] #3 Ok.
Nov 22 12:57:15 BigMonster kernel: [ 0.391905] smpboot cpu 3: start_ip = 98000
Nov 22 12:57:15 BigMonster kernel: [ 0.499810] Brought up 4 CPUs
Nov 22 12:57:15 BigMonster kernel: [ 0.499813] Total of 4 processors activated (18357.84 BogoMIPS).
Nov 22 12:57:15 BigMonster kernel: [ 0.502553] devtmpfs: initialized
Nov 22 12:57:15 BigMonster kernel: [ 0.502665] PM: Registering ACPI NVS region at da4e6000 (274432 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.502671] PM: Registering ACPI NVS region at dad68000 (2621440 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.503973] print_constraints: dummy:
Nov 22 12:57:15 BigMonster kernel: [ 0.504000] Time: 7:27:03 Date: 11/22/11
Nov 22 12:57:15 BigMonster kernel: [ 0.504026] NET: Registered protocol family 16
Nov 22 12:57:15 BigMonster kernel: [ 0.504110] Trying to unpack rootfs image as initramfs...
Nov 22 12:57:15 BigMonster kernel: [ 0.504118] ACPI: bus type pci registered
Nov 22 12:57:15 BigMonster kernel: [ 0.504164] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 22 12:57:15 BigMonster kernel: [ 0.504167] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 22 12:57:15 BigMonster kernel: [ 0.518801] PCI: Using configuration type 1 for base access
Nov 22 12:57:15 BigMonster kernel: [ 0.519439] bio: create slab <bio-0> at 0
Nov 22 12:57:15 BigMonster kernel: [ 0.520906] ACPI: EC: Look up EC in DSDT
Nov 22 12:57:15 BigMonster kernel: [ 0.522395] ACPI: Executed 1 blocks of module-level executable AML code
Nov 22 12:57:15 BigMonster kernel: [ 0.525892] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Nov 22 12:57:15 BigMonster kernel: [ 0.551859] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Nov 22 12:57:15 BigMonster kernel: [ 0.552178] ACPI: SSDT 00000000dad51698 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.552533] ACPI: Dynamic OEM Table Load:
Nov 22 12:57:15 BigMonster kernel: [ 0.552536] ACPI: SSDT (null) 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.599891] ACPI: SSDT 00000000dad52a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.600277] ACPI: Dynamic OEM Table Load:
Nov 22 12:57:15 BigMonster kernel: [ 0.600279] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.631738] ACPI: SSDT 00000000dad50d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.632093] ACPI: Dynamic OEM Table Load:
Nov 22 12:57:15 BigMonster kernel: [ 0.632095] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
Nov 22 12:57:15 BigMonster kernel: [ 0.664104] ACPI: Interpreter enabled
Nov 22 12:57:15 BigMonster kernel: [ 0.664108] ACPI: (supports S0 S1 S3 S4 S5)
Nov 22 12:57:15 BigMonster kernel: [ 0.664132] ACPI: Using IOAPIC for interrupt routing
Nov 22 12:57:15 BigMonster kernel: [ 0.685990] ACPI: No dock devices found.
Nov 22 12:57:15 BigMonster kernel: [ 0.685993] HEST: Table not found.
Nov 22 12:57:15 BigMonster kernel: [ 0.685995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 22 12:57:15 BigMonster kernel: [ 0.686286] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Nov 22 12:57:15 BigMonster kernel: [ 0.686688] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
Nov 22 12:57:15 BigMonster kernel: [ 0.686691] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686693] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686695] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686697] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686699] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686701] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686703] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686704] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686707] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xfeafffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686709] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.686721] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
Nov 22 12:57:15 BigMonster kernel: [ 0.686757] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
Nov 22 12:57:15 BigMonster kernel: [ 0.686768] pci 0000:00:02.0: reg 10: [mem 0xf7800000-0xf7bfffff 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.686774] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.686779] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
Nov 22 12:57:15 BigMonster kernel: [ 0.686830] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
Nov 22 12:57:15 BigMonster kernel: [ 0.686854] pci 0000:00:16.0: reg 10: [mem 0xf7e0a000-0xf7e0a00f 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.686918] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.686923] pci 0000:00:16.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.686956] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
Nov 22 12:57:15 BigMonster kernel: [ 0.686978] pci 0000:00:1a.0: reg 10: [mem 0xf7e08000-0xf7e083ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.687052] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687057] pci 0000:00:1a.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687081] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
Nov 22 12:57:15 BigMonster kernel: [ 0.687096] pci 0000:00:1b.0: reg 10: [mem 0xf7e00000-0xf7e03fff 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.687153] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687158] pci 0000:00:1b.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687178] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
Nov 22 12:57:15 BigMonster kernel: [ 0.687242] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687246] pci 0000:00:1c.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687269] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
Nov 22 12:57:15 BigMonster kernel: [ 0.687332] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687337] pci 0000:00:1c.1: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687361] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
Nov 22 12:57:15 BigMonster kernel: [ 0.687423] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687428] pci 0000:00:1c.3: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687451] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
Nov 22 12:57:15 BigMonster kernel: [ 0.687513] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687518] pci 0000:00:1c.4: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687552] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
Nov 22 12:57:15 BigMonster kernel: [ 0.687573] pci 0000:00:1d.0: reg 10: [mem 0xf7e07000-0xf7e073ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.687651] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.687656] pci 0000:00:1d.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687681] pci 0000:00:1f.0: [8086:1c4b] type 0 class 0x000601
Nov 22 12:57:15 BigMonster kernel: [ 0.687798] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
Nov 22 12:57:15 BigMonster kernel: [ 0.687817] pci 0000:00:1f.2: reg 10: [io 0xf0b0-0xf0b7]
Nov 22 12:57:15 BigMonster kernel: [ 0.687826] pci 0000:00:1f.2: reg 14: [io 0xf0a0-0xf0a3]
Nov 22 12:57:15 BigMonster kernel: [ 0.687834] pci 0000:00:1f.2: reg 18: [io 0xf090-0xf097]
Nov 22 12:57:15 BigMonster kernel: [ 0.687843] pci 0000:00:1f.2: reg 1c: [io 0xf080-0xf083]
Nov 22 12:57:15 BigMonster kernel: [ 0.687851] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
Nov 22 12:57:15 BigMonster kernel: [ 0.687860] pci 0000:00:1f.2: reg 24: [mem 0xf7e06000-0xf7e067ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.687893] pci 0000:00:1f.2: PME# supported from D3hot
Nov 22 12:57:15 BigMonster kernel: [ 0.687897] pci 0000:00:1f.2: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.687915] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
Nov 22 12:57:15 BigMonster kernel: [ 0.687932] pci 0000:00:1f.3: reg 10: [mem 0xf7e05000-0xf7e050ff 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.687954] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
Nov 22 12:57:15 BigMonster kernel: [ 0.688027] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
Nov 22 12:57:15 BigMonster kernel: [ 0.688032] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.688037] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.688044] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.688112] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
Nov 22 12:57:15 BigMonster kernel: [ 0.688132] pci 0000:05:00.0: reg 10: [io 0xe000-0xe0ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.688168] pci 0000:05:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.688191] pci 0000:05:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.688252] pci 0000:05:00.0: supports D1 D2
Nov 22 12:57:15 BigMonster kernel: [ 0.688254] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.688260] pci 0000:05:00.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.695613] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
Nov 22 12:57:15 BigMonster kernel: [ 0.695618] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
Nov 22 12:57:15 BigMonster kernel: [ 0.695623] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.695630] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.695860] pci 0000:09:00.0: [8086:008a] type 0 class 0x000280
Nov 22 12:57:15 BigMonster kernel: [ 0.696025] pci 0000:09:00.0: reg 10: [mem 0xf7d00000-0xf7d01fff 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.696621] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.696656] pci 0000:09:00.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.703645] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
Nov 22 12:57:15 BigMonster kernel: [ 0.703649] pci 0000:00:1c.3: bridge window [io 0xf000-0x0000] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.703654] pci 0000:00:1c.3: bridge window [mem 0xf7d00000-0xf7dfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.703661] pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.703735] pci 0000:0b:00.0: [1033:0194] type 0 class 0x000c03
Nov 22 12:57:15 BigMonster kernel: [ 0.703762] pci 0000:0b:00.0: reg 10: [mem 0xf7c00000-0xf7c01fff 64bit]
Nov 22 12:57:15 BigMonster kernel: [ 0.703872] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
Nov 22 12:57:15 BigMonster kernel: [ 0.703878] pci 0000:0b:00.0: PME# disabled
Nov 22 12:57:15 BigMonster kernel: [ 0.711602] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
Nov 22 12:57:15 BigMonster kernel: [ 0.711606] pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.711611] pci 0000:00:1c.4: bridge window [mem 0xf7c00000-0xf7cfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.711618] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.711644] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Nov 22 12:57:15 BigMonster kernel: [ 0.711777] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Nov 22 12:57:15 BigMonster kernel: [ 0.711809] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Nov 22 12:57:15 BigMonster kernel: [ 0.711840] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Nov 22 12:57:15 BigMonster kernel: [ 0.711870] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
Nov 22 12:57:15 BigMonster kernel: [ 0.712005] pci0000:00: Requesting ACPI _OSC control (0x1d)
Nov 22 12:57:15 BigMonster kernel: [ 0.712173] pci0000:00: ACPI _OSC control (0x19) granted
Nov 22 12:57:15 BigMonster kernel: [ 0.715327] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715370] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715411] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715451] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715494] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 22 12:57:15 BigMonster kernel: [ 0.715534] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 22 12:57:15 BigMonster kernel: [ 0.715585] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715629] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
Nov 22 12:57:15 BigMonster kernel: [ 0.715708] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Nov 22 12:57:15 BigMonster kernel: [ 0.715714] vgaarb: loaded
Nov 22 12:57:15 BigMonster kernel: [ 0.715715] vgaarb: bridge control possible 0000:00:02.0
Nov 22 12:57:15 BigMonster kernel: [ 0.715849] SCSI subsystem initialized
Nov 22 12:57:15 BigMonster kernel: [ 0.715900] libata version 3.00 loaded.
Nov 22 12:57:15 BigMonster kernel: [ 0.715936] usbcore: registered new interface driver usbfs
Nov 22 12:57:15 BigMonster kernel: [ 0.715944] usbcore: registered new interface driver hub
Nov 22 12:57:15 BigMonster kernel: [ 0.715966] usbcore: registered new device driver usb
Nov 22 12:57:15 BigMonster kernel: [ 0.716035] PCI: Using ACPI for IRQ routing
Nov 22 12:57:15 BigMonster kernel: [ 0.717881] PCI: pci_cache_line_size set to 64 bytes
Nov 22 12:57:15 BigMonster kernel: [ 0.718007] reserve RAM buffer: 000000000009d400 - 000000000009ffff
Nov 22 12:57:15 BigMonster kernel: [ 0.718009] reserve RAM buffer: 00000000da4e6000 - 00000000dbffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.718012] reserve RAM buffer: 00000000da794000 - 00000000dbffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.718015] reserve RAM buffer: 00000000daba9000 - 00000000dbffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.718017] reserve RAM buffer: 000000021fe00000 - 000000021fffffff
Nov 22 12:57:15 BigMonster kernel: [ 0.718091] NetLabel: Initializing
Nov 22 12:57:15 BigMonster kernel: [ 0.718092] NetLabel: domain hash size = 128
Nov 22 12:57:15 BigMonster kernel: [ 0.718094] NetLabel: protocols = UNLABELED CIPSOv4
Nov 22 12:57:15 BigMonster kernel: [ 0.718102] NetLabel: unlabeled traffic allowed by default
Nov 22 12:57:15 BigMonster kernel: [ 0.718135] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 22 12:57:15 BigMonster kernel: [ 0.718140] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Nov 22 12:57:15 BigMonster kernel: [ 0.720157] Switching to clocksource hpet
Nov 22 12:57:15 BigMonster kernel: [ 0.723587] Switched to NOHz mode on CPU #0
Nov 22 12:57:15 BigMonster kernel: [ 0.723635] Switched to NOHz mode on CPU #1
Nov 22 12:57:15 BigMonster kernel: [ 0.723674] Switched to NOHz mode on CPU #2
Nov 22 12:57:15 BigMonster kernel: [ 0.723701] Switched to NOHz mode on CPU #3
Nov 22 12:57:15 BigMonster kernel: [ 0.724980] AppArmor: AppArmor Filesystem Enabled
Nov 22 12:57:15 BigMonster kernel: [ 0.725000] pnp: PnP ACPI init
Nov 22 12:57:15 BigMonster kernel: [ 0.725014] ACPI: bus type pnp registered
Nov 22 12:57:15 BigMonster kernel: [ 0.725247] pnp 00:00: [bus 00-3e]
Nov 22 12:57:15 BigMonster kernel: [ 0.725249] pnp 00:00: [io 0x0000-0x0cf7 window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725251] pnp 00:00: [io 0x0cf8-0x0cff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725253] pnp 00:00: [io 0x0d00-0xffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725254] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725256] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725258] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725260] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725261] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725263] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725265] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725266] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725268] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725270] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725271] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725273] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725275] pnp 00:00: [mem 0x000ec000-0x000effff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725276] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725278] pnp 00:00: [mem 0xdfa00000-0xfeafffff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725281] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
Nov 22 12:57:15 BigMonster kernel: [ 0.725346] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725358] pnp 00:01: [io 0x0000-0x001f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725359] pnp 00:01: [io 0x0081-0x0091]
Nov 22 12:57:15 BigMonster kernel: [ 0.725361] pnp 00:01: [io 0x0093-0x009f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725362] pnp 00:01: [io 0x00c0-0x00df]
Nov 22 12:57:15 BigMonster kernel: [ 0.725364] pnp 00:01: [dma 4]
Nov 22 12:57:15 BigMonster kernel: [ 0.725380] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725387] pnp 00:02: [mem 0xff000000-0xffffffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725403] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725471] pnp 00:03: [mem 0xfed00000-0xfed003ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725487] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725497] pnp 00:04: [io 0x002e-0x002f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725499] pnp 00:04: [io 0x004e-0x004f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725500] pnp 00:04: [io 0x0061]
Nov 22 12:57:15 BigMonster kernel: [ 0.725501] pnp 00:04: [io 0x0063]
Nov 22 12:57:15 BigMonster kernel: [ 0.725503] pnp 00:04: [io 0x0065]
Nov 22 12:57:15 BigMonster kernel: [ 0.725504] pnp 00:04: [io 0x0067]
Nov 22 12:57:15 BigMonster kernel: [ 0.725505] pnp 00:04: [io 0x0070]
Nov 22 12:57:15 BigMonster kernel: [ 0.725507] pnp 00:04: [io 0x0080]
Nov 22 12:57:15 BigMonster kernel: [ 0.725508] pnp 00:04: [io 0x0092]
Nov 22 12:57:15 BigMonster kernel: [ 0.725509] pnp 00:04: [io 0x00b2-0x00b3]
Nov 22 12:57:15 BigMonster kernel: [ 0.725511] pnp 00:04: [io 0x0680-0x069f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725512] pnp 00:04: [io 0x1000-0x100f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725514] pnp 00:04: [io 0xffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725515] pnp 00:04: [io 0xffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725516] pnp 00:04: [io 0x0400-0x0453]
Nov 22 12:57:15 BigMonster kernel: [ 0.725518] pnp 00:04: [io 0x0458-0x047f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725519] pnp 00:04: [io 0x0500-0x057f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725521] pnp 00:04: [io 0x164e-0x164f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725557] system 00:04: [io 0x0680-0x069f] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725559] system 00:04: [io 0x1000-0x100f] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725561] system 00:04: [io 0xffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725563] system 00:04: [io 0xffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725565] system 00:04: [io 0x0400-0x0453] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725567] system 00:04: [io 0x0458-0x047f] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725569] system 00:04: [io 0x0500-0x057f] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725571] system 00:04: [io 0x164e-0x164f] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725573] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725581] pnp 00:05: [io 0x0070-0x0077]
Nov 22 12:57:15 BigMonster kernel: [ 0.725589] pnp 00:05: [irq 8]
Nov 22 12:57:15 BigMonster kernel: [ 0.725605] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725627] pnp 00:06: [io 0x0454-0x0457]
Nov 22 12:57:15 BigMonster kernel: [ 0.725652] system 00:06: [io 0x0454-0x0457] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725654] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725661] pnp 00:07: [io 0x00f0-0x00ff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725666] pnp 00:07: [irq 13]
Nov 22 12:57:15 BigMonster kernel: [ 0.725684] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725697] pnp 00:08: [io 0x0010-0x001f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725699] pnp 00:08: [io 0x0022-0x003f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725700] pnp 00:08: [io 0x0044-0x005f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725702] pnp 00:08: [io 0x0068-0x006f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725703] pnp 00:08: [io 0x0072-0x007f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725704] pnp 00:08: [io 0x0080]
Nov 22 12:57:15 BigMonster kernel: [ 0.725706] pnp 00:08: [io 0x0084-0x0086]
Nov 22 12:57:15 BigMonster kernel: [ 0.725707] pnp 00:08: [io 0x0088]
Nov 22 12:57:15 BigMonster kernel: [ 0.725709] pnp 00:08: [io 0x008c-0x008e]
Nov 22 12:57:15 BigMonster kernel: [ 0.725710] pnp 00:08: [io 0x0090-0x009f]
Nov 22 12:57:15 BigMonster kernel: [ 0.725711] pnp 00:08: [io 0x00a2-0x00bf]
Nov 22 12:57:15 BigMonster kernel: [ 0.725714] pnp 00:08: [io 0x00e0-0x00ef]
Nov 22 12:57:15 BigMonster kernel: [ 0.725716] pnp 00:08: [io 0x04d0-0x04d1]
Nov 22 12:57:15 BigMonster kernel: [ 0.725717] pnp 00:08: [mem 0xfe800000-0xfe802fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.725745] system 00:08: [io 0x04d0-0x04d1] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725748] system 00:08: [mem 0xfe800000-0xfe802fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.725751] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725767] pnp 00:09: [irq 12]
Nov 22 12:57:15 BigMonster kernel: [ 0.725786] pnp 00:09: Plug and Play ACPI device, IDs DLL04b3 SYN0600 SYN0002 PNP0f13 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.725797] pnp 00:0a: [io 0x0060]
Nov 22 12:57:15 BigMonster kernel: [ 0.725799] pnp 00:0a: [io 0x0064]
Nov 22 12:57:15 BigMonster kernel: [ 0.725800] pnp 00:0a: [io 0x0062]
Nov 22 12:57:15 BigMonster kernel: [ 0.725801] pnp 00:0a: [io 0x0066]
Nov 22 12:57:15 BigMonster kernel: [ 0.725806] pnp 00:0a: [irq 1]
Nov 22 12:57:15 BigMonster kernel: [ 0.725828] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.726003] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726005] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726006] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726008] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726010] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726011] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726013] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726014] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726016] pnp 00:0b: [mem 0xff000000-0xffffffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726017] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726019] pnp 00:0b: [mem 0xdfa00000-0xdfa00fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726060] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726063] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726065] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726067] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726069] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726071] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726073] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726075] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726077] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726079] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726082] system 00:0b: [mem 0xdfa00000-0xdfa00fff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726084] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.726138] pnp 00:0c: [irq 20]
Nov 22 12:57:15 BigMonster kernel: [ 0.726173] pnp 00:0c: Plug and Play ACPI device, IDs SMO8800 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.726269] pnp 00:0d: [mem 0x20000000-0x201fffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726271] pnp 00:0d: [mem 0x40000000-0x401fffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.726314] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726316] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
Nov 22 12:57:15 BigMonster kernel: [ 0.726318] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
Nov 22 12:57:15 BigMonster kernel: [ 0.726359] pnp: PnP ACPI: found 14 devices
Nov 22 12:57:15 BigMonster kernel: [ 0.726360] ACPI: ACPI bus type pnp unregistered
Nov 22 12:57:15 BigMonster kernel: [ 0.731867] PCI: max bus depth: 1 pci_try_num: 2
Nov 22 12:57:15 BigMonster kernel: [ 0.731905] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
Nov 22 12:57:15 BigMonster kernel: [ 0.731907] pci 0000:00:1c.0: bridge window [io disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731912] pci 0000:00:1c.0: bridge window [mem disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731916] pci 0000:00:1c.0: bridge window [mem pref disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731923] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
Nov 22 12:57:15 BigMonster kernel: [ 0.731927] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
Nov 22 12:57:15 BigMonster kernel: [ 0.731932] pci 0000:00:1c.1: bridge window [mem disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731937] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.731944] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
Nov 22 12:57:15 BigMonster kernel: [ 0.731945] pci 0000:00:1c.3: bridge window [io disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731951] pci 0000:00:1c.3: bridge window [mem 0xf7d00000-0xf7dfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.731955] pci 0000:00:1c.3: bridge window [mem pref disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731962] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
Nov 22 12:57:15 BigMonster kernel: [ 0.731963] pci 0000:00:1c.4: bridge window [io disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731968] pci 0000:00:1c.4: bridge window [mem 0xf7c00000-0xf7cfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.731973] pci 0000:00:1c.4: bridge window [mem pref disabled]
Nov 22 12:57:15 BigMonster kernel: [ 0.731992] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 0.731998] pci 0000:00:1c.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 0.732008] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Nov 22 12:57:15 BigMonster kernel: [ 0.732013] pci 0000:00:1c.1: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 0.732022] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Nov 22 12:57:15 BigMonster kernel: [ 0.732027] pci 0000:00:1c.3: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 0.732034] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 0.732038] pci 0000:00:1c.4: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 0.732043] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
Nov 22 12:57:15 BigMonster kernel: [ 0.732044] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732046] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732048] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732050] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732052] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732054] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732056] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732057] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732059] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732061] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732063] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732065] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
Nov 22 12:57:15 BigMonster kernel: [ 0.732067] pci_bus 0000:09: resource 1 [mem 0xf7d00000-0xf7dfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732069] pci_bus 0000:0b: resource 1 [mem 0xf7c00000-0xf7cfffff]
Nov 22 12:57:15 BigMonster kernel: [ 0.732094] NET: Registered protocol family 2
Nov 22 12:57:15 BigMonster kernel: [ 0.732314] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.733280] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.734572] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.734704] TCP: Hash tables configured (established 524288 bind 65536)
Nov 22 12:57:15 BigMonster kernel: [ 0.734706] TCP reno registered
Nov 22 12:57:15 BigMonster kernel: [ 0.734721] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.734755] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 0.734843] NET: Registered protocol family 1
Nov 22 12:57:15 BigMonster kernel: [ 0.734855] pci 0000:00:02.0: Boot video device
Nov 22 12:57:15 BigMonster kernel: [ 0.964707] Freeing initrd memory: 13416k freed
Nov 22 12:57:15 BigMonster kernel: [ 0.976436] PCI: CLS 64 bytes, default 64
Nov 22 12:57:15 BigMonster kernel: [ 0.976440] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 22 12:57:15 BigMonster kernel: [ 0.976442] Placing 64MB software IO TLB between ffff8800d64e6000 - ffff8800da4e6000
Nov 22 12:57:15 BigMonster kernel: [ 0.976444] software IO TLB at phys 0xd64e6000 - 0xda4e6000
Nov 22 12:57:15 BigMonster kernel: [ 0.976826] audit: initializing netlink socket (disabled)
Nov 22 12:57:15 BigMonster kernel: [ 0.976834] type=2000 audit(1321946823.808:1): initialized
Nov 22 12:57:15 BigMonster kernel: [ 1.004362] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Nov 22 12:57:15 BigMonster kernel: [ 1.021669] VFS: Disk quotas dquot_6.5.2
Nov 22 12:57:15 BigMonster kernel: [ 1.021713] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 22 12:57:15 BigMonster kernel: [ 1.022168] fuse init (API version 7.16)
Nov 22 12:57:15 BigMonster kernel: [ 1.022233] msgmni has been set to 15813
Nov 22 12:57:15 BigMonster kernel: [ 1.022534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Nov 22 12:57:15 BigMonster kernel: [ 1.022559] io scheduler noop registered
Nov 22 12:57:15 BigMonster kernel: [ 1.022560] io scheduler deadline registered
Nov 22 12:57:15 BigMonster kernel: [ 1.022590] io scheduler cfq registered (default)
Nov 22 12:57:15 BigMonster kernel: [ 1.022852] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 22 12:57:15 BigMonster kernel: [ 1.022869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Nov 22 12:57:15 BigMonster kernel: [ 1.022901] intel_idle: MWAIT substates: 0x21120
Nov 22 12:57:15 BigMonster kernel: [ 1.022902] intel_idle: v0.4 model 0x2A
Nov 22 12:57:15 BigMonster kernel: [ 1.022903] intel_idle: lapic_timer_reliable_states 0xffffffff
Nov 22 12:57:15 BigMonster kernel: [ 1.022981] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Nov 22 12:57:15 BigMonster kernel: [ 1.023018] ACPI: AC Adapter [AC] (off-line)
Nov 22 12:57:15 BigMonster kernel: [ 1.023103] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
Nov 22 12:57:15 BigMonster kernel: [ 1.024650] ACPI: Lid Switch [LID0]
Nov 22 12:57:15 BigMonster kernel: [ 1.024680] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
Nov 22 12:57:15 BigMonster kernel: [ 1.024684] ACPI: Power Button [PWRB]
Nov 22 12:57:15 BigMonster kernel: [ 1.024711] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
Nov 22 12:57:15 BigMonster kernel: [ 1.024714] ACPI: Sleep Button [SBTN]
Nov 22 12:57:15 BigMonster kernel: [ 1.024739] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 22 12:57:15 BigMonster kernel: [ 1.024741] ACPI: Power Button [PWRF]
Nov 22 12:57:15 BigMonster kernel: [ 1.024765] ACPI: acpi_idle yielding to intel_idle
Nov 22 12:57:15 BigMonster kernel: [ 1.033096] thermal LNXTHERM:00: registered as thermal_zone0
Nov 22 12:57:15 BigMonster kernel: [ 1.033098] ACPI: Thermal Zone [THM] (67 C)
Nov 22 12:57:15 BigMonster kernel: [ 1.033117] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Nov 22 12:57:15 BigMonster kernel: [ 1.033129] ERST: Table is not found!
Nov 22 12:57:15 BigMonster kernel: [ 1.033165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 22 12:57:15 BigMonster kernel: [ 1.084645] ACPI: Battery Slot [BAT0] (battery present)
Nov 22 12:57:15 BigMonster kernel: [ 1.284487] Linux agpgart interface v0.103
Nov 22 12:57:15 BigMonster kernel: [ 1.284551] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
Nov 22 12:57:15 BigMonster kernel: [ 1.284689] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Nov 22 12:57:15 BigMonster kernel: [ 1.285893] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
Nov 22 12:57:15 BigMonster kernel: [ 1.285987] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
Nov 22 12:57:15 BigMonster kernel: [ 1.286723] brd: module loaded
Nov 22 12:57:15 BigMonster kernel: [ 1.287066] loop: module loaded
Nov 22 12:57:15 BigMonster kernel: [ 1.287364] Fixed MDIO Bus: probed
Nov 22 12:57:15 BigMonster kernel: [ 1.287379] PPP generic driver version 2.4.2
Nov 22 12:57:15 BigMonster kernel: [ 1.287404] tun: Universal TUN/TAP device driver, 1.6
Nov 22 12:57:15 BigMonster kernel: [ 1.287405] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Nov 22 12:57:15 BigMonster kernel: [ 1.287458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 22 12:57:15 BigMonster kernel: [ 1.287474] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 1.287491] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 1.287495] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Nov 22 12:57:15 BigMonster kernel: [ 1.287523] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Nov 22 12:57:15 BigMonster kernel: [ 1.287548] ehci_hcd 0000:00:1a.0: debug port 2
Nov 22 12:57:15 BigMonster kernel: [ 1.291427] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Nov 22 12:57:15 BigMonster kernel: [ 1.291442] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7e08000
Nov 22 12:57:15 BigMonster kernel: [ 1.304137] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Nov 22 12:57:15 BigMonster kernel: [ 1.304287] hub 1-0:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.304291] hub 1-0:1.0: 2 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 1.304342] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Nov 22 12:57:15 BigMonster kernel: [ 1.304354] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 1.304357] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Nov 22 12:57:15 BigMonster kernel: [ 1.304381] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Nov 22 12:57:15 BigMonster kernel: [ 1.304401] ehci_hcd 0000:00:1d.0: debug port 2
Nov 22 12:57:15 BigMonster kernel: [ 1.308294] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Nov 22 12:57:15 BigMonster kernel: [ 1.308307] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7e07000
Nov 22 12:57:15 BigMonster kernel: [ 1.324129] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Nov 22 12:57:15 BigMonster kernel: [ 1.324271] hub 2-0:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.324274] hub 2-0:1.0: 2 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 1.324315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Nov 22 12:57:15 BigMonster kernel: [ 1.324323] uhci_hcd: USB Universal Host Controller Interface driver
Nov 22 12:57:15 BigMonster kernel: [ 1.324369] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
Nov 22 12:57:15 BigMonster kernel: [ 1.326515] serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 22 12:57:15 BigMonster kernel: [ 1.326522] serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 22 12:57:15 BigMonster kernel: [ 1.326622] mousedev: PS/2 mouse device common for all mice
Nov 22 12:57:15 BigMonster kernel: [ 1.326739] rtc_cmos 00:05: RTC can wake from S4
Nov 22 12:57:15 BigMonster kernel: [ 1.326822] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Nov 22 12:57:15 BigMonster kernel: [ 1.326850] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Nov 22 12:57:15 BigMonster kernel: [ 1.326923] device-mapper: uevent: version 1.0.3
Nov 22 12:57:15 BigMonster kernel: [ 1.326973] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Nov 22 12:57:15 BigMonster kernel: [ 1.327061] cpuidle: using governor ladder
Nov 22 12:57:15 BigMonster kernel: [ 1.327198] cpuidle: using governor menu
Nov 22 12:57:15 BigMonster kernel: [ 1.327199] EFI Variables Facility v0.08 2004-May-17
Nov 22 12:57:15 BigMonster kernel: [ 1.327363] TCP cubic registered
Nov 22 12:57:15 BigMonster kernel: [ 1.327452] NET: Registered protocol family 10
Nov 22 12:57:15 BigMonster kernel: [ 1.327769] NET: Registered protocol family 17
Nov 22 12:57:15 BigMonster kernel: [ 1.327779] Registering the dns_resolver key type
Nov 22 12:57:15 BigMonster kernel: [ 1.327852] PM: Hibernation image not present or could not be loaded.
Nov 22 12:57:15 BigMonster kernel: [ 1.327862] registered taskstats version 1
Nov 22 12:57:15 BigMonster kernel: [ 1.341200] Magic number: 3:351:471
Nov 22 12:57:15 BigMonster kernel: [ 1.341295] rtc_cmos 00:05: setting system clock to 2011-11-22 07:27:04 UTC (1321946824)
Nov 22 12:57:15 BigMonster kernel: [ 1.342042] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Nov 22 12:57:15 BigMonster kernel: [ 1.342043] EDD information not available.
Nov 22 12:57:15 BigMonster kernel: [ 1.343342] Freeing unused kernel memory: 984k freed
Nov 22 12:57:15 BigMonster kernel: [ 1.343443] Write protecting the kernel read-only data: 10240k
Nov 22 12:57:15 BigMonster kernel: [ 1.343602] Freeing unused kernel memory: 20k freed
Nov 22 12:57:15 BigMonster kernel: [ 1.346786] Freeing unused kernel memory: 1400k freed
Nov 22 12:57:15 BigMonster kernel: [ 1.350470] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Nov 22 12:57:15 BigMonster kernel: [ 1.378787] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Nov 22 12:57:15 BigMonster kernel: [ 1.378823] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Nov 22 12:57:15 BigMonster kernel: [ 1.378868] r8169 0000:05:00.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 1.378940] r8169 0000:05:00.0: irq 40 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.379330] r8169 0000:05:00.0: eth0: RTL8168e/8111e at 0xffffc90000c22000, 18:03:73:6c:5b:cb, XID 0c200000 IRQ 40
Nov 22 12:57:15 BigMonster kernel: [ 1.384247] xhci_hcd 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 1.384275] xhci_hcd 0000:0b:00.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 1.384280] xhci_hcd 0000:0b:00.0: xHCI Host Controller
Nov 22 12:57:15 BigMonster kernel: [ 1.384338] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 3
Nov 22 12:57:15 BigMonster kernel: [ 1.384516] xhci_hcd 0000:0b:00.0: irq 16, io mem 0xf7c00000
Nov 22 12:57:15 BigMonster kernel: [ 1.384586] xhci_hcd 0000:0b:00.0: irq 41 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.384592] xhci_hcd 0000:0b:00.0: irq 42 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.384598] xhci_hcd 0000:0b:00.0: irq 43 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.384602] xhci_hcd 0000:0b:00.0: irq 44 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.384607] xhci_hcd 0000:0b:00.0: irq 45 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.384796] xHCI xhci_add_endpoint called for root hub
Nov 22 12:57:15 BigMonster kernel: [ 1.384798] xHCI xhci_check_bandwidth called for root hub
Nov 22 12:57:15 BigMonster kernel: [ 1.384826] hub 3-0:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.384835] hub 3-0:1.0: 2 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 1.384896] xhci_hcd 0000:0b:00.0: xHCI Host Controller
Nov 22 12:57:15 BigMonster kernel: [ 1.384931] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 4
Nov 22 12:57:15 BigMonster kernel: [ 1.390198] ahci 0000:00:1f.2: version 3.0
Nov 22 12:57:15 BigMonster kernel: [ 1.390214] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Nov 22 12:57:15 BigMonster kernel: [ 1.390267] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 1.390296] ahci: SSS flag set, parallel bus scan disabled
Nov 22 12:57:15 BigMonster kernel: [ 1.390417] xHCI xhci_add_endpoint called for root hub
Nov 22 12:57:15 BigMonster kernel: [ 1.390420] xHCI xhci_check_bandwidth called for root hub
Nov 22 12:57:15 BigMonster kernel: [ 1.390450] hub 4-0:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.390459] hub 4-0:1.0: 2 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 1.404102] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x21 impl SATA mode
Nov 22 12:57:15 BigMonster kernel: [ 1.404107] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
Nov 22 12:57:15 BigMonster kernel: [ 1.404114] ahci 0000:00:1f.2: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 1.412635] scsi0 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.412754] scsi1 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.412827] scsi2 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.413088] scsi3 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.413138] scsi4 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.413187] scsi5 : ahci
Nov 22 12:57:15 BigMonster kernel: [ 1.413409] ata1: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06100 irq 46
Nov 22 12:57:15 BigMonster kernel: [ 1.413411] ata2: DUMMY
Nov 22 12:57:15 BigMonster kernel: [ 1.413412] ata3: DUMMY
Nov 22 12:57:15 BigMonster kernel: [ 1.413412] ata4: DUMMY
Nov 22 12:57:15 BigMonster kernel: [ 1.413413] ata5: DUMMY
Nov 22 12:57:15 BigMonster kernel: [ 1.413416] ata6: SATA max UDMA/133 abar m2048@0xf7e06000 port 0xf7e06380 irq 46
Nov 22 12:57:15 BigMonster kernel: [ 1.616081] usb 1-1: new high speed USB device number 2 using ehci_hcd
Nov 22 12:57:15 BigMonster kernel: [ 1.732010] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Nov 22 12:57:15 BigMonster kernel: [ 1.736046] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 22 12:57:15 BigMonster kernel: [ 1.748782] hub 1-1:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.748881] hub 1-1:1.0: 6 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 1.777964] ata1.00: ATA-8: ST9500420AS, D005SDM1, max UDMA/133
Nov 22 12:57:15 BigMonster kernel: [ 1.777974] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Nov 22 12:57:15 BigMonster kernel: [ 1.782849] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 22 12:57:15 BigMonster kernel: [ 1.783201] ata1.00: configured for UDMA/133
Nov 22 12:57:15 BigMonster kernel: [ 1.783443] scsi 0:0:0:0: Direct-Access ATA ST9500420AS D005 PQ: 0 ANSI: 5
Nov 22 12:57:15 BigMonster kernel: [ 1.783561] sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 22 12:57:15 BigMonster kernel: [ 1.783586] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Nov 22 12:57:15 BigMonster kernel: [ 1.783653] sd 0:0:0:0: [sda] Write Protect is off
Nov 22 12:57:15 BigMonster kernel: [ 1.783657] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 22 12:57:15 BigMonster kernel: [ 1.783691] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 22 12:57:15 BigMonster kernel: [ 1.833689] sda: sda1 sda2 < sda5 sda6 >
Nov 22 12:57:15 BigMonster kernel: [ 1.834052] sd 0:0:0:0: [sda] Attached SCSI disk
Nov 22 12:57:15 BigMonster kernel: [ 1.859958] usb 2-1: new high speed USB device number 2 using ehci_hcd
Nov 22 12:57:15 BigMonster kernel: [ 1.975872] Refined TSC clocksource calibration: 2294.786 MHz.
Nov 22 12:57:15 BigMonster kernel: [ 1.975885] Switching to clocksource tsc
Nov 22 12:57:15 BigMonster kernel: [ 1.992531] hub 2-1:1.0: USB hub found
Nov 22 12:57:15 BigMonster kernel: [ 1.992627] hub 2-1:1.0: 8 ports detected
Nov 22 12:57:15 BigMonster kernel: [ 2.064056] usb 1-1.4: new full speed USB device number 3 using ehci_hcd
Nov 22 12:57:15 BigMonster kernel: [ 2.099806] ata6: SATA link down (SStatus 0 SControl 300)
Nov 22 12:57:15 BigMonster kernel: [ 2.231792] usb 1-1.5: new high speed USB device number 4 using ehci_hcd
Nov 22 12:57:15 BigMonster kernel: [ 2.407689] usb 2-1.6: new high speed USB device number 3 using ehci_hcd
Nov 22 12:57:15 BigMonster kernel: [ 2.632010] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Nov 22 12:57:15 BigMonster kernel: [ 10.932903] mei: module is from the staging directory, the quality is unknown, you have been warned.
Nov 22 12:57:15 BigMonster kernel: [ 10.933204] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 10.933212] mei 0000:00:16.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 10.934333] lp: driver loaded but no devices found
Nov 22 12:57:15 BigMonster kernel: [ 10.938508] [drm] Initialized drm 1.1.0 20060810
Nov 22 12:57:15 BigMonster kernel: [ 10.940418] cfg80211: Calling CRDA to update world regulatory domain
Nov 22 12:57:15 BigMonster kernel: [ 10.944382] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Nov 22 12:57:15 BigMonster kernel: [ 10.944388] i915 0000:00:02.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 10.946816] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Nov 22 12:57:15 BigMonster kernel: [ 10.946819] iwlagn: Copyright(c) 2003-2011 Intel Corporation
Nov 22 12:57:15 BigMonster kernel: [ 10.946934] iwlagn 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Nov 22 12:57:15 BigMonster kernel: [ 10.946945] iwlagn 0000:09:00.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 10.946976] iwlagn 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
Nov 22 12:57:15 BigMonster kernel: [ 10.964077] iwlagn 0000:09:00.0: device EEPROM VER=0x71a, CALIB=0x6
Nov 22 12:57:15 BigMonster kernel: [ 10.964080] iwlagn 0000:09:00.0: Device SKU: 0X9
Nov 22 12:57:15 BigMonster kernel: [ 10.964082] iwlagn 0000:09:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
Nov 22 12:57:15 BigMonster kernel: [ 10.964689] iwlagn 0000:09:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
Nov 22 12:57:15 BigMonster kernel: [ 10.964781] iwlagn 0000:09:00.0: irq 47 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 10.967644] type=1400 audit(1321946834.129:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=385 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 10.967966] type=1400 audit(1321946834.129:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=385 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 10.968177] type=1400 audit(1321946834.129:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=385 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 10.986833] Bluetooth: Core ver 2.16
Nov 22 12:57:15 BigMonster kernel: [ 10.986868] NET: Registered protocol family 31
Nov 22 12:57:15 BigMonster kernel: [ 10.986870] Bluetooth: HCI device and connection manager initialized
Nov 22 12:57:15 BigMonster kernel: [ 10.986872] Bluetooth: HCI socket layer initialized
Nov 22 12:57:15 BigMonster kernel: [ 10.986874] Bluetooth: L2CAP socket layer initialized
Nov 22 12:57:15 BigMonster kernel: [ 10.989608] Bluetooth: SCO socket layer initialized
Nov 22 12:57:15 BigMonster kernel: [ 10.992349] Bluetooth: Generic Bluetooth USB driver ver 0.6
Nov 22 12:57:15 BigMonster kernel: [ 10.993511] usbcore: registered new interface driver btusb
Nov 22 12:57:15 BigMonster kernel: [ 11.000992] wmi: Mapper loaded
Nov 22 12:57:15 BigMonster kernel: [ 11.011478] Adding 4985852k swap on /dev/sda6. Priority:-1 extents:1 across:4985852k
Nov 22 12:57:15 BigMonster kernel: [ 11.028989] Linux video capture interface: v2.00
Nov 22 12:57:15 BigMonster kernel: [ 11.031114] i915 0000:00:02.0: irq 48 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 11.031127] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Nov 22 12:57:15 BigMonster kernel: [ 11.031129] [drm] Driver supports precise vblank timestamp query.
Nov 22 12:57:15 BigMonster kernel: [ 11.031166] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Nov 22 12:57:15 BigMonster kernel: [ 11.032187] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_FHD (05ca:181f)
Nov 22 12:57:15 BigMonster kernel: [ 11.035111] input: Laptop_Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input5
Nov 22 12:57:15 BigMonster kernel: [ 11.035215] usbcore: registered new interface driver uvcvideo
Nov 22 12:57:15 BigMonster kernel: [ 11.035217] USB Video Class driver (v1.1.0)
Nov 22 12:57:15 BigMonster kernel: [ 11.042287] usbcore: registered new interface driver uas
Nov 22 12:57:15 BigMonster kernel: [ 11.042825] Initializing USB Mass Storage driver...
Nov 22 12:57:15 BigMonster kernel: [ 11.042870] usbcore: registered new interface driver usb-storage
Nov 22 12:57:15 BigMonster kernel: [ 11.042872] USB Mass Storage support registered.
Nov 22 12:57:15 BigMonster kernel: [ 11.087353] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Nov 22 12:57:15 BigMonster kernel: [ 11.093196] scsi6 : usb-storage 2-1.6:1.0
Nov 22 12:57:15 BigMonster kernel: [ 11.098855] usbcore: registered new interface driver ums-realtek
Nov 22 12:57:15 BigMonster kernel: [ 11.153089] input: Dell WMI hotkeys as /devices/virtual/input/input6
Nov 22 12:57:15 BigMonster kernel: [ 11.159016] cfg80211: World regulatory domain updated:
Nov 22 12:57:15 BigMonster kernel: [ 11.159020] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Nov 22 12:57:15 BigMonster kernel: [ 11.159025] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 22 12:57:15 BigMonster kernel: [ 11.159028] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 22 12:57:15 BigMonster kernel: [ 11.159031] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 22 12:57:15 BigMonster kernel: [ 11.159034] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 22 12:57:15 BigMonster kernel: [ 11.159036] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 22 12:57:15 BigMonster kernel: [ 11.192055] iwlagn 0000:09:00.0: loaded firmware version 17.168.5.1 build 33993
Nov 22 12:57:15 BigMonster kernel: [ 11.192188] Registered led device: phy0-led
Nov 22 12:57:15 BigMonster kernel: [ 11.192210] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Nov 22 12:57:15 BigMonster kernel: [ 11.194647] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Nov 22 12:57:15 BigMonster kernel: [ 11.287037] fbcon: inteldrmfb (fb0) is primary device
Nov 22 12:57:15 BigMonster kernel: [ 11.287094] Console: switching to colour frame buffer device 170x48
Nov 22 12:57:15 BigMonster kernel: [ 11.287110] fb0: inteldrmfb frame buffer device
Nov 22 12:57:15 BigMonster kernel: [ 11.287111] drm: registered panic notifier
Nov 22 12:57:15 BigMonster kernel: [ 11.292435] usb 2-1.6: USB disconnect, device number 3
Nov 22 12:57:15 BigMonster kernel: [ 11.319768] acpi device:35: registered as cooling_device4
Nov 22 12:57:15 BigMonster kernel: [ 11.319917] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
Nov 22 12:57:15 BigMonster kernel: [ 11.319955] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Nov 22 12:57:15 BigMonster kernel: [ 11.320005] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Nov 22 12:57:15 BigMonster kernel: [ 11.320080] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Nov 22 12:57:15 BigMonster kernel: [ 11.320135] HDA Intel 0000:00:1b.0: irq 49 for MSI/MSI-X
Nov 22 12:57:15 BigMonster kernel: [ 11.320163] HDA Intel 0000:00:1b.0: setting latency timer to 64
Nov 22 12:57:15 BigMonster kernel: [ 11.327330] alps.c: Enabled hardware quirk, falling back to psmouse-core
Nov 22 12:57:15 BigMonster kernel: [ 11.340397] input: ImPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
Nov 22 12:57:15 BigMonster kernel: [ 11.632695] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
Nov 22 12:57:15 BigMonster kernel: [ 11.853973] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Nov 22 12:57:15 BigMonster kernel: [ 11.875304] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Nov 22 12:57:15 BigMonster kernel: [ 11.875486] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Nov 22 12:57:15 BigMonster kernel: [ 11.875570] input: HDA Intel PCH Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Nov 22 12:57:15 BigMonster kernel: [ 11.875648] input: HDA Intel PCH HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Nov 22 12:57:15 BigMonster kernel: [ 12.337123] init: modemmanager main process (892) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.337150] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.341345] init: modemmanager main process (895) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.341372] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.343812] init: modemmanager main process (899) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.343838] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.345840] init: modemmanager main process (902) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.345864] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.347701] init: modemmanager main process (905) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.347719] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.349587] init: modemmanager main process (907) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.349613] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.352779] init: modemmanager main process (910) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.352798] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.354521] init: modemmanager main process (914) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.354548] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.356215] init: modemmanager main process (917) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.356233] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.357565] init: modemmanager main process (920) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.357583] init: modemmanager main process ended, respawning
Nov 22 12:57:15 BigMonster kernel: [ 12.362177] init: modemmanager main process (923) terminated with status 2
Nov 22 12:57:15 BigMonster kernel: [ 12.362202] init: modemmanager respawning too fast, stopped
Nov 22 12:57:15 BigMonster kernel: [ 12.398528] ppdev: user-space parallel port driver
Nov 22 12:57:15 BigMonster kernel: [ 12.406686] type=1400 audit(1321946835.569:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=945 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.407189] type=1400 audit(1321946835.569:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=945 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.410571] type=1400 audit(1321946835.573:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=953 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.410931] type=1400 audit(1321946835.573:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=953 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.411008] type=1400 audit(1321946835.573:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=956 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.411155] type=1400 audit(1321946835.573:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=953 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.411381] type=1400 audit(1321946835.573:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=956 comm="apparmor_parser"
Nov 22 12:57:15 BigMonster kernel: [ 12.570555] init: failsafe main process (860) killed by TERM signal
Nov 22 12:57:15 BigMonster kernel: [ 12.571383] init: apport pre-start process (993) terminated with status 1
Nov 22 12:57:15 BigMonster kernel: [ 12.583524] init: apport post-stop process (1027) terminated with status 1
Nov 22 12:57:15 BigMonster kernel: [ 12.670385] Bluetooth: RFCOMM TTY layer initialized
Nov 22 12:57:15 BigMonster kernel: [ 12.670390] Bluetooth: RFCOMM socket layer initialized
Nov 22 12:57:15 BigMonster kernel: [ 12.670391] Bluetooth: RFCOMM ver 1.11
Nov 22 12:57:15 BigMonster kernel: [ 12.675489] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 22 12:57:15 BigMonster kernel: [ 12.675492] Bluetooth: BNEP filters: protocol multicast
Nov 22 12:57:15 BigMonster kernel: [ 12.702006] r8169 0000:05:00.0: eth0: link down
Nov 22 12:57:15 BigMonster kernel: [ 12.702563] ADDRCONF(NETDEV_UP): eth0: link is not ready
Nov 22 12:57:16 BigMonster kernel: [ 12.886952] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Nov 22 12:57:17 BigMonster kernel: [ 13.970855] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=600
Nov 22 12:57:17 BigMonster kernel: [ 14.475252] EXT4-fs (sda5): re-mounted. Opts: commit=600
Nov 22 12:57:17 BigMonster kernel: [ 14.710696] init: plymouth-stop pre-start process (1388) terminated with status 1
Nov 22 12:57:18 BigMonster kernel: [ 15.029472] wlan0: authenticate with 14:d6:4d:a2:65:1e (try 1)
Nov 22 12:57:18 BigMonster kernel: [ 15.032290] wlan0: authenticated
Nov 22 12:57:18 BigMonster kernel: [ 15.051517] wlan0: associate with 14:d6:4d:a2:65:1e (try 1)
Nov 22 12:57:18 BigMonster kernel: [ 15.057455] wlan0: RX AssocResp from 14:d6:4d:a2:65:1e (capab=0x411 status=0 aid=2)
Nov 22 12:57:18 BigMonster kernel: [ 15.057465] wlan0: associated
Nov 22 12:57:18 BigMonster kernel: [ 15.060687] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Nov 22 12:57:28 BigMonster kernel: [ 25.511708] wlan0: no IPv6 routers present
Nov 22 12:57:54 BigMonster kernel: [ 51.775121] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Nov 22 12:58:05 BigMonster kernel: [ 62.465984] CPU1: Package power limit notification (total events = 1)
Nov 22 12:58:05 BigMonster kernel: [ 62.465990] CPU2: Package power limit notification (total events = 1)
Nov 22 12:58:05 BigMonster kernel: [ 62.465993] CPU3: Package power limit notification (total events = 1)
Nov 22 12:58:05 BigMonster kernel: [ 62.465996] CPU0: Package power limit notification (total events = 1)
Nov 22 12:58:05 BigMonster kernel: [ 62.477983] CPU2: Package power limit normal
Nov 22 12:58:05 BigMonster kernel: [ 62.477987] CPU3: Package power limit normal
Nov 22 12:58:05 BigMonster kernel: [ 62.477990] CPU1: Package power limit normal
Nov 22 12:58:05 BigMonster kernel: [ 62.477993] CPU0: Package power limit normal
Nov 22 12:58:42 BigMonster kernel: [ 99.590835] iwlagn 0000:09:00.0: Aggregation not enabled for tid 0 because load = 2
Nov 22 12:59:10 BigMonster kernel: [ 127.287532] iwlagn 0000:09:00.0: iwlagn_tx_agg_start on ra = 14:d6:4d:a2:65:1e tid = 0
Nov 22 13:00:22 BigMonster kernel: [ 199.414676] iwlagn 0000:09:00.0: Microcode SW error detected. Restarting 0x82000000.
Nov 22 13:00:22 BigMonster kernel: [ 199.414688] iwlagn 0000:09:00.0: Loaded firmware version: 17.168.5.1 build 33993
Nov 22 13:00:22 BigMonster kernel: [ 199.414772] iwlagn 0000:09:00.0: Start IWL Error Log Dump:
Nov 22 13:00:22 BigMonster kernel: [ 199.414778] iwlagn 0000:09:00.0: Status: 0x000512E4, count: 6
Nov 22 13:00:22 BigMonster kernel: [ 199.414785] iwlagn 0000:09:00.0: 0x00000EDC | ADVANCED_SYSASSERT
Nov 22 13:00:22 BigMonster kernel: [ 199.414790] iwlagn 0000:09:00.0: 0x00022A4C | uPc
Nov 22 13:00:22 BigMonster kernel: [ 199.414805] iwlagn 0000:09:00.0: 0x00022A14 | branchlink1
Nov 22 13:00:22 BigMonster kernel: [ 199.414806] iwlagn 0000:09:00.0: 0x00022A14 | branchlink2
Nov 22 13:00:22 BigMonster kernel: [ 199.414807] iwlagn 0000:09:00.0: 0x0000DC6E | interruptlink1
Nov 22 13:00:22 BigMonster kernel: [ 199.414808] iwlagn 0000:09:00.0: 0x00000000 | interruptlink2
Nov 22 13:00:22 BigMonster kernel: [ 199.414810] iwlagn 0000:09:00.0: 0x00000001 | data1
Nov 22 13:00:22 BigMonster kernel: [ 199.414811] iwlagn 0000:09:00.0: 0x10B486E5 | data2
Nov 22 13:00:22 BigMonster kernel: [ 199.414812] iwlagn 0000:09:00.0: 0x00000ACA | line
Nov 22 13:00:22 BigMonster kernel: [ 199.414813] iwlagn 0000:09:00.0: 0xC240F0BC | beacon time
Nov 22 13:00:22 BigMonster kernel: [ 199.414814] iwlagn 0000:09:00.0: 0xBA83FF44 | tsf low
Nov 22 13:00:22 BigMonster kernel: [ 199.414816] iwlagn 0000:09:00.0: 0x00000011 | tsf hi
Nov 22 13:00:22 BigMonster kernel: [ 199.414817] iwlagn 0000:09:00.0: 0x00000000 | time gp1
Nov 22 13:00:22 BigMonster kernel: [ 199.414818] iwlagn 0000:09:00.0: 0x0B1F95D2 | time gp2
Nov 22 13:00:22 BigMonster kernel: [ 199.414819] iwlagn 0000:09:00.0: 0x00000000 | time gp3
Nov 22 13:00:22 BigMonster kernel: [ 199.414820] iwlagn 0000:09:00.0: 0x000111A8 | uCode version
Nov 22 13:00:22 BigMonster kernel: [ 199.414822] iwlagn 0000:09:00.0: 0x000000B0 | hw version
Nov 22 13:00:22 BigMonster kernel: [ 199.414823] iwlagn 0000:09:00.0: 0x00C80303 | board version
Nov 22 13:00:22 BigMonster kernel: [ 199.414824] iwlagn 0000:09:00.0: 0x10B486E5 | hcmd
Nov 22 13:00:22 BigMonster kernel: [ 199.414825] iwlagn 0000:09:00.0: CSR values:
Nov 22 13:00:22 BigMonster kernel: [ 199.414826] iwlagn 0000:09:00.0: (2nd byte of CSR_INT_COALESCING is CSR_INT_PERIODIC_REG)
Nov 22 13:00:22 BigMonster kernel: [ 199.414831] iwlagn 0000:09:00.0: CSR_HW_IF_CONFIG_REG: 0X00c80303
Nov 22 13:00:22 BigMonster kernel: [ 199.414836] iwlagn 0000:09:00.0: CSR_INT_COALESCING: 0X0000ff40
Nov 22 13:00:22 BigMonster kernel: [ 199.414840] iwlagn 0000:09:00.0: CSR_INT: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414845] iwlagn 0000:09:00.0: CSR_INT_MASK: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414850] iwlagn 0000:09:00.0: CSR_FH_INT_STATUS: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414854] iwlagn 0000:09:00.0: CSR_GPIO_IN: 0X0000003c
Nov 22 13:00:22 BigMonster kernel: [ 199.414858] iwlagn 0000:09:00.0: CSR_RESET: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414863] iwlagn 0000:09:00.0: CSR_GP_CNTRL: 0X080403c5
Nov 22 13:00:22 BigMonster kernel: [ 199.414867] iwlagn 0000:09:00.0: CSR_HW_REV: 0X000000b0
Nov 22 13:00:22 BigMonster kernel: [ 199.414872] iwlagn 0000:09:00.0: CSR_EEPROM_REG: 0Xd2ba0ffd
Nov 22 13:00:22 BigMonster kernel: [ 199.414876] iwlagn 0000:09:00.0: CSR_EEPROM_GP: 0X90000801
Nov 22 13:00:22 BigMonster kernel: [ 199.414881] iwlagn 0000:09:00.0: CSR_OTP_GP_REG: 0X00030001
Nov 22 13:00:22 BigMonster kernel: [ 199.414885] iwlagn 0000:09:00.0: CSR_GIO_REG: 0X00080044
Nov 22 13:00:22 BigMonster kernel: [ 199.414890] iwlagn 0000:09:00.0: CSR_GP_UCODE_REG: 0X00000b84
Nov 22 13:00:22 BigMonster kernel: [ 199.414894] iwlagn 0000:09:00.0: CSR_GP_DRIVER_REG: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414899] iwlagn 0000:09:00.0: CSR_UCODE_DRV_GP1: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414903] iwlagn 0000:09:00.0: CSR_UCODE_DRV_GP2: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414908] iwlagn 0000:09:00.0: CSR_LED_REG: 0X00000058
Nov 22 13:00:22 BigMonster kernel: [ 199.414912] iwlagn 0000:09:00.0: CSR_DRAM_INT_TBL_REG: 0X8820e328
Nov 22 13:00:22 BigMonster kernel: [ 199.414917] iwlagn 0000:09:00.0: CSR_GIO_CHICKEN_BITS: 0X27800200
Nov 22 13:00:22 BigMonster kernel: [ 199.414921] iwlagn 0000:09:00.0: CSR_ANA_PLL_CFG: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.414926] iwlagn 0000:09:00.0: CSR_HW_REV_WA_REG: 0X0001001a
Nov 22 13:00:22 BigMonster kernel: [ 199.414930] iwlagn 0000:09:00.0: CSR_DBG_HPET_MEM_REG: 0Xffff0010
Nov 22 13:00:22 BigMonster kernel: [ 199.414931] iwlagn 0000:09:00.0: FH register values:
Nov 22 13:00:22 BigMonster kernel: [ 199.414945] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X1ffa7700
Nov 22 13:00:22 BigMonster kernel: [ 199.414957] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X01ff96b0
Nov 22 13:00:22 BigMonster kernel: [ 199.414971] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_WPTR: 0X00000008
Nov 22 13:00:22 BigMonster kernel: [ 199.414984] iwlagn 0000:09:00.0: FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80819104
Nov 22 13:00:22 BigMonster kernel: [ 199.414996] iwlagn 0000:09:00.0: FH_MEM_RSSR_SHARED_CTRL_REG: 0X000000fc
Nov 22 13:00:22 BigMonster kernel: [ 199.415010] iwlagn 0000:09:00.0: FH_MEM_RSSR_RX_STATUS_REG: 0X07030000
Nov 22 13:00:22 BigMonster kernel: [ 199.415022] iwlagn 0000:09:00.0: FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.415035] iwlagn 0000:09:00.0: FH_TSSR_TX_STATUS_REG: 0X07ff0001
Nov 22 13:00:22 BigMonster kernel: [ 199.415048] iwlagn 0000:09:00.0: FH_TSSR_TX_ERROR_REG: 0X00000000
Nov 22 13:00:22 BigMonster kernel: [ 199.415102] iwlagn 0000:09:00.0: Start IWL Event Log Dump: display last 20 entries
Nov 22 13:00:22 BigMonster kernel: [ 199.415120] iwlagn 0000:09:00.0: EVT_LOGT:0186618647:0x10000002:1244
Nov 22 13:00:22 BigMonster kernel: [ 199.415130] iwlagn 0000:09:00.0: EVT_LOGT:0186618647:0x00000002:1244
Nov 22 13:00:22 BigMonster kernel: [ 199.415140] iwlagn 0000:09:00.0: EVT_LOGT:0186618648:0x00000000:1257
Nov 22 13:00:22 BigMonster kernel: [ 199.415150] iwlagn 0000:09:00.0: EVT_LOGT:0186618649:0x000a0000:1258
Nov 22 13:00:22 BigMonster kernel: [ 199.415160] iwlagn 0000:09:00.0: EVT_LOGT:0186618772:0x00000001:1247
Nov 22 13:00:22 BigMonster kernel: [ 199.415170] iwlagn 0000:09:00.0: EVT_LOGT:0186618772:0x00000001:1247
Nov 22 13:00:22 BigMonster kernel: [ 199.415180] iwlagn 0000:09:00.0: EVT_LOGT:0186618777:0x00000474:0511
Nov 22 13:00:22 BigMonster kernel: [ 199.415190] iwlagn 0000:09:00.0: EVT_LOGT:0186618777:0x00000000:0512
Nov 22 13:00:22 BigMonster kernel: [ 199.415200] iwlagn 0000:09:00.0: EVT_LOGT:0186618949:0x00000040:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415210] iwlagn 0000:09:00.0: EVT_LOGT:0186618987:0x00000200:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415221] iwlagn 0000:09:00.0: EVT_LOGT:0186619040:0x00000800:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415231] iwlagn 0000:09:00.0: EVT_LOGT:0186619054:0x00000100:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415251] iwlagn 0000:09:00.0: EVT_LOGT:0186619150:0x00002000:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415262] iwlagn 0000:09:00.0: EVT_LOGT:0186619151:0x00004000:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415273] iwlagn 0000:09:00.0: EVT_LOGT:0186619154:0x00000400:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415283] iwlagn 0000:09:00.0: EVT_LOGT:0186619161:0x00000040:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415294] iwlagn 0000:09:00.0: EVT_LOGT:0186619169:0x00000080:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415304] iwlagn 0000:09:00.0: EVT_LOGT:0186619222:0x00000080:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415315] iwlagn 0000:09:00.0: EVT_LOGT:0186619222:0x00040000:1243
Nov 22 13:00:22 BigMonster kernel: [ 199.415326] iwlagn 0000:09:00.0: EVT_LOGT:0186619348:0x00000000:0125
Nov 22 13:00:22 BigMonster kernel: [ 199.415383] ieee80211 phy0: Hardware restart was requested
Nov 22 13:00:22 BigMonster kernel: [ 199.614127] iwlagn 0000:09:00.0: Stopping AGG while state not ON or starting
Nov 22 13:00:22 BigMonster kernel: [ 199.614144] iwlagn 0000:09:00.0: queue number out of range: 0, must be 10 to 19
Nov 22 13:00:47 BigMonster kernel: [ 224.252380] iwlagn 0000:09:00.0: Aggregation not enabled for tid 0 because load = 0
Nov 22 13:00:50 BigMonster kernel: [ 227.424003] iwlagn 0000:09:00.0: iwlagn_tx_agg_start on ra = 14:d6:4d:a2:65:1e tid = 0
Nov 22 13:00:50 BigMonster kernel: [ 227.558238] iwlagn 0000:09:00.0: Microcode SW error detected. Restarting 0x2000000.
Nov 22 13:00:50 BigMonster kernel: [ 227.558250] iwlagn 0000:09:00.0: Loaded firmware version: 17.168.5.1 build 33993
Nov 22 13:00:50 BigMonster kernel: [ 227.558334] iwlagn 0000:09:00.0: Start IWL Error Log Dump:
Nov 22 13:00:50 BigMonster kernel: [ 227.558339] iwlagn 0000:09:00.0: Status: 0x000512E4, count: 6
Nov 22 13:00:50 BigMonster kernel: [ 227.558346] iwlagn 0000:09:00.0: 0x00001027 | ADVANCED_SYSASSERT
Nov 22 13:00:50 BigMonster kernel: [ 227.558351] iwlagn 0000:09:00.0: 0x00022B7C | uPc
Nov 22 13:00:50 BigMonster kernel: [ 227.558355] iwlagn 0000:09:00.0: 0x00022A14 | branchlink1
Nov 22 13:00:50 BigMonster kernel: [ 227.558360] iwlagn 0000:09:00.0: 0x00022A14 | branchlink2
Nov 22 13:00:50 BigMonster kernel: [ 227.558364] iwlagn 0000:09:00.0: 0x0000DC6E | interruptlink1
Nov 22 13:00:50 BigMonster kernel: [ 227.558369] iwlagn 0000:09:00.0: 0x00000000 | interruptlink2
Nov 22 13:00:50 BigMonster kernel: [ 227.558373] iwlagn 0000:09:00.0: 0x00000001 | data1
Nov 22 13:00:50 BigMonster kernel: [ 227.558377] iwlagn 0000:09:00.0: 0x00000066 | data2
Nov 22 13:00:50 BigMonster kernel: [ 227.558382] iwlagn 0000:09:00.0: 0x0000024C | line
Nov 22 13:00:50 BigMonster kernel: [ 227.558386] iwlagn 0000:09:00.0: 0x4440F772 | beacon time
Nov 22 13:00:50 BigMonster kernel: [ 227.558390] iwlagn 0000:09:00.0: 0xBC31A88E | tsf low
Nov 22 13:00:50 BigMonster kernel: [ 227.558394] iwlagn 0000:09:00.0: 0x00000011 | tsf hi
Nov 22 13:00:50 BigMonster kernel: [ 227.558399] iwlagn 0000:09:00.0: 0x0000F773 | time gp1
Nov 22 13:00:50 BigMonster kernel: [ 227.558403] iwlagn 0000:09:00.0: 0x01AC2970 | time gp2
Nov 22 13:00:50 BigMonster kernel: [ 227.558407] iwlagn 0000:09:00.0: 0x00000000 | time gp3
Nov 22 13:00:50 BigMonster kernel: [ 227.558412] iwlagn 0000:09:00.0: 0x000111A8 | uCode version
Nov 22 13:00:50 BigMonster kernel: [ 227.558416] iwlagn 0000:09:00.0: 0x000000B0 | hw version
Nov 22 13:00:50 BigMonster kernel: [ 227.558420] iwlagn 0000:09:00.0: 0x00C80303 | board version
Nov 22 13:00:50 BigMonster kernel: [ 227.558425] iwlagn 0000:09:00.0: 0x00000066 | hcmd
Nov 22 13:00:50 BigMonster kernel: [ 227.558429] iwlagn 0000:09:00.0: CSR values:
Nov 22 13:00:50 BigMonster kernel: [ 227.558433] iwlagn 0000:09:00.0: (2nd byte of CSR_INT_COALESCING is CSR_INT_PERIODIC_REG)
Nov 22 13:00:50 BigMonster kernel: [ 227.558442] iwlagn 0000:09:00.0: CSR_HW_IF_CONFIG_REG: 0X00c80303
Nov 22 13:00:50 BigMonster kernel: [ 227.558451] iwlagn 0000:09:00.0: CSR_INT_COALESCING: 0X0000ff40
Nov 22 13:00:50 BigMonster kernel: [ 227.558459] iwlagn 0000:09:00.0: CSR_INT: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558468] iwlagn 0000:09:00.0: CSR_INT_MASK: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558475] iwlagn 0000:09:00.0: CSR_FH_INT_STATUS: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558484] iwlagn 0000:09:00.0: CSR_GPIO_IN: 0X0000003c
Nov 22 13:00:50 BigMonster kernel: [ 227.558491] iwlagn 0000:09:00.0: CSR_RESET: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558499] iwlagn 0000:09:00.0: CSR_GP_CNTRL: 0X080403c5
Nov 22 13:00:50 BigMonster kernel: [ 227.558508] iwlagn 0000:09:00.0: CSR_HW_REV: 0X000000b0
Nov 22 13:00:50 BigMonster kernel: [ 227.558516] iwlagn 0000:09:00.0: CSR_EEPROM_REG: 0Xd2ba0ffd
Nov 22 13:00:50 BigMonster kernel: [ 227.558524] iwlagn 0000:09:00.0: CSR_EEPROM_GP: 0X90000801
Nov 22 13:00:50 BigMonster kernel: [ 227.558532] iwlagn 0000:09:00.0: CSR_OTP_GP_REG: 0X00030001
Nov 22 13:00:50 BigMonster kernel: [ 227.558540] iwlagn 0000:09:00.0: CSR_GIO_REG: 0X00080044
Nov 22 13:00:50 BigMonster kernel: [ 227.558547] iwlagn 0000:09:00.0: CSR_GP_UCODE_REG: 0X00000275
Nov 22 13:00:50 BigMonster kernel: [ 227.558556] iwlagn 0000:09:00.0: CSR_GP_DRIVER_REG: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558564] iwlagn 0000:09:00.0: CSR_UCODE_DRV_GP1: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558571] iwlagn 0000:09:00.0: CSR_UCODE_DRV_GP2: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558579] iwlagn 0000:09:00.0: CSR_LED_REG: 0X00000078
Nov 22 13:00:50 BigMonster kernel: [ 227.558587] iwlagn 0000:09:00.0: CSR_DRAM_INT_TBL_REG: 0X8820e328
Nov 22 13:00:50 BigMonster kernel: [ 227.558595] iwlagn 0000:09:00.0: CSR_GIO_CHICKEN_BITS: 0X27800200
Nov 22 13:00:50 BigMonster kernel: [ 227.558603] iwlagn 0000:09:00.0: CSR_ANA_PLL_CFG: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558611] iwlagn 0000:09:00.0: CSR_HW_REV_WA_REG: 0X0001001a
Nov 22 13:00:50 BigMonster kernel: [ 227.558619] iwlagn 0000:09:00.0: CSR_DBG_HPET_MEM_REG: 0Xffff0010
Nov 22 13:00:50 BigMonster kernel: [ 227.558624] iwlagn 0000:09:00.0: FH register values:
Nov 22 13:00:50 BigMonster kernel: [ 227.558641] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X1ffa7700
Nov 22 13:00:50 BigMonster kernel: [ 227.558658] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X01ff96b0
Nov 22 13:00:50 BigMonster kernel: [ 227.558676] iwlagn 0000:09:00.0: FH_RSCSR_CHNL0_WPTR: 0X000000b0
Nov 22 13:00:50 BigMonster kernel: [ 227.558693] iwlagn 0000:09:00.0: FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80819104
Nov 22 13:00:50 BigMonster kernel: [ 227.558710] iwlagn 0000:09:00.0: FH_MEM_RSSR_SHARED_CTRL_REG: 0X000000fc
Nov 22 13:00:50 BigMonster kernel: [ 227.558728] iwlagn 0000:09:00.0: FH_MEM_RSSR_RX_STATUS_REG: 0X07030000
Nov 22 13:00:50 BigMonster kernel: [ 227.558745] iwlagn 0000:09:00.0: FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558763] iwlagn 0000:09:00.0: FH_TSSR_TX_STATUS_REG: 0X07ff0001
Nov 22 13:00:50 BigMonster kernel: [ 227.558780] iwlagn 0000:09:00.0: FH_TSSR_TX_ERROR_REG: 0X00000000
Nov 22 13:00:50 BigMonster kernel: [ 227.558841] iwlagn 0000:09:00.0: Start IWL Event Log Dump: display last 20 entries
Nov 22 13:00:50 BigMonster kernel: [ 227.558864] iwlagn 0000:09:00.0: EVT_LOGT:0028059401:0x00000400:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558879] iwlagn 0000:09:00.0: EVT_LOGT:0028059408:0x00000080:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558893] iwlagn 0000:09:00.0: EVT_LOGT:0028059409:0x00040000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558907] iwlagn 0000:09:00.0: EVT_LOGT:0028059559:0x000000fa:0106
Nov 22 13:00:50 BigMonster kernel: [ 227.558921] iwlagn 0000:09:00.0: EVT_LOGT:0028059597:0x00002000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558935] iwlagn 0000:09:00.0: EVT_LOGT:0028059597:0x00004000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558950] iwlagn 0000:09:00.0: EVT_LOGT:0028059603:0x00001000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558964] iwlagn 0000:09:00.0: EVT_LOGT:0028059670:0x00000080:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558977] iwlagn 0000:09:00.0: EVT_LOGT:0028059670:0x00040000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.558992] iwlagn 0000:09:00.0: EVT_LOGT:0028059712:0x00000040:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559006] iwlagn 0000:09:00.0: EVT_LOGT:0028059725:0x00000100:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559020] iwlagn 0000:09:00.0: EVT_LOGT:0028059824:0x00002000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559034] iwlagn 0000:09:00.0: EVT_LOGT:0028059825:0x00004000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559048] iwlagn 0000:09:00.0: EVT_LOGT:0028059841:0x00000400:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559062] iwlagn 0000:09:00.0: EVT_LOGT:0028059848:0x00000080:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559077] iwlagn 0000:09:00.0: EVT_LOGT:0028059848:0x00040000:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559091] iwlagn 0000:09:00.0: EVT_LOGT:0028059919:0x00000040:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559105] iwlagn 0000:09:00.0: EVT_LOGT:0028059957:0x00000200:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559119] iwlagn 0000:09:00.0: EVT_LOGT:0028060010:0x00000800:1243
Nov 22 13:00:50 BigMonster kernel: [ 227.559133] iwlagn 0000:09:00.0: EVT_LOGT:0028060019:0x00000000:0125
Nov 22 13:00:50 BigMonster kernel: [ 227.559206] ieee80211 phy0: Hardware restart was requested
Nov 22 13:00:50 BigMonster kernel: [ 227.762993] iwlagn 0000:09:00.0: Stopping AGG while state not ON or starting
Nov 22 13:00:50 BigMonster kernel: [ 227.763011] iwlagn 0000:09:00.0: queue number out of range: 0, must be 10 to 19
Nov 22 13:02:03 BigMonster kernel: [ 299.962970] [Hardware Error]: Machine check events logged
Nov 22 13:03:51 BigMonster kernel: [ 408.076437] CPU3: Package power limit notification (total events = 9)
Nov 22 13:03:51 BigMonster kernel: [ 408.076442] CPU0: Package power limit notification (total events = 9)
Nov 22 13:03:51 BigMonster kernel: [ 408.076445] CPU2: Package power limit notification (total events = 9)
Nov 22 13:03:51 BigMonster kernel: [ 408.076448] CPU1: Package power limit notification (total events = 9)
Nov 22 13:03:51 BigMonster kernel: [ 408.087453] CPU0: Package power limit normal
Nov 22 13:03:51 BigMonster kernel: [ 408.087457] CPU2: Package power limit normal
Nov 22 13:03:51 BigMonster kernel: [ 408.087460] CPU3: Package power limit normal
Nov 22 13:03:51 BigMonster kernel: [ 408.087463] CPU1: Package power limit normal
Boot.log
fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
/dev/sda1: clean, 137825/12214272 files, 1450260/48827904 blocks
/dev/sda5: clean, 469958/18006016 files, 53529292/72021248 blocks
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
* Starting AppArmor profiles [170G
[164G[ OK ]
* Stopping save udev log and update rules[164G[ OK ]
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
Checking for running unattended-upgrades:
* Stopping Failsafe Boot Delay[164G[ OK ]
* Stopping System V initialisation compatibility[164G[ OK ]
* Starting System V runlevel compatibility[164G[ OK ]
* Starting CPU interrupts balancing daemon[164G[ OK ]
* Starting deferred execution scheduler[164G[ OK ]
* Starting regular background program processing daemon[164G[ OK ]
* Starting LightDM Display Manager[164G[ OK ]
* Starting ACPI daemon[164G[ OK ]
* Starting anac(h)ronistic cron[164G[ OK ]
* Starting save kernel messages[164G[ OK ]
* Stopping save kernel messages[164G[ OK ]
Last edited by ashwinrajiv (2011-11-22 07:41:06)
Offline
I dont seem to have messages.log, I have a syslog file which looks the same as kern.log.
Offline
Have you tried to dig into your log yourself?
It seems some problem is in your wireless hardware driver:
Nov 22 13:00:22 BigMonster kernel: [ 199.414676] iwlagn 0000:09:00.0: Microcode SW error detected. Restarting 0x82000000.
...
Nov 22 13:00:50 BigMonster kernel: [ 227.558238] iwlagn 0000:09:00.0: Microcode SW error detected. Restarting 0x2000000.
...
Nov 22 13:00:50 BigMonster kernel: [ 227.559206] ieee80211 phy0: Hardware restart was requested
Nov 22 13:00:50 BigMonster kernel: [ 227.762993] iwlagn 0000:09:00.0: Stopping AGG while state not ON or starting
Nov 22 13:00:50 BigMonster kernel: [ 227.763011] iwlagn 0000:09:00.0: queue number out of range: 0, must be 10 to 19
Nov 22 13:02:03 BigMonster kernel: [ 299.962970] [Hardware Error]: Machine check events logged
First you need to fix that, cause it seems more likely to cause your troubles. Google says somebody has already had the similar problem.
Also, some problem is related to the kernel not recognizing your BIOS queries.
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
These may be helpful: https://bugs.launchpad.net/ubuntu/+sour … bug/795099, https://bbs.archlinux.de/viewtopic.php?id=18781 (please, refer to google translate for the last one)
That doesn't look well also:
Nov 22 12:58:05 BigMonster kernel: [ 62.465984] CPU1: Package power limit notification (total events = 1)
And the reason I don't like generic fat-lazzy-all-purpose kernels is in all the rubbish it brings out, i.e.:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] KERNEL supported cpus:
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Intel GenuineIntel
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] AMD AuthenticAMD
Nov 22 12:57:15 BigMonster kernel: [ 0.000000] Centaur CentaurHauls
...
Nov 22 12:57:15 BigMonster kernel: [ 0.685990] ACPI: No dock devices found.
Nov 22 12:57:15 BigMonster kernel: [ 0.685993] HEST: Table not found.
Nov 22 12:57:15 BigMonster kernel: [ 1.022560] io scheduler deadline registered
Nov 22 12:57:15 BigMonster kernel: [ 1.022590] io scheduler cfq registered (default)
...
Nov 22 12:57:15 BigMonster kernel: [ 1.022981] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Try to do your own investigation upon the information found. If you come up with nothing, just post your suggestions and what you've investigated.
Offline
Pages: 1