[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#675969: [squeeze] kernel BUG at ... build/source_i386_none/drivers/md/raid5.c:2764!



On Mon, Jun 04, 2012 at 10:55:29PM -0500, Jonathan Nieder wrote:
> Hi José,
> 
> Jose Calhariz wrote:
> 
> > Version: 2.6.32-45
> [...]
> > The previous night during the periodic mdadm RAID check: 
> >  - the linux kernel gave a kernel BUG, 
> >  - tried to kick out a failed disk and 
> >  - stopped accepting I/O to the affected raid.  
> >
> > The affected programs were in state D.  The only way to recover was to
> > do a reboot.  After reboot the problematic disk was replaced.
> >
> > This machine have 2 x RAID6 with 6 disks each, for a total of 12 disks. 
> 
> Thanks for reporting.  Do you have a test system you can experiment
> on or ideas for reproducing it in a VM?

I have 5 systems with a similar setup and only one failed, maybe
because of the failing disk.  I will use one of the systems to try to
reproduce the bug, before triyng a new kernel.

> 
> [...]
> > build/source_i386_none/drivers/md/raid5.c:2764!
> > invalid opcode: 0000 [#1] SMP 
> > last sysfs file: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:01.0/cciss0/c0d0/block/cciss!c0d0/removable
> > Modules linked in: btrfs zlib_deflate crc32c libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs reiserfs ext4 jbd2 crc16 openafs(P) lp parport_pc parport joydev st sd_mod crc_t10dif ext2 loop tun xt_multiport xfs exportfs 8021q garp stp ip6table_filter ip6_tables iptable_filter ip_tables x_tables ide_generic ide_gd_mod ide_cd_mod ide_core snd_pcm snd_timer hpilo snd soundcore snd_page_alloc hpwdt e752x_edac shpchp rng_core i6300esb edac_core pci_hotplug pcspkr container processor evdev button psmouse serio_raw ext3 jbd mbcache dm_mod raid456 md_mod async_raid6_recov async_pq usbhid hid raid6_pq async_xor xor async_memcpy async_tx sg sr_mod cdrom ata_generic thermal uhci_hcd cciss tg3 floppy ata_piix ehci_hcd libata e1000 usbcore libphy scsi_mod nls_base thermal_sys [last unloaded: openafs]
> >
> > Pid: 743, comm: md2_raid6 Tainted: P           (2.6.32-5-686 #1) ProLiant DL360 G4
> > EIP: 0060:[<f818c811>] EFLAGS: 00010297 CPU: 3
> > EIP is at handle_stripe+0x89d/0x173e [raid456]
> > EAX: 00000005 EBX: 00000002 ECX: 00000003 EDX: 00000001
> > ESI: f6394000 EDI: 00000003 EBP: f6394028 ESP: f58d5e6c
> >  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
> > Process md2_raid6 (pid: 743, ti=f58d4000 task=f6569980 task.ti=f58d4000)
> > Stack:
> >  e6fde3e6 c2988138 00000006 f61c8e00 00000006 0002d995 00020003 00000000
> > <0> c2988138 f4cbc86c f65699ac 000f0e67 00000000 f639431c 00000005 fffffffc
> > <0> f4cbc86c c1025461 00000000 00000000 00000002 00000005 00988100 c127a45c
> > Call Trace:
> >  [<c1025461>] ? check_preempt_wakeup+0x196/0x202
> >  [<f818d9fb>] ? raid5d+0x349/0x389 [raid456]
> >  [<c103b623>] ? del_timer_sync+0xa/0x14
> >  [<c103b6cb>] ? process_timeout+0x0/0x5
> >  [<f816206e>] ? md_thread+0xe1/0xf8 [md_mod]
> >  [<c104433a>] ? autoremove_wake_function+0x0/0x2d
> >  [<f8161f8d>] ? md_thread+0x0/0xf8 [md_mod]
> >  [<c1044108>] ? kthread+0x61/0x66
> >  [<c10440a7>] ? kthread+0x0/0x66
> >  [<c1003d47>] ? kernel_thread_helper+0x7/0x10
> > Code: e9 9b 01 00 00 83 7c 24 7c 02 74 04 0f 0b eb fe f6 46 28 10 c7 46 3c 00 00 00 00 0f 85 7f 01 00 00 8b 44 24 38 39 44 24 70 7d 04 <0f> 0b eb fe 83 7c 24 7c 02 75 20 6b 84 24 a8 00 00 00 78 ff 44 
> > EIP: [<f818c811>] handle_stripe+0x89d/0x173e [raid456] SS:ESP 0068:f58d5e6c
> 
> If I am reading correctly, this is
> 
> 	case check_state_compute_result:
> 		sh->check_state = check_state_idle;
> 
> 		/* check that a write has not made the stripe insync */
> 		if (test_bit(STRIPE_INSYNC, &sh->state))
> 			break;
> 
> 		/* now write out any block on a failed drive,
> 		 * or P or Q if they were recomputed
> 		 */
> 		BUG_ON(s->uptodate < disks - 1); /* We don't need Q to recover */
> 
> from the call chain
> 
>   handle_stripe -> handle_stripe6 -> handle_parity_checks6.
> 
> I would be happy if v3.2-rc5~4^2~8 (md/raid5: abort any pending parity
> operations when array fails, 2011-11-08) or some related change would
> have fixed it, but alas, that patch is already in 2.6.32-40.  So I
> don't have many ideas yet.  Please attach a log from booting up the
> kernel in the same boot as the BUG above.

In an attach is the boot log of kernel that gave the BUG,
2.6.32-41squeeze2.   Now the machine is running 2.6.32-45.

> 
> Hope that helps,
> Jonathan
> 

      Jose Calhariz

-- 
--

A velhice não é tão ruim quando você considera a alternativa

--Maurice Chevalier
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-41squeeze2) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Mar 26 05:20:33 UTC 2012
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007fff3000 (usable)
[    0.000000]  BIOS-e820: 000000007fff3000 - 000000007fffb000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fffb000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0x7fff3 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 080000000 mask F80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000 @ 7000-d000
[    0.000000] RAMDISK: 3765b000 - 37fef45a
[    0.000000] Allocated new RAMDISK: 00100000 - 00a9445a
[    0.000000] Move RAMDISK from 000000003765b000 - 0000000037fef459 to 00100000 - 00a94459
[    0.000000] ACPI: RSDP 000f4f20 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 7fff32c0 00044 (v01 HP     P52      00000002   � 0000162E)
[    0.000000] ACPI: FACP 7fff3340 000F4 (v03 HP     P52      00000002   � 0000162E)
[    0.000000] ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)
[    0.000000] ACPI: DSDT 7fff3440 018FE (v01 HP         DSDT 00000001 INTL 20030228)
[    0.000000] ACPI: FACS 7fff3100 00040
[    0.000000] ACPI: SPCR 7fff3140 00050 (v01 HP     SPCRRBSU 00000001   � 0000162E)
[    0.000000] ACPI: MCFG 7fff31c0 0003C (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: APIC 7fff3200 000B6 (v01 HP     00000083 00000002      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1163MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00009000 - 0000fe80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c8d2c]    TEXT DATA BSS ==> [0001000000 - 00014c8d2c]
[    0.000000]   #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
[    0.000000]   #5 [00014c9000 - 00014cf098]              BRK ==> [00014c9000 - 00014cf098]
[    0.000000]   #6 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 - 0000009000]
[    0.000000]   #7 [0000100000 - 0000a9445a]      NEW RAMDISK ==> [0000100000 - 0000a9445a]
[    0.000000]   #8 [0000009000 - 0000010000]          BOOTMAP ==> [0000009000 - 0000010000]
[    0.000000] found SMP MP-table at [c00f4fa0] f4fa0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0007fff3
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007fff3
[    0.000000] On node 0 totalpages: 524178
[    0.000000] free_area_init_node: node 0, pgdat c13b08c0, node_mem_map c14d1000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3967 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2328 pages used for memmap
[    0.000000]   HighMem zone: 295645 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x908
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec10000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec10000, GSI 24-47
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec82000] gsi_base[48])
[    0.000000] IOAPIC[2]: apic_id 10, version 32, address 0xfec82000, GSI 48-71
[    0.000000] ACPI: IOAPIC (id[0x0b] address[0xfec82400] gsi_base[72])
[    0.000000] IOAPIC[3]: apic_id 11, version 32, address 0xfec82400, GSI 72-95
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 96
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2800000 s34328 r0 d23016 u524288
[    0.000000] pcpu-alloc: s34328 r0 d23016 u524288 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 520082
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=7785f1ca-c890-4fef-9e27-58920be9d83b ro printk.time=n quiet
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
Initializing HighMem for node 0 (000373fe:0007fff3)
Memory: 2062948k/2097100k available (2506k kernel code, 32444k reserved, 1310k data, 380k init, 1191892k highmem)
virtual kernel memory layout:
    fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
      .init : 0xc13bb000 - 0xc141a000   ( 380 kB)
      .data : 0xc1272b17 - 0xc13ba4c4   (1310 kB)
      .text : 0xc1000000 - 0xc1272b17   (2506 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:1280
Extended CMOS year: 2000
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
Fast TSC calibration using PIT
Detected 3000.163 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 6000.32 BogoMIPS (lpj=12000652)
Security Framework initialized
SELinux:  Disabled at boot.
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 4 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
Performance Events: no PMU driver, software events only.
Checking 'hlt' instruction... OK.
ACPI: Core revision 20090903
Enabling APIC mode:  Flat.  Using 4 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
CPU0: Intel(R) Xeon(TM) CPU 3.00GHz stepping 01
Booting processor 1 APIC 0x6 ip 0x6000
Initializing CPU#1
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 3
CPU: Processor Core ID: 0
CPU1: Thermal monitoring enabled (TM1)
CPU1: Intel(R) Xeon(TM) CPU 3.00GHz stepping 01
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Booting processor 2 APIC 0x1 ip 0x6000
Initializing CPU#2
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU2: Thermal monitoring enabled (TM1)
CPU2: Intel(R) Xeon(TM) CPU 3.00GHz stepping 01
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Booting processor 3 APIC 0x7 ip 0x6000
Initializing CPU#3
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 3
CPU: Processor Core ID: 0
CPU3: Thermal monitoring enabled (TM1)
CPU3: Intel(R) Xeon(TM) CPU 3.00GHz stepping 01
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Brought up 4 CPUs
Total of 4 processors activated (24002.35 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0,2 level SIBLING
  groups: group c280370c cpus 0 (cpu_power = 589) group c290370c cpus 2 (cpu_power = 589)
  domain 1: span 0,2 level MC
   groups: group c2803778 cpus 0,2 (cpu_power = 1178)
   domain 2: span 0-3 level CPU
    groups: group c28037e4 cpus 0,2 (cpu_power = 1178) group c28837e4 cpus 1,3 (cpu_power = 1178)
CPU1 attaching sched-domain:
 domain 0: span 1,3 level SIBLING
  groups: group c288370c cpus 1 (cpu_power = 589) group c298370c cpus 3 (cpu_power = 589)
  domain 1: span 1,3 level MC
   groups: group c2883778 cpus 1,3 (cpu_power = 1178)
   domain 2: span 0-3 level CPU
    groups: group c28837e4 cpus 1,3 (cpu_power = 1178) group c28037e4 cpus 0,2 (cpu_power = 1178)
CPU2 attaching sched-domain:
 domain 0: span 0,2 level SIBLING
  groups: group c290370c cpus 2 (cpu_power = 589) group c280370c cpus 0 (cpu_power = 589)
  domain 1: span 0,2 level MC
   groups: group c2803778 cpus 0,2 (cpu_power = 1178)
   domain 2: span 0-3 level CPU
    groups: group c28037e4 cpus 0,2 (cpu_power = 1178) group c28837e4 cpus 1,3 (cpu_power = 1178)
CPU3 attaching sched-domain:
 domain 0: span 1,3 level SIBLING
  groups: group c298370c cpus 3 (cpu_power = 589) group c288370c cpus 1 (cpu_power = 589)
  domain 1: span 1,3 level MC
   groups: group c2883778 cpus 1,3 (cpu_power = 1178)
   domain 2: span 0-3 level CPU
    groups: group c28837e4 cpus 1,3 (cpu_power = 1178) group c28037e4 cpus 0,2 (cpu_power = 1178)
devtmpfs: initialized
regulator: core version 0.5
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Found Intel Corporation E7520 Memory Controller Hub with MMCONFIG support.
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 2.10 entry at 0xf0096, last bus=15
PCI: Using configuration type 1 for base access
PCI: HP ProLiant DL360 detected, enabling pci=bfsort.
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x3000-0x301f]
pci 0000:00:1d.1: reg 20 io port: [0x3020-0x303f]
pci 0000:00:1d.4: reg 10 32bit mmio: [0xfbef0000-0xfbef000f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfbee0000-0xfbee03ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.1: reg 10 io port: [0x1f0-0x1f7]
pci 0000:00:1f.1: reg 14 io port: [0x3f4-0x3f7]
pci 0000:00:1f.1: reg 18 io port: [0x170-0x177]
pci 0000:00:1f.1: reg 1c io port: [0x374-0x377]
pci 0000:00:1f.1: reg 20 io port: [0x500-0x50f]
pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
pci 0000:06:00.0: PXH quirk detected; SHPC device MSI disabled
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:06:00.2: PXH quirk detected; SHPC device MSI disabled
pci 0000:06:00.2: PME# supported from D0 D3hot D3cold
pci 0000:06:00.2: PME# disabled
pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:04.0: bridge io port: [0x5000-0x6fff]
pci 0000:00:04.0: bridge 32bit mmio: [0xfde00000-0xfdffffff]
pci 0000:07:01.0: reg 10 64bit mmio: [0xfdee0000-0xfdefffff]
pci 0000:07:01.0: reg 18 64bit mmio: [0xfde80000-0xfdebffff]
pci 0000:07:01.0: reg 20 io port: [0x5000-0x503f]
pci 0000:07:01.0: reg 30 32bit mmio pref: [0x000000-0x03ffff]
pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
pci 0000:07:01.0: PME# disabled
pci 0000:06:00.0: bridge io port: [0x5000-0x5fff]
pci 0000:06:00.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
pci 0000:06:00.2: bridge io port: [0x6000-0x6fff]
pci 0000:06:00.2: bridge 32bit mmio: [0xfdf00000-0xfdffffff]
pci 0000:0b:04.0: reg 10 64bit mmio: [0xfdff0000-0xfdff1fff]
pci 0000:0b:04.0: reg 18 io port: [0x6000-0x60ff]
pci 0000:0b:04.0: reg 1c 64bit mmio: [0xfdf80000-0xfdfbffff]
pci 0000:0b:04.0: reg 30 32bit mmio pref: [0x000000-0x03ffff]
pci 0000:0b:04.0: supports D1
pci 0000:0a:01.0: bridge io port: [0x6000-0x6fff]
pci 0000:0a:01.0: bridge 32bit mmio: [0xfdf00000-0xfdffffff]
pci 0000:02:01.0: reg 10 64bit mmio: [0xfddf0000-0xfddf1fff]
pci 0000:02:01.0: reg 18 io port: [0x4000-0x40ff]
pci 0000:02:01.0: reg 1c 64bit mmio: [0xfdd80000-0xfddbffff]
pci 0000:02:01.0: reg 30 32bit mmio pref: [0x000000-0x03ffff]
pci 0000:02:01.0: supports D1
pci 0000:02:02.0: reg 10 64bit mmio: [0xfdd70000-0xfdd7ffff]
pci 0000:02:02.0: PME# supported from D3hot D3cold
pci 0000:02:02.0: PME# disabled
pci 0000:02:02.1: reg 10 64bit mmio: [0xfdd60000-0xfdd6ffff]
pci 0000:02:02.1: PME# supported from D3hot D3cold
pci 0000:02:02.1: PME# disabled
pci 0000:00:1c.0: bridge io port: [0x4000-0x4fff]
pci 0000:00:1c.0: bridge 32bit mmio: [0xfdd00000-0xfddfffff]
pci 0000:01:03.0: reg 10 32bit mmio: [0xfc000000-0xfcffffff]
pci 0000:01:03.0: reg 14 io port: [0x2000-0x20ff]
pci 0000:01:03.0: reg 18 32bit mmio: [0xfbff0000-0xfbff0fff]
pci 0000:01:03.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
pci 0000:01:03.0: supports D1 D2
pci 0000:01:04.0: reg 10 io port: [0x1800-0x18ff]
pci 0000:01:04.0: reg 14 32bit mmio: [0xfbfe0000-0xfbfe01ff]
pci 0000:01:04.2: reg 10 io port: [0x2400-0x24ff]
pci 0000:01:04.2: reg 14 32bit mmio: [0xfbfd0000-0xfbfd07ff]
pci 0000:01:04.2: reg 18 32bit mmio: [0xfbfc0000-0xfbfc1fff]
pci 0000:01:04.2: reg 1c 32bit mmio: [0xfbf00000-0xfbf7ffff]
pci 0000:01:04.2: reg 30 32bit mmio pref: [0x000000-0x00ffff]
pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
pci 0000:01:04.2: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0x1000-0x2fff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfbf00000-0xfcffffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IP2P._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.ICHR._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTB0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTB0.PCXA._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTB0.PCXB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *7 10 11)
ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKG] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKH] (IRQs *5 7 10 11)
vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
Switching to clocksource tsc
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
system 00:01: ioport range 0x408-0x40f has been reserved
system 00:01: ioport range 0x4d0-0x4d1 has been reserved
system 00:01: ioport range 0x700-0x71f has been reserved
system 00:01: ioport range 0x800-0x83f has been reserved
system 00:01: ioport range 0x900-0x97f has been reserved
system 00:01: ioport range 0xc80-0xc83 has been reserved
system 00:01: ioport range 0xcd4-0xcd7 has been reserved
system 00:01: ioport range 0xf50-0xf58 has been reserved
system 00:01: ioport range 0x2f8-0x2ff has been reserved
system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
pci 0000:00:02.0: PCI bridge, secondary bus 0000:0d
pci 0000:00:02.0:   IO window: disabled
pci 0000:00:02.0:   MEM window: disabled
pci 0000:00:02.0:   PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0:   IO window: 0x5000-0x5fff
pci 0000:06:00.0:   MEM window: 0xfde00000-0xfdefffff
pci 0000:06:00.0:   PREFETCH window: 0x80000000-0x800fffff
pci 0000:0a:01.0: PCI bridge, secondary bus 0000:0b
pci 0000:0a:01.0:   IO window: 0x6000-0x6fff
pci 0000:0a:01.0:   MEM window: 0xfdf00000-0xfdffffff
pci 0000:0a:01.0:   PREFETCH window: 0x80100000-0x801fffff
pci 0000:06:00.2: PCI bridge, secondary bus 0000:0a
pci 0000:06:00.2:   IO window: 0x6000-0x6fff
pci 0000:06:00.2:   MEM window: 0xfdf00000-0xfdffffff
pci 0000:06:00.2:   PREFETCH window: 0x80100000-0x801fffff
pci 0000:00:04.0: PCI bridge, secondary bus 0000:06
pci 0000:00:04.0:   IO window: 0x5000-0x6fff
pci 0000:00:04.0:   MEM window: 0xfde00000-0xfdffffff
pci 0000:00:04.0:   PREFETCH window: 0x80000000-0x801fffff
pci 0000:00:06.0: PCI bridge, secondary bus 0000:03
pci 0000:00:06.0:   IO window: disabled
pci 0000:00:06.0:   MEM window: disabled
pci 0000:00:06.0:   PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: 0x4000-0x4fff
pci 0000:00:1c.0:   MEM window: 0xfdd00000-0xfddfffff
pci 0000:00:1c.0:   PREFETCH window: 0x80200000-0x802fffff
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0:   IO window: 0x1000-0x2fff
pci 0000:00:1e.0:   MEM window: 0xfbf00000-0xfcffffff
pci 0000:00:1e.0:   PREFETCH window: 0x80300000-0x803fffff
pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:04.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
pci 0000:06:00.2: setting latency timer to 64
pci 0000:00:06.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:06.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:06: resource 0 io:  [0x5000-0x6fff]
pci_bus 0000:06: resource 1 mem: [0xfde00000-0xfdffffff]
pci_bus 0000:06: resource 2 pref mem [0x80000000-0x801fffff]
pci_bus 0000:07: resource 0 io:  [0x5000-0x5fff]
pci_bus 0000:07: resource 1 mem: [0xfde00000-0xfdefffff]
pci_bus 0000:07: resource 2 pref mem [0x80000000-0x800fffff]
pci_bus 0000:0a: resource 0 io:  [0x6000-0x6fff]
pci_bus 0000:0a: resource 1 mem: [0xfdf00000-0xfdffffff]
pci_bus 0000:0a: resource 2 pref mem [0x80100000-0x801fffff]
pci_bus 0000:0b: resource 0 io:  [0x6000-0x6fff]
pci_bus 0000:0b: resource 1 mem: [0xfdf00000-0xfdffffff]
pci_bus 0000:0b: resource 2 pref mem [0x80100000-0x801fffff]
pci_bus 0000:02: resource 0 io:  [0x4000-0x4fff]
pci_bus 0000:02: resource 1 mem: [0xfdd00000-0xfddfffff]
pci_bus 0000:02: resource 2 pref mem [0x80200000-0x802fffff]
pci_bus 0000:01: resource 0 io:  [0x1000-0x2fff]
pci_bus 0000:01: resource 1 mem: [0xfbf00000-0xfcffffff]
pci_bus 0000:01: resource 2 pref mem [0x80300000-0x803fffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:1d.5: disabled boot interrupts on device [8086:25ac]
pci 0000:06:00.0: rerouting interrupts for [8086:0329]
pci 0000:06:00.2: rerouting interrupts for [8086:032a]
Unpacking initramfs...
Freeing initrd memory: 9809k freed
platform rtc_cmos: registered platform RTC device (no PNP device found)
audit: initializing netlink socket (disabled)
type=2000 audit(1334860857.766:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1723
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:02.0: irq 96 for MSI/MSI-X
pcieport 0000:00:02.0: setting latency timer to 64
pcieport 0000:00:04.0: irq 97 for MSI/MSI-X
pcieport 0000:00:04.0: setting latency timer to 64
pcieport 0000:00:06.0: irq 98 for MSI/MSI-X
pcieport 0000:00:06.0: setting latency timer to 64
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos rtc_cmos: RTC can wake from S4
rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram
cpuidle: using governor ladder
cpuidle: using governor menu
No iBFT detected.
TCP cubic registered
NET: Registered protocol family 10
Mobile IPv6
NET: Registered protocol family 17
Using IPI No-Shortcut mode
PM: Resume from disk failed.
registered taskstats version 1
rtc_cmos rtc_cmos: setting system clock to 2012-04-19 18:40:59 UTC (1334860859)
Initalizing network drop monitor service
Freeing unused kernel memory: 380k freed
Write protecting the kernel text: 2508k
Write protecting the kernel read-only data: 908k
udev[76]: starting version 164
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
Copyright (c) 1999-2006 Intel Corporation.
e1000 0000:07:01.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
libata version 3.00 loaded.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbee0000
Floppy drive(s): fd0 is 1.44M
tg3.c:v3.116 (December 3, 2010)
tg3 0000:02:02.0: PCI INT A -> GSI 25 (level, low) -> IRQ 25
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
HP CISS Driver (v 3.6.20)
uhci_hcd: USB Universal Host Controller Interface driver
FDC 0 is a National Semiconductor PC87306
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x500 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x508 irq 15
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003000
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THM0] (8 C)
tg3 0000:02:02.0: eth0: Tigon3 [partno(349321-001) rev 2100] (PCIX:66MHz:64-bit) MAC address 00:11:85:c4:26:e5
tg3 0000:02:02.0: eth0: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1])
tg3 0000:02:02.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[0]
tg3 0000:02:02.0: eth0: dma_rwctrl[769f0000] dma_mask[64-bit]
cciss 0000:02:01.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
IRQ 24/cciss0: IRQF_DISABLED is not guaranteed on shared IRQs
cciss0: <0x46> at PCI 0000:02:01.0 IRQ 24 using DAC
 cciss/c0d0: p1 p2 p3 p4
