* Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards.
[not found] <fa.4kEpre7NAj1mG6fooUMp/WVc8tg@ifi.uio.no>
@ 2007-05-30 4:08 ` Robert Hancock
2007-05-30 8:43 ` Justin Piszcz
0 siblings, 1 reply; 7+ messages in thread
From: Robert Hancock @ 2007-05-30 4:08 UTC (permalink / raw)
To: Justin Piszcz; +Cc: linux-kernel
Justin Piszcz wrote:
> Short Description of Problem:
> Linux 2.6.21.3 does not run properly with 8GB of ram on the Intel 965WH
> motherboard.
>
> Long Description of Problem:
> When I use 8GB of memory on my x86_64 system, CPU-bound processes are VERY
> slow, up to 36x slower than usual. My temporary fix is force Linux to only
> use 4GB of memory, I am currently using mem=4096M. I ran memtest86 and the
> memory is fine, not a single error. I tried the following to mem= 1024,
> 2048
> 4096 and blank "" to let the kernel use all 8GB of memory. What is wrong
> with the kernel and how come it cannot use 8GB of memory without slowing
> down
> all CPU-related processes to a snail-like pace? There is something
> horribly
> wrong here.
>
> Specifications:
> Intel Motherboard: 965WH
> Linux Kernel: 2.6.21.3
> Distribution: Debian Testing x86_64
> GCC: gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
> Target: x86_64-linux-gnu
>
> Tests:
>
> 1. append line = 1024M
> top - 18:28:26 up 1 min, 4 users, load average: 0.42, 0.17, 0.06
> Tasks: 157 total, 1 running, 156 sleeping, 0 stopped, 0 zombie
> Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si,
> 0.0%st
> Mem: 1027016k total, 964288k used, 62728k free, 1232k buffers
> Swap: 16787768k total, 0k used, 16787768k free, 105168k cached
> ---> STATUS: No problems, box is fine, no lag, etc..
>
> 2. append line = 2048M
> top - 18:34:23 up 2 min, 2 users, load average: 0.14, 0.14, 0.05
> Tasks: 147 total, 1 running, 146 sleeping, 0 stopped, 0 zombie
> Cpu(s): 1.7%us, 1.2%sy, 0.4%ni, 95.2%id, 1.5%wa, 0.0%hi, 0.0%si,
> 0.0%st
> Mem: 2059696k total, 956324k used, 1103372k free, 1232k buffers
> Swap: 16787768k total, 0k used, 16787768k free, 102924k cached
> ---> STATUS: No problems, box is fine, no lag, etc..
>
> 3. append line = 4096M
> top - 18:37:55 up 1 min, 1 user, load average: 0.52, 0.19, 0.07
> Tasks: 143 total, 1 running, 142 sleeping, 0 stopped, 0 zombie
> Cpu(s): 2.9%us, 2.2%sy, 0.7%ni, 91.6%id, 2.6%wa, 0.0%hi, 0.0%si,
> 0.0%st
> Mem: 3339536k total, 949792k used, 2389744k free, 1232k buffers
> Swap: 16787768k total, 0k used, 16787768k free, 99920k cached
>
> $ time ssh p34 uptime
> 19:00:16 up 1 min, 1 user, load average: 0.67, 0.18, 0.06
> real 0m0.159s
> user 0m0.013s
> sys 0m0.003s
> ---> STATUS: No problems, box is fine, no lag, etc..
>
> 4. append line = "" (use all 8GB)
>
> top - 18:52:50 up 9 min, 1 user, load average: 2.88, 2.43, 1.41
> Tasks: 149 total, 3 running, 146 sleeping, 0 stopped, 0 zombie
> Cpu(s): 36.3%us, 2.2%sy, 10.3%ni, 50.8%id, 0.4%wa, 0.0%hi, 0.1%si,
> 0.0%st
> Mem: 8104460k total, 1064416k used, 7040044k free, 3296k buffers
> Swap: 16787768k total, 0k used, 16787768k free, 201852k cached
>
> $ ssh p34
> ssh: connect to host p34 port 22: Connection refused
>
> Machine takes 5-10 minutes to boot, it acts like a 286 computer, about 8
> minutes later:
>
> $ time ssh p34 uptime # 5 SECONDS!! 36x slower when using 8GB of RAM
> 18:51:39 up 8 min, 1 user, load average: 2.74, 2.31, 1.30
>
> real 0m5.757s
> user 0m0.015s
> sys 0m0.004s
>
> The machine is VERY slow and this is on a gigabit network, I/O does not
> seem to be affected but rather, CPU-bound processes.
>
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 2483 root 25 0 25324 5292 1072 R 96 0.1 4:37.12 mailgraph
> 3604 logcheck 30 10 3408 1120 544 R 91 0.0 0:03.55 grep
>
> These normally take seconds but when I use all 8GB of memory, it runs
> for a very long time.
>
> Conclusion: For now, I will be using mem=4096M until someone can help me
> understand what is happening here. Can anyone offer any insight?
>
> I found it interesting in make menuconfig on x86_64 there is no 4GB/64GB
> options in the kernel that I remember seeing in 32bit.
That's because that option is not applicable in 64-bit mode.
Can you send your full dmesg output from the 8GB bootup?
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards.
2007-05-30 4:08 ` Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards Robert Hancock
@ 2007-05-30 8:43 ` Justin Piszcz
2007-05-30 8:54 ` Justin Piszcz
2007-05-30 14:27 ` Robert Hancock
0 siblings, 2 replies; 7+ messages in thread
From: Justin Piszcz @ 2007-05-30 8:43 UTC (permalink / raw)
To: Robert Hancock; +Cc: linux-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1557 bytes --]
On Tue, 29 May 2007, Robert Hancock wrote:
> Justin Piszcz wrote:
>> Short Description of Problem:
>> Linux 2.6.21.3 does not run properly with 8GB of ram on the Intel 965WH
>> motherboard.
>>
>> Long Description of Problem:
>> When I use 8GB of memory on my x86_64 system, CPU-bound processes are VERY
>> slow, up to 36x slower than usual. My temporary fix is force Linux to only
>> use 4GB of memory, I am currently using mem=4096M. I ran memtest86 and the
>> memory is fine, not a single error. I tried the following to mem= 1024,
>> 2048
>> 4096 and blank "" to let the kernel use all 8GB of memory. What is wrong
>> with the kernel and how come it cannot use 8GB of memory without slowing
>> down
>> all CPU-related processes to a snail-like pace? There is something
>> horribly
>> wrong here.
>>
>> Conclusion: For now, I will be using mem=4096M until someone can help me
>> understand what is happening here. Can anyone offer any insight?
>>
>> I found it interesting in make menuconfig on x86_64 there is no 4GB/64GB
>> options in the kernel that I remember seeing in 32bit.
>
> That's because that option is not applicable in 64-bit mode.
>
> Can you send your full dmesg output from the 8GB bootup?
>
> --
> Robert Hancock Saskatoon, SK, Canada
> To email, remove "nospam" from hancockr@nospamshaw.ca
> Home Page: http://www.roberthancock.com/
>
Kernel dmesg attached from 8GB bootup.
Robert, how come the option is not applicable in 64-bit mode? If I want to
use all 8GB of memory I need to run a 32-bit kernel?
Justin.
[-- Attachment #2: Type: TEXT/plain, Size: 31755 bytes --]
000-e0bfffff
[ 49.640593] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 49.640760] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 49.640884] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 49.641100] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 49.641236] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 49.641399] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 49.641510] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
[ 49.641674] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 49.641787] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
[ 49.641953] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 49.642061] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 49.642960] NET: Registered protocol family 2
[ 49.652907] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 49.661992] TCP established hash table entries: 131072 (order: 9, 3145728 bytes)
[ 49.674484] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 49.678704] TCP: Hash tables configured (established 131072 bind 65536)
[ 49.678792] TCP reno registered
[ 49.734605] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 49.738786] SGI XFS with large block/inode numbers, no debug enabled
[ 49.751315] io scheduler noop registered
[ 49.751397] io scheduler anticipatory registered (default)
[ 49.758137] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 49.758350] assign_interrupt_mode Found MSI capability
[ 49.758914] Allocate Port Service[0000:00:1c.0:pcie00]
[ 49.761087] Allocate Port Service[0000:00:1c.0:pcie02]
[ 49.763372] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 49.763567] assign_interrupt_mode Found MSI capability
[ 49.763851] Allocate Port Service[0000:00:1c.1:pcie00]
[ 49.766170] Allocate Port Service[0000:00:1c.1:pcie02]
[ 49.768444] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 49.768636] assign_interrupt_mode Found MSI capability
[ 49.768903] Allocate Port Service[0000:00:1c.2:pcie00]
[ 49.771250] Allocate Port Service[0000:00:1c.2:pcie02]
[ 49.773535] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 49.773745] assign_interrupt_mode Found MSI capability
[ 49.774010] Allocate Port Service[0000:00:1c.3:pcie00]
[ 49.776336] Allocate Port Service[0000:00:1c.3:pcie02]
[ 49.778728] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 49.778922] assign_interrupt_mode Found MSI capability
[ 49.779166] Allocate Port Service[0000:00:1c.4:pcie00]
[ 49.781407] Allocate Port Service[0000:00:1c.4:pcie02]
[ 49.928519] lp: driver loaded but no devices found
[ 49.930317] Real Time Clock Driver v1.12ac
[ 49.932862] hpet_resources: 0xfed00000 is busy
[ 49.932999] Linux agpgart interface v0.102 (c) Dave Jones
[ 49.934495] agpgart: Detected an Intel 965G Chipset.
[ 49.935555] agpgart: Detected 7676K stolen memory.
[ 49.955435] agpgart: AGP aperture is 256M @ 0xd0000000
[ 49.955998] [drm] Initialized drm 1.1.0 20060810
[ 49.956245] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 49.959487] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 49.961590] parport: PnPBIOS parport detected.
[ 49.961837] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[ 50.047129] lp0: using parport0 (interrupt-driven).
[ 50.059429] loop: loaded (max 8 devices)
[ 50.059512] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[ 50.059601] Copyright (c) 1999-2006 Intel Corporation.
[ 50.060611] ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 50.060818] PCI: Setting latency timer of device 0000:00:19.0 to 64
[ 50.078969] e1000: 0000:00:19.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:6e:9d:43
[ 50.156941] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 50.157413] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 50.423850] e1000: 0000:06:00.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:00:cd:b1
[ 50.574287] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 50.574507] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 50.825325] e1000: 0000:06:01.0: e1000_probe: (PCI:33MHz:32-bit) 00:07:e9:29:37:db
[ 50.854886] e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 50.857929] netconsole: device eth0 not up yet, forcing it
[ 50.900485] ieee1394: Host added: ID:BUS[0-00:1023] GUID[0090270001c5be9f]
[ 53.023002] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 53.519027] netconsole: network logging started
[ 53.525561] ahci 0000:00:1f.2: version 2.1
[ 53.525660] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level, low) -> IRQ 19
[ 54.527020] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 54.527094] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 54.527265] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part
[ 54.529799] ata1: SATA max UDMA/133 cmd 0xffffc20000078100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.532861] ata2: SATA max UDMA/133 cmd 0xffffc20000078180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.535954] ata3: SATA max UDMA/133 cmd 0xffffc20000078200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.538921] ata4: SATA max UDMA/133 cmd 0xffffc20000078280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.540937] ata5: SATA max UDMA/133 cmd 0xffffc20000078300 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.542961] ata6: SATA max UDMA/133 cmd 0xffffc20000078380 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
[ 54.543238] scsi0 : ahci
[ 55.005900] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 55.008490] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
[ 55.008659] ata1.00: 145226112 sectors, multi 0: LBA48
[ 55.012548] ata1.00: configured for UDMA/133
[ 55.012871] scsi1 : ahci
[ 55.473558] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 55.476111] ata2.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
[ 55.476256] ata2.00: 145226112 sectors, multi 0: LBA48
[ 55.480168] ata2.00: configured for UDMA/133
[ 55.480519] scsi2 : ahci
[ 55.941187] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 55.942994] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 55.943170] ata3.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 55.945896] ata3.00: configured for UDMA/133
[ 55.946135] scsi3 : ahci
[ 56.407830] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 56.409600] ata4.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 56.409743] ata4.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 56.412464] ata4.00: configured for UDMA/133
[ 56.412763] scsi4 : ahci
[ 56.873467] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 56.875195] ata5.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 56.875362] ata5.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 56.877986] ata5.00: configured for UDMA/133
[ 56.878375] scsi5 : ahci
[ 57.337984] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 57.339683] ata6.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 57.339878] ata6.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 57.342457] ata6.00: configured for UDMA/133
[ 57.344076] scsi 0:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
[ 57.348418] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
[ 57.348753] sda: Write Protect is off
[ 57.348867] sda: Mode Sense: 00 3a 00 00
[ 57.349355] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.350304] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
[ 57.350641] sda: Write Protect is off
[ 57.350751] sda: Mode Sense: 00 3a 00 00
[ 57.351205] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.351384] sda: sda1 sda2 sda3
[ 57.364283] sd 0:0:0:0: Attached scsi disk sda
[ 57.366414] scsi 1:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
[ 57.369407] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
[ 57.369729] sdb: Write Protect is off
[ 57.369842] sdb: Mode Sense: 00 3a 00 00
[ 57.370199] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.371070] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
[ 57.371368] sdb: Write Protect is off
[ 57.371494] sdb: Mode Sense: 00 3a 00 00
[ 57.371868] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.372018] sdb: sdb1 sdb2 sdb3
[ 57.388421] sd 1:0:0:0: Attached scsi disk sdb
[ 57.390640] scsi 2:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 57.393573] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.393863] sdc: Write Protect is off
[ 57.393981] sdc: Mode Sense: 00 3a 00 00
[ 57.394388] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.395180] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.395504] sdc: Write Protect is off
[ 57.395617] sdc: Mode Sense: 00 3a 00 00
[ 57.395987] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.396145] sdc: sdc1
[ 57.404704] sd 2:0:0:0: Attached scsi disk sdc
[ 57.407759] scsi 3:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 57.410796] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.411106] sdd: Write Protect is off
[ 57.411218] sdd: Mode Sense: 00 3a 00 00
[ 57.411577] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.412452] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.412804] sdd: Write Protect is off
[ 57.412921] sdd: Mode Sense: 00 3a 00 00
[ 57.413290] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.413436] sdd: sdd1
[ 57.421753] sd 3:0:0:0: Attached scsi disk sdd
[ 57.423890] scsi 4:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 57.426871] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.427230] sde: Write Protect is off
[ 57.427345] sde: Mode Sense: 00 3a 00 00
[ 57.427701] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.428551] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.428844] sde: Write Protect is off
[ 57.428961] sde: Mode Sense: 00 3a 00 00
[ 57.429379] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.429525] sde: sde1
[ 57.436029] sd 4:0:0:0: Attached scsi disk sde
[ 57.438009] scsi 5:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 57.441059] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.441354] sdf: Write Protect is off
[ 57.441493] sdf: Mode Sense: 00 3a 00 00
[ 57.441895] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.442827] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
[ 57.443125] sdf: Write Protect is off
[ 57.443238] sdf: Mode Sense: 00 3a 00 00
[ 57.443585] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 57.443772] sdf: sdf1
[ 57.454230] sd 5:0:0:0: Attached scsi disk sdf
[ 57.458231] sata_sil24 0000:03:00.0: version 0.8
[ 57.458330] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 18
[ 57.458846] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 57.460520] ata7: SATA max UDMA/100 cmd 0xffffc20000108000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
[ 57.462550] ata8: SATA max UDMA/100 cmd 0xffffc2000010a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
[ 57.462791] scsi6 : sata_sil24
[ 57.868886] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 57.870905] ata7.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 57.871050] ata7.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 57.874086] ata7.00: configured for UDMA/100
[ 57.874254] scsi7 : sata_sil24
[ 58.282187] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 58.284214] ata8.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 58.284358] ata8.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 58.287439] ata8.00: configured for UDMA/100
[ 58.288621] scsi 6:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 58.291911] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
[ 58.292200] sdg: Write Protect is off
[ 58.292324] sdg: Mode Sense: 00 3a 00 00
[ 58.292667] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 58.293503] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
[ 58.293832] sdg: Write Protect is off
[ 58.293976] sdg: Mode Sense: 00 3a 00 00
[ 58.294337] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 58.295071] sdg: sdg1
[ 58.302951] sd 6:0:0:0: Attached scsi disk sdg
[ 58.306104] scsi 7:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 58.309130] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
[ 58.309486] sdh: Write Protect is off
[ 58.309600] sdh: Mode Sense: 00 3a 00 00
[ 58.309956] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 58.310823] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
[ 58.311115] sdh: Write Protect is off
[ 58.311229] sdh: Mode Sense: 00 3a 00 00
[ 58.311640] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 58.311790] sdh: sdh1
[ 58.320078] sd 7:0:0:0: Attached scsi disk sdh
[ 58.321348] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19 (level, low) -> IRQ 19
[ 58.321800] PCI: Setting latency timer of device 0000:04:00.0 to 64
[ 58.323417] ata9: SATA max UDMA/100 cmd 0xffffc20000110000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
[ 58.325432] ata10: SATA max UDMA/100 cmd 0xffffc20000112000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
[ 58.325647] scsi8 : sata_sil24
[ 58.733657] ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 58.735434] ata9.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 58.735563] ata9.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 58.738156] ata9.00: configured for UDMA/100
[ 58.738362] scsi9 : sata_sil24
[ 59.144898] ata10: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 59.146631] ata10.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 59.146779] ata10.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 59.149416] ata10.00: configured for UDMA/100
[ 59.150639] scsi 8:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 59.153672] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
[ 59.153966] sdi: Write Protect is off
[ 59.154090] sdi: Mode Sense: 00 3a 00 00
[ 59.154501] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 59.155336] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
[ 59.155686] sdi: Write Protect is off
[ 59.155798] sdi: Mode Sense: 00 3a 00 00
[ 59.156159] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 59.156306] sdi: sdi1
[ 59.166753] sd 8:0:0:0: Attached scsi disk sdi
[ 59.169023] scsi 9:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 59.171901] SCSI device sdj: 293046768 512-byte hdwr sectors (150040 MB)
[ 59.172223] sdj: Write Protect is off
[ 59.172347] sdj: Mode Sense: 00 3a 00 00
[ 59.172667] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 59.173502] SCSI device sdj: 293046768 512-byte hdwr sectors (150040 MB)
[ 59.173797] sdj: Write Protect is off
[ 59.173908] sdj: Mode Sense: 00 3a 00 00
[ 59.174294] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 59.174526] sdj: sdj1
[ 59.185042] sd 9:0:0:0: Attached scsi disk sdj
[ 59.186240] ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 59.186777] PCI: Setting latency timer of device 0000:05:00.0 to 64
[ 59.188276] ata11: SATA max UDMA/100 cmd 0xffffc20000118000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
[ 59.190299] ata12: SATA max UDMA/100 cmd 0xffffc2000011a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
[ 59.190596] scsi10 : sata_sil24
[ 59.596870] ata11: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 59.598911] ata11.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 59.599074] ata11.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 59.602172] ata11.00: configured for UDMA/100
[ 59.602343] scsi11 : sata_sil24
[ 60.008363] ata12: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 60.010395] ata12.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
[ 60.010565] ata12.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 60.013634] ata12.00: configured for UDMA/100
[ 60.014772] scsi 10:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 60.017135] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
[ 60.017428] sdk: Write Protect is off
[ 60.017578] sdk: Mode Sense: 00 3a 00 00
[ 60.017958] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 60.018811] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
[ 60.019098] sdk: Write Protect is off
[ 60.019208] sdk: Mode Sense: 00 3a 00 00
[ 60.019574] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 60.019766] sdk: sdk1
[ 60.027242] sd 10:0:0:0: Attached scsi disk sdk
[ 60.029522] scsi 11:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
[ 60.032343] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
[ 60.032627] sdl: Write Protect is off
[ 60.032746] sdl: Mode Sense: 00 3a 00 00
[ 60.033132] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 60.033951] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
[ 60.034305] sdl: Write Protect is off
[ 60.034417] sdl: Mode Sense: 00 3a 00 00
[ 60.034782] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 60.034928] sdl: sdl1
[ 60.042358] sd 11:0:0:0: Attached scsi disk sdl
[ 60.044446] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 60.044876] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 60.046191] ata13: PATA max UDMA/100 cmd 0x0000000000015018 ctl 0x0000000000015026 bmdma 0x0000000000015000 irq 17
[ 60.046482] scsi12 : pata_marvell
[ 60.049123] BAR5:00:00 01:7F 02:22 03:CA 04:00 05:00 06:00 07:00 08:00 09:00 0A:00 0B:00 0C:01 0D:00 0E:00 0F:00
[ 60.357681] ata13.00: ATAPI, max UDMA/33
[ 60.511908] ata13.00: configured for UDMA/33
[ 60.514242] scsi 12:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 60.522460] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 60.522608] Uniform CD-ROM driver Revision: 3.20
[ 60.524264] sr 12:0:0:0: Attached scsi CD-ROM sr0
[ 60.526162] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[ 60.526488] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[ 60.526528] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 60.528219] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 60.528706] ehci_hcd 0000:00:1a.7: debug port 1
[ 60.528858] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[ 60.528953] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xe0625c00
[ 60.532957] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 60.537324] usb usb1: configuration #1 chosen from 1 choice
[ 60.539211] hub 1-0:1.0: USB hub found
[ 60.539382] hub 1-0:1.0: 4 ports detected
[ 60.643405] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 60.643725] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 60.643767] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 60.645247] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 60.645754] ehci_hcd 0000:00:1d.7: debug port 1
[ 60.645895] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 60.646009] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0625800
[ 60.650021] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 60.654403] usb usb2: configuration #1 chosen from 1 choice
[ 60.656306] hub 2-0:1.0: USB hub found
[ 60.656477] hub 2-0:1.0: 6 ports detected
[ 60.761478] USB Universal Host Controller Interface driver v3.0
[ 60.762558] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 60.762838] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 60.762888] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 60.764431] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 60.764660] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0
[ 60.768583] usb usb3: configuration #1 chosen from 1 choice
[ 60.770496] hub 3-0:1.0: USB hub found
[ 60.770667] hub 3-0:1.0: 2 ports detected
[ 60.875709] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 60.875977] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[ 60.876018] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 60.877630] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 60.877881] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
[ 60.881780] usb usb4: configuration #1 chosen from 1 choice
[ 60.883704] hub 4-0:1.0: USB hub found
[ 60.883873] hub 4-0:1.0: 2 ports detected
[ 60.987952] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 60.988221] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 60.988261] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 60.989797] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 60.990028] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
[ 60.993964] usb usb5: configuration #1 chosen from 1 choice
[ 60.995826] hub 5-0:1.0: USB hub found
[ 60.996041] hub 5-0:1.0: 2 ports detected
[ 61.100070] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 61.100346] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 61.100388] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 61.101896] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 61.102183] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
[ 61.106057] usb usb6: configuration #1 chosen from 1 choice
[ 61.107967] hub 6-0:1.0: USB hub found
[ 61.108142] hub 6-0:1.0: 2 ports detected
[ 61.212093] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 61.212358] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 61.212412] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 61.214107] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 61.214339] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
[ 61.218173] usb usb7: configuration #1 chosen from 1 choice
[ 61.220096] hub 7-0:1.0: USB hub found
[ 61.220270] hub 7-0:1.0: 2 ports detected
[ 61.306473] usb 5-1: new low speed USB device using uhci_hcd and address 2
[ 61.325345] Initializing USB Mass Storage driver...
[ 61.473424] usb 5-1: configuration #1 chosen from 1 choice
[ 61.480883] usbcore: registered new interface driver usb-storage
[ 61.481015] USB Mass Storage support registered.
[ 61.482491] usbcore: registered new interface driver hiddev
[ 61.978902] hiddev96: USB HID v1.00 Device [ UPS] on usb-0000:00:1d.0-1
[ 61.979246] usbcore: registered new interface driver usbhid
[ 61.979406] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[ 61.982163] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 61.986899] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 61.987036] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 61.988264] mice: PS/2 mouse device common for all mice
[ 61.993425] input: PC Speaker as /class/input/input0
[ 61.993643] i2c /dev entries driver
[ 61.995182] md: raid1 personality registered for level 1
[ 62.012377] raid6: int64x1 66 MB/s
[ 62.029504] raid6: int64x2 97 MB/s
[ 62.047329] raid6: int64x4 35 MB/s
[ 62.068731] raid6: int64x8 15 MB/s
[ 62.085968] raid6: sse2x1 152 MB/s
[ 62.102982] raid6: sse2x2 285 MB/s
[ 62.119904] raid6: sse2x4 484 MB/s
[ 62.120036] raid6: using algorithm sse2x4 (484 MB/s)
[ 62.120177] md: raid6 personality registered for level 6
[ 62.120321] md: raid5 personality registered for level 5
[ 62.120435] md: raid4 personality registered for level 4
[ 62.120579] raid5: automatically using best checksumming function: generic_sse
[ 62.124860] generic_sse: 56.000 MB/sec
[ 62.124973] raid5: using function: generic_sse (56.000 MB/sec)
[ 62.125489] Advanced Linux Sound Architecture Driver Version 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC).
[ 62.131442] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 62.131831] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 62.281613] ALSA device list:
[ 62.281730] #0: HDA Intel at 0xe0620000 irq 22
[ 62.281912] u32 classifier
[ 62.282010] Actions configured
[ 62.282147] nf_conntrack version 0.5.0 (8192 buckets, 65536 max)
[ 62.284736] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 62.285856] TCP cubic registered
[ 62.286229] NET: Registered protocol family 1
[ 62.286374] NET: Registered protocol family 17
[ 62.654025] input: ImPS/2 Generic Wheel Mouse as /class/input/input1
[ 62.681530] input: AT Translated Set 2 keyboard as /class/input/input2
[ 62.695712] md: Autodetecting RAID arrays.
[ 62.864377] md: autorun ...
[ 62.864501] md: considering sdl1 ...
[ 62.864888] md: adding sdl1 ...
[ 62.865262] md: adding sdk1 ...
[ 62.865596] md: adding sdj1 ...
[ 62.865951] md: adding sdi1 ...
[ 62.866304] md: adding sdh1 ...
[ 62.866641] md: adding sdg1 ...
[ 62.866992] md: adding sdf1 ...
[ 62.867346] md: adding sde1 ...
[ 62.867688] md: adding sdd1 ...
[ 62.868041] md: adding sdc1 ...
[ 62.868250] md: sdb3 has different UUID to sdl1
[ 62.868441] md: sdb2 has different UUID to sdl1
[ 62.868628] md: sdb1 has different UUID to sdl1
[ 62.868818] md: sda3 has different UUID to sdl1
[ 62.869005] md: sda2 has different UUID to sdl1
[ 62.869255] md: sda1 has different UUID to sdl1
[ 62.871018] md: created md3
[ 62.871156] md: bind<sdc1>
[ 62.871472] md: bind<sdd1>
[ 62.871744] md: bind<sde1>
[ 62.872062] md: bind<sdf1>
[ 62.872524] md: bind<sdg1>
[ 62.872869] md: bind<sdh1>
[ 62.873158] md: bind<sdi1>
[ 62.873521] md: bind<sdj1>
[ 62.873823] md: bind<sdk1>
[ 62.874123] md: bind<sdl1>
[ 62.874573] md: running: <sdl1><sdk1><sdj1><sdi1><sdh1><sdg1><sdf1><sde1><sdd1><sdc1>
[ 62.877780] raid5: device sdl1 operational as raid disk 2
[ 62.877903] raid5: device sdk1 operational as raid disk 3
[ 62.878059] raid5: device sdj1 operational as raid disk 0
[ 62.878183] raid5: device sdi1 operational as raid disk 1
[ 62.878341] raid5: device sdh1 operational as raid disk 6
[ 62.878512] raid5: device sdg1 operational as raid disk 5
[ 62.878668] raid5: device sdf1 operational as raid disk 4
[ 62.878812] raid5: device sde1 operational as raid disk 7
[ 62.878966] raid5: device sdd1 operational as raid disk 8
[ 62.879088] raid5: device sdc1 operational as raid disk 9
[ 62.899044] raid5: allocated 10562kB for md3
[ 62.899164] raid5: raid level 5 set md3 active with 10 out of 10 devices, algorithm 2
[ 62.899371] RAID5 conf printout:
[ 62.899497] --- rd:10 wd:10
[ 62.899630] disk 0, o:1, dev:sdj1
[ 62.899762] disk 1, o:1, dev:sdi1
[ 62.899895] disk 2, o:1, dev:sdl1
[ 62.900025] disk 3, o:1, dev:sdk1
[ 62.900154] disk 4, o:1, dev:sdf1
[ 62.900316] disk 5, o:1, dev:sdg1
[ 62.900460] disk 6, o:1, dev:sdh1
[ 62.900606] disk 7, o:1, dev:sde1
[ 62.900720] disk 8, o:1, dev:sdd1
[ 62.900864] disk 9, o:1, dev:sdc1
[ 62.902910] md: considering sdb3 ...
[ 62.903255] md: adding sdb3 ...
[ 62.903492] md: sdb2 has different UUID to sdb3
[ 62.903696] md: sdb1 has different UUID to sdb3
[ 62.904029] md: adding sda3 ...
[ 62.904213] md: sda2 has different UUID to sdb3
[ 62.904428] md: sda1 has different UUID to sdb3
[ 62.906017] md: created md2
[ 62.906131] md: bind<sda3>
[ 62.906521] md: bind<sdb3>
[ 62.906856] md: running: <sdb3><sda3>
[ 62.909833] raid1: raid set md2 active with 2 out of 2 mirrors
[ 62.911031] md: considering sdb2 ...
[ 62.911359] md: adding sdb2 ...
[ 62.911550] md: sdb1 has different UUID to sdb2
[ 62.911945] md: adding sda2 ...
[ 62.912126] md: sda1 has different UUID to sdb2
[ 62.914168] md: created md1
[ 62.914280] md: bind<sda2>
[ 62.914600] md: bind<sdb2>
[ 62.914949] md: running: <sdb2><sda2>
[ 62.917888] raid1: raid set md1 active with 2 out of 2 mirrors
[ 62.919053] md: considering sdb1 ...
[ 62.919382] md: adding sdb1 ...
[ 62.919735] md: adding sda1 ...
[ 62.919843] md: created md0
[ 62.920029] md: bind<sda1>
[ 62.920313] md: bind<sdb1>
[ 62.920759] md: running: <sdb1><sda1>
[ 62.923893] raid1: raid set md0 active with 2 out of 2 mirrors
[ 62.925114] md: ... autorun DONE.
[ 62.986800] UDF-fs: No VRS found
[ 62.989910] Filesystem "md2": Disabling barriers, not supported by the underlying device
[ 63.003218] XFS mounting filesystem md2
[ 63.086036] Ending clean XFS mount for filesystem: md2
[ 63.088268] VFS: Mounted root (xfs filesystem) readonly.
[ 63.088664] Freeing unused kernel memory: 220k freed
[ 140.336426] Adding 16787768k swap on /dev/md0. Priority:-1 extents:1 across:16787768k
[ 141.392860] Filesystem "md2": Disabling barriers, not supported by the underlying device
[ 164.783967] kjournald starting. Commit interval 5 seconds
[ 164.798654] EXT3 FS on md1, internal journal
[ 164.798884] EXT3-fs: mounted filesystem with ordered data mode.
[ 164.813348] Filesystem "md3": Disabling barriers, not supported by the underlying device
[ 164.820025] XFS mounting filesystem md3
[ 165.142472] Ending clean XFS mount for filesystem: md3
[ 214.133325] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
[ 246.230184] process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards.
2007-05-30 8:43 ` Justin Piszcz
@ 2007-05-30 8:54 ` Justin Piszcz
2007-05-30 14:27 ` Robert Hancock
1 sibling, 0 replies; 7+ messages in thread
From: Justin Piszcz @ 2007-05-30 8:54 UTC (permalink / raw)
To: Robert Hancock; +Cc: linux-kernel
On Wed, 30 May 2007, Justin Piszcz wrote:
>
>
> On Tue, 29 May 2007, Robert Hancock wrote:
>
>> Justin Piszcz wrote:
>>> Short Description of Problem:
>>> Linux 2.6.21.3 does not run properly with 8GB of ram on the Intel 965WH
>>> motherboard.
>>> I found it interesting in make menuconfig on x86_64 there is no 4GB/64GB
>>> options in the kernel that I remember seeing in 32bit.
>>
>> That's because that option is not applicable in 64-bit mode.
>>
>> Can you send your full dmesg output from the 8GB bootup?
>>
>> --
>> Robert Hancock Saskatoon, SK, Canada
>> To email, remove "nospam" from hancockr@nospamshaw.ca
>> Home Page: http://www.roberthancock.com/
>>
>
> Kernel dmesg attached from 8GB bootup.
>
> Robert, how come the option is not applicable in 64-bit mode? If I want to
> use all 8GB of memory I need to run a 32-bit kernel?
>
> Justin.
Look at how slow the raid benchmarks are in dmesg with 8GB of memory!
[ 59.592560] raid6: using algorithm sse2x4 (476 MB/s)
[ 59.597558] raid5: using function: generic_sse (56.000 MB/sec)
Yikes!
With mem=4096M:
[ 60.336352] raid6: using algorithm sse2x4 (6804 MB/s)
[ 60.341345] raid5: using function: generic_sse (8552.000 MB/sec)
What is going on here?
Justin.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards.
2007-05-30 8:43 ` Justin Piszcz
2007-05-30 8:54 ` Justin Piszcz
@ 2007-05-30 14:27 ` Robert Hancock
2007-05-30 14:33 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG) Justin Piszcz
1 sibling, 1 reply; 7+ messages in thread
From: Robert Hancock @ 2007-05-30 14:27 UTC (permalink / raw)
To: Justin Piszcz; +Cc: linux-kernel
Justin Piszcz wrote:
> Kernel dmesg attached from 8GB bootup.
It looks like part of the start of the output was truncated..
> Robert, how come the option is not applicable in 64-bit mode? If I want
> to use all 8GB of memory I need to run a 32-bit kernel?
>
> Justin.
>
Highmem and PAE (which are essentially what the 4GB/64GB memory options
control) are not needed in 64-bit mode, since we can access the entire
64-bit address space directly.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG)
2007-05-30 14:27 ` Robert Hancock
@ 2007-05-30 14:33 ` Justin Piszcz
2007-05-30 14:36 ` Justin Piszcz
2007-05-30 14:50 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards Ernst Herzberg
0 siblings, 2 replies; 7+ messages in thread
From: Justin Piszcz @ 2007-05-30 14:33 UTC (permalink / raw)
To: Robert Hancock; +Cc: linux-kernel, crmotherboard
Yes, you are correct, the netconsole output from another machine is shown
below. If we can access the memory directly, why is it so slow? :( Am I
the first person to try using 8 gigabytes of RAM on the 965 chipset?
On Wed, 30 May 2007, Robert Hancock wrote:
> Justin Piszcz wrote:
>> Kernel dmesg attached from 8GB bootup.
>
> It looks like part of the start of the output was truncated..
>
>> Robert, how come the option is not applicable in 64-bit mode? If I want to
>> use all 8GB of memory I need to run a 32-bit kernel?
>>
>> Justin.
>>
>
> Highmem and PAE (which are essentially what the 4GB/64GB memory options
> control) are not needed in 64-bit mode, since we can access the entire 64-bit
> address space directly.
>
> --
> Robert Hancock Saskatoon, SK, Canada
> To email, remove "nospam" from hancockr@nospamshaw.ca
> Home Page: http://www.roberthancock.com/
>
Here is the _FULL_ dmesg! Thanks netconsole!
May 29 17:39:11 p34 [ 0.000000] Linux version 2.6.21.3 (root@p34.internal.lan) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #4 SMP Sun May 27 06:28:33 EDT 2007
May 29 17:39:11 p34 [ 0.000000] Command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902 netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7 nmi_watchdog=1
May 29 17:39:11 p34 [ 0.000000] BIOS-provided physical RAM map:
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cf58f000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf58f000 - 00000000cf59c000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf59c000 - 00000000cf653000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf653000 - 00000000cf6a5000 (ACPI NVS)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a5000 - 00000000cf6a8000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a8000 - 00000000cf6ef000 (ACPI NVS)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6ef000 - 00000000cf6f1000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6f1000 - 00000000cf6f2000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6f2000 - 00000000cf6ff000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6ff000 - 00000000cf700000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf700000 - 00000000d0000000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000100000000 - 000000022c000000 (usable)
May 29 17:39:11 p34 [ 0.000000] end_pfn_map = 2277376
May 29 17:39:11 p34 [ 0.000000] DMI 2.4 present.
May 29 17:39:11 p34 [ 0.000000] ACPI: RSDP 000FE020, 0014 (r0 INTEL )
May 29 17:39:11 p34 [ 0.000000] ACPI: RSDT CF6FD038, 0050 (r1 INTEL DG965WH 64C 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: FACP CF6FC000, 0074 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: DSDT CF6F7000, 40E9 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: FACS CF6A8000, 0040
May 29 17:39:11 p34 [ 0.000000] ACPI: APIC CF6F6000, 0078 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: WDDT CF6F5000, 0040 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: MCFG CF6F4000, 003C (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: ASF! CF6F3000, 00A6 (r32 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: HPET CF6F2000, 0038 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6F0000, 01BC (r1 INTEL CpuPm 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6EF000, 0175 (r1 INTEL Cpu0Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A7000, 0175 (r1 INTEL Cpu1Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A6000, 0175 (r1 INTEL Cpu2Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A5000, 0175 (r1 INTEL Cpu3Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] Zone PFN ranges:
May 29 17:39:11 p34 [ 0.000000] DMA 0 -> 4096
May 29 17:39:11 p34 [ 0.000000] DMA32 4096 -> 1048576
May 29 17:39:11 p34 [ 0.000000] Normal 1048576 -> 2277376
May 29 17:39:11 p34 [ 0.000000] early_node_map[6] active PFN ranges
May 29 17:39:11 p34 [ 0.000000] 0: 0 -> 143
May 29 17:39:11 p34 [ 0.000000] 0: 256 -> 849295
May 29 17:39:11 p34 [ 0.000000] 0: 849308 -> 849491
May 29 17:39:11 p34 [ 0.000000] 0: 849649 -> 849650
May 29 17:39:11 p34 [ 0.000000] 0: 849663 -> 849664
May 29 17:39:11 p34 [ 0.000000] 0: 1048576 -> 2277376
May 29 17:39:11 p34 [ 0.000000] ACPI: PM-Timer IO Port: 0x408
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #0 (Bootup-CPU)
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #2
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #1
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #3
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
May 29 17:39:11 p34 [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May 29 17:39:11 p34 [ 0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23
May 29 17:39:11 p34 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 29 17:39:11 p34 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 29 17:39:11 p34 [ 0.000000] Setting APIC routing to flat
May 29 17:39:11 p34 [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 29 17:39:11 p34 [ 0.000000] Using ACPI (MADT) for SMP configuration information
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 000000000008f000 - 00000000000a0000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000000a0000 - 00000000000e0000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000000e0000 - 0000000000100000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf58f000 - 00000000cf59c000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf653000 - 00000000cf6a5000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6a5000 - 00000000cf6a8000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6a8000 - 00000000cf6ef000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6ef000 - 00000000cf6f1000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6f2000 - 00000000cf6ff000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf700000 - 00000000d0000000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000d0000000 - 00000000fff00000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000fff00000 - 0000000100000000
May 29 17:39:11 p34 [ 0.000000] Allocating PCI resources starting at d4000000 (gap: d0000000:2ff00000)
May 29 17:39:11 p34 [ 0.000000] PERCPU: Allocating 24512 bytes of per cpu data
May 29 17:39:11 p34 [ 0.000000] Built 1 zonelists. Total pages: 2045692
May 29 17:39:11 p34 [ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902 netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7 nmi_watchdog=1
May 29 17:39:11 p34 [ 0.000000] netconsole: local port 4444
May 29 17:39:11 p34 [ 0.000000] netconsole: local IP 192.168.168.253
May 29 17:39:11 p34 [ 0.000000] netconsole: interface eth0
May 29 17:39:11 p34 [ 0.000000] netconsole: remote port 514
May 29 17:39:11 p34 [ 0.000000] netconsole: remote IP 192.168.168.254
May 29 17:39:11 p34 [ 0.000000] netconsole: remote ethernet address 00:50:8d:ed:3c:e7
May 29 17:39:11 p34 [ 0.000000] Initializing CPU#0
May 29 17:39:11 p34 [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
May 29 17:39:11 p34 [ 48.249507] time.c: Detected 2397.605 MHz processor.
May 29 17:39:11 p34 [ 48.250572] Console: colour VGA+ 80x25
May 29 17:39:11 p34 [ 48.258651] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 29 17:39:11 p34 [ 48.264855] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 29 17:39:11 p34 [ 48.265963] Checking aperture...
May 29 17:39:11 p34 [ 48.266011] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 29 17:39:11 p34 [ 48.302233] Placing software IO TLB between 0x95f6000 - 0xd5f6000
May 29 17:39:11 p34 [ 48.374061] Memory: 8103748k/9109504k available (3428k kernel code, 208464k reserved, 1270k data, 220k init)
May 29 17:39:11 p34 [ 48.434756] Calibrating delay using timer specific routine.. 4797.72 BogoMIPS (lpj=2398863)
May 29 17:39:11 p34 [ 48.435408] Mount-cache hash table entries: 256
May 29 17:39:11 p34 [ 48.436246] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.436307] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.436347] using mwait in idle threads.
May 29 17:39:11 p34 [ 48.436389] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.436430] CPU: Processor Core ID: 0
May 29 17:39:11 p34 [ 48.436474] CPU0: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.436526] Freeing SMP alternatives: 36k freed
May 29 17:39:11 p34 [ 48.436584] ACPI: Core revision 20070126
May 29 17:39:11 p34 [ 48.485666] activating NMI Watchdog ... done.
May 29 17:39:11 p34 [ 48.485786] Using local APIC timer interrupts.
May 29 17:39:11 p34 [ 48.527564] result 16650037
May 29 17:39:11 p34 [ 48.527642] Detected 16.650 MHz APIC timer.
May 29 17:39:11 p34 [ 48.529312] Booting processor 1/4 APIC 0x2
May 29 17:39:11 p34 [ 48.539943] Initializing CPU#1
May 29 17:39:11 p34 [ 48.600727] Calibrating delay using timer specific routine.. 4795.07 BogoMIPS (lpj=2397539)
May 29 17:39:11 p34 [ 48.600785] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.600822] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.600852] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.600879] CPU: Processor Core ID: 2
May 29 17:39:11 p34 [ 48.600914] CPU1: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.601348] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.601451] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
May 29 17:39:11 p34 [ 48.623998] Booting processor 2/4 APIC 0x1
May 29 17:39:11 p34 [ 48.635015] Initializing CPU#2
May 29 17:39:11 p34 [ 48.694729] Calibrating delay using timer specific routine.. 4796.63 BogoMIPS (lpj=2398315)
May 29 17:39:11 p34 [ 48.694791] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.694829] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.694861] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.694891] CPU: Processor Core ID: 1
May 29 17:39:11 p34 [ 48.694928] CPU2: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.695368] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.695508] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
May 29 17:39:11 p34 [ 48.717915] Booting processor 3/4 APIC 0x3
May 29 17:39:11 p34 [ 48.728547] Initializing CPU#3
May 29 17:39:11 p34 [ 48.788686] Calibrating delay using timer specific routine.. 4795.46 BogoMIPS (lpj=2397730)
May 29 17:39:11 p34 [ 48.788750] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.788787] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.788817] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.788846] CPU: Processor Core ID: 3
May 29 17:39:11 p34 [ 48.788882] CPU3: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.789318] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.789446] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
May 29 17:39:11 p34 [ 48.810753] Brought up 4 CPUs
May 29 17:39:11 p34 [ 48.810941] testing NMI watchdog ... OK.
May 29 17:39:11 p34 [ 49.178287] migration_cost=156,193
May 29 17:39:11 p34 [ 49.182074] NET: Registered protocol family 16
May 29 17:39:11 p34 [ 49.183506] ACPI: bus type pci registered
May 29 17:39:11 p34 [ 49.183670] PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
May 29 17:39:11 p34 [ 49.183764] PCI: Not using MMCONFIG.
May 29 17:39:11 p34 [ 49.183847] PCI: Using configuration type 1
May 29 17:39:11 p34 [ 49.324928] ACPI: Interpreter enabled
May 29 17:39:11 p34 [ 49.325010] ACPI: Using IOAPIC for interrupt routing
May 29 17:39:11 p34 [ 49.518427] ACPI: PCI Root Bridge [PCI0] (0000:00)
May 29 17:39:11 p34 [ 49.523873] PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
May 29 17:39:11 p34 [ 49.523974] PCI quirk: region 0500-053f claimed by ICH6 GPIO
May 29 17:39:11 p34 [ 49.534492] PCI: Transparent bridge - 0000:00:1e.0
May 29 17:39:11 p34 [ 49.792346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.796475] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
May 29 17:39:11 p34 [ 49.800543] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.804653] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.808781] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12)
May 29 17:39:11 p34 [ 49.812812] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
May 29 17:39:11 p34 [ 49.816864] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
May 29 17:39:11 p34 [ 49.820999] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.824280] Linux Plug and Play Support v0.97 (c) Adam Belay
May 29 17:39:11 p34 [ 49.824569] pnp: PnP ACPI init
May 29 17:39:11 p34 [ 49.923406] pnp: PnP ACPI: found 12 devices
May 29 17:39:11 p34 [ 49.927655] SCSI subsystem initialized
May 29 17:39:11 p34 [ 49.935480] usbcore: registered new interface driver usbfs
May 29 17:39:11 p34 [ 49.936497] usbcore: registered new interface driver hub
May 29 17:39:11 p34 [ 49.939469] usbcore: registered new device driver usb
May 29 17:39:11 p34 [ 49.942750] PCI: Using ACPI for IRQ routing
May 29 17:39:11 p34 [ 49.942851] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
May 29 17:39:11 p34 [ 49.944223] PCI-GART: No AMD northbridge found.
May 29 17:39:11 p34 [ 49.944929] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 29 17:39:11 p34 [ 49.945145] hpet0: 3 64-bit timers, 14318180 Hz
May 29 17:39:11 p34 [ 49.946417] Time: tsc clocksource has been installed.
May 29 17:39:11 p34 [ 49.947517] pnp: 00:01: iomem range 0xf0000000-0xf7ffffff has been reserved
May 29 17:39:11 p34 [ 49.947640] pnp: 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
May 29 17:39:11 p34 [ 49.947785] pnp: 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
May 29 17:39:11 p34 [ 49.947943] pnp: 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
May 29 17:39:11 p34 [ 49.948125] pnp: 00:06: ioport range 0x500-0x53f has been reserved
May 29 17:39:11 p34 [ 49.948231] pnp: 00:06: ioport range 0x400-0x47f has been reserved
May 29 17:39:11 p34 [ 49.948433] pnp: 00:06: ioport range 0x680-0x6ff has been reserved
May 29 17:39:11 p34 [ 49.961379] ACPI: PCI Interrupt 0000:06:03.0[A] -> GSI 19 (level, low) -> IRQ 19
May 29 17:39:11 p34 [ 50.015143] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[e0084000-e00847ff] Max Packet=[2048] IR/IT contexts=[4/8]
May 29 17:39:11 p34 [ 50.016694] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
May 29 17:39:11 p34 [ 50.017108] PCI: Bridge: 0000:00:1c.0
May 29 17:39:11 p34 [ 50.017203] IO window: disabled.
May 29 17:39:11 p34 [ 50.017295] MEM window: e0700000-e07fffff
May 29 17:39:11 p34 [ 50.017381] PREFETCH window: disabled.
May 29 17:39:11 p34 [ 50.017507] PCI: Bridge: 0000:00:1c.1
May 29 17:39:11 p34 [ 50.017598] IO window: 5000-5fff
May 29 17:39:11 p34 [ 50.017689] MEM window: e0400000-e04fffff
May 29 17:39:11 p34 [ 50.017776] PREFETCH window: disabled.
May 29 17:39:11 p34 [ 50.017882] PCI: Bridge: 0000:00:1c.2
May 29 17:39:11 p34 [ 50.017966] IO window: 4000-4fff
May 29 17:39:11 p34 [ 50.018071] MEM window: e0300000-e03fffff
May 29 17:39:11 p34 [ 50.018189] PREFETCH window: e0800000-e08fffff
May 29 17:39:11 p34 [ 50.018297] PCI: Bridge: 0000:00:1c.3
May 29 17:39:11 p34 [ 50.018382] IO window: 3000-3fff
May 29 17:39:11 p34 [ 50.018504] MEM window: e0200000-e02fffff
May 29 17:39:11 p34 [ 50.018598] PREFETCH window: e0900000-e09fffff
May 29 17:39:11 p34 [ 50.018707] PCI: Bridge: 0000:00:1c.4
May 29 17:39:11 p34 [ 50.018792] IO window: 2000-2fff
May 29 17:39:11 p34 [ 50.018885] MEM window: e0100000-e01fffff
May 29 17:39:11 p34 [ 50.018976] PREFETCH window: e0a00000-e0afffff
May 29 17:39:11 p34 [ 50.019121] PCI: Bridge: 0000:00:1e.0
May 29 17:39:11 p34 [ 50.019234] IO window: 1000-1fff
May 29 17:39:11 p34 [ 50.019325] MEM window: e0000000-e00fffff
May 29 17:39:11 p34 [ 50.019436] PREFETCH window: e0b00000-e0bfffff
May 29 17:39:11 p34 [ 50.019625] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
May 29 17:39:11 p34 [ 50.019912] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
May 29 17:39:11 p34 [ 50.020251] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
May 29 17:39:11 p34 [ 50.020556] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
May 29 17:39:11 p34 [ 50.020829] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
May 29 17:39:11 p34 [ 50.022111] NET: Registered protocol family 2
May 29 17:39:11 p34 [ 50.032134] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 29 17:39:11 p34 [ 50.041151] TCP established hash table entries: 131072 (order: 9, 3145728 bytes)
May 29 17:39:11 p34 [ 50.053741] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 29 17:39:11 p34 [ 50.057942] TCP: Hash tables configured (established 131072 bind 65536)
May 29 17:39:11 p34 [ 50.058031] TCP reno registered
May 29 17:39:11 p34 [ 50.104079] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
May 29 17:39:11 p34 [ 50.108290] SGI XFS with large block/inode numbers, no debug enabled
May 29 17:39:11 p34 [ 50.124796] io scheduler noop registered
May 29 17:39:11 p34 [ 50.124877] io scheduler anticipatory registered (default)
May 29 17:39:11 p34 [ 50.130760] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.133909] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.136992] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.139916] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.142907] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.217615] lp: driver loaded but no devices found
May 29 17:39:11 p34 [ 50.219124] Real Time Clock Driver v1.12ac
May 29 17:39:11 p34 [ 50.221782] Linux agpgart interface v0.102 (c) Dave Jones
May 29 17:39:11 p34 [ 50.223328] agpgart: Detected an Intel 965G Chipset.
May 29 17:39:11 p34 [ 50.224565] agpgart: Detected 7676K stolen memory.
May 29 17:39:11 p34 [ 50.243289] agpgart: AGP aperture is 256M @ 0xd0000000
May 29 17:39:11 p34 [ 50.243856] [drm] Initialized drm 1.1.0 20060810
May 29 17:39:11 p34 [ 50.244141] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
May 29 17:39:11 p34 [ 50.246322] [drm] Initialized i915 1.6.0 20060119 on minor 0
May 29 17:39:11 p34 [ 50.247415] parport: PnPBIOS parport detected.
May 29 17:39:11 p34 [ 50.247654] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
May 29 17:39:11 p34 [ 50.331362] lp0: using parport0 (interrupt-driven).
May 29 17:39:11 p34 [ 50.341355] loop: loaded (max 8 devices)
May 29 17:39:11 p34 [ 50.341437] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
May 29 17:39:11 p34 [ 50.341528] Copyright (c) 1999-2006 Intel Corporation.
May 29 17:39:11 p34 [ 50.342520] ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
May 29 17:39:11 p34 [ 50.360685] e1000: 0000:00:19.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:6e:9d:43
May 29 17:39:11 p34 [ 50.439132] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 50.439655] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21
May 29 17:39:11 p34 [ 50.705534] e1000: 0000:06:00.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:00:cd:b1
May 29 17:39:11 p34 [ 50.857482] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 50.857724] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 22 (level, low) -> IRQ 22
May 29 17:39:11 p34 [ 51.107171] e1000: 0000:06:01.0: e1000_probe: (PCI:33MHz:32-bit) 00:07:e9:29:37:db
May 29 17:39:11 p34 [ 51.136221] e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 51.138251] netconsole: device eth0 not up yet, forcing it
May 29 17:39:11 p34 [ 53.180364] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
May 29 17:39:11 p34 [ 53.683096] netconsole: network logging started
May 29 17:39:11 p34 [ 53.686923] ACPI: PCI Interrupt 0000:00:1f.2[A] ->
May 29 17:39:11 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:12 p34 [ 54.687783] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
May 29 17:39:12 p34 [ 54.687956] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part
May 29 17:39:12 p34 [ 54.690522] ata1: SATA max UDMA/133 cmd 0xffffc20000078100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.692552] ata2: SATA max UDMA/133 cmd 0xffffc20000078180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.694637] ata3: SATA max UDMA/133 cmd 0xffffc20000078200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.696669] ata4: SATA max UDMA/133 cmd 0xffffc20000078280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.698687] ata5: SATA max UDMA/133 cmd 0xffffc20000078300 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.700726] ata6: SATA max UDMA/133 cmd 0xffffc20000078380 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.701011] scsi0 : ahci
May 29 17:39:13 p34 [ 55.162816] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:13 p34 [ 55.165434] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
May 29 17:39:13 p34 [ 55.165604] ata1.00: 145226112 sectors, multi 0: LBA48
May 29 17:39:13 p34 [ 55.169510] ata1.00: configured for UDMA/133
May 29 17:39:13 p34 [ 55.170050] scsi1 : ahci
May 29 17:39:13 p34 [ 55.632888] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:13 p34 [ 55.635466] ata2.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
May 29 17:39:13 p34 [ 55.635625] ata2.00: 145226112 sectors, multi 0: LBA48
May 29 17:39:13 p34 [ 55.639563] ata2.00: configured for UDMA/133
May 29 17:39:13 p34 [ 55.639885] scsi2 : ahci
May 29 17:39:14 p34 [ 56.100111] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:14 p34 [ 56.101908] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:14 p34 [ 56.102086] ata3.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:14 p34 [ 56.104825] ata3.00: configured for UDMA/133
May 29 17:39:14 p34 [ 56.105036] scsi3 : ahci
May 29 17:39:14 p34 [ 56.567476] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:14 p34 [ 56.569281] ata4.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:14 p34 [ 56.569423] ata4.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:14 p34 [ 56.572150] ata4.00: configured for UDMA/133
May 29 17:39:14 p34 [ 56.572391] scsi4 : ahci
May 29 17:39:15 p34 [ 57.032365] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:15 p34 [ 57.034115] ata5.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:15 p34 [ 57.034245] ata5.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:15 p34 [ 57.036865] ata5.00: configured for UDMA/133
May 29 17:39:15 p34 [ 57.037078] scsi5 : ahci
May 29 17:39:15 p34 [ 57.496550] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:15 p34 [ 57.498270] ata6.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:15 p34 [ 57.498438] ata6.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:15 p34 [ 57.501093] ata6.00: configured for UDMA/133
May 29 17:39:15 p34 [ 57.502916] scsi 0:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.505120] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.505456] sda: Write Protect is off
May 29 17:39:15 p34 [ 57.506051] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.507023] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.507356] sda: Write Protect is off
May 29 17:39:15 p34 [ 57.507977] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.508155] sda:
May 29 17:39:15 p34 sda1
May 29 17:39:15 p34 sda2
May 29 17:39:15 p34 sda3
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.524234] sd 0:0:0:0: Attached scsi disk sda
May 29 17:39:15 p34 [ 57.526473] scsi 1:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.528478] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.528824] sdb: Write Protect is off
May 29 17:39:15 p34 [ 57.529324] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.530179] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.530511] sdb: Write Protect is off
May 29 17:39:15 p34 [ 57.531016] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.531162] sdb:
May 29 17:39:15 p34 sdb1
May 29 17:39:15 p34 sdb2
May 29 17:39:15 p34 sdb3
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.545063] sd 1:0:0:0: Attached scsi disk sdb
May 29 17:39:15 p34 [ 57.547103] scsi 2:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.549007] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.549322] sdc: Write Protect is off
May 29 17:39:15 p34 [ 57.549869] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.550710] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.551003] sdc: Write Protect is off
May 29 17:39:15 p34 [ 57.551505] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.551726] sdc:
May 29 17:39:15 p34 sdc1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.565362] sd 2:0:0:0: Attached scsi disk sdc
May 29 17:39:15 p34 [ 57.567447] scsi 3:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.569384] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.569725] sdd: Write Protect is off
May 29 17:39:15 p34 [ 57.570218] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.571193] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.571500] sdd: Write Protect is off
May 29 17:39:15 p34 [ 57.572003] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.572162] sdd:
May 29 17:39:15 p34 sdd1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.587442] sd 3:0:0:0: Attached scsi disk sdd
May 29 17:39:15 p34 [ 57.589470] scsi 4:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.591359] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.591632] sde: Write Protect is off
May 29 17:39:15 p34 [ 57.592147] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.593038] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.593357] sde: Write Protect is off
May 29 17:39:15 p34 [ 57.593826] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.594001] sde:
May 29 17:39:15 p34 sde1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.605438] sd 4:0:0:0: Attached scsi disk sde
May 29 17:39:15 p34 [ 57.607617] scsi 5:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.609437] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.609770] sdf: Write Protect is off
May 29 17:39:15 p34 [ 57.610284] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.611221] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.611518] sdf: Write Protect is off
May 29 17:39:15 p34 [ 57.612049] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.612225] sdf:
May 29 17:39:15 p34 sdf1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.623709] sd 5:0:0:0: Attached scsi disk sdf
May 29 17:39:15 p34 [ 57.626592] ACPI: PCI Interrupt 0000:03:00.0[A] ->
May 29 17:39:15 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:15 p34 [ 57.628562] ata7: SATA max UDMA/100 cmd 0xffffc20000108000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
May 29 17:39:15 p34 [ 57.629915] ata8: SATA max UDMA/100 cmd 0xffffc2000010a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
May 29 17:39:15 p34 [ 57.630185] scsi6 : sata_sil24
May 29 17:39:16 p34 [ 58.036965] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.039003] ata7.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.039153] ata7.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.042162] ata7.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.042345] scsi7 : sata_sil24
May 29 17:39:16 p34 [ 58.448234] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.450325] ata8.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.450480] ata8.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.453526] ata8.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.454693] scsi 6:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:16 p34 [ 58.456666] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.456964] sdg: Write Protect is off
May 29 17:39:16 p34 [ 58.458045] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.458913] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.459203] sdg: Write Protect is off
May 29 17:39:16 p34 [ 58.459754] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.459918] sdg:
May 29 17:39:16 p34 sdg1
May 29 17:39:16 p34
May 29 17:39:16 p34 [ 58.474199] sd 6:0:0:0: Attached scsi disk sdg
May 29 17:39:16 p34 [ 58.476416] scsi 7:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:16 p34 [ 58.478356] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.478711] sdh: Write Protect is off
May 29 17:39:16 p34 [ 58.479177] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.480075] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.480402] sdh: Write Protect is off
May 29 17:39:16 p34 [ 58.480928] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.481075] sdh:
May 29 17:39:16 p34 sdh1
May 29 17:39:16 p34
May 29 17:39:16 p34 [ 58.495586] sd 7:0:0:0: Attached scsi disk sdh
May 29 17:39:16 p34 [ 58.496786] ACPI: PCI Interrupt 0000:04:00.0[A] ->
May 29 17:39:16 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:16 p34 [ 58.498258] ata9: SATA max UDMA/100 cmd 0xffffc20000110000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
May 29 17:39:16 p34 [ 58.499601] ata10: SATA max UDMA/100 cmd 0xffffc20000112000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
May 29 17:39:16 p34 [ 58.499831] scsi8 : sata_sil24
May 29 17:39:16 p34 [ 58.906766] ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.908540] ata9.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.908698] ata9.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.911323] ata9.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.911545] scsi9 : sata_sil24
May 29 17:39:17 p34 [ 59.317958] ata10: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:17 p34 [ 59.319759] ata10.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:17 p34 [ 59.319892] ata10.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:17 p34 [ 59.322532] ata10.00: configured for UDMA/100
May 29 17:39:17 p34 [ 59.323739] scsi 8:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:17 p34 [ 59.325657] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.325964] sdi: Write Protect is off
May 29 17:39:17 p34 [ 59.326500] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.327388] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.327707] sdi: Write Protect is off
May 29 17:39:17 p34 [ 59.328203] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.328380] sdi:
May 29 17:39:17 p34 sdi1
May 29 17:39:17 p34
May 29 17:39:17 p34 [ 59.340639] sd 8:0:0:0: Attached scsi disk sdi
May 29 17:39:17 p34 [ 59.342775] scsi 9:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:17 p34 [ 59.344776] SCSI device sdj: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.345103] sdj: Write Protect is off
May 29 17:39:17 p34 [ 59.345608] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.346489] SCSI device sdj: 293046768 5
May 29 17:39:17 p34 12-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.346850] sdj: Write Protect is off
May 29 17:39:17 p34 [ 59.347393] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.347552] sdj:
May 29 17:39:17 p34 sdj1
May 29 17:39:17 p34
May 29 17:39:17 p34 [ 59.362148] sd 9:0:0:0: Attached scsi disk sdj
May 29 17:39:17 p34 [ 59.363387] ACPI: PCI Interrupt 0000:05:00.0[A] ->
May 29 17:39:17 p34 GSI 16 (level, low) -> IRQ 16
May 29 17:39:17 p34 [ 59.365179] ata11: SATA max UDMA/100 cmd 0xffffc20000118000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
May 29 17:39:17 p34 [ 59.367143] ata12: SATA max UDMA/100 cmd 0xffffc2000011a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
May 29 17:39:17 p34 [ 59.367432] scsi10 : sata_sil24
May 29 17:39:17 p34 [ 59.775363] ata11: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:17 p34 [ 59.777435] ata11.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:17 p34 [ 59.777565] ata11.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:17 p34 [ 59.780599] ata11.00: configured for UDMA/100
May 29 17:39:17 p34 [ 59.780798] scsi11 : sata_sil24
May 29 17:39:18 p34 [ 60.187580] ata12: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:18 p34 [ 60.189625] ata12.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:18 p34 [ 60.189769] ata12.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:18 p34 [ 60.192796] ata12.00: configured for UDMA/100
May 29 17:39:18 p34 [ 60.193974] scsi 10:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.195832] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.196127] sdk: Write Protect is off
May 29 17:39:18 p34 [ 60.196614] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.197514] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.197845] sdk: Write Protect is off
May 29 17:39:18 p34 [ 60.198333] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.198507] sdk:
May 29 17:39:18 p34 sdk1
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.212748] sd 10:0:0:0: Attached scsi disk sdk
May 29 17:39:18 p34 [ 60.214934] scsi 11:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.216923] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.217271] sdl: Write Protect is off
May 29 17:39:18 p34 [ 60.217774] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.218665] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.218974] sdl: Write Protect is off
May 29 17:39:18 p34 [ 60.219497] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.219671] sdl:
May 29 17:39:18 p34 sdl1
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.234367] sd 11:0:0:0: Attached scsi disk sdl
May 29 17:39:18 p34 [ 60.236317] ACPI: PCI Interrupt 0000:02:00.0[A] ->
May 29 17:39:18 p34 GSI 17 (level, low) -> IRQ 17
May 29 17:39:18 p34 [ 60.237365] ata13: PATA max UDMA/100 cmd 0x0000000000015018 ctl 0x0000000000015026 bmdma 0x0000000000015000 irq 17
May 29 17:39:18 p34 [ 60.237631] scsi12 : pata_marvell
May 29 17:39:18 p34 [ 60.239266] BAR5:
May 29 17:39:18 p34 00:00
May 29 17:39:18 p34 01:7F
May 29 17:39:18 p34 02:22
May 29 17:39:18 p34 03:CA
May 29 17:39:18 p34 04:00
May 29 17:39:18 p34 05:00
May 29 17:39:18 p34 06:00
May 29 17:39:18 p34 07:00
May 29 17:39:18 p34 08:00
May 29 17:39:18 p34 09:00
May 29 17:39:18 p34 0A:00
May 29 17:39:18 p34 0B:00
May 29 17:39:18 p34 0C:01
May 29 17:39:18 p34 0D:00
May 29 17:39:18 p34 0E:00
May 29 17:39:18 p34 0F:00
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.545828] ata13.00: ATAPI, max UDMA/33
May 29 17:39:18 p34 [ 60.701530] ata13.00: configured for UDMA/33
May 29 17:39:18 p34 [ 60.703942] scsi 12:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.711411] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
May 29 17:39:18 p34 [ 60.711545] Uniform CD-ROM driver Revision: 3.20
May 29 17:39:18 p34 [ 60.714694] ACPI: PCI Interrupt 0000:00:1a.7[C] ->
May 29 17:39:18 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:18 p34 [ 60.715083] ehci_hcd 0000:00:1a.7: EHCI Host Controller
May 29 17:39:18 p34 [ 60.716069] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
May 29 17:39:18 p34 [ 60.716562] ehci_hcd 0000:00:1a.7: debug port 1
May 29 17:39:18 p34 [ 60.716810] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xe0625c00
May 29 17:39:18 p34 [ 60.720814] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 29 17:39:18 p34 [ 60.723647] usb usb1: configuration #1 chosen from 1 choice
May 29 17:39:18 p34 [ 60.724706] hub 1-0:1.0: USB hub found
May 29 17:39:18 p34 [ 60.724901] hub 1-0:1.0: 4 ports detected
May 29 17:39:18 p34 [ 60.829165] ACPI: PCI Interrupt 0000:00:1d.7[A] ->
May 29 17:39:18 p34 GSI 23 (level, low) -> IRQ 23
May 29 17:39:18 p34 [ 60.829583] ehci_hcd 0000:00:1d.7: EHCI Host Controller
May 29 17:39:18 p34 [ 60.830451] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 29 17:39:18 p34 [ 60.830986] ehci_hcd 0000:00:1d.7: debug port 1
May 29 17:39:18 p34 [ 60.831229] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0625800
May 29 17:39:18 p34 [ 60.835261] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 29 17:39:18 p34 [ 60.837971] usb usb2: configuration #1 chosen from 1 choice
May 29 17:39:18 p34 [ 60.839024] hub 2-0:1.0: USB hub found
May 29 17:39:18 p34 [ 60.839241] hub 2-0:1.0: 6 ports detected
May 29 17:39:19 p34 [ 60.942849] USB Universal Host Controller Interface driver v3.0
May 29 17:39:19 p34 [ 60.943912] ACPI: PCI Interrupt 0000:00:1a.0[A] ->
May 29 17:39:19 p34 GSI 16 (level, low) -> IRQ 16
May 29 17:39:19 p34 [ 60.944250] uhci_hcd 0000:00:1a.0: UHCI Host Controller
May 29 17:39:19 p34 [ 60.945081] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
May 29 17:39:19 p34 [ 60.945338] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0
May 29 17:39:19 p34 [ 60.948562] usb usb3: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 60.949639] hub 3-0:1.0: USB hub found
May 29 17:39:19 p34 [ 60.949832] hub 3-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.053768] ACPI: PCI Interrupt 0000:00:1a.1[B] ->
May 29 17:39:19 p34 GSI 21 (level, low) -> IRQ 21
May 29 17:39:19 p34 [ 61.054098] uhci_hcd 0000:00:1a.1: UHCI Host Controller
May 29 17:39:19 p34 [ 61.054937] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
May 29 17:39:19 p34 [ 61.055187] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
May 29 17:39:19 p34 [ 61.058179] usb usb4: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.059320] hub 4-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.059500] hub 4-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.162594] ACPI: PCI Interrupt 0000:00:1d.0[A] ->
May 29 17:39:19 p34 GSI 23 (level, low) -> IRQ 23
May 29 17:39:19 p34 [ 61.162944] uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 29 17:39:19 p34 [ 61.163751] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
May 29 17:39:19 p34 [ 61.164039] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
May 29 17:39:19 p34 [ 61.166996] usb usb5: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.168132] hub 5-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.168320] hub 5-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.271253] ACPI: PCI Interrupt 0000:00:1d.1[B] ->
May 29 17:39:19 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:19 p34 [ 61.271587] uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 29 17:39:19 p34 [ 61.272501] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
May 29 17:39:19 p34 [ 61.272757] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
May 29 17:39:19 p34 [ 61.275754] usb usb6: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.276869] hub 6-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.277042] hub 6-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.379999] ACPI: PCI Interrupt 0000:00:1d.2[C] ->
May 29 17:39:19 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:19 p34 [ 61.380331] uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 29 17:39:19 p34 [ 61.381211] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
May 29 17:39:19 p34 [ 61.381464] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
May 29 17:39:19 p34 [ 61.385027] usb usb7: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.386139] hub 7-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.386313] hub 7-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.477697] usb 5-1: new low speed USB device using uhci_hcd and address 2
May 29 17:39:19 p34 [ 61.489915] Initializing USB Mass Storage driver...
May 29 17:39:19 p34 [ 61.641966] usb 5-1: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.647974] usbcore: registered new interface driver usb-storage
May 29 17:39:19 p34 [ 61.648124] USB Mass Storage support registered.
May 29 17:39:19 p34 [ 61.649681] usbcore: registered new interface driver hiddev
May 29 17:39:20 p34 [ 62.146211]
May 29 17:39:20 p34 hiddev96
May 29 17:39:20 p34 : USB HID v1.00 Device [ UPS] on usb-0000:00:1d.0-1
May 29 17:39:20 p34 [ 62.146611] usbcore: registered new interface driver usbhid
May 29 17:39:20 p34 [ 62.146747] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
May 29 17:39:20 p34 [ 62.148329] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 29 17:39:20 p34 [ 62.152574] serio: i8042 KBD port at 0x60,0x64 irq 1
May 29 17:39:20 p34 [ 62.152739] serio: i8042 AUX port at 0x60,0x64 irq 12
May 29 17:39:20 p34 [ 62.153709] mice: PS/2 mouse device common for all mice
May 29 17:39:20 p34 [ 62.157353] input: PC Speaker as /class/input/input0
May 29 17:39:20 p34 [ 62.157569] i2c /dev entries driver
May 29 17:39:20 p34 [ 62.158424] md: raid1 personality registered for level 1
May 29 17:39:20 p34 [ 62.174745] raid6: int64x1 62 MB/s
May 29 17:39:20 p34 [ 62.178692] input: AT Translated Set 2 keyboard as /class/input/input1
May 29 17:39:20 p34 [ 62.192019] raid6: int64x2 89 MB/s
May 29 17:39:20 p34 [ 62.209023] raid6: int64x4 31 MB/s
May 29 17:39:20 p34 [ 62.225777] raid6: int64x8 11 MB/s
May 29 17:39:20 p34 [ 62.242854] raid6: sse2x1 148 MB/s
May 29 17:39:20 p34 [ 62.259636] raid6: sse2x2 269 MB/s
May 29 17:39:20 p34 [ 62.276650] raid6: sse2x4 460 MB/s
May 29 17:39:20 p34 [ 62.276789] raid6: using algorithm sse2x4 (460 MB/s)
May 29 17:39:20 p34 [ 62.276937] md: raid6 personality registered for level 6
May 29 17:39:20 p34 [ 62.277053] md: raid5 personality registered for level 5
May 29 17:39:20 p34 [ 62.277191] md: raid4 personality registered for level 4
May 29 17:39:20 p34 [ 62.277346] raid5: automatically using best checksumming function: generic_sse
May 29 17:39:20 p34 [ 62.281657] generic_sse: 56.000 MB/sec
May 29 17:39:20 p34 [ 62.281777] raid5: using function: generic_sse (56.000 MB/sec)
May 29 17:39:20 p34 [ 62.282244] Advanced Linux Sound Architecture Driver Version 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC).
May 29 17:39:20 p34 [ 62.288220] ACPI: PCI Interrupt 0000:00:1b.0[A] ->
May 29 17:39:20 p34 GSI 22 (level, low) -> IRQ 22
May 29 17:39:20 p34 [ 62.839554] input: ImPS/2 Generic Wheel Mouse as /class/input/input2
May 29 17:39:21 p34 [ 63.412487] hda_intel: azx_get_response timeout, switching to polling mode...
May 29 17:39:21 p34 [ 63.435772] ALSA device list:
May 29 17:39:21 p34 [ 63.435876] #0: HDA Intel at 0xe0620000 irq 22
May 29 17:39:21 p34 [ 63.436031] u32 classifier
May 29 17:39:21 p34 [ 63.436148] Actions configured
May 29 17:39:21 p34 [ 63.436279] nf_conntrack version 0.5.0 (8192 buckets, 65536 max)
May 29 17:39:21 p34 [ 63.438882] ip_tables: (C) 2000-2006 Netfilter Core Team
May 29 17:39:21 p34 [ 63.439995] TCP cubic registered
May 29 17:39:21 p34 [ 63.440386] NET: Registered protocol family 1
May 29 17:39:21 p34 [ 63.440507] NET: Registered protocol family 17
May 29 17:39:21 p34 [ 63.445397] md: Autodetecting RAID arrays.
May 29 17:39:21 p34 [ 63.572955] md: autorun ...
May 29 17:39:21 p34 [ 63.573095] md: considering sdl1 ...
May 29 17:39:21 p34 [ 63.573596] md: adding sdl1 ...
May 29 17:39:21 p34 [ 63.573924] md: adding sdk1 ...
May 29 17:39:21 p34 [ 63.574312] md: adding sdj1 ...
May 29 17:39:21 p34 [ 63.574664] md: adding sdi1 ...
May 29 17:39:21 p34 [ 63.575005] md: adding sdh1 ...
May 29 17:39:21 p34 [ 63.575396] md: adding sdg1 ...
May 29 17:39:21 p34 [ 63.575754] md: adding sdf1 ...
May 29 17:39:21 p34 [ 63.576089] md: adding sde1 ...
May 29 17:39:21 p34 [ 63.576472] md: adding sdd1 ...
May 29 17:39:21 p34 [ 63.576824] md: adding sdc1 ...
May 29 17:39:21 p34 [ 63.577015] md: sdb3 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577204] md: sdb2 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577446] md: sdb1 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577647] md: sda3 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577846] md: sda2 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.578043] md: sda1 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.579527] md: created md3
May 29 17:39:21 p34 [ 63.579639] md: bind<sdc1>
May 29 17:39:21 p34 [ 63.579956] md: bind<sdd1>
May 29 17:39:21 p34 [ 63.580329] md: bind<sde1>
May 29 17:39:21 p34 [ 63.580627] md: bind<sdf1>
May 29 17:39:21 p34 [ 63.580933] md: bind<sdg1>
May 29 17:39:21 p34 [ 63.581229] md: bind<sdh1>
May 29 17:39:21 p34 [ 63.581624] md: bind<sdi1>
May 29 17:39:21 p34 [ 63.582103] md: bind<sdj1>
May 29 17:39:21 p34 [ 63.582436] md: bind<sdk1>
May 29 17:39:21 p34 [ 63.582776] md: bind<sdl1>
May 29 17:39:21 p34 [ 63.583100] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.586384] raid5: device sdl1 operational as raid disk 2
May 29 17:39:21 p34 [ 63.586509] raid5: device sdk1 operational as raid disk 3
May 29 17:39:21 p34 [ 63.586656] raid5: device sdj1 operational as raid disk 0
May 29 17:39:21 p34 [ 63.586829] raid5: device sdi1 operational as raid disk 1
May 29 17:39:21 p34 [ 63.586973] raid5: device sdh1 operational as raid disk 6
May 29 17:39:21 p34 [ 63.587122] raid5: device sdg1 operational as raid disk 5
May 29 17:39:21 p34 [ 63.587317] raid5: device sdf1 operational as raid disk 4
May 29 17:39:21 p34 [ 63.587459] raid5: device sde1 operational as raid disk 7
May 29 17:39:21 p34 [ 63.587603] raid5: device sdd1 operational as raid disk 8
May 29 17:39:21 p34 [ 63.587758] raid5: device sdc1 operational as raid disk 9
May 29 17:39:21 p34 [ 63.608186] raid5: allocated 10562kB for md3
May 29 17:39:21 p34 [ 63.608334] raid5: raid level 5 set md3 active with 10 out of 10 devices, algorithm 2
May 29 17:39:21 p34 [ 63.608519] RAID5 conf printout:
May 29 17:39:21 p34 [ 63.608639] --- rd:10 wd:10
May 29 17:39:21 p34 [ 63.608767] disk 0, o:1, dev:sdj1
May 29 17:39:21 p34 [ 63.608897] disk 1, o:1, dev:sdi1
May 29 17:39:21 p34 [ 63.609073] disk 2, o:1, dev:sdl1
May 29 17:39:21 p34 [ 63.609184] disk 3, o:1, dev:sdk1
May 29 17:39:21 p34 [ 63.609346] disk 4, o:1, dev:sdf1
May 29 17:39:21 p34 [ 63.609507] disk 5, o:1, dev:sdg1
May 29 17:39:21 p34 [ 63.609640] disk 6, o:1, dev:sdh1
May 29 17:39:21 p34 [ 63.609771] disk 7, o:1, dev:sde1
May 29 17:39:21 p34 [ 63.609903] disk 8, o:1, dev:sdd1
May 29 17:39:21 p34 [ 63.610040] disk 9, o:1, dev:sdc1
May 29 17:39:21 p34 [ 63.612460] md: considering sdb3 ...
May 29 17:39:21 p34 [ 63.612835] md: adding sdb3 ...
May 29 17:39:21 p34 [ 63.613027] md: sdb2 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613220] md: sdb1 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613589] md: adding sda3 ...
May 29 17:39:21 p34 [ 63.613801] md: sda2 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613997] md: sda1 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.615606] md: created md2
May 29 17:39:21 p34 [ 63.615720] md: bind<sda3>
May 29 17:39:21 p34 [ 63.616094] md: bind<sdb3>
May 29 17:39:21 p34 [ 63.616575] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.619316] raid1: raid set md2 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.620513] md: considering sdb2 ...
May 29 17:39:21 p34 [ 63.620870] md: adding sdb2 ...
May 29 17:39:21 p34 [ 63.621082] md: sdb1 has different UUID to sdb2
May 29 17:39:21 p34 [ 63.621465] md: adding sda2 ...
May 29 17:39:21 p34 [ 63.621646] md: sda1 has different UUID to sdb2
May 29 17:39:21 p34 [ 63.623619] md: created md1
May 29 17:39:21 p34 [ 63.623733] md: bind<sda2>
May 29 17:39:21 p34 [ 63.624059] md: bind<sdb2>
May 29 17:39:21 p34 [ 63.624439] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.627438] raid1: raid set md1 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.628555] md: considering sdb1 ...
May 29 17:39:21 p34 [ 63.628883] md: adding sdb1 ...
May 29 17:39:21 p34 [ 63.629302] md: adding sda1 ...
May 29 17:39:21 p34 [ 63.629411] md: created md0
May 29 17:39:21 p34 [ 63.629576] md: bind<sda1>
May 29 17:39:21 p34 [ 63.629882] md: bind<sdb1>
May 29 17:39:21 p34 [ 63.630233] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.633438] raid1: raid set md0 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.634598] md: ... autorun DONE.
May 29 17:39:21 p34 [ 63.695456] UDF-fs: No VRS found
May 29 17:39:21 p34 [ 63.699158] Filesystem "md2": Disabling barriers, not supported by the underlying device
May 29 17:39:21 p34 [ 63.713776] XFS mounting filesystem md2
May 29 17:39:21 p34 [ 63.813743] VFS: Mounted root (xfs filesystem) readonly.
May 29 17:39:21 p34 [ 63.814115] Freeing unused kernel memory: 220k freed
May 29 17:40:39 p34 [ 141.447304] Adding 16787768k swap on /dev/md0. Priority:-1 extents:1 across:16787768k
May 29 17:40:40 p34 [ 142.497721] Filesystem "md2": Disabling barriers, not supported by the underlying device
May 29 17:41:04 p34 [ 166.716017] kjournald starting. Commit interval 5 seconds
May 29 17:41:04 p34 [ 166.729375] EXT3 FS on md1,
May 29 17:41:04 p34 internal journal
May 29 17:41:04 p34 [ 166.729663] EXT3-fs: mounted filesystem with ordered data mode.
May 29 17:41:04 p34 [ 166.751799] Filesystem "md3": Disabling barriers, not supported by the underlying device
May 29 17:41:04 p34 [ 166.758717] XFS mounting filesystem md3
May 29 17:41:54 p34 [ 216.821357] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
May 29 17:42:29 p34 [ 251.481399] process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
May 29 17:46:42 p34 [ 504.074171] mtrr: no more MTRRs available
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG)
2007-05-30 14:33 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG) Justin Piszcz
@ 2007-05-30 14:36 ` Justin Piszcz
2007-05-30 14:50 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards Ernst Herzberg
1 sibling, 0 replies; 7+ messages in thread
From: Justin Piszcz @ 2007-05-30 14:36 UTC (permalink / raw)
To: Robert Hancock; +Cc: linux-kernel, crmotherboard
[-- Attachment #1: Type: TEXT/PLAIN, Size: 57320 bytes --]
That output looked nasty, attaching entries from syslog.
Justin.
On Wed, 30 May 2007, Justin Piszcz wrote:
> Yes, you are correct, the netconsole output from another machine is shown
> below. If we can access the memory directly, why is it so slow? :( Am I the
> first person to try using 8 gigabytes of RAM on the 965 chipset?
>
> On Wed, 30 May 2007, Robert Hancock wrote:
>
>> Justin Piszcz wrote:
>>> Kernel dmesg attached from 8GB bootup.
>>
>> It looks like part of the start of the output was truncated..
>>
>>> Robert, how come the option is not applicable in 64-bit mode? If I want to
>>> use all 8GB of memory I need to run a 32-bit kernel?
>>>
>>> Justin.
>>>
>>
>> Highmem and PAE (which are essentially what the 4GB/64GB memory options
>> control) are not needed in 64-bit mode, since we can access the entire
>> 64-bit address space directly.
>>
>> --
>> Robert Hancock Saskatoon, SK, Canada
>> To email, remove "nospam" from hancockr@nospamshaw.ca
>> Home Page: http://www.roberthancock.com/
>>
>
> Here is the _FULL_ dmesg! Thanks netconsole!
>
> May 29 17:39:11 p34 [ 0.000000] Linux version 2.6.21.3
> (root@p34.internal.lan) (gcc version 4.1.2 20061115 (prerelease) (Debian
> 4.1.1-21)) #4 SMP Sun May 27 06:28:33 EDT 2007 May 29 17:39:11 p34 [
> 0.000000] Command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902
> netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7
> nmi_watchdog=1 May 29 17:39:11 p34 [ 0.000000] BIOS-provided physical RAM
> map: May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000000000 -
> 000000000008f000 (usable) May 29 17:39:11 p34 [ 0.000000] BIOS-e820:
> 000000000008f000 - 00000000000a0000 (reserved) May 29 17:39:11 p34 [
> 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) May 29
> 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cf58f000
> (usable) May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf58f000 -
> 00000000cf59c000 (reserved) May 29 17:39:11 p34 [ 0.000000] BIOS-e820:
> 00000000cf59c000 - 00000000cf653000 (usable) May 29 17:39:11 p34 [
> 0.000000] BIOS-e820: 00000000cf653000 - 00000000cf6a5000 (ACPI NVS) May 29
> 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a5000 - 00000000cf6a8000
> (ACPI data) May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a8000 -
> 00000000cf6ef000 (ACPI NVS) May 29 17:39:11 p34 [ 0.000000] BIOS-e820:
> 00000000cf6ef000 - 00000000cf6f1000 (ACPI data) May 29 17:39:11 p34 [
> 0.000000] BIOS-e820: 00000000cf6f1000 - 00000000cf6f2000 (usable) May 29
> 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6f2000 - 00000000cf6ff000
> (ACPI data) May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6ff000 -
> 00000000cf700000 (usable) May 29 17:39:11 p34 [ 0.000000] BIOS-e820:
> 00000000cf700000 - 00000000d0000000 (reserved) May 29 17:39:11 p34 [
> 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) May 29
> 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000100000000 - 000000022c000000
> (usable) May 29 17:39:11 p34 [ 0.000000] end_pfn_map = 2277376 May 29
> 17:39:11 p34 [ 0.000000] DMI 2.4 present. May 29 17:39:11 p34 [
> 0.000000] ACPI: RSDP 000FE020, 0014 (r0 INTEL ) May 29 17:39:11 p34 [
> 0.000000] ACPI: RSDT CF6FD038, 0050 (r1 INTEL DG965WH 64C
> 1000013) May 29 17:39:11 p34 [ 0.000000] ACPI: FACP CF6FC000, 0074 (r1
> INTEL DG965WH 64C MSFT 1000013) May 29 17:39:11 p34 [ 0.000000]
> ACPI: DSDT CF6F7000, 40E9 (r1 INTEL DG965WH 64C MSFT 1000013) May 29
> 17:39:11 p34 [ 0.000000] ACPI: FACS CF6A8000, 0040 May 29 17:39:11 p34 [
> 0.000000] ACPI: APIC CF6F6000, 0078 (r1 INTEL DG965WH 64C MSFT
> 1000013) May 29 17:39:11 p34 [ 0.000000] ACPI: WDDT CF6F5000, 0040 (r1
> INTEL DG965WH 64C MSFT 1000013) May 29 17:39:11 p34 [ 0.000000]
> ACPI: MCFG CF6F4000, 003C (r1 INTEL DG965WH 64C MSFT 1000013) May 29
> 17:39:11 p34 [ 0.000000] ACPI: ASF! CF6F3000, 00A6 (r32 INTEL DG965WH
> 64C MSFT 1000013) May 29 17:39:11 p34 [ 0.000000] ACPI: HPET CF6F2000,
> 0038 (r1 INTEL DG965WH 64C MSFT 1000013) May 29 17:39:11 p34 [
> 0.000000] ACPI: SSDT CF6F0000, 01BC (r1 INTEL CpuPm 64C MSFT
> 1000013) May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6EF000, 0175 (r1
> INTEL Cpu0Ist 64C MSFT 1000013) May 29 17:39:11 p34 [ 0.000000]
> ACPI: SSDT CF6A7000, 0175 (r1 INTEL Cpu1Ist 64C MSFT 1000013) May 29
> 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A6000, 0175 (r1 INTEL Cpu2Ist
> 64C MSFT 1000013) May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A5000,
> 0175 (r1 INTEL Cpu3Ist 64C MSFT 1000013) May 29 17:39:11 p34 [
> 0.000000] Zone PFN ranges: May 29 17:39:11 p34 [ 0.000000] DMA
> 0 -> 4096 May 29 17:39:11 p34 [ 0.000000] DMA32 4096 ->
> 1048576 May 29 17:39:11 p34 [ 0.000000] Normal 1048576 -> 2277376
> May 29 17:39:11 p34 [ 0.000000] early_node_map[6] active PFN ranges May 29
> 17:39:11 p34 [ 0.000000] 0: 0 -> 143 May 29 17:39:11 p34 [
> 0.000000] 0: 256 -> 849295 May 29 17:39:11 p34 [ 0.000000]
> 0: 849308 -> 849491 May 29 17:39:11 p34 [ 0.000000] 0: 849649 ->
> 849650 May 29 17:39:11 p34 [ 0.000000] 0: 849663 -> 849664 May 29
> 17:39:11 p34 [ 0.000000] 0: 1048576 -> 2277376 May 29 17:39:11 p34 [
> 0.000000] ACPI: PM-Timer IO Port: 0x408 May 29 17:39:11 p34 [ 0.000000]
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) May 29 17:39:11 p34 [
> 0.000000] Processor #0 (Bootup-CPU) May 29 17:39:11 p34 [ 0.000000] ACPI:
> LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) May 29 17:39:11 p34 [
> 0.000000] Processor #2 May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC
> (acpi_id[0x02] lapic_id[0x01] enabled) May 29 17:39:11 p34 [ 0.000000]
> Processor #1 May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x04]
> lapic_id[0x03] enabled) May 29 17:39:11 p34 [ 0.000000] Processor #3 May
> 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl
> lint[0x1]) May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02]
> dfl dfl lint[0x1]) May 29 17:39:11 p34 [ 0.000000] ACPI: IOAPIC (id[0x02]
> address[0xfec00000] gsi_base[0]) May 29 17:39:11 p34 [ 0.000000]
> IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23 May 29 17:39:11 p34 [
> 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) May 29
> 17:39:11 p34 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9
> high level) May 29 17:39:11 p34 [ 0.000000] Setting APIC routing to flat
> May 29 17:39:11 p34 [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> May 29 17:39:11 p34 [ 0.000000] Using ACPI (MADT) for SMP configuration
> information May 29 17:39:11 p34 [ 0.000000] Nosave address range:
> 000000000008f000 - 00000000000a0000 May 29 17:39:11 p34 [ 0.000000] Nosave
> address range: 00000000000a0000 - 00000000000e0000 May 29 17:39:11 p34 [
> 0.000000] Nosave address range: 00000000000e0000 - 0000000000100000 May 29
> 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf58f000 -
> 00000000cf59c000 May 29 17:39:11 p34 [ 0.000000] Nosave address range:
> 00000000cf653000 - 00000000cf6a5000 May 29 17:39:11 p34 [ 0.000000] Nosave
> address range: 00000000cf6a5000 - 00000000cf6a8000 May 29 17:39:11 p34 [
> 0.000000] Nosave address range: 00000000cf6a8000 - 00000000cf6ef000 May 29
> 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6ef000 -
> 00000000cf6f1000 May 29 17:39:11 p34 [ 0.000000] Nosave address range:
> 00000000cf6f2000 - 00000000cf6ff000 May 29 17:39:11 p34 [ 0.000000] Nosave
> address range: 00000000cf700000 - 00000000d0000000 May 29 17:39:11 p34 [
> 0.000000] Nosave address range: 00000000d0000000 - 00000000fff00000 May 29
> 17:39:11 p34 [ 0.000000] Nosave address range: 00000000fff00000 -
> 0000000100000000 May 29 17:39:11 p34 [ 0.000000] Allocating PCI resources
> starting at d4000000 (gap: d0000000:2ff00000) May 29 17:39:11 p34 [
> 0.000000] PERCPU: Allocating 24512 bytes of per cpu data May 29 17:39:11 p34
> [ 0.000000] Built 1 zonelists. Total pages: 2045692 May 29 17:39:11 p34 [
> 0.000000] Kernel command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902
> netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7
> nmi_watchdog=1 May 29 17:39:11 p34 [ 0.000000] netconsole: local port 4444
> May 29 17:39:11 p34 [ 0.000000] netconsole: local IP 192.168.168.253 May
> 29 17:39:11 p34 [ 0.000000] netconsole: interface eth0 May 29 17:39:11 p34
> [ 0.000000] netconsole: remote port 514 May 29 17:39:11 p34 [ 0.000000]
> netconsole: remote IP 192.168.168.254 May 29 17:39:11 p34 [ 0.000000]
> netconsole: remote ethernet address 00:50:8d:ed:3c:e7 May 29 17:39:11 p34 [
> 0.000000] Initializing CPU#0 May 29 17:39:11 p34 [ 0.000000] PID hash
> table entries: 4096 (order: 12, 32768 bytes) May 29 17:39:11 p34 [
> 48.249507] time.c: Detected 2397.605 MHz processor. May 29 17:39:11 p34 [
> 48.250572] Console: colour VGA+ 80x25 May 29 17:39:11 p34 [ 48.258651]
> Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) May 29
> 17:39:11 p34 [ 48.264855] Inode-cache hash table entries: 524288 (order:
> 10, 4194304 bytes) May 29 17:39:11 p34 [ 48.265963] Checking aperture...
> May 29 17:39:11 p34 [ 48.266011] PCI-DMA: Using software bounce buffering
> for IO (SWIOTLB) May 29 17:39:11 p34 [ 48.302233] Placing software IO TLB
> between 0x95f6000 - 0xd5f6000 May 29 17:39:11 p34 [ 48.374061] Memory:
> 8103748k/9109504k available (3428k kernel code, 208464k reserved, 1270k data,
> 220k init) May 29 17:39:11 p34 [ 48.434756] Calibrating delay using timer
> specific routine.. 4797.72 BogoMIPS (lpj=2398863) May 29 17:39:11 p34 [
> 48.435408] Mount-cache hash table entries: 256 May 29 17:39:11 p34 [
> 48.436246] CPU: L1 I cache: 32K, L1 D cache: 32K May 29 17:39:11 p34 [
> 48.436307] CPU: L2 cache: 4096K May 29 17:39:11 p34 [ 48.436347] using
> mwait in idle threads. May 29 17:39:11 p34 [ 48.436389] CPU: Physical
> Processor ID: 0 May 29 17:39:11 p34 [ 48.436430] CPU: Processor Core ID: 0
> May 29 17:39:11 p34 [ 48.436474] CPU0: Thermal monitoring enabled (TM2) May
> 29 17:39:11 p34 [ 48.436526] Freeing SMP alternatives: 36k freed May 29
> 17:39:11 p34 [ 48.436584] ACPI: Core revision 20070126 May 29 17:39:11 p34
> [ 48.485666] activating NMI Watchdog ... done. May 29 17:39:11 p34 [
> 48.485786] Using local APIC timer interrupts. May 29 17:39:11 p34 [
> 48.527564] result 16650037 May 29 17:39:11 p34 [ 48.527642] Detected 16.650
> MHz APIC timer. May 29 17:39:11 p34 [ 48.529312] Booting processor 1/4 APIC
> 0x2 May 29 17:39:11 p34 [ 48.539943] Initializing CPU#1 May 29 17:39:11 p34
> [ 48.600727] Calibrating delay using timer specific routine.. 4795.07
> BogoMIPS (lpj=2397539) May 29 17:39:11 p34 [ 48.600785] CPU: L1 I cache:
> 32K, L1 D cache: 32K May 29 17:39:11 p34 [ 48.600822] CPU: L2 cache: 4096K
> May 29 17:39:11 p34 [ 48.600852] CPU: Physical Processor ID: 0 May 29
> 17:39:11 p34 [ 48.600879] CPU: Processor Core ID: 2 May 29 17:39:11 p34 [
> 48.600914] CPU1: Thermal monitoring enabled (TM2) May 29 17:39:11 p34 [
> 48.601348] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07 May 29
> 17:39:11 p34 [ 48.601451] checking TSC synchronization [CPU#0 -> CPU#1]:
> passed. May 29 17:39:11 p34 [ 48.623998] Booting processor 2/4 APIC 0x1 May
> 29 17:39:11 p34 [ 48.635015] Initializing CPU#2 May 29 17:39:11 p34 [
> 48.694729] Calibrating delay using timer specific routine.. 4796.63 BogoMIPS
> (lpj=2398315) May 29 17:39:11 p34 [ 48.694791] CPU: L1 I cache: 32K, L1 D
> cache: 32K May 29 17:39:11 p34 [ 48.694829] CPU: L2 cache: 4096K May 29
> 17:39:11 p34 [ 48.694861] CPU: Physical Processor ID: 0 May 29 17:39:11 p34
> [ 48.694891] CPU: Processor Core ID: 1 May 29 17:39:11 p34 [ 48.694928]
> CPU2: Thermal monitoring enabled (TM2) May 29 17:39:11 p34 [ 48.695368]
> Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07 May 29 17:39:11
> p34 [ 48.695508] checking TSC synchronization [CPU#0 -> CPU#2]: passed. May
> 29 17:39:11 p34 [ 48.717915] Booting processor 3/4 APIC 0x3 May 29 17:39:11
> p34 [ 48.728547] Initializing CPU#3 May 29 17:39:11 p34 [ 48.788686]
> Calibrating delay using timer specific routine.. 4795.46 BogoMIPS
> (lpj=2397730) May 29 17:39:11 p34 [ 48.788750] CPU: L1 I cache: 32K, L1 D
> cache: 32K May 29 17:39:11 p34 [ 48.788787] CPU: L2 cache: 4096K May 29
> 17:39:11 p34 [ 48.788817] CPU: Physical Processor ID: 0 May 29 17:39:11 p34
> [ 48.788846] CPU: Processor Core ID: 3 May 29 17:39:11 p34 [ 48.788882]
> CPU3: Thermal monitoring enabled (TM2) May 29 17:39:11 p34 [ 48.789318]
> Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07 May 29 17:39:11
> p34 [ 48.789446] checking TSC synchronization [CPU#0 -> CPU#3]: passed. May
> 29 17:39:11 p34 [ 48.810753] Brought up 4 CPUs May 29 17:39:11 p34 [
> 48.810941] testing NMI watchdog ... OK. May 29 17:39:11 p34 [ 49.178287]
> migration_cost=156,193 May 29 17:39:11 p34 [ 49.182074] NET: Registered
> protocol family 16 May 29 17:39:11 p34 [ 49.183506] ACPI: bus type pci
> registered May 29 17:39:11 p34 [ 49.183670] PCI: BIOS Bug: MCFG area at
> f0000000 is not E820-reserved May 29 17:39:11 p34 [ 49.183764] PCI: Not
> using MMCONFIG. May 29 17:39:11 p34 [ 49.183847] PCI: Using configuration
> type 1 May 29 17:39:11 p34 [ 49.324928] ACPI: Interpreter enabled May 29
> 17:39:11 p34 [ 49.325010] ACPI: Using IOAPIC for interrupt routing May 29
> 17:39:11 p34 [ 49.518427] ACPI: PCI Root Bridge [PCI0] (0000:00) May 29
> 17:39:11 p34 [ 49.523873] PCI quirk: region 0400-047f claimed by ICH6
> ACPI/GPIO/TCO May 29 17:39:11 p34 [ 49.523974] PCI quirk: region 0500-053f
> claimed by ICH6 GPIO May 29 17:39:11 p34 [ 49.534492] PCI: Transparent
> bridge - 0000:00:1e.0 May 29 17:39:11 p34 [ 49.792346] ACPI: PCI Interrupt
> Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12) May 29 17:39:11 p34 [ 49.796475]
> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12) May 29 17:39:11
> p34 [ 49.800543] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
> May 29 17:39:11 p34 [ 49.804653] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4
> 5 7 9 10 *11 12) May 29 17:39:11 p34 [ 49.808781] ACPI: PCI Interrupt Link
> [LNKE] (IRQs 3 4 5 7 *9 10 11 12) May 29 17:39:11 p34 [ 49.812812] ACPI:
> PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12) May 29 17:39:11 p34 [
> 49.816864] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12) May 29
> 17:39:11 p34 [ 49.820999] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9
> 10 *11 12) May 29 17:39:11 p34 [ 49.824280] Linux Plug and Play Support
> v0.97 (c) Adam Belay May 29 17:39:11 p34 [ 49.824569] pnp: PnP ACPI init
> May 29 17:39:11 p34 [ 49.923406] pnp: PnP ACPI: found 12 devices May 29
> 17:39:11 p34 [ 49.927655] SCSI subsystem initialized May 29 17:39:11 p34 [
> 49.935480] usbcore: registered new interface driver usbfs May 29 17:39:11 p34
> [ 49.936497] usbcore: registered new interface driver hub May 29 17:39:11
> p34 [ 49.939469] usbcore: registered new device driver usb May 29 17:39:11
> p34 [ 49.942750] PCI: Using ACPI for IRQ routing May 29 17:39:11 p34 [
> 49.942851] PCI: If a device doesn't work, try "pci=routeirq". If it helps,
> post a report May 29 17:39:11 p34 [ 49.944223] PCI-GART: No AMD northbridge
> found. May 29 17:39:11 p34 [ 49.944929] hpet0: at MMIO 0xfed00000, IRQs 2,
> 8, 0 May 29 17:39:11 p34 [ 49.945145] hpet0: 3 64-bit timers, 14318180 Hz
> May 29 17:39:11 p34 [ 49.946417] Time: tsc clocksource has been installed.
> May 29 17:39:11 p34 [ 49.947517] pnp: 00:01: iomem range
> 0xf0000000-0xf7ffffff has been reserved May 29 17:39:11 p34 [ 49.947640]
> pnp: 00:01: iomem range 0xfed13000-0xfed13fff has been reserved May 29
> 17:39:11 p34 [ 49.947785] pnp: 00:01: iomem range 0xfed14000-0xfed17fff has
> been reserved May 29 17:39:11 p34 [ 49.947943] pnp: 00:01: iomem range
> 0xfed18000-0xfed18fff has been reserved May 29 17:39:11 p34 [ 49.948125]
> pnp: 00:06: ioport range 0x500-0x53f has been reserved May 29 17:39:11 p34 [
> 49.948231] pnp: 00:06: ioport range 0x400-0x47f has been reserved May 29
> 17:39:11 p34 [ 49.948433] pnp: 00:06: ioport range 0x680-0x6ff has been
> reserved May 29 17:39:11 p34 [ 49.961379] ACPI: PCI Interrupt
> 0000:06:03.0[A] -> GSI 19 (level, low) -> IRQ 19 May 29 17:39:11 p34 [
> 50.015143] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]
> MMIO=[e0084000-e00847ff] Max Packet=[2048] IR/IT contexts=[4/8] May 29
> 17:39:11 p34 [ 50.016694] PCI: Ignore bogus resource 6 [0:0] of
> 0000:00:02.0 May 29 17:39:11 p34 [ 50.017108] PCI: Bridge: 0000:00:1c.0 May
> 29 17:39:11 p34 [ 50.017203] IO window: disabled. May 29 17:39:11 p34 [
> 50.017295] MEM window: e0700000-e07fffff May 29 17:39:11 p34 [ 50.017381]
> PREFETCH window: disabled. May 29 17:39:11 p34 [ 50.017507] PCI: Bridge:
> 0000:00:1c.1 May 29 17:39:11 p34 [ 50.017598] IO window: 5000-5fff May 29
> 17:39:11 p34 [ 50.017689] MEM window: e0400000-e04fffff May 29 17:39:11
> p34 [ 50.017776] PREFETCH window: disabled. May 29 17:39:11 p34 [
> 50.017882] PCI: Bridge: 0000:00:1c.2 May 29 17:39:11 p34 [ 50.017966] IO
> window: 4000-4fff May 29 17:39:11 p34 [ 50.018071] MEM window:
> e0300000-e03fffff May 29 17:39:11 p34 [ 50.018189] PREFETCH window:
> e0800000-e08fffff May 29 17:39:11 p34 [ 50.018297] PCI: Bridge:
> 0000:00:1c.3 May 29 17:39:11 p34 [ 50.018382] IO window: 3000-3fff May 29
> 17:39:11 p34 [ 50.018504] MEM window: e0200000-e02fffff May 29 17:39:11
> p34 [ 50.018598] PREFETCH window: e0900000-e09fffff May 29 17:39:11 p34 [
> 50.018707] PCI: Bridge: 0000:00:1c.4 May 29 17:39:11 p34 [ 50.018792] IO
> window: 2000-2fff May 29 17:39:11 p34 [ 50.018885] MEM window:
> e0100000-e01fffff May 29 17:39:11 p34 [ 50.018976] PREFETCH window:
> e0a00000-e0afffff May 29 17:39:11 p34 [ 50.019121] PCI: Bridge:
> 0000:00:1e.0 May 29 17:39:11 p34 [ 50.019234] IO window: 1000-1fff May 29
> 17:39:11 p34 [ 50.019325] MEM window: e0000000-e00fffff May 29 17:39:11
> p34 [ 50.019436] PREFETCH window: e0b00000-e0bfffff May 29 17:39:11 p34 [
> 50.019625] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ
> 17 May 29 17:39:11 p34 [ 50.019912] ACPI: PCI Interrupt 0000:00:1c.1[B] ->
> GSI 16 (level, low) -> IRQ 16 May 29 17:39:11 p34 [ 50.020251] ACPI: PCI
> Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18 May 29 17:39:11
> p34 [ 50.020556] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low)
> -> IRQ 19 May 29 17:39:11 p34 [ 50.020829] ACPI: PCI Interrupt
> 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17 May 29 17:39:11 p34 [
> 50.022111] NET: Registered protocol family 2 May 29 17:39:11 p34 [
> 50.032134] IP route cache hash table entries: 262144 (order: 9, 2097152
> bytes) May 29 17:39:11 p34 [ 50.041151] TCP established hash table entries:
> 131072 (order: 9, 3145728 bytes) May 29 17:39:11 p34 [ 50.053741] TCP bind
> hash table entries: 65536 (order: 8, 1048576 bytes) May 29 17:39:11 p34 [
> 50.057942] TCP: Hash tables configured (established 131072 bind 65536) May 29
> 17:39:11 p34 [ 50.058031] TCP reno registered May 29 17:39:11 p34 [
> 50.104079] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). May 29
> 17:39:11 p34 [ 50.108290] SGI XFS with large block/inode numbers, no debug
> enabled May 29 17:39:11 p34 [ 50.124796] io scheduler noop registered May
> 29 17:39:11 p34 [ 50.124877] io scheduler anticipatory registered (default)
> May 29 17:39:11 p34 [ 50.130760] assign_interrupt_mode Found MSI capability
> May 29 17:39:11 p34 [ 50.133909] assign_interrupt_mode Found MSI capability
> May 29 17:39:11 p34 [ 50.136992] assign_interrupt_mode Found MSI capability
> May 29 17:39:11 p34 [ 50.139916] assign_interrupt_mode Found MSI capability
> May 29 17:39:11 p34 [ 50.142907] assign_interrupt_mode Found MSI capability
> May 29 17:39:11 p34 [ 50.217615] lp: driver loaded but no devices found May
> 29 17:39:11 p34 [ 50.219124] Real Time Clock Driver v1.12ac May 29 17:39:11
> p34 [ 50.221782] Linux agpgart interface v0.102 (c) Dave Jones May 29
> 17:39:11 p34 [ 50.223328] agpgart: Detected an Intel 965G Chipset. May 29
> 17:39:11 p34 [ 50.224565] agpgart: Detected 7676K stolen memory. May 29
> 17:39:11 p34 [ 50.243289] agpgart: AGP aperture is 256M @ 0xd0000000 May 29
> 17:39:11 p34 [ 50.243856] [drm] Initialized drm 1.1.0 20060810 May 29
> 17:39:11 p34 [ 50.244141] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16
> (level, low) -> IRQ 16 May 29 17:39:11 p34 [ 50.246322] [drm] Initialized
> i915 1.6.0 20060119 on minor 0 May 29 17:39:11 p34 [ 50.247415] parport:
> PnPBIOS parport detected. May 29 17:39:11 p34 [ 50.247654] parport0:
> PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP] May
> 29 17:39:11 p34 [ 50.331362] lp0: using parport0 (interrupt-driven). May 29
> 17:39:11 p34 [ 50.341355] loop: loaded (max 8 devices) May 29 17:39:11 p34
> [ 50.341437] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI May
> 29 17:39:11 p34 [ 50.341528] Copyright (c) 1999-2006 Intel Corporation. May
> 29 17:39:11 p34 [ 50.342520] ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20
> (level, low) -> IRQ 20 May 29 17:39:11 p34 [ 50.360685] e1000:
> 0000:00:19.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:6e:9d:43
> May 29 17:39:11 p34 [ 50.439132] e1000: eth0: e1000_probe: Intel(R)
> PRO/1000 Network Connection May 29 17:39:11 p34 [ 50.439655] ACPI: PCI
> Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21 May 29 17:39:11
> p34 [ 50.705534] e1000: 0000:06:00.0: e1000_probe: (PCI:33MHz:32-bit)
> 00:0e:0c:00:cd:b1 May 29 17:39:11 p34 [ 50.857482] e1000: eth1:
> e1000_probe: Intel(R) PRO/1000 Network Connection May 29 17:39:11 p34 [
> 50.857724] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 22 (level, low) -> IRQ
> 22 May 29 17:39:11 p34 [ 51.107171] e1000: 0000:06:01.0: e1000_probe:
> (PCI:33MHz:32-bit) 00:07:e9:29:37:db May 29 17:39:11 p34 [ 51.136221]
> e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection May 29
> 17:39:11 p34 [ 51.138251] netconsole: device eth0 not up yet, forcing it
> May 29 17:39:11 p34 [ 53.180364] e1000: eth0: e1000_watchdog: NIC Link is
> Up 1000 Mbps Full Duplex, Flow Control: RX/TX May 29 17:39:11 p34 [
> 53.683096] netconsole: network logging started May 29 17:39:11 p34 [
> 53.686923] ACPI: PCI Interrupt 0000:00:1f.2[A] -> May 29 17:39:11 p34 GSI 19
> (level, low) -> IRQ 19 May 29 17:39:12 p34 [ 54.687783] ahci 0000:00:1f.2:
> AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode May 29 17:39:12
> p34 [ 54.687956] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part
> May 29 17:39:12 p34 [ 54.690522] ata1: SATA max UDMA/133 cmd
> 0xffffc20000078100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.692552] ata2: SATA max UDMA/133 cmd
> 0xffffc20000078180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.694637] ata3: SATA max UDMA/133 cmd
> 0xffffc20000078200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.696669] ata4: SATA max UDMA/133 cmd
> 0xffffc20000078280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.698687] ata5: SATA max UDMA/133 cmd
> 0xffffc20000078300 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.700726] ata6: SATA max UDMA/133 cmd
> 0xffffc20000078380 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
> May 29 17:39:12 p34 [ 54.701011] scsi0 : ahci May 29 17:39:13 p34 [
> 55.162816] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) May 29
> 17:39:13 p34 [ 55.165434] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max
> UDMA/133 May 29 17:39:13 p34 [ 55.165604] ata1.00: 145226112 sectors, multi
> 0: LBA48 May 29 17:39:13 p34 [ 55.169510] ata1.00: configured for UDMA/133
> May 29 17:39:13 p34 [ 55.170050] scsi1 : ahci May 29 17:39:13 p34 [
> 55.632888] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) May 29
> 17:39:13 p34 [ 55.635466] ata2.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max
> UDMA/133 May 29 17:39:13 p34 [ 55.635625] ata2.00: 145226112 sectors, multi
> 0: LBA48 May 29 17:39:13 p34 [ 55.639563] ata2.00: configured for UDMA/133
> May 29 17:39:13 p34 [ 55.639885] scsi2 : ahci May 29 17:39:14 p34 [
> 56.100111] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) May 29
> 17:39:14 p34 [ 56.101908] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20,
> max UDMA/133 May 29 17:39:14 p34 [ 56.102086] ata3.00: 293046768 sectors,
> multi 0: LBA48 NCQ (depth 31/32) May 29 17:39:14 p34 [ 56.104825] ata3.00:
> configured for UDMA/133 May 29 17:39:14 p34 [ 56.105036] scsi3 : ahci May
> 29 17:39:14 p34 [ 56.567476] ata4: SATA link up 1.5 Gbps (SStatus 113
> SControl 300) May 29 17:39:14 p34 [ 56.569281] ata4.00: ATA-7: WDC
> WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May 29 17:39:14 p34 [ 56.569423]
> ata4.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32) May 29 17:39:14
> p34 [ 56.572150] ata4.00: configured for UDMA/133 May 29 17:39:14 p34 [
> 56.572391] scsi4 : ahci May 29 17:39:15 p34 [ 57.032365] ata5: SATA link up
> 1.5 Gbps (SStatus 113 SControl 300) May 29 17:39:15 p34 [ 57.034115]
> ata5.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May 29 17:39:15
> p34 [ 57.034245] ata5.00: 293046768 sectors, multi 0: LBA48 NCQ (depth
> 31/32) May 29 17:39:15 p34 [ 57.036865] ata5.00: configured for UDMA/133
> May 29 17:39:15 p34 [ 57.037078] scsi5 : ahci May 29 17:39:15 p34 [
> 57.496550] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300) May 29
> 17:39:15 p34 [ 57.498270] ata6.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20,
> max UDMA/133 May 29 17:39:15 p34 [ 57.498438] ata6.00: 293046768 sectors,
> multi 0: LBA48 NCQ (depth 31/32) May 29 17:39:15 p34 [ 57.501093] ata6.00:
> configured for UDMA/133 May 29 17:39:15 p34 [ 57.502916] scsi 0:0:0:0:
> Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5 May 29
> 17:39:15 p34 [ 57.505120] SCSI device sda: 145226112 512-byte hdwr sectors
> (74356 MB) May 29 17:39:15 p34 [ 57.505456] sda: Write Protect is off May
> 29 17:39:15 p34 [ 57.506051] SCSI device sda: write cache: enabled, read
> cache: enabled, doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.507023]
> SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB) May 29 17:39:15
> p34 [ 57.507356] sda: Write Protect is off May 29 17:39:15 p34 [
> 57.507977] SCSI device sda: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.508155] sda:
> May 29 17:39:15 p34 sda1
> May 29 17:39:15 p34 sda2
> May 29 17:39:15 p34 sda3
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.524234] sd 0:0:0:0: Attached
> scsi disk sda May 29 17:39:15 p34 [ 57.526473] scsi 1:0:0:0: Direct-Access
> ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5 May 29 17:39:15 p34 [
> 57.528478] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB) May 29
> 17:39:15 p34 [ 57.528824] sdb: Write Protect is off May 29 17:39:15 p34 [
> 57.529324] SCSI device sdb: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.530179] SCSI device
> sdb: 145226112 512-byte hdwr sectors (74356 MB) May 29 17:39:15 p34 [
> 57.530511] sdb: Write Protect is off May 29 17:39:15 p34 [ 57.531016] SCSI
> device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:15 p34 [ 57.531162] sdb:
> May 29 17:39:15 p34 sdb1
> May 29 17:39:15 p34 sdb2
> May 29 17:39:15 p34 sdb3
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.545063] sd 1:0:0:0: Attached
> scsi disk sdb May 29 17:39:15 p34 [ 57.547103] scsi 2:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:15 p34 [
> 57.549007] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:15 p34 [ 57.549322] sdc: Write Protect is off May 29 17:39:15 p34
> [ 57.549869] SCSI device sdc: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.550710] SCSI device
> sdc: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:15 p34 [
> 57.551003] sdc: Write Protect is off May 29 17:39:15 p34 [ 57.551505] SCSI
> device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:15 p34 [ 57.551726] sdc:
> May 29 17:39:15 p34 sdc1
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.565362] sd 2:0:0:0: Attached
> scsi disk sdc May 29 17:39:15 p34 [ 57.567447] scsi 3:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:15 p34 [
> 57.569384] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:15 p34 [ 57.569725] sdd: Write Protect is off May 29 17:39:15 p34
> [ 57.570218] SCSI device sdd: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.571193] SCSI device
> sdd: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:15 p34 [
> 57.571500] sdd: Write Protect is off May 29 17:39:15 p34 [ 57.572003] SCSI
> device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:15 p34 [ 57.572162] sdd:
> May 29 17:39:15 p34 sdd1
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.587442] sd 3:0:0:0: Attached
> scsi disk sdd May 29 17:39:15 p34 [ 57.589470] scsi 4:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:15 p34 [
> 57.591359] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:15 p34 [ 57.591632] sde: Write Protect is off May 29 17:39:15 p34
> [ 57.592147] SCSI device sde: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.593038] SCSI device
> sde: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:15 p34 [
> 57.593357] sde: Write Protect is off May 29 17:39:15 p34 [ 57.593826] SCSI
> device sde: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:15 p34 [ 57.594001] sde:
> May 29 17:39:15 p34 sde1
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.605438] sd 4:0:0:0: Attached
> scsi disk sde May 29 17:39:15 p34 [ 57.607617] scsi 5:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:15 p34 [
> 57.609437] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:15 p34 [ 57.609770] sdf: Write Protect is off May 29 17:39:15 p34
> [ 57.610284] SCSI device sdf: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:15 p34 [ 57.611221] SCSI device
> sdf: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:15 p34 [
> 57.611518] sdf: Write Protect is off May 29 17:39:15 p34 [ 57.612049] SCSI
> device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:15 p34 [ 57.612225] sdf:
> May 29 17:39:15 p34 sdf1
> May 29 17:39:15 p34 May 29 17:39:15 p34 [ 57.623709] sd 5:0:0:0: Attached
> scsi disk sdf May 29 17:39:15 p34 [ 57.626592] ACPI: PCI Interrupt
> 0000:03:00.0[A] -> May 29 17:39:15 p34 GSI 18 (level, low) -> IRQ 18 May 29
> 17:39:15 p34 [ 57.628562] ata7: SATA max UDMA/100 cmd 0xffffc20000108000
> ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18 May 29 17:39:15 p34 [
> 57.629915] ata8: SATA max UDMA/100 cmd 0xffffc2000010a000 ctl
> 0x0000000000000000 bmdma 0x0000000000000000 irq 18 May 29 17:39:15 p34 [
> 57.630185] scsi6 : sata_sil24 May 29 17:39:16 p34 [ 58.036965] ata7: SATA
> link up 1.5 Gbps (SStatus 113 SControl 300) May 29 17:39:16 p34 [
> 58.039003] ata7.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May
> 29 17:39:16 p34 [ 58.039153] ata7.00: 293046768 sectors, multi 16: LBA48
> NCQ (depth 31/32) May 29 17:39:16 p34 [ 58.042162] ata7.00: configured for
> UDMA/100 May 29 17:39:16 p34 [ 58.042345] scsi7 : sata_sil24 May 29
> 17:39:16 p34 [ 58.448234] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl
> 300) May 29 17:39:16 p34 [ 58.450325] ata8.00: ATA-7: WDC
> WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May 29 17:39:16 p34 [ 58.450480]
> ata8.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32) May 29 17:39:16
> p34 [ 58.453526] ata8.00: configured for UDMA/100 May 29 17:39:16 p34 [
> 58.454693] scsi 6:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ:
> 0 ANSI: 5 May 29 17:39:16 p34 [ 58.456666] SCSI device sdg: 293046768
> 512-byte hdwr sectors (150040 MB) May 29 17:39:16 p34 [ 58.456964] sdg:
> Write Protect is off May 29 17:39:16 p34 [ 58.458045] SCSI device sdg:
> write cache: enabled, read cache: enabled, doesn't support DPO or FUA May 29
> 17:39:16 p34 [ 58.458913] SCSI device sdg: 293046768 512-byte hdwr sectors
> (150040 MB) May 29 17:39:16 p34 [ 58.459203] sdg: Write Protect is off May
> 29 17:39:16 p34 [ 58.459754] SCSI device sdg: write cache: enabled, read
> cache: enabled, doesn't support DPO or FUA May 29 17:39:16 p34 [ 58.459918]
> sdg:
> May 29 17:39:16 p34 sdg1
> May 29 17:39:16 p34 May 29 17:39:16 p34 [ 58.474199] sd 6:0:0:0: Attached
> scsi disk sdg May 29 17:39:16 p34 [ 58.476416] scsi 7:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:16 p34 [
> 58.478356] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:16 p34 [ 58.478711] sdh: Write Protect is off May 29 17:39:16 p34
> [ 58.479177] SCSI device sdh: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:16 p34 [ 58.480075] SCSI device
> sdh: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:16 p34 [
> 58.480402] sdh: Write Protect is off May 29 17:39:16 p34 [ 58.480928] SCSI
> device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:16 p34 [ 58.481075] sdh:
> May 29 17:39:16 p34 sdh1
> May 29 17:39:16 p34 May 29 17:39:16 p34 [ 58.495586] sd 7:0:0:0: Attached
> scsi disk sdh May 29 17:39:16 p34 [ 58.496786] ACPI: PCI Interrupt
> 0000:04:00.0[A] -> May 29 17:39:16 p34 GSI 19 (level, low) -> IRQ 19 May 29
> 17:39:16 p34 [ 58.498258] ata9: SATA max UDMA/100 cmd 0xffffc20000110000
> ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19 May 29 17:39:16 p34 [
> 58.499601] ata10: SATA max UDMA/100 cmd 0xffffc20000112000 ctl
> 0x0000000000000000 bmdma 0x0000000000000000 irq 19 May 29 17:39:16 p34 [
> 58.499831] scsi8 : sata_sil24 May 29 17:39:16 p34 [ 58.906766] ata9: SATA
> link up 1.5 Gbps (SStatus 113 SControl 300) May 29 17:39:16 p34 [
> 58.908540] ata9.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May
> 29 17:39:16 p34 [ 58.908698] ata9.00: 293046768 sectors, multi 16: LBA48
> NCQ (depth 31/32) May 29 17:39:16 p34 [ 58.911323] ata9.00: configured for
> UDMA/100 May 29 17:39:16 p34 [ 58.911545] scsi9 : sata_sil24 May 29
> 17:39:17 p34 [ 59.317958] ata10: SATA link up 1.5 Gbps (SStatus 113
> SControl 300) May 29 17:39:17 p34 [ 59.319759] ata10.00: ATA-7: WDC
> WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May 29 17:39:17 p34 [ 59.319892]
> ata10.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32) May 29
> 17:39:17 p34 [ 59.322532] ata10.00: configured for UDMA/100 May 29 17:39:17
> p34 [ 59.323739] scsi 8:0:0:0: Direct-Access ATA WDC WD1500ADFD-0
> 20.0 PQ: 0 ANSI: 5 May 29 17:39:17 p34 [ 59.325657] SCSI device sdi:
> 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:17 p34 [
> 59.325964] sdi: Write Protect is off May 29 17:39:17 p34 [ 59.326500] SCSI
> device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:17 p34 [ 59.327388] SCSI device sdi: 293046768 512-byte
> hdwr sectors (150040 MB) May 29 17:39:17 p34 [ 59.327707] sdi: Write
> Protect is off May 29 17:39:17 p34 [ 59.328203] SCSI device sdi: write
> cache: enabled, read cache: enabled, doesn't support DPO or FUA May 29
> 17:39:17 p34 [ 59.328380] sdi:
> May 29 17:39:17 p34 sdi1
> May 29 17:39:17 p34 May 29 17:39:17 p34 [ 59.340639] sd 8:0:0:0: Attached
> scsi disk sdi May 29 17:39:17 p34 [ 59.342775] scsi 9:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:17 p34 [
> 59.344776] SCSI device sdj: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:17 p34 [ 59.345103] sdj: Write Protect is off May 29 17:39:17 p34
> [ 59.345608] SCSI device sdj: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:17 p34 [ 59.346489] SCSI device
> sdj: 293046768 5
> May 29 17:39:17 p34 12-byte hdwr sectors (150040 MB) May 29 17:39:17 p34 [
> 59.346850] sdj: Write Protect is off May 29 17:39:17 p34 [ 59.347393] SCSI
> device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:17 p34 [ 59.347552] sdj:
> May 29 17:39:17 p34 sdj1
> May 29 17:39:17 p34 May 29 17:39:17 p34 [ 59.362148] sd 9:0:0:0: Attached
> scsi disk sdj May 29 17:39:17 p34 [ 59.363387] ACPI: PCI Interrupt
> 0000:05:00.0[A] -> May 29 17:39:17 p34 GSI 16 (level, low) -> IRQ 16 May 29
> 17:39:17 p34 [ 59.365179] ata11: SATA max UDMA/100 cmd 0xffffc20000118000
> ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16 May 29 17:39:17 p34 [
> 59.367143] ata12: SATA max UDMA/100 cmd 0xffffc2000011a000 ctl
> 0x0000000000000000 bmdma 0x0000000000000000 irq 16 May 29 17:39:17 p34 [
> 59.367432] scsi10 : sata_sil24 May 29 17:39:17 p34 [ 59.775363] ata11: SATA
> link up 1.5 Gbps (SStatus 113 SControl 300) May 29 17:39:17 p34 [
> 59.777435] ata11.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May
> 29 17:39:17 p34 [ 59.777565] ata11.00: 293046768 sectors, multi 16: LBA48
> NCQ (depth 31/32) May 29 17:39:17 p34 [ 59.780599] ata11.00: configured for
> UDMA/100 May 29 17:39:17 p34 [ 59.780798] scsi11 : sata_sil24 May 29
> 17:39:18 p34 [ 60.187580] ata12: SATA link up 1.5 Gbps (SStatus 113
> SControl 300) May 29 17:39:18 p34 [ 60.189625] ata12.00: ATA-7: WDC
> WD1500ADFD-00NLR1, 20.07P20, max UDMA/133 May 29 17:39:18 p34 [ 60.189769]
> ata12.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32) May 29
> 17:39:18 p34 [ 60.192796] ata12.00: configured for UDMA/100 May 29 17:39:18
> p34 [ 60.193974] scsi 10:0:0:0: Direct-Access ATA WDC WD1500ADFD-0
> 20.0 PQ: 0 ANSI: 5 May 29 17:39:18 p34 [ 60.195832] SCSI device sdk:
> 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:18 p34 [
> 60.196127] sdk: Write Protect is off May 29 17:39:18 p34 [ 60.196614] SCSI
> device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:18 p34 [ 60.197514] SCSI device sdk: 293046768 512-byte
> hdwr sectors (150040 MB) May 29 17:39:18 p34 [ 60.197845] sdk: Write
> Protect is off May 29 17:39:18 p34 [ 60.198333] SCSI device sdk: write
> cache: enabled, read cache: enabled, doesn't support DPO or FUA May 29
> 17:39:18 p34 [ 60.198507] sdk:
> May 29 17:39:18 p34 sdk1
> May 29 17:39:18 p34 May 29 17:39:18 p34 [ 60.212748] sd 10:0:0:0: Attached
> scsi disk sdk May 29 17:39:18 p34 [ 60.214934] scsi 11:0:0:0: Direct-Access
> ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5 May 29 17:39:18 p34 [
> 60.216923] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB) May
> 29 17:39:18 p34 [ 60.217271] sdl: Write Protect is off May 29 17:39:18 p34
> [ 60.217774] SCSI device sdl: write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA May 29 17:39:18 p34 [ 60.218665] SCSI device
> sdl: 293046768 512-byte hdwr sectors (150040 MB) May 29 17:39:18 p34 [
> 60.218974] sdl: Write Protect is off May 29 17:39:18 p34 [ 60.219497] SCSI
> device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or
> FUA May 29 17:39:18 p34 [ 60.219671] sdl:
> May 29 17:39:18 p34 sdl1
> May 29 17:39:18 p34 May 29 17:39:18 p34 [ 60.234367] sd 11:0:0:0: Attached
> scsi disk sdl May 29 17:39:18 p34 [ 60.236317] ACPI: PCI Interrupt
> 0000:02:00.0[A] -> May 29 17:39:18 p34 GSI 17 (level, low) -> IRQ 17 May 29
> 17:39:18 p34 [ 60.237365] ata13: PATA max UDMA/100 cmd 0x0000000000015018
> ctl 0x0000000000015026 bmdma 0x0000000000015000 irq 17 May 29 17:39:18 p34 [
> 60.237631] scsi12 : pata_marvell May 29 17:39:18 p34 [ 60.239266] BAR5:
> May 29 17:39:18 p34 00:00 May 29 17:39:18 p34 01:7F May 29 17:39:18 p34 02:22
> May 29 17:39:18 p34 03:CA May 29 17:39:18 p34 04:00 May 29 17:39:18 p34 05:00
> May 29 17:39:18 p34 06:00 May 29 17:39:18 p34 07:00 May 29 17:39:18 p34 08:00
> May 29 17:39:18 p34 09:00 May 29 17:39:18 p34 0A:00 May 29 17:39:18 p34 0B:00
> May 29 17:39:18 p34 0C:01 May 29 17:39:18 p34 0D:00 May 29 17:39:18 p34 0E:00
> May 29 17:39:18 p34 0F:00 May 29 17:39:18 p34 May 29 17:39:18 p34 [
> 60.545828] ata13.00: ATAPI, max UDMA/33 May 29 17:39:18 p34 [ 60.701530]
> ata13.00: configured for UDMA/33 May 29 17:39:18 p34 [ 60.703942] scsi
> 12:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5 May
> 29 17:39:18 p34 [ 60.711411] sr0: scsi3-mmc drive: 48x/48x writer cd/rw
> xa/form2 cdda tray May 29 17:39:18 p34 [ 60.711545] Uniform CD-ROM driver
> Revision: 3.20 May 29 17:39:18 p34 [ 60.714694] ACPI: PCI Interrupt
> 0000:00:1a.7[C] -> May 29 17:39:18 p34 GSI 18 (level, low) -> IRQ 18 May 29
> 17:39:18 p34 [ 60.715083] ehci_hcd 0000:00:1a.7: EHCI Host Controller May
> 29 17:39:18 p34 [ 60.716069] ehci_hcd 0000:00:1a.7: new USB bus registered,
> assigned bus number 1 May 29 17:39:18 p34 [ 60.716562] ehci_hcd
> 0000:00:1a.7: debug port 1 May 29 17:39:18 p34 [ 60.716810] ehci_hcd
> 0000:00:1a.7: irq 18, io mem 0xe0625c00 May 29 17:39:18 p34 [ 60.720814]
> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 May 29
> 17:39:18 p34 [ 60.723647] usb usb1: configuration #1 chosen from 1 choice
> May 29 17:39:18 p34 [ 60.724706] hub 1-0:1.0: USB hub found May 29 17:39:18
> p34 [ 60.724901] hub 1-0:1.0: 4 ports detected May 29 17:39:18 p34 [
> 60.829165] ACPI: PCI Interrupt 0000:00:1d.7[A] -> May 29 17:39:18 p34 GSI 23
> (level, low) -> IRQ 23 May 29 17:39:18 p34 [ 60.829583] ehci_hcd
> 0000:00:1d.7: EHCI Host Controller May 29 17:39:18 p34 [ 60.830451]
> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 May 29
> 17:39:18 p34 [ 60.830986] ehci_hcd 0000:00:1d.7: debug port 1 May 29
> 17:39:18 p34 [ 60.831229] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0625800
> May 29 17:39:18 p34 [ 60.835261] ehci_hcd 0000:00:1d.7: USB 2.0 started,
> EHCI 1.00, driver 10 Dec 2004 May 29 17:39:18 p34 [ 60.837971] usb usb2:
> configuration #1 chosen from 1 choice May 29 17:39:18 p34 [ 60.839024] hub
> 2-0:1.0: USB hub found May 29 17:39:18 p34 [ 60.839241] hub 2-0:1.0: 6
> ports detected May 29 17:39:19 p34 [ 60.942849] USB Universal Host
> Controller Interface driver v3.0 May 29 17:39:19 p34 [ 60.943912] ACPI: PCI
> Interrupt 0000:00:1a.0[A] -> May 29 17:39:19 p34 GSI 16 (level, low) -> IRQ
> 16 May 29 17:39:19 p34 [ 60.944250] uhci_hcd 0000:00:1a.0: UHCI Host
> Controller May 29 17:39:19 p34 [ 60.945081] uhci_hcd 0000:00:1a.0: new USB
> bus registered, assigned bus number 3 May 29 17:39:19 p34 [ 60.945338]
> uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0 May 29 17:39:19 p34 [
> 60.948562] usb usb3: configuration #1 chosen from 1 choice May 29 17:39:19
> p34 [ 60.949639] hub 3-0:1.0: USB hub found May 29 17:39:19 p34 [
> 60.949832] hub 3-0:1.0: 2 ports detected May 29 17:39:19 p34 [ 61.053768]
> ACPI: PCI Interrupt 0000:00:1a.1[B] -> May 29 17:39:19 p34 GSI 21 (level,
> low) -> IRQ 21 May 29 17:39:19 p34 [ 61.054098] uhci_hcd 0000:00:1a.1: UHCI
> Host Controller May 29 17:39:19 p34 [ 61.054937] uhci_hcd 0000:00:1a.1: new
> USB bus registered, assigned bus number 4 May 29 17:39:19 p34 [ 61.055187]
> uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0 May 29 17:39:19 p34 [
> 61.058179] usb usb4: configuration #1 chosen from 1 choice May 29 17:39:19
> p34 [ 61.059320] hub 4-0:1.0: USB hub found May 29 17:39:19 p34 [
> 61.059500] hub 4-0:1.0: 2 ports detected May 29 17:39:19 p34 [ 61.162594]
> ACPI: PCI Interrupt 0000:00:1d.0[A] -> May 29 17:39:19 p34 GSI 23 (level,
> low) -> IRQ 23 May 29 17:39:19 p34 [ 61.162944] uhci_hcd 0000:00:1d.0: UHCI
> Host Controller May 29 17:39:19 p34 [ 61.163751] uhci_hcd 0000:00:1d.0: new
> USB bus registered, assigned bus number 5 May 29 17:39:19 p34 [ 61.164039]
> uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080 May 29 17:39:19 p34 [
> 61.166996] usb usb5: configuration #1 chosen from 1 choice May 29 17:39:19
> p34 [ 61.168132] hub 5-0:1.0: USB hub found May 29 17:39:19 p34 [
> 61.168320] hub 5-0:1.0: 2 ports detected May 29 17:39:19 p34 [ 61.271253]
> ACPI: PCI Interrupt 0000:00:1d.1[B] -> May 29 17:39:19 p34 GSI 19 (level,
> low) -> IRQ 19 May 29 17:39:19 p34 [ 61.271587] uhci_hcd 0000:00:1d.1: UHCI
> Host Controller May 29 17:39:19 p34 [ 61.272501] uhci_hcd 0000:00:1d.1: new
> USB bus registered, assigned bus number 6 May 29 17:39:19 p34 [ 61.272757]
> uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060 May 29 17:39:19 p34 [
> 61.275754] usb usb6: configuration #1 chosen from 1 choice May 29 17:39:19
> p34 [ 61.276869] hub 6-0:1.0: USB hub found May 29 17:39:19 p34 [
> 61.277042] hub 6-0:1.0: 2 ports detected May 29 17:39:19 p34 [ 61.379999]
> ACPI: PCI Interrupt 0000:00:1d.2[C] -> May 29 17:39:19 p34 GSI 18 (level,
> low) -> IRQ 18 May 29 17:39:19 p34 [ 61.380331] uhci_hcd 0000:00:1d.2: UHCI
> Host Controller May 29 17:39:19 p34 [ 61.381211] uhci_hcd 0000:00:1d.2: new
> USB bus registered, assigned bus number 7 May 29 17:39:19 p34 [ 61.381464]
> uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040 May 29 17:39:19 p34 [
> 61.385027] usb usb7: configuration #1 chosen from 1 choice May 29 17:39:19
> p34 [ 61.386139] hub 7-0:1.0: USB hub found May 29 17:39:19 p34 [
> 61.386313] hub 7-0:1.0: 2 ports detected May 29 17:39:19 p34 [ 61.477697]
> usb 5-1: new low speed USB device using uhci_hcd and address 2 May 29
> 17:39:19 p34 [ 61.489915] Initializing USB Mass Storage driver... May 29
> 17:39:19 p34 [ 61.641966] usb 5-1: configuration #1 chosen from 1 choice
> May 29 17:39:19 p34 [ 61.647974] usbcore: registered new interface driver
> usb-storage May 29 17:39:19 p34 [ 61.648124] USB Mass Storage support
> registered. May 29 17:39:19 p34 [ 61.649681] usbcore: registered new
> interface driver hiddev May 29 17:39:20 p34 [ 62.146211] May 29 17:39:20
> p34 hiddev96
> May 29 17:39:20 p34 : USB HID v1.00 Device [ UPS] on
> usb-0000:00:1d.0-1 May 29 17:39:20 p34 [ 62.146611] usbcore: registered new
> interface driver usbhid May 29 17:39:20 p34 [ 62.146747]
> drivers/usb/input/hid-core.c: v2.6:USB HID core driver May 29 17:39:20 p34 [
> 62.148329] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq
> 1,12 May 29 17:39:20 p34 [ 62.152574] serio: i8042 KBD port at 0x60,0x64
> irq 1 May 29 17:39:20 p34 [ 62.152739] serio: i8042 AUX port at 0x60,0x64
> irq 12 May 29 17:39:20 p34 [ 62.153709] mice: PS/2 mouse device common for
> all mice May 29 17:39:20 p34 [ 62.157353] input: PC Speaker as
> /class/input/input0 May 29 17:39:20 p34 [ 62.157569] i2c /dev entries
> driver May 29 17:39:20 p34 [ 62.158424] md: raid1 personality registered
> for level 1 May 29 17:39:20 p34 [ 62.174745] raid6: int64x1 62 MB/s May
> 29 17:39:20 p34 [ 62.178692] input: AT Translated Set 2 keyboard as
> /class/input/input1 May 29 17:39:20 p34 [ 62.192019] raid6: int64x2 89
> MB/s May 29 17:39:20 p34 [ 62.209023] raid6: int64x4 31 MB/s May 29
> 17:39:20 p34 [ 62.225777] raid6: int64x8 11 MB/s May 29 17:39:20 p34 [
> 62.242854] raid6: sse2x1 148 MB/s May 29 17:39:20 p34 [ 62.259636]
> raid6: sse2x2 269 MB/s May 29 17:39:20 p34 [ 62.276650] raid6: sse2x4
> 460 MB/s May 29 17:39:20 p34 [ 62.276789] raid6: using algorithm sse2x4
> (460 MB/s) May 29 17:39:20 p34 [ 62.276937] md: raid6 personality
> registered for level 6 May 29 17:39:20 p34 [ 62.277053] md: raid5
> personality registered for level 5 May 29 17:39:20 p34 [ 62.277191] md:
> raid4 personality registered for level 4 May 29 17:39:20 p34 [ 62.277346]
> raid5: automatically using best checksumming function: generic_sse May 29
> 17:39:20 p34 [ 62.281657] generic_sse: 56.000 MB/sec May 29 17:39:20
> p34 [ 62.281777] raid5: using function: generic_sse (56.000 MB/sec) May 29
> 17:39:20 p34 [ 62.282244] Advanced Linux Sound Architecture Driver Version
> 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC). May 29 17:39:20 p34 [ 62.288220]
> ACPI: PCI Interrupt 0000:00:1b.0[A] -> May 29 17:39:20 p34 GSI 22 (level,
> low) -> IRQ 22 May 29 17:39:20 p34 [ 62.839554] input: ImPS/2 Generic Wheel
> Mouse as /class/input/input2 May 29 17:39:21 p34 [ 63.412487] hda_intel:
> azx_get_response timeout, switching to polling mode... May 29 17:39:21 p34 [
> 63.435772] ALSA device list: May 29 17:39:21 p34 [ 63.435876] #0: HDA
> Intel at 0xe0620000 irq 22 May 29 17:39:21 p34 [ 63.436031] u32 classifier
> May 29 17:39:21 p34 [ 63.436148] Actions configured May 29 17:39:21 p34
> [ 63.436279] nf_conntrack version 0.5.0 (8192 buckets, 65536 max) May 29
> 17:39:21 p34 [ 63.438882] ip_tables: (C) 2000-2006 Netfilter Core Team May
> 29 17:39:21 p34 [ 63.439995] TCP cubic registered May 29 17:39:21 p34 [
> 63.440386] NET: Registered protocol family 1 May 29 17:39:21 p34 [
> 63.440507] NET: Registered protocol family 17 May 29 17:39:21 p34 [
> 63.445397] md: Autodetecting RAID arrays. May 29 17:39:21 p34 [ 63.572955]
> md: autorun ... May 29 17:39:21 p34 [ 63.573095] md: considering sdl1 ...
> May 29 17:39:21 p34 [ 63.573596] md: adding sdl1 ... May 29 17:39:21 p34 [
> 63.573924] md: adding sdk1 ... May 29 17:39:21 p34 [ 63.574312] md:
> adding sdj1 ... May 29 17:39:21 p34 [ 63.574664] md: adding sdi1 ... May
> 29 17:39:21 p34 [ 63.575005] md: adding sdh1 ... May 29 17:39:21 p34 [
> 63.575396] md: adding sdg1 ... May 29 17:39:21 p34 [ 63.575754] md:
> adding sdf1 ... May 29 17:39:21 p34 [ 63.576089] md: adding sde1 ... May
> 29 17:39:21 p34 [ 63.576472] md: adding sdd1 ... May 29 17:39:21 p34 [
> 63.576824] md: adding sdc1 ... May 29 17:39:21 p34 [ 63.577015] md: sdb3
> has different UUID to sdl1 May 29 17:39:21 p34 [ 63.577204] md: sdb2 has
> different UUID to sdl1 May 29 17:39:21 p34 [ 63.577446] md: sdb1 has
> different UUID to sdl1 May 29 17:39:21 p34 [ 63.577647] md: sda3 has
> different UUID to sdl1 May 29 17:39:21 p34 [ 63.577846] md: sda2 has
> different UUID to sdl1 May 29 17:39:21 p34 [ 63.578043] md: sda1 has
> different UUID to sdl1 May 29 17:39:21 p34 [ 63.579527] md: created md3 May
> 29 17:39:21 p34 [ 63.579639] md: bind<sdc1> May 29 17:39:21 p34 [
> 63.579956] md: bind<sdd1> May 29 17:39:21 p34 [ 63.580329] md: bind<sde1>
> May 29 17:39:21 p34 [ 63.580627] md: bind<sdf1> May 29 17:39:21 p34 [
> 63.580933] md: bind<sdg1> May 29 17:39:21 p34 [ 63.581229] md: bind<sdh1>
> May 29 17:39:21 p34 [ 63.581624] md: bind<sdi1> May 29 17:39:21 p34 [
> 63.582103] md: bind<sdj1> May 29 17:39:21 p34 [ 63.582436] md: bind<sdk1>
> May 29 17:39:21 p34 [ 63.582776] md: bind<sdl1> May 29 17:39:21 p34 [
> 63.583100] md: running: May 29 17:39:21 p34 May 29 17:39:21 p34 [
> 63.586384] raid5: device sdl1 operational as raid disk 2 May 29 17:39:21 p34
> [ 63.586509] raid5: device sdk1 operational as raid disk 3 May 29 17:39:21
> p34 [ 63.586656] raid5: device sdj1 operational as raid disk 0 May 29
> 17:39:21 p34 [ 63.586829] raid5: device sdi1 operational as raid disk 1 May
> 29 17:39:21 p34 [ 63.586973] raid5: device sdh1 operational as raid disk 6
> May 29 17:39:21 p34 [ 63.587122] raid5: device sdg1 operational as raid
> disk 5 May 29 17:39:21 p34 [ 63.587317] raid5: device sdf1 operational as
> raid disk 4 May 29 17:39:21 p34 [ 63.587459] raid5: device sde1 operational
> as raid disk 7 May 29 17:39:21 p34 [ 63.587603] raid5: device sdd1
> operational as raid disk 8 May 29 17:39:21 p34 [ 63.587758] raid5: device
> sdc1 operational as raid disk 9 May 29 17:39:21 p34 [ 63.608186] raid5:
> allocated 10562kB for md3 May 29 17:39:21 p34 [ 63.608334] raid5: raid
> level 5 set md3 active with 10 out of 10 devices, algorithm 2 May 29 17:39:21
> p34 [ 63.608519] RAID5 conf printout: May 29 17:39:21 p34 [ 63.608639]
> --- rd:10 wd:10 May 29 17:39:21 p34 [ 63.608767] disk 0, o:1, dev:sdj1 May
> 29 17:39:21 p34 [ 63.608897] disk 1, o:1, dev:sdi1 May 29 17:39:21 p34 [
> 63.609073] disk 2, o:1, dev:sdl1 May 29 17:39:21 p34 [ 63.609184] disk 3,
> o:1, dev:sdk1 May 29 17:39:21 p34 [ 63.609346] disk 4, o:1, dev:sdf1 May
> 29 17:39:21 p34 [ 63.609507] disk 5, o:1, dev:sdg1 May 29 17:39:21 p34 [
> 63.609640] disk 6, o:1, dev:sdh1 May 29 17:39:21 p34 [ 63.609771] disk 7,
> o:1, dev:sde1 May 29 17:39:21 p34 [ 63.609903] disk 8, o:1, dev:sdd1 May
> 29 17:39:21 p34 [ 63.610040] disk 9, o:1, dev:sdc1 May 29 17:39:21 p34 [
> 63.612460] md: considering sdb3 ... May 29 17:39:21 p34 [ 63.612835] md:
> adding sdb3 ... May 29 17:39:21 p34 [ 63.613027] md: sdb2 has different
> UUID to sdb3 May 29 17:39:21 p34 [ 63.613220] md: sdb1 has different UUID
> to sdb3 May 29 17:39:21 p34 [ 63.613589] md: adding sda3 ... May 29
> 17:39:21 p34 [ 63.613801] md: sda2 has different UUID to sdb3 May 29
> 17:39:21 p34 [ 63.613997] md: sda1 has different UUID to sdb3 May 29
> 17:39:21 p34 [ 63.615606] md: created md2 May 29 17:39:21 p34 [
> 63.615720] md: bind<sda3> May 29 17:39:21 p34 [ 63.616094] md: bind<sdb3>
> May 29 17:39:21 p34 [ 63.616575] md: running: May 29 17:39:21 p34 May 29
> 17:39:21 p34 [ 63.619316] raid1: raid set md2 active with 2 out of 2
> mirrors May 29 17:39:21 p34 [ 63.620513] md: considering sdb2 ... May 29
> 17:39:21 p34 [ 63.620870] md: adding sdb2 ... May 29 17:39:21 p34 [
> 63.621082] md: sdb1 has different UUID to sdb2 May 29 17:39:21 p34 [
> 63.621465] md: adding sda2 ... May 29 17:39:21 p34 [ 63.621646] md: sda1
> has different UUID to sdb2 May 29 17:39:21 p34 [ 63.623619] md: created md1
> May 29 17:39:21 p34 [ 63.623733] md: bind<sda2> May 29 17:39:21 p34 [
> 63.624059] md: bind<sdb2> May 29 17:39:21 p34 [ 63.624439] md: running: May
> 29 17:39:21 p34 May 29 17:39:21 p34 [ 63.627438] raid1: raid set md1 active
> with 2 out of 2 mirrors May 29 17:39:21 p34 [ 63.628555] md: considering
> sdb1 ... May 29 17:39:21 p34 [ 63.628883] md: adding sdb1 ... May 29
> 17:39:21 p34 [ 63.629302] md: adding sda1 ... May 29 17:39:21 p34 [
> 63.629411] md: created md0 May 29 17:39:21 p34 [ 63.629576] md: bind<sda1>
> May 29 17:39:21 p34 [ 63.629882] md: bind<sdb1> May 29 17:39:21 p34 [
> 63.630233] md: running: May 29 17:39:21 p34 May 29 17:39:21 p34 [
> 63.633438] raid1: raid set md0 active with 2 out of 2 mirrors May 29 17:39:21
> p34 [ 63.634598] md: ... autorun DONE. May 29 17:39:21 p34 [ 63.695456]
> UDF-fs: No VRS found May 29 17:39:21 p34 [ 63.699158] Filesystem "md2":
> Disabling barriers, not supported by the underlying device May 29 17:39:21
> p34 [ 63.713776] XFS mounting filesystem md2 May 29 17:39:21 p34 [
> 63.813743] VFS: Mounted root (xfs filesystem) readonly. May 29 17:39:21 p34 [
> 63.814115] Freeing unused kernel memory: 220k freed May 29 17:40:39 p34 [
> 141.447304] Adding 16787768k swap on /dev/md0. Priority:-1 extents:1
> across:16787768k May 29 17:40:40 p34 [ 142.497721] Filesystem "md2":
> Disabling barriers, not supported by the underlying device May 29 17:41:04
> p34 [ 166.716017] kjournald starting. Commit interval 5 seconds May 29
> 17:41:04 p34 [ 166.729375] EXT3 FS on md1, May 29 17:41:04 p34 internal
> journal May 29 17:41:04 p34 [ 166.729663] EXT3-fs: mounted filesystem with
> ordered data mode. May 29 17:41:04 p34 [ 166.751799] Filesystem "md3":
> Disabling barriers, not supported by the underlying device May 29 17:41:04
> p34 [ 166.758717] XFS mounting filesystem md3 May 29 17:41:54 p34 [
> 216.821357] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex,
> Flow Control: RX May 29 17:42:29 p34 [ 251.481399] process `syslogd' is
> using obsolete setsockopt SO_BSDCOMPAT May 29 17:46:42 p34 [ 504.074171]
> mtrr: no more MTRRs available
>
[-- Attachment #2: Type: TEXT/plain, Size: 55798 bytes --]
May 29 17:39:11 p34 [ 0.000000] Linux version 2.6.21.3 (root@p34.internal.lan) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #4 SMP Sun May 27 06:28:33 EDT 2007
May 29 17:39:11 p34 [ 0.000000] Command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902 netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7 nmi_watchdog=1
May 29 17:39:11 p34 [ 0.000000] BIOS-provided physical RAM map:
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cf58f000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf58f000 - 00000000cf59c000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf59c000 - 00000000cf653000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf653000 - 00000000cf6a5000 (ACPI NVS)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a5000 - 00000000cf6a8000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6a8000 - 00000000cf6ef000 (ACPI NVS)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6ef000 - 00000000cf6f1000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6f1000 - 00000000cf6f2000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6f2000 - 00000000cf6ff000 (ACPI data)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf6ff000 - 00000000cf700000 (usable)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000cf700000 - 00000000d0000000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
May 29 17:39:11 p34 [ 0.000000] BIOS-e820: 0000000100000000 - 000000022c000000 (usable)
May 29 17:39:11 p34 [ 0.000000] end_pfn_map = 2277376
May 29 17:39:11 p34 [ 0.000000] DMI 2.4 present.
May 29 17:39:11 p34 [ 0.000000] ACPI: RSDP 000FE020, 0014 (r0 INTEL )
May 29 17:39:11 p34 [ 0.000000] ACPI: RSDT CF6FD038, 0050 (r1 INTEL DG965WH 64C 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: FACP CF6FC000, 0074 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: DSDT CF6F7000, 40E9 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: FACS CF6A8000, 0040
May 29 17:39:11 p34 [ 0.000000] ACPI: APIC CF6F6000, 0078 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: WDDT CF6F5000, 0040 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: MCFG CF6F4000, 003C (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: ASF! CF6F3000, 00A6 (r32 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: HPET CF6F2000, 0038 (r1 INTEL DG965WH 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6F0000, 01BC (r1 INTEL CpuPm 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6EF000, 0175 (r1 INTEL Cpu0Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A7000, 0175 (r1 INTEL Cpu1Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A6000, 0175 (r1 INTEL Cpu2Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] ACPI: SSDT CF6A5000, 0175 (r1 INTEL Cpu3Ist 64C MSFT 1000013)
May 29 17:39:11 p34 [ 0.000000] Zone PFN ranges:
May 29 17:39:11 p34 [ 0.000000] DMA 0 -> 4096
May 29 17:39:11 p34 [ 0.000000] DMA32 4096 -> 1048576
May 29 17:39:11 p34 [ 0.000000] Normal 1048576 -> 2277376
May 29 17:39:11 p34 [ 0.000000] early_node_map[6] active PFN ranges
May 29 17:39:11 p34 [ 0.000000] 0: 0 -> 143
May 29 17:39:11 p34 [ 0.000000] 0: 256 -> 849295
May 29 17:39:11 p34 [ 0.000000] 0: 849308 -> 849491
May 29 17:39:11 p34 [ 0.000000] 0: 849649 -> 849650
May 29 17:39:11 p34 [ 0.000000] 0: 849663 -> 849664
May 29 17:39:11 p34 [ 0.000000] 0: 1048576 -> 2277376
May 29 17:39:11 p34 [ 0.000000] ACPI: PM-Timer IO Port: 0x408
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #0 (Bootup-CPU)
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #2
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #1
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
May 29 17:39:11 p34 [ 0.000000] Processor #3
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
May 29 17:39:11 p34 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
May 29 17:39:11 p34 [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May 29 17:39:11 p34 [ 0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23
May 29 17:39:11 p34 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 29 17:39:11 p34 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 29 17:39:11 p34 [ 0.000000] Setting APIC routing to flat
May 29 17:39:11 p34 [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 29 17:39:11 p34 [ 0.000000] Using ACPI (MADT) for SMP configuration information
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 000000000008f000 - 00000000000a0000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000000a0000 - 00000000000e0000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000000e0000 - 0000000000100000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf58f000 - 00000000cf59c000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf653000 - 00000000cf6a5000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6a5000 - 00000000cf6a8000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6a8000 - 00000000cf6ef000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6ef000 - 00000000cf6f1000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf6f2000 - 00000000cf6ff000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000cf700000 - 00000000d0000000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000d0000000 - 00000000fff00000
May 29 17:39:11 p34 [ 0.000000] Nosave address range: 00000000fff00000 - 0000000100000000
May 29 17:39:11 p34 [ 0.000000] Allocating PCI resources starting at d4000000 (gap: d0000000:2ff00000)
May 29 17:39:11 p34 [ 0.000000] PERCPU: Allocating 24512 bytes of per cpu data
May 29 17:39:11 p34 [ 0.000000] Built 1 zonelists. Total pages: 2045692
May 29 17:39:11 p34 [ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6.21.3-4 ro root=902 netconsole=4444@192.168.168.253/eth0,514@192.168.168.254/00:50:8D:ED:3C:E7 nmi_watchdog=1
May 29 17:39:11 p34 [ 0.000000] netconsole: local port 4444
May 29 17:39:11 p34 [ 0.000000] netconsole: local IP 192.168.168.253
May 29 17:39:11 p34 [ 0.000000] netconsole: interface eth0
May 29 17:39:11 p34 [ 0.000000] netconsole: remote port 514
May 29 17:39:11 p34 [ 0.000000] netconsole: remote IP 192.168.168.254
May 29 17:39:11 p34 [ 0.000000] netconsole: remote ethernet address 00:50:8d:ed:3c:e7
May 29 17:39:11 p34 [ 0.000000] Initializing CPU#0
May 29 17:39:11 p34 [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
May 29 17:39:11 p34 [ 48.249507] time.c: Detected 2397.605 MHz processor.
May 29 17:39:11 p34 [ 48.250572] Console: colour VGA+ 80x25
May 29 17:39:11 p34 [ 48.258651] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 29 17:39:11 p34 [ 48.264855] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 29 17:39:11 p34 [ 48.265963] Checking aperture...
May 29 17:39:11 p34 [ 48.266011] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 29 17:39:11 p34 [ 48.302233] Placing software IO TLB between 0x95f6000 - 0xd5f6000
May 29 17:39:11 p34 [ 48.374061] Memory: 8103748k/9109504k available (3428k kernel code, 208464k reserved, 1270k data, 220k init)
May 29 17:39:11 p34 [ 48.434756] Calibrating delay using timer specific routine.. 4797.72 BogoMIPS (lpj=2398863)
May 29 17:39:11 p34 [ 48.435408] Mount-cache hash table entries: 256
May 29 17:39:11 p34 [ 48.436246] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.436307] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.436347] using mwait in idle threads.
May 29 17:39:11 p34 [ 48.436389] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.436430] CPU: Processor Core ID: 0
May 29 17:39:11 p34 [ 48.436474] CPU0: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.436526] Freeing SMP alternatives: 36k freed
May 29 17:39:11 p34 [ 48.436584] ACPI: Core revision 20070126
May 29 17:39:11 p34 [ 48.485666] activating NMI Watchdog ... done.
May 29 17:39:11 p34 [ 48.485786] Using local APIC timer interrupts.
May 29 17:39:11 p34 [ 48.527564] result 16650037
May 29 17:39:11 p34 [ 48.527642] Detected 16.650 MHz APIC timer.
May 29 17:39:11 p34 [ 48.529312] Booting processor 1/4 APIC 0x2
May 29 17:39:11 p34 [ 48.539943] Initializing CPU#1
May 29 17:39:11 p34 [ 48.600727] Calibrating delay using timer specific routine.. 4795.07 BogoMIPS (lpj=2397539)
May 29 17:39:11 p34 [ 48.600785] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.600822] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.600852] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.600879] CPU: Processor Core ID: 2
May 29 17:39:11 p34 [ 48.600914] CPU1: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.601348] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.601451] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
May 29 17:39:11 p34 [ 48.623998] Booting processor 2/4 APIC 0x1
May 29 17:39:11 p34 [ 48.635015] Initializing CPU#2
May 29 17:39:11 p34 [ 48.694729] Calibrating delay using timer specific routine.. 4796.63 BogoMIPS (lpj=2398315)
May 29 17:39:11 p34 [ 48.694791] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.694829] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.694861] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.694891] CPU: Processor Core ID: 1
May 29 17:39:11 p34 [ 48.694928] CPU2: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.695368] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.695508] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
May 29 17:39:11 p34 [ 48.717915] Booting processor 3/4 APIC 0x3
May 29 17:39:11 p34 [ 48.728547] Initializing CPU#3
May 29 17:39:11 p34 [ 48.788686] Calibrating delay using timer specific routine.. 4795.46 BogoMIPS (lpj=2397730)
May 29 17:39:11 p34 [ 48.788750] CPU: L1 I cache: 32K, L1 D cache: 32K
May 29 17:39:11 p34 [ 48.788787] CPU: L2 cache: 4096K
May 29 17:39:11 p34 [ 48.788817] CPU: Physical Processor ID: 0
May 29 17:39:11 p34 [ 48.788846] CPU: Processor Core ID: 3
May 29 17:39:11 p34 [ 48.788882] CPU3: Thermal monitoring enabled (TM2)
May 29 17:39:11 p34 [ 48.789318] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
May 29 17:39:11 p34 [ 48.789446] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
May 29 17:39:11 p34 [ 48.810753] Brought up 4 CPUs
May 29 17:39:11 p34 [ 48.810941] testing NMI watchdog ... OK.
May 29 17:39:11 p34 [ 49.178287] migration_cost=156,193
May 29 17:39:11 p34 [ 49.182074] NET: Registered protocol family 16
May 29 17:39:11 p34 [ 49.183506] ACPI: bus type pci registered
May 29 17:39:11 p34 [ 49.183670] PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
May 29 17:39:11 p34 [ 49.183764] PCI: Not using MMCONFIG.
May 29 17:39:11 p34 [ 49.183847] PCI: Using configuration type 1
May 29 17:39:11 p34 [ 49.324928] ACPI: Interpreter enabled
May 29 17:39:11 p34 [ 49.325010] ACPI: Using IOAPIC for interrupt routing
May 29 17:39:11 p34 [ 49.518427] ACPI: PCI Root Bridge [PCI0] (0000:00)
May 29 17:39:11 p34 [ 49.523873] PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
May 29 17:39:11 p34 [ 49.523974] PCI quirk: region 0500-053f claimed by ICH6 GPIO
May 29 17:39:11 p34 [ 49.534492] PCI: Transparent bridge - 0000:00:1e.0
May 29 17:39:11 p34 [ 49.792346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.796475] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
May 29 17:39:11 p34 [ 49.800543] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.804653] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.808781] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12)
May 29 17:39:11 p34 [ 49.812812] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
May 29 17:39:11 p34 [ 49.816864] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
May 29 17:39:11 p34 [ 49.820999] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
May 29 17:39:11 p34 [ 49.824280] Linux Plug and Play Support v0.97 (c) Adam Belay
May 29 17:39:11 p34 [ 49.824569] pnp: PnP ACPI init
May 29 17:39:11 p34 [ 49.923406] pnp: PnP ACPI: found 12 devices
May 29 17:39:11 p34 [ 49.927655] SCSI subsystem initialized
May 29 17:39:11 p34 [ 49.935480] usbcore: registered new interface driver usbfs
May 29 17:39:11 p34 [ 49.936497] usbcore: registered new interface driver hub
May 29 17:39:11 p34 [ 49.939469] usbcore: registered new device driver usb
May 29 17:39:11 p34 [ 49.942750] PCI: Using ACPI for IRQ routing
May 29 17:39:11 p34 [ 49.942851] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
May 29 17:39:11 p34 [ 49.944223] PCI-GART: No AMD northbridge found.
May 29 17:39:11 p34 [ 49.944929] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 29 17:39:11 p34 [ 49.945145] hpet0: 3 64-bit timers, 14318180 Hz
May 29 17:39:11 p34 [ 49.946417] Time: tsc clocksource has been installed.
May 29 17:39:11 p34 [ 49.947517] pnp: 00:01: iomem range 0xf0000000-0xf7ffffff has been reserved
May 29 17:39:11 p34 [ 49.947640] pnp: 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
May 29 17:39:11 p34 [ 49.947785] pnp: 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
May 29 17:39:11 p34 [ 49.947943] pnp: 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
May 29 17:39:11 p34 [ 49.948125] pnp: 00:06: ioport range 0x500-0x53f has been reserved
May 29 17:39:11 p34 [ 49.948231] pnp: 00:06: ioport range 0x400-0x47f has been reserved
May 29 17:39:11 p34 [ 49.948433] pnp: 00:06: ioport range 0x680-0x6ff has been reserved
May 29 17:39:11 p34 [ 49.961379] ACPI: PCI Interrupt 0000:06:03.0[A] -> GSI 19 (level, low) -> IRQ 19
May 29 17:39:11 p34 [ 50.015143] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[e0084000-e00847ff] Max Packet=[2048] IR/IT contexts=[4/8]
May 29 17:39:11 p34 [ 50.016694] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
May 29 17:39:11 p34 [ 50.017108] PCI: Bridge: 0000:00:1c.0
May 29 17:39:11 p34 [ 50.017203] IO window: disabled.
May 29 17:39:11 p34 [ 50.017295] MEM window: e0700000-e07fffff
May 29 17:39:11 p34 [ 50.017381] PREFETCH window: disabled.
May 29 17:39:11 p34 [ 50.017507] PCI: Bridge: 0000:00:1c.1
May 29 17:39:11 p34 [ 50.017598] IO window: 5000-5fff
May 29 17:39:11 p34 [ 50.017689] MEM window: e0400000-e04fffff
May 29 17:39:11 p34 [ 50.017776] PREFETCH window: disabled.
May 29 17:39:11 p34 [ 50.017882] PCI: Bridge: 0000:00:1c.2
May 29 17:39:11 p34 [ 50.017966] IO window: 4000-4fff
May 29 17:39:11 p34 [ 50.018071] MEM window: e0300000-e03fffff
May 29 17:39:11 p34 [ 50.018189] PREFETCH window: e0800000-e08fffff
May 29 17:39:11 p34 [ 50.018297] PCI: Bridge: 0000:00:1c.3
May 29 17:39:11 p34 [ 50.018382] IO window: 3000-3fff
May 29 17:39:11 p34 [ 50.018504] MEM window: e0200000-e02fffff
May 29 17:39:11 p34 [ 50.018598] PREFETCH window: e0900000-e09fffff
May 29 17:39:11 p34 [ 50.018707] PCI: Bridge: 0000:00:1c.4
May 29 17:39:11 p34 [ 50.018792] IO window: 2000-2fff
May 29 17:39:11 p34 [ 50.018885] MEM window: e0100000-e01fffff
May 29 17:39:11 p34 [ 50.018976] PREFETCH window: e0a00000-e0afffff
May 29 17:39:11 p34 [ 50.019121] PCI: Bridge: 0000:00:1e.0
May 29 17:39:11 p34 [ 50.019234] IO window: 1000-1fff
May 29 17:39:11 p34 [ 50.019325] MEM window: e0000000-e00fffff
May 29 17:39:11 p34 [ 50.019436] PREFETCH window: e0b00000-e0bfffff
May 29 17:39:11 p34 [ 50.019625] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
May 29 17:39:11 p34 [ 50.019912] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
May 29 17:39:11 p34 [ 50.020251] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
May 29 17:39:11 p34 [ 50.020556] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
May 29 17:39:11 p34 [ 50.020829] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
May 29 17:39:11 p34 [ 50.022111] NET: Registered protocol family 2
May 29 17:39:11 p34 [ 50.032134] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 29 17:39:11 p34 [ 50.041151] TCP established hash table entries: 131072 (order: 9, 3145728 bytes)
May 29 17:39:11 p34 [ 50.053741] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 29 17:39:11 p34 [ 50.057942] TCP: Hash tables configured (established 131072 bind 65536)
May 29 17:39:11 p34 [ 50.058031] TCP reno registered
May 29 17:39:11 p34 [ 50.104079] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
May 29 17:39:11 p34 [ 50.108290] SGI XFS with large block/inode numbers, no debug enabled
May 29 17:39:11 p34 [ 50.124796] io scheduler noop registered
May 29 17:39:11 p34 [ 50.124877] io scheduler anticipatory registered (default)
May 29 17:39:11 p34 [ 50.130760] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.133909] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.136992] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.139916] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.142907] assign_interrupt_mode Found MSI capability
May 29 17:39:11 p34 [ 50.217615] lp: driver loaded but no devices found
May 29 17:39:11 p34 [ 50.219124] Real Time Clock Driver v1.12ac
May 29 17:39:11 p34 [ 50.221782] Linux agpgart interface v0.102 (c) Dave Jones
May 29 17:39:11 p34 [ 50.223328] agpgart: Detected an Intel 965G Chipset.
May 29 17:39:11 p34 [ 50.224565] agpgart: Detected 7676K stolen memory.
May 29 17:39:11 p34 [ 50.243289] agpgart: AGP aperture is 256M @ 0xd0000000
May 29 17:39:11 p34 [ 50.243856] [drm] Initialized drm 1.1.0 20060810
May 29 17:39:11 p34 [ 50.244141] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
May 29 17:39:11 p34 [ 50.246322] [drm] Initialized i915 1.6.0 20060119 on minor 0
May 29 17:39:11 p34 [ 50.247415] parport: PnPBIOS parport detected.
May 29 17:39:11 p34 [ 50.247654] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
May 29 17:39:11 p34 [ 50.331362] lp0: using parport0 (interrupt-driven).
May 29 17:39:11 p34 [ 50.341355] loop: loaded (max 8 devices)
May 29 17:39:11 p34 [ 50.341437] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
May 29 17:39:11 p34 [ 50.341528] Copyright (c) 1999-2006 Intel Corporation.
May 29 17:39:11 p34 [ 50.342520] ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
May 29 17:39:11 p34 [ 50.360685] e1000: 0000:00:19.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:6e:9d:43
May 29 17:39:11 p34 [ 50.439132] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 50.439655] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21
May 29 17:39:11 p34 [ 50.705534] e1000: 0000:06:00.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:00:cd:b1
May 29 17:39:11 p34 [ 50.857482] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 50.857724] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 22 (level, low) -> IRQ 22
May 29 17:39:11 p34 [ 51.107171] e1000: 0000:06:01.0: e1000_probe: (PCI:33MHz:32-bit) 00:07:e9:29:37:db
May 29 17:39:11 p34 [ 51.136221] e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection
May 29 17:39:11 p34 [ 51.138251] netconsole: device eth0 not up yet, forcing it
May 29 17:39:11 p34 [ 53.180364] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
May 29 17:39:11 p34 [ 53.683096] netconsole: network logging started
May 29 17:39:11 p34 [ 53.686923] ACPI: PCI Interrupt 0000:00:1f.2[A] ->
May 29 17:39:11 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:12 p34 [ 54.687783] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
May 29 17:39:12 p34 [ 54.687956] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part
May 29 17:39:12 p34 [ 54.690522] ata1: SATA max UDMA/133 cmd 0xffffc20000078100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.692552] ata2: SATA max UDMA/133 cmd 0xffffc20000078180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.694637] ata3: SATA max UDMA/133 cmd 0xffffc20000078200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.696669] ata4: SATA max UDMA/133 cmd 0xffffc20000078280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.698687] ata5: SATA max UDMA/133 cmd 0xffffc20000078300 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.700726] ata6: SATA max UDMA/133 cmd 0xffffc20000078380 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 377
May 29 17:39:12 p34 [ 54.701011] scsi0 : ahci
May 29 17:39:13 p34 [ 55.162816] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:13 p34 [ 55.165434] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
May 29 17:39:13 p34 [ 55.165604] ata1.00: 145226112 sectors, multi 0: LBA48
May 29 17:39:13 p34 [ 55.169510] ata1.00: configured for UDMA/133
May 29 17:39:13 p34 [ 55.170050] scsi1 : ahci
May 29 17:39:13 p34 [ 55.632888] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:13 p34 [ 55.635466] ata2.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
May 29 17:39:13 p34 [ 55.635625] ata2.00: 145226112 sectors, multi 0: LBA48
May 29 17:39:13 p34 [ 55.639563] ata2.00: configured for UDMA/133
May 29 17:39:13 p34 [ 55.639885] scsi2 : ahci
May 29 17:39:14 p34 [ 56.100111] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:14 p34 [ 56.101908] ata3.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:14 p34 [ 56.102086] ata3.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:14 p34 [ 56.104825] ata3.00: configured for UDMA/133
May 29 17:39:14 p34 [ 56.105036] scsi3 : ahci
May 29 17:39:14 p34 [ 56.567476] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:14 p34 [ 56.569281] ata4.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:14 p34 [ 56.569423] ata4.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:14 p34 [ 56.572150] ata4.00: configured for UDMA/133
May 29 17:39:14 p34 [ 56.572391] scsi4 : ahci
May 29 17:39:15 p34 [ 57.032365] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:15 p34 [ 57.034115] ata5.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:15 p34 [ 57.034245] ata5.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:15 p34 [ 57.036865] ata5.00: configured for UDMA/133
May 29 17:39:15 p34 [ 57.037078] scsi5 : ahci
May 29 17:39:15 p34 [ 57.496550] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:15 p34 [ 57.498270] ata6.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:15 p34 [ 57.498438] ata6.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32)
May 29 17:39:15 p34 [ 57.501093] ata6.00: configured for UDMA/133
May 29 17:39:15 p34 [ 57.502916] scsi 0:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.505120] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.505456] sda: Write Protect is off
May 29 17:39:15 p34 [ 57.506051] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.507023] SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.507356] sda: Write Protect is off
May 29 17:39:15 p34 [ 57.507977] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.508155] sda:
May 29 17:39:15 p34 sda1
May 29 17:39:15 p34 sda2
May 29 17:39:15 p34 sda3
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.524234] sd 0:0:0:0: Attached scsi disk sda
May 29 17:39:15 p34 [ 57.526473] scsi 1:0:0:0: Direct-Access ATA WDC WD740GD-00FL 33.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.528478] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.528824] sdb: Write Protect is off
May 29 17:39:15 p34 [ 57.529324] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.530179] SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)
May 29 17:39:15 p34 [ 57.530511] sdb: Write Protect is off
May 29 17:39:15 p34 [ 57.531016] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.531162] sdb:
May 29 17:39:15 p34 sdb1
May 29 17:39:15 p34 sdb2
May 29 17:39:15 p34 sdb3
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.545063] sd 1:0:0:0: Attached scsi disk sdb
May 29 17:39:15 p34 [ 57.547103] scsi 2:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.549007] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.549322] sdc: Write Protect is off
May 29 17:39:15 p34 [ 57.549869] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.550710] SCSI device sdc: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.551003] sdc: Write Protect is off
May 29 17:39:15 p34 [ 57.551505] SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.551726] sdc:
May 29 17:39:15 p34 sdc1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.565362] sd 2:0:0:0: Attached scsi disk sdc
May 29 17:39:15 p34 [ 57.567447] scsi 3:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.569384] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.569725] sdd: Write Protect is off
May 29 17:39:15 p34 [ 57.570218] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.571193] SCSI device sdd: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.571500] sdd: Write Protect is off
May 29 17:39:15 p34 [ 57.572003] SCSI device sdd: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.572162] sdd:
May 29 17:39:15 p34 sdd1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.587442] sd 3:0:0:0: Attached scsi disk sdd
May 29 17:39:15 p34 [ 57.589470] scsi 4:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.591359] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.591632] sde: Write Protect is off
May 29 17:39:15 p34 [ 57.592147] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.593038] SCSI device sde: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.593357] sde: Write Protect is off
May 29 17:39:15 p34 [ 57.593826] SCSI device sde: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.594001] sde:
May 29 17:39:15 p34 sde1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.605438] sd 4:0:0:0: Attached scsi disk sde
May 29 17:39:15 p34 [ 57.607617] scsi 5:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:15 p34 [ 57.609437] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.609770] sdf: Write Protect is off
May 29 17:39:15 p34 [ 57.610284] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.611221] SCSI device sdf: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:15 p34 [ 57.611518] sdf: Write Protect is off
May 29 17:39:15 p34 [ 57.612049] SCSI device sdf: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:15 p34 [ 57.612225] sdf:
May 29 17:39:15 p34 sdf1
May 29 17:39:15 p34
May 29 17:39:15 p34 [ 57.623709] sd 5:0:0:0: Attached scsi disk sdf
May 29 17:39:15 p34 [ 57.626592] ACPI: PCI Interrupt 0000:03:00.0[A] ->
May 29 17:39:15 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:15 p34 [ 57.628562] ata7: SATA max UDMA/100 cmd 0xffffc20000108000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
May 29 17:39:15 p34 [ 57.629915] ata8: SATA max UDMA/100 cmd 0xffffc2000010a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 18
May 29 17:39:15 p34 [ 57.630185] scsi6 : sata_sil24
May 29 17:39:16 p34 [ 58.036965] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.039003] ata7.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.039153] ata7.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.042162] ata7.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.042345] scsi7 : sata_sil24
May 29 17:39:16 p34 [ 58.448234] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.450325] ata8.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.450480] ata8.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.453526] ata8.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.454693] scsi 6:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:16 p34 [ 58.456666] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.456964] sdg: Write Protect is off
May 29 17:39:16 p34 [ 58.458045] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.458913] SCSI device sdg: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.459203] sdg: Write Protect is off
May 29 17:39:16 p34 [ 58.459754] SCSI device sdg: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.459918] sdg:
May 29 17:39:16 p34 sdg1
May 29 17:39:16 p34
May 29 17:39:16 p34 [ 58.474199] sd 6:0:0:0: Attached scsi disk sdg
May 29 17:39:16 p34 [ 58.476416] scsi 7:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:16 p34 [ 58.478356] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.478711] sdh: Write Protect is off
May 29 17:39:16 p34 [ 58.479177] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.480075] SCSI device sdh: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:16 p34 [ 58.480402] sdh: Write Protect is off
May 29 17:39:16 p34 [ 58.480928] SCSI device sdh: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:16 p34 [ 58.481075] sdh:
May 29 17:39:16 p34 sdh1
May 29 17:39:16 p34
May 29 17:39:16 p34 [ 58.495586] sd 7:0:0:0: Attached scsi disk sdh
May 29 17:39:16 p34 [ 58.496786] ACPI: PCI Interrupt 0000:04:00.0[A] ->
May 29 17:39:16 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:16 p34 [ 58.498258] ata9: SATA max UDMA/100 cmd 0xffffc20000110000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
May 29 17:39:16 p34 [ 58.499601] ata10: SATA max UDMA/100 cmd 0xffffc20000112000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 19
May 29 17:39:16 p34 [ 58.499831] scsi8 : sata_sil24
May 29 17:39:16 p34 [ 58.906766] ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:16 p34 [ 58.908540] ata9.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:16 p34 [ 58.908698] ata9.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:16 p34 [ 58.911323] ata9.00: configured for UDMA/100
May 29 17:39:16 p34 [ 58.911545] scsi9 : sata_sil24
May 29 17:39:17 p34 [ 59.317958] ata10: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:17 p34 [ 59.319759] ata10.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:17 p34 [ 59.319892] ata10.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:17 p34 [ 59.322532] ata10.00: configured for UDMA/100
May 29 17:39:17 p34 [ 59.323739] scsi 8:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:17 p34 [ 59.325657] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.325964] sdi: Write Protect is off
May 29 17:39:17 p34 [ 59.326500] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.327388] SCSI device sdi: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.327707] sdi: Write Protect is off
May 29 17:39:17 p34 [ 59.328203] SCSI device sdi: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.328380] sdi:
May 29 17:39:17 p34 sdi1
May 29 17:39:17 p34
May 29 17:39:17 p34 [ 59.340639] sd 8:0:0:0: Attached scsi disk sdi
May 29 17:39:17 p34 [ 59.342775] scsi 9:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:17 p34 [ 59.344776] SCSI device sdj: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.345103] sdj: Write Protect is off
May 29 17:39:17 p34 [ 59.345608] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.346489] SCSI device sdj: 293046768 5
May 29 17:39:17 p34 12-byte hdwr sectors (150040 MB)
May 29 17:39:17 p34 [ 59.346850] sdj: Write Protect is off
May 29 17:39:17 p34 [ 59.347393] SCSI device sdj: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:17 p34 [ 59.347552] sdj:
May 29 17:39:17 p34 sdj1
May 29 17:39:17 p34
May 29 17:39:17 p34 [ 59.362148] sd 9:0:0:0: Attached scsi disk sdj
May 29 17:39:17 p34 [ 59.363387] ACPI: PCI Interrupt 0000:05:00.0[A] ->
May 29 17:39:17 p34 GSI 16 (level, low) -> IRQ 16
May 29 17:39:17 p34 [ 59.365179] ata11: SATA max UDMA/100 cmd 0xffffc20000118000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
May 29 17:39:17 p34 [ 59.367143] ata12: SATA max UDMA/100 cmd 0xffffc2000011a000 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 16
May 29 17:39:17 p34 [ 59.367432] scsi10 : sata_sil24
May 29 17:39:17 p34 [ 59.775363] ata11: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:17 p34 [ 59.777435] ata11.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:17 p34 [ 59.777565] ata11.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:17 p34 [ 59.780599] ata11.00: configured for UDMA/100
May 29 17:39:17 p34 [ 59.780798] scsi11 : sata_sil24
May 29 17:39:18 p34 [ 60.187580] ata12: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 29 17:39:18 p34 [ 60.189625] ata12.00: ATA-7: WDC WD1500ADFD-00NLR1, 20.07P20, max UDMA/133
May 29 17:39:18 p34 [ 60.189769] ata12.00: 293046768 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 29 17:39:18 p34 [ 60.192796] ata12.00: configured for UDMA/100
May 29 17:39:18 p34 [ 60.193974] scsi 10:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.195832] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.196127] sdk: Write Protect is off
May 29 17:39:18 p34 [ 60.196614] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.197514] SCSI device sdk: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.197845] sdk: Write Protect is off
May 29 17:39:18 p34 [ 60.198333] SCSI device sdk: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.198507] sdk:
May 29 17:39:18 p34 sdk1
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.212748] sd 10:0:0:0: Attached scsi disk sdk
May 29 17:39:18 p34 [ 60.214934] scsi 11:0:0:0: Direct-Access ATA WDC WD1500ADFD-0 20.0 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.216923] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.217271] sdl: Write Protect is off
May 29 17:39:18 p34 [ 60.217774] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.218665] SCSI device sdl: 293046768 512-byte hdwr sectors (150040 MB)
May 29 17:39:18 p34 [ 60.218974] sdl: Write Protect is off
May 29 17:39:18 p34 [ 60.219497] SCSI device sdl: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 17:39:18 p34 [ 60.219671] sdl:
May 29 17:39:18 p34 sdl1
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.234367] sd 11:0:0:0: Attached scsi disk sdl
May 29 17:39:18 p34 [ 60.236317] ACPI: PCI Interrupt 0000:02:00.0[A] ->
May 29 17:39:18 p34 GSI 17 (level, low) -> IRQ 17
May 29 17:39:18 p34 [ 60.237365] ata13: PATA max UDMA/100 cmd 0x0000000000015018 ctl 0x0000000000015026 bmdma 0x0000000000015000 irq 17
May 29 17:39:18 p34 [ 60.237631] scsi12 : pata_marvell
May 29 17:39:18 p34 [ 60.239266] BAR5:
May 29 17:39:18 p34 00:00
May 29 17:39:18 p34 01:7F
May 29 17:39:18 p34 02:22
May 29 17:39:18 p34 03:CA
May 29 17:39:18 p34 04:00
May 29 17:39:18 p34 05:00
May 29 17:39:18 p34 06:00
May 29 17:39:18 p34 07:00
May 29 17:39:18 p34 08:00
May 29 17:39:18 p34 09:00
May 29 17:39:18 p34 0A:00
May 29 17:39:18 p34 0B:00
May 29 17:39:18 p34 0C:01
May 29 17:39:18 p34 0D:00
May 29 17:39:18 p34 0E:00
May 29 17:39:18 p34 0F:00
May 29 17:39:18 p34
May 29 17:39:18 p34 [ 60.545828] ata13.00: ATAPI, max UDMA/33
May 29 17:39:18 p34 [ 60.701530] ata13.00: configured for UDMA/33
May 29 17:39:18 p34 [ 60.703942] scsi 12:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
May 29 17:39:18 p34 [ 60.711411] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
May 29 17:39:18 p34 [ 60.711545] Uniform CD-ROM driver Revision: 3.20
May 29 17:39:18 p34 [ 60.714694] ACPI: PCI Interrupt 0000:00:1a.7[C] ->
May 29 17:39:18 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:18 p34 [ 60.715083] ehci_hcd 0000:00:1a.7: EHCI Host Controller
May 29 17:39:18 p34 [ 60.716069] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
May 29 17:39:18 p34 [ 60.716562] ehci_hcd 0000:00:1a.7: debug port 1
May 29 17:39:18 p34 [ 60.716810] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xe0625c00
May 29 17:39:18 p34 [ 60.720814] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 29 17:39:18 p34 [ 60.723647] usb usb1: configuration #1 chosen from 1 choice
May 29 17:39:18 p34 [ 60.724706] hub 1-0:1.0: USB hub found
May 29 17:39:18 p34 [ 60.724901] hub 1-0:1.0: 4 ports detected
May 29 17:39:18 p34 [ 60.829165] ACPI: PCI Interrupt 0000:00:1d.7[A] ->
May 29 17:39:18 p34 GSI 23 (level, low) -> IRQ 23
May 29 17:39:18 p34 [ 60.829583] ehci_hcd 0000:00:1d.7: EHCI Host Controller
May 29 17:39:18 p34 [ 60.830451] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 29 17:39:18 p34 [ 60.830986] ehci_hcd 0000:00:1d.7: debug port 1
May 29 17:39:18 p34 [ 60.831229] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0625800
May 29 17:39:18 p34 [ 60.835261] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 29 17:39:18 p34 [ 60.837971] usb usb2: configuration #1 chosen from 1 choice
May 29 17:39:18 p34 [ 60.839024] hub 2-0:1.0: USB hub found
May 29 17:39:18 p34 [ 60.839241] hub 2-0:1.0: 6 ports detected
May 29 17:39:19 p34 [ 60.942849] USB Universal Host Controller Interface driver v3.0
May 29 17:39:19 p34 [ 60.943912] ACPI: PCI Interrupt 0000:00:1a.0[A] ->
May 29 17:39:19 p34 GSI 16 (level, low) -> IRQ 16
May 29 17:39:19 p34 [ 60.944250] uhci_hcd 0000:00:1a.0: UHCI Host Controller
May 29 17:39:19 p34 [ 60.945081] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
May 29 17:39:19 p34 [ 60.945338] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0
May 29 17:39:19 p34 [ 60.948562] usb usb3: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 60.949639] hub 3-0:1.0: USB hub found
May 29 17:39:19 p34 [ 60.949832] hub 3-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.053768] ACPI: PCI Interrupt 0000:00:1a.1[B] ->
May 29 17:39:19 p34 GSI 21 (level, low) -> IRQ 21
May 29 17:39:19 p34 [ 61.054098] uhci_hcd 0000:00:1a.1: UHCI Host Controller
May 29 17:39:19 p34 [ 61.054937] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
May 29 17:39:19 p34 [ 61.055187] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
May 29 17:39:19 p34 [ 61.058179] usb usb4: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.059320] hub 4-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.059500] hub 4-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.162594] ACPI: PCI Interrupt 0000:00:1d.0[A] ->
May 29 17:39:19 p34 GSI 23 (level, low) -> IRQ 23
May 29 17:39:19 p34 [ 61.162944] uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 29 17:39:19 p34 [ 61.163751] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
May 29 17:39:19 p34 [ 61.164039] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
May 29 17:39:19 p34 [ 61.166996] usb usb5: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.168132] hub 5-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.168320] hub 5-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.271253] ACPI: PCI Interrupt 0000:00:1d.1[B] ->
May 29 17:39:19 p34 GSI 19 (level, low) -> IRQ 19
May 29 17:39:19 p34 [ 61.271587] uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 29 17:39:19 p34 [ 61.272501] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
May 29 17:39:19 p34 [ 61.272757] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
May 29 17:39:19 p34 [ 61.275754] usb usb6: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.276869] hub 6-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.277042] hub 6-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.379999] ACPI: PCI Interrupt 0000:00:1d.2[C] ->
May 29 17:39:19 p34 GSI 18 (level, low) -> IRQ 18
May 29 17:39:19 p34 [ 61.380331] uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 29 17:39:19 p34 [ 61.381211] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
May 29 17:39:19 p34 [ 61.381464] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
May 29 17:39:19 p34 [ 61.385027] usb usb7: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.386139] hub 7-0:1.0: USB hub found
May 29 17:39:19 p34 [ 61.386313] hub 7-0:1.0: 2 ports detected
May 29 17:39:19 p34 [ 61.477697] usb 5-1: new low speed USB device using uhci_hcd and address 2
May 29 17:39:19 p34 [ 61.489915] Initializing USB Mass Storage driver...
May 29 17:39:19 p34 [ 61.641966] usb 5-1: configuration #1 chosen from 1 choice
May 29 17:39:19 p34 [ 61.647974] usbcore: registered new interface driver usb-storage
May 29 17:39:19 p34 [ 61.648124] USB Mass Storage support registered.
May 29 17:39:19 p34 [ 61.649681] usbcore: registered new interface driver hiddev
May 29 17:39:20 p34 [ 62.146211]
May 29 17:39:20 p34 hiddev96
May 29 17:39:20 p34 : USB HID v1.00 Device [ UPS] on usb-0000:00:1d.0-1
May 29 17:39:20 p34 [ 62.146611] usbcore: registered new interface driver usbhid
May 29 17:39:20 p34 [ 62.146747] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
May 29 17:39:20 p34 [ 62.148329] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 29 17:39:20 p34 [ 62.152574] serio: i8042 KBD port at 0x60,0x64 irq 1
May 29 17:39:20 p34 [ 62.152739] serio: i8042 AUX port at 0x60,0x64 irq 12
May 29 17:39:20 p34 [ 62.153709] mice: PS/2 mouse device common for all mice
May 29 17:39:20 p34 [ 62.157353] input: PC Speaker as /class/input/input0
May 29 17:39:20 p34 [ 62.157569] i2c /dev entries driver
May 29 17:39:20 p34 [ 62.158424] md: raid1 personality registered for level 1
May 29 17:39:20 p34 [ 62.174745] raid6: int64x1 62 MB/s
May 29 17:39:20 p34 [ 62.178692] input: AT Translated Set 2 keyboard as /class/input/input1
May 29 17:39:20 p34 [ 62.192019] raid6: int64x2 89 MB/s
May 29 17:39:20 p34 [ 62.209023] raid6: int64x4 31 MB/s
May 29 17:39:20 p34 [ 62.225777] raid6: int64x8 11 MB/s
May 29 17:39:20 p34 [ 62.242854] raid6: sse2x1 148 MB/s
May 29 17:39:20 p34 [ 62.259636] raid6: sse2x2 269 MB/s
May 29 17:39:20 p34 [ 62.276650] raid6: sse2x4 460 MB/s
May 29 17:39:20 p34 [ 62.276789] raid6: using algorithm sse2x4 (460 MB/s)
May 29 17:39:20 p34 [ 62.276937] md: raid6 personality registered for level 6
May 29 17:39:20 p34 [ 62.277053] md: raid5 personality registered for level 5
May 29 17:39:20 p34 [ 62.277191] md: raid4 personality registered for level 4
May 29 17:39:20 p34 [ 62.277346] raid5: automatically using best checksumming function: generic_sse
May 29 17:39:20 p34 [ 62.281657] generic_sse: 56.000 MB/sec
May 29 17:39:20 p34 [ 62.281777] raid5: using function: generic_sse (56.000 MB/sec)
May 29 17:39:20 p34 [ 62.282244] Advanced Linux Sound Architecture Driver Version 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC).
May 29 17:39:20 p34 [ 62.288220] ACPI: PCI Interrupt 0000:00:1b.0[A] ->
May 29 17:39:20 p34 GSI 22 (level, low) -> IRQ 22
May 29 17:39:20 p34 [ 62.839554] input: ImPS/2 Generic Wheel Mouse as /class/input/input2
May 29 17:39:21 p34 [ 63.412487] hda_intel: azx_get_response timeout, switching to polling mode...
May 29 17:39:21 p34 [ 63.435772] ALSA device list:
May 29 17:39:21 p34 [ 63.435876] #0: HDA Intel at 0xe0620000 irq 22
May 29 17:39:21 p34 [ 63.436031] u32 classifier
May 29 17:39:21 p34 [ 63.436148] Actions configured
May 29 17:39:21 p34 [ 63.436279] nf_conntrack version 0.5.0 (8192 buckets, 65536 max)
May 29 17:39:21 p34 [ 63.438882] ip_tables: (C) 2000-2006 Netfilter Core Team
May 29 17:39:21 p34 [ 63.439995] TCP cubic registered
May 29 17:39:21 p34 [ 63.440386] NET: Registered protocol family 1
May 29 17:39:21 p34 [ 63.440507] NET: Registered protocol family 17
May 29 17:39:21 p34 [ 63.445397] md: Autodetecting RAID arrays.
May 29 17:39:21 p34 [ 63.572955] md: autorun ...
May 29 17:39:21 p34 [ 63.573095] md: considering sdl1 ...
May 29 17:39:21 p34 [ 63.573596] md: adding sdl1 ...
May 29 17:39:21 p34 [ 63.573924] md: adding sdk1 ...
May 29 17:39:21 p34 [ 63.574312] md: adding sdj1 ...
May 29 17:39:21 p34 [ 63.574664] md: adding sdi1 ...
May 29 17:39:21 p34 [ 63.575005] md: adding sdh1 ...
May 29 17:39:21 p34 [ 63.575396] md: adding sdg1 ...
May 29 17:39:21 p34 [ 63.575754] md: adding sdf1 ...
May 29 17:39:21 p34 [ 63.576089] md: adding sde1 ...
May 29 17:39:21 p34 [ 63.576472] md: adding sdd1 ...
May 29 17:39:21 p34 [ 63.576824] md: adding sdc1 ...
May 29 17:39:21 p34 [ 63.577015] md: sdb3 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577204] md: sdb2 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577446] md: sdb1 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577647] md: sda3 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.577846] md: sda2 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.578043] md: sda1 has different UUID to sdl1
May 29 17:39:21 p34 [ 63.579527] md: created md3
May 29 17:39:21 p34 [ 63.579639] md: bind<sdc1>
May 29 17:39:21 p34 [ 63.579956] md: bind<sdd1>
May 29 17:39:21 p34 [ 63.580329] md: bind<sde1>
May 29 17:39:21 p34 [ 63.580627] md: bind<sdf1>
May 29 17:39:21 p34 [ 63.580933] md: bind<sdg1>
May 29 17:39:21 p34 [ 63.581229] md: bind<sdh1>
May 29 17:39:21 p34 [ 63.581624] md: bind<sdi1>
May 29 17:39:21 p34 [ 63.582103] md: bind<sdj1>
May 29 17:39:21 p34 [ 63.582436] md: bind<sdk1>
May 29 17:39:21 p34 [ 63.582776] md: bind<sdl1>
May 29 17:39:21 p34 [ 63.583100] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.586384] raid5: device sdl1 operational as raid disk 2
May 29 17:39:21 p34 [ 63.586509] raid5: device sdk1 operational as raid disk 3
May 29 17:39:21 p34 [ 63.586656] raid5: device sdj1 operational as raid disk 0
May 29 17:39:21 p34 [ 63.586829] raid5: device sdi1 operational as raid disk 1
May 29 17:39:21 p34 [ 63.586973] raid5: device sdh1 operational as raid disk 6
May 29 17:39:21 p34 [ 63.587122] raid5: device sdg1 operational as raid disk 5
May 29 17:39:21 p34 [ 63.587317] raid5: device sdf1 operational as raid disk 4
May 29 17:39:21 p34 [ 63.587459] raid5: device sde1 operational as raid disk 7
May 29 17:39:21 p34 [ 63.587603] raid5: device sdd1 operational as raid disk 8
May 29 17:39:21 p34 [ 63.587758] raid5: device sdc1 operational as raid disk 9
May 29 17:39:21 p34 [ 63.608186] raid5: allocated 10562kB for md3
May 29 17:39:21 p34 [ 63.608334] raid5: raid level 5 set md3 active with 10 out of 10 devices, algorithm 2
May 29 17:39:21 p34 [ 63.608519] RAID5 conf printout:
May 29 17:39:21 p34 [ 63.608639] --- rd:10 wd:10
May 29 17:39:21 p34 [ 63.608767] disk 0, o:1, dev:sdj1
May 29 17:39:21 p34 [ 63.608897] disk 1, o:1, dev:sdi1
May 29 17:39:21 p34 [ 63.609073] disk 2, o:1, dev:sdl1
May 29 17:39:21 p34 [ 63.609184] disk 3, o:1, dev:sdk1
May 29 17:39:21 p34 [ 63.609346] disk 4, o:1, dev:sdf1
May 29 17:39:21 p34 [ 63.609507] disk 5, o:1, dev:sdg1
May 29 17:39:21 p34 [ 63.609640] disk 6, o:1, dev:sdh1
May 29 17:39:21 p34 [ 63.609771] disk 7, o:1, dev:sde1
May 29 17:39:21 p34 [ 63.609903] disk 8, o:1, dev:sdd1
May 29 17:39:21 p34 [ 63.610040] disk 9, o:1, dev:sdc1
May 29 17:39:21 p34 [ 63.612460] md: considering sdb3 ...
May 29 17:39:21 p34 [ 63.612835] md: adding sdb3 ...
May 29 17:39:21 p34 [ 63.613027] md: sdb2 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613220] md: sdb1 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613589] md: adding sda3 ...
May 29 17:39:21 p34 [ 63.613801] md: sda2 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.613997] md: sda1 has different UUID to sdb3
May 29 17:39:21 p34 [ 63.615606] md: created md2
May 29 17:39:21 p34 [ 63.615720] md: bind<sda3>
May 29 17:39:21 p34 [ 63.616094] md: bind<sdb3>
May 29 17:39:21 p34 [ 63.616575] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.619316] raid1: raid set md2 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.620513] md: considering sdb2 ...
May 29 17:39:21 p34 [ 63.620870] md: adding sdb2 ...
May 29 17:39:21 p34 [ 63.621082] md: sdb1 has different UUID to sdb2
May 29 17:39:21 p34 [ 63.621465] md: adding sda2 ...
May 29 17:39:21 p34 [ 63.621646] md: sda1 has different UUID to sdb2
May 29 17:39:21 p34 [ 63.623619] md: created md1
May 29 17:39:21 p34 [ 63.623733] md: bind<sda2>
May 29 17:39:21 p34 [ 63.624059] md: bind<sdb2>
May 29 17:39:21 p34 [ 63.624439] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.627438] raid1: raid set md1 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.628555] md: considering sdb1 ...
May 29 17:39:21 p34 [ 63.628883] md: adding sdb1 ...
May 29 17:39:21 p34 [ 63.629302] md: adding sda1 ...
May 29 17:39:21 p34 [ 63.629411] md: created md0
May 29 17:39:21 p34 [ 63.629576] md: bind<sda1>
May 29 17:39:21 p34 [ 63.629882] md: bind<sdb1>
May 29 17:39:21 p34 [ 63.630233] md: running:
May 29 17:39:21 p34
May 29 17:39:21 p34 [ 63.633438] raid1: raid set md0 active with 2 out of 2 mirrors
May 29 17:39:21 p34 [ 63.634598] md: ... autorun DONE.
May 29 17:39:21 p34 [ 63.695456] UDF-fs: No VRS found
May 29 17:39:21 p34 [ 63.699158] Filesystem "md2": Disabling barriers, not supported by the underlying device
May 29 17:39:21 p34 [ 63.713776] XFS mounting filesystem md2
May 29 17:39:21 p34 [ 63.813743] VFS: Mounted root (xfs filesystem) readonly.
May 29 17:39:21 p34 [ 63.814115] Freeing unused kernel memory: 220k freed
May 29 17:40:39 p34 [ 141.447304] Adding 16787768k swap on /dev/md0. Priority:-1 extents:1 across:16787768k
May 29 17:40:40 p34 [ 142.497721] Filesystem "md2": Disabling barriers, not supported by the underlying device
May 29 17:41:04 p34 [ 166.716017] kjournald starting. Commit interval 5 seconds
May 29 17:41:04 p34 [ 166.729375] EXT3 FS on md1,
May 29 17:41:04 p34 internal journal
May 29 17:41:04 p34 [ 166.729663] EXT3-fs: mounted filesystem with ordered data mode.
May 29 17:41:04 p34 [ 166.751799] Filesystem "md3": Disabling barriers, not supported by the underlying device
May 29 17:41:04 p34 [ 166.758717] XFS mounting filesystem md3
May 29 17:41:54 p34 [ 216.821357] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
May 29 17:42:29 p34 [ 251.481399] process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
May 29 17:46:42 p34 [ 504.074171] mtrr: no more MTRRs available
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards.
2007-05-30 14:33 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG) Justin Piszcz
2007-05-30 14:36 ` Justin Piszcz
@ 2007-05-30 14:50 ` Ernst Herzberg
1 sibling, 0 replies; 7+ messages in thread
From: Ernst Herzberg @ 2007-05-30 14:50 UTC (permalink / raw)
To: linux-kernel; +Cc: Justin Piszcz, Robert Hancock, crmotherboard
On Wednesday 30 May 2007 16:33, Justin Piszcz wrote:
> Am I the first person to try using 8 gigabytes of RAM on the 965
> chipset?
>
No. See http://lkml.org/lkml/2007/3/29/222
Same problem on ASUS P5B-VM with 4GB memory, if "memory remap feature" in
BIOS is activated. Without this option only 2.8GB of memory is avaliable.
lspci:
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV515 PRO [Radeon X1300/X1550 Series]
01:00.1 Display controller: ATI Technologies Inc RV515 PRO [Radeon X1300/X1550 Series] (Secondary)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
03:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
03:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
05:01.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
05:03.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
05:04.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video Broadcast Decoder (rev 01)
<earny>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-05-30 15:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <fa.4kEpre7NAj1mG6fooUMp/WVc8tg@ifi.uio.no>
2007-05-30 4:08 ` Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards Robert Hancock
2007-05-30 8:43 ` Justin Piszcz
2007-05-30 8:54 ` Justin Piszcz
2007-05-30 14:27 ` Robert Hancock
2007-05-30 14:33 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards. (FULL DMESG) Justin Piszcz
2007-05-30 14:36 ` Justin Piszcz
2007-05-30 14:50 ` Case: 7454422: Re: Kernel 2.6.21.3 does not work with 8GB of RAM on Intel 965WH motherboards Ernst Herzberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®