cciss 0000:0b:04.0: PCI INT A -> GSI 72 (level, low) -> IRQ 72
tg3 0000:02:02.1: PCI INT B -> GSI 26 (level, low) -> IRQ 26
tg3 0000:02:02.1: eth1: Tigon3 [partno(349321-001) rev 2100] (PCIX:66MHz:64-bit) MAC address 00:11:85:c4:26:e4
tg3 0000:02:02.1: eth1: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1])
tg3 0000:02:02.1: eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
tg3 0000:02:02.1: eth1: dma_rwctrl[769f0000] dma_mask[64-bit]
IRQ 72/cciss1: IRQF_DISABLED is not guaranteed on shared IRQs
cciss1: <0x46> at PCI 0000:0b:04.0 IRQ 72 using DAC
 cciss/c1d0: p1
 cciss/c1d1: p1
 cciss/c1d2:
ata1.00: ATAPI: DV-28E-C, B.4F, max UDMA/25
 p1
 cciss/c1d3:
ata1.00: configured for UDMA/25
scsi 0:0:0:0: CD-ROM            TEAC     DV-28E-C         B.4F PQ: 0 ANSI: 5
 p1
 cciss/c1d4:sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
 p1
sr 0:0:0:0: Attached scsi CD-ROM sr0
e1000: 0000:07:01.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:d8:58:d2
 cciss/c1d5:
sr 0:0:0:0: Attached scsi generic sg0 type 5
 p1
 cciss/c1d6: p1
 cciss/c1d7:
e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection
 p1
 cciss/c1d8: p1
 cciss/c1d9: p1
 cciss/c1d10: p1
 cciss/c1d11: p1
usb 3-1: new low speed USB device using uhci_hcd and address 2
async_tx: api initialized (async)
xor: automatically using best checksumming function: pIII_sse
   pIII_sse  :  4550.000 MB/sec
xor: using function: pIII_sse (4550.000 MB/sec)
raid6: int32x1    636 MB/s
usb 3-1: New USB device found, idVendor=046d, idProduct=c310
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: USB Multimedia Keyboard
usb 3-1: Manufacturer: BTC
usb 3-1: configuration #1 chosen from 1 choice
raid6: int32x2    791 MB/s
usbcore: registered new interface driver hiddev
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1
generic-usb 0003:046D:C310.0001: input,hidraw0: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1d.1-1/input0
raid6: int32x4    656 MB/s
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input2
generic-usb 0003:046D:C310.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1d.1-1/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
raid6: int32x8    604 MB/s
raid6: mmxx1     1805 MB/s
raid6: mmxx2     2121 MB/s
raid6: sse1x1    1077 MB/s
raid6: sse1x2    1841 MB/s
raid6: sse2x1    2162 MB/s
raid6: sse2x2    2930 MB/s
raid6: using algorithm sse2x2 (2930 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
udev[384]: starting version 164
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
input: PC Speaker as /devices/platform/pcspkr/input/input4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
EDAC MC: Ver: 2.1.0 Mar 26 2012
i6300ESB timer: Intel 6300ESB WatchDog Timer Driver v0.04
i6300ESB timer: initialized (0xf8354000). heartbeat=30 sec (nowayout=0)
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
intel_rng: FWH not detected
Contact your BIOS vendor to see if the E752x error registers can be safely un-hidden
hpwdt 0000:01:04.0: This server does not have an iLO2 ASIC.
udev[390]: renamed network interface eth2 to eth2-eth0
udev[396]: renamed network interface eth0 to eth0-eth1
udev[399]: renamed network interface eth1 to eth2
udev[390]: renamed network interface eth2-eth0 to eth0
udev[396]: renamed network interface eth0-eth1 to eth1
hpilo 0000:01:04.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
Error: Driver 'pcspkr' is already registered, aborting...
input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input5
Adding 3903784k swap on /dev/cciss/c0d0p3.  Priority:-1 extents:1 across:3903784k 
EXT3 FS on cciss/c0d0p2, internal journal
md: md2 stopped.
md: bind<cciss!c1d1p1>
md: bind<cciss!c1d2p1>
md: bind<cciss!c1d3p1>
md: bind<cciss!c1d4p1>
md: bind<cciss!c1d5p1>
md: bind<cciss!c1d0p1>
raid5: device cciss/c1d0p1 operational as raid disk 0
raid5: device cciss/c1d5p1 operational as raid disk 5
raid5: device cciss/c1d4p1 operational as raid disk 4
raid5: device cciss/c1d3p1 operational as raid disk 3
raid5: device cciss/c1d2p1 operational as raid disk 2
raid5: device cciss/c1d1p1 operational as raid disk 1
raid5: allocated 6308kB for md2
0: w=1 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
5: w=2 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
4: w=3 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
3: w=4 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
2: w=5 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
1: w=6 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
raid5: raid level 6 set md2 active with 6 out of 6 devices, algorithm 2
RAID5 conf printout:
 --- rd:6 wd:6
 disk 0, o:1, dev:cciss/c1d0p1
 disk 1, o:1, dev:cciss/c1d1p1
 disk 2, o:1, dev:cciss/c1d2p1
 disk 3, o:1, dev:cciss/c1d3p1
 disk 4, o:1, dev:cciss/c1d4p1
 disk 5, o:1, dev:cciss/c1d5p1
md2: bitmap initialized from disk: read 30/30 pages, set 1955 bits
created bitmap (466 pages) for device md2
md2: detected capacity change from 0 to 1000088797184
 md2: unknown partition table
md: md3 stopped.
md: bind<cciss!c1d7p1>
md: bind<cciss!c1d8p1>
md: bind<cciss!c1d9p1>
md: bind<cciss!c1d10p1>
md: bind<cciss!c1d11p1>
md: bind<cciss!c1d6p1>
raid5: device cciss/c1d6p1 operational as raid disk 0
raid5: device cciss/c1d11p1 operational as raid disk 5
raid5: device cciss/c1d10p1 operational as raid disk 4
raid5: device cciss/c1d9p1 operational as raid disk 3
raid5: device cciss/c1d8p1 operational as raid disk 2
raid5: device cciss/c1d7p1 operational as raid disk 1
raid5: allocated 6308kB for md3
0: w=1 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
5: w=2 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
4: w=3 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
3: w=4 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
2: w=5 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
1: w=6 pa=0 pr=6 m=2 a=2 r=6 op1=0 op2=0
raid5: raid level 6 set md3 active with 6 out of 6 devices, algorithm 2
RAID5 conf printout:
 --- rd:6 wd:6
 disk 0, o:1, dev:cciss/c1d6p1
 disk 1, o:1, dev:cciss/c1d7p1
 disk 2, o:1, dev:cciss/c1d8p1
 disk 3, o:1, dev:cciss/c1d9p1
 disk 4, o:1, dev:cciss/c1d10p1
 disk 5, o:1, dev:cciss/c1d11p1
md3: bitmap initialized from disk: read 30/30 pages, set 34785 bits
created bitmap (466 pages) for device md3
md3: detected capacity change from 0 to 1000088797184
 md3: unknown partition table
Uniform Multi-Platform E-IDE driver
ide-cd driver 5.00
ide-gd driver 1.18
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
ip_tables: (C) 2000-2006 Netfilter Core Team
ip6_tables: (C) 2000-2006 Netfilter Core Team
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-0, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Filesystem "md2": Disabling barriers, trial barrier write failed
XFS mounting filesystem md2
Ending clean XFS mount for filesystem: md2
Filesystem "md3": Disabling barriers, trial barrier write failed
XFS mounting filesystem md3
Ending clean XFS mount for filesystem: md3
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
openafs: module license 'http://www.openafs.org/dl/license10.html' taints kernel.
Disabling lock debugging due to kernel taint
enabling dynamically allocated vcaches
Starting AFS cache scan...found 929 non-empty cache files (12%).
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
usb 3-1: USB disconnect, address 2





Attachment: signature.asc
Description: Digital signature


Reply to: