Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel

Lots of con-current I/O = resets SATA link? (2.6.25.10)

 

 

First page Previous page 1 2 Next page Last page  View All Linux kernel RSS feed   Index | Next | Previous | View Threaded


jpiszcz at lucidpixels

Jul 5, 2008, 9:57 AM

Post #1 of 30 (818 views)
Permalink
Lots of con-current I/O = resets SATA link? (2.6.25.10)

I've read the best way to 'deal' with this issue is to turn off apic/acpi
etc, is there any downside to turning them off? Particularly APIC for IRQ
routing?

This happens on drives on both the Intel 965 chipset motherboard ports and
PCI-e x1 cards, and the cables are not the issue (the cables with 12 other
150 raptors have no issues) (same cables I used with them)).

With NCQ on or OFF it occurs.

$ ls
0/ 10/ 12/ 14/ 16/ 18/ 2/ 3/ 5/ 7/ 9/ runtest.sh*
1/ 11/ 13/ 15/ 17/ 19/ 20/ 4/ 6/ 8/ linux-2.6.25.10.tar

$ cat runtest.sh
#!/bin/bash

for i in `seq 0 20`
do
cd $i
tar xf ../linux-2.6.25.10.tar &
cd ..
done

With NCQ off (earlier) (from just heavy I/O on the raid5):
Jul 5 11:50:06 p34 kernel: [112161.433913] ata6.00: exception Emask 0x0 SAct
0x0 SErr 0x0 action 0x2 frozen
Jul 5 11:50:06 p34 kernel: [112161.433923] ata6.00: cmd
b0/d8:00:00:4f:c2/00:00:00:00:00/00 tag 0
Jul 5 11:50:06 p34 kernel: [112161.433924] res
40/00:ff:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Jul 5 11:50:06 p34 kernel: [112161.433927] ata6.00: status: { DRDY }
Jul 5 11:50:06 p34 kernel: [112161.736858] ata6: soft resetting link
Jul 5 11:50:07 p34 kernel: [112161.889840] ata6: SATA link up 3.0 Gbps (SStatus
123 SControl 300)
Jul 5 11:50:07 p34 kernel: [112161.911418] ata6.00: configured for UDMA/133
Jul 5 11:50:07 p34 kernel: [112161.656792] sd 5:0:0:0: [sdf] Write Protect is
off
Jul 5 11:50:07 p34 kernel: [112161.656797] sd 5:0:0:0: [sdf] Mode Sense: 00 3a
00 00
Jul 5 11:50:07 p34 kernel: [112161.659296] sd 5:0:0:0: [sdf] Write cache:
enabled, read cache: enabled, doesn't support DPO or FUA

With NCQ on (with the test shown above):
[115786.990237] ata6.00: exception Emask 0x0 SAct 0x3ffff SErr 0x0 action 0x2 frozen
[115786.990247] ata6.00: cmd 60/80:00:bf:07:94/00:00:10:00:00/40 tag 0 ncq 65536 in
[115786.990249] res 40/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
[115786.990254] ata6.00: status: { DRDY }
[115786.990259] ata6.00: cmd 60/88:08:b7:ee:c1/01:00:1d:00:00/40 tag 1 ncq 200704 in
[115786.990261] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990265] ata6.00: status: { DRDY }
[115786.990270] ata6.00: cmd 60/f8:10:bf:eb:c1/02:00:1d:00:00/40 tag 2 ncq 389120 in
[115786.990271] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990275] ata6.00: status: { DRDY }
[115786.990280] ata6.00: cmd 60/c0:18:3f:e8:c1/01:00:1d:00:00/40 tag 3 ncq 229376 in
[115786.990282] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990286] ata6.00: status: { DRDY }
[115786.990291] ata6.00: cmd 60/c0:20:ff:e9:c1/01:00:1d:00:00/40 tag 4 ncq 229376 in
[115786.990293] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990297] ata6.00: status: { DRDY }
[115786.990302] ata6.00: cmd 61/08:28:0f:c6:b6/00:00:1f:00:00/40 tag 5 ncq 4096 out
[115786.990303] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990307] ata6.00: status: { DRDY }
[115786.990312] ata6.00: cmd 61/10:30:df:b0:17/00:00:01:00:00/40 tag 6 ncq 8192 out
[115786.990313] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990318] ata6.00: status: { DRDY }
[115786.990323] ata6.00: cmd 61/10:38:4f:88:79/00:00:03:00:00/40 tag 7 ncq 8192 out
[115786.990324] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990328] ata6.00: status: { DRDY }
[115786.990333] ata6.00: cmd 61/10:40:3f:18:95/00:00:05:00:00/40 tag 8 ncq 8192 out
[115786.990335] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990339] ata6.00: status: { DRDY }
[115786.990344] ata6.00: cmd 61/08:48:d7:f6:a9/00:00:06:00:00/40 tag 9 ncq 4096 out
[115786.990345] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990350] ata6.00: status: { DRDY }
[115786.990355] ata6.00: cmd 61/08:50:9f:37:b7/00:00:07:00:00/40 tag 10 ncq 4096 out
[115786.990356] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990360] ata6.00: status: { DRDY }
[115786.990365] ata6.00: cmd 61/08:58:27:7c:d1/00:00:08:00:00/40 tag 11 ncq 4096 out
[115786.990367] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990371] ata6.00: status: { DRDY }
[115786.990376] ata6.00: cmd 61/08:60:97:48:46/00:00:0d:00:00/40 tag 12 ncq 4096 out
[115786.990377] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990381] ata6.00: status: { DRDY }
[115786.990386] ata6.00: cmd 61/08:68:cf:b4:68/00:00:0e:00:00/40 tag 13 ncq 4096 out
[115786.990388] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990392] ata6.00: status: { DRDY }
[115786.990397] ata6.00: cmd 61/80:70:3f:06:94/01:00:10:00:00/40 tag 14 ncq 196608 out
[115786.990398] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990402] ata6.00: status: { DRDY }
[115786.990408] ata6.00: cmd 61/08:78:7f:a4:88/00:00:11:00:00/40 tag 15 ncq 4096 out
[115786.990409] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990413] ata6.00: status: { DRDY }
[115786.990418] ata6.00: cmd 61/08:80:37:b8:d5/00:00:13:00:00/40 tag 16 ncq 4096 out
[115786.990419] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990423] ata6.00: status: { DRDY }
[115786.990428] ata6.00: cmd 61/08:88:c7:a4:8b/00:00:1d:00:00/40 tag 17 ncq 4096 out
[115786.990430] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[115786.990454] ata6.00: status: { DRDY }
[115787.293177] ata6: soft resetting link
[115787.446158] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[115788.133592] ata6.00: configured for UDMA/133
[115788.133628] ata6: EH complete
[115787.877547] sd 5:0:0:0: [sdf] 586072368 512-byte hardware sectors (300069 MB)
[115787.877689] sd 5:0:0:0: [sdf] Write Protect is off
[115787.877692] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[115787.878746] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

What is the true cause of this, is there anyway to get more information?

I will test soon with apic/acpi=off.

Justin.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jnelson at jamponi

Jul 5, 2008, 10:35 AM

Post #2 of 30 (793 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

Try booting with:

nolapic

That largely fixed my problems on my motherboard (2.6.18+, EPoX MF-570SLI).
I hope to try 2.6.25+ soon.

--
Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jnelson-linux-raid at jamponi

Jul 5, 2008, 10:35 AM

Post #3 of 30 (794 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

Try booting with:

nolapic

That largely fixed my problems on my motherboard (2.6.18+, EPoX MF-570SLI).
I hope to try 2.6.25+ soon.
--
Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


hancockr at shaw

Jul 5, 2008, 11:38 AM

Post #4 of 30 (796 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

Justin Piszcz wrote:
> I've read the best way to 'deal' with this issue is to turn off
> apic/acpi etc, is there any downside to turning them off? Particularly
> APIC for IRQ routing?

It's not the best way to deal with it, more just a workaround, and if it
does help it should be reported because it indicates something else is
wrong. The main downsides to disabling APIC is that all interrupts will
be handled by one core and you'll end up with much more IRQ sharing.
Disabling ACPI on modern systems tends to be a bad idea, you'll get no
multi-core support, for one.

>
> This happens on drives on both the Intel 965 chipset motherboard ports
> and PCI-e x1 cards, and the cables are not the issue (the cables with 12
> other 150 raptors have no issues) (same cables I used with them)).
>
> With NCQ on or OFF it occurs.
>
> $ ls
> 0/ 10/ 12/ 14/ 16/ 18/ 2/ 3/ 5/ 7/ 9/ runtest.sh*
> 1/ 11/ 13/ 15/ 17/ 19/ 20/ 4/ 6/ 8/ linux-2.6.25.10.tar
>
> $ cat runtest.sh
> #!/bin/bash
>
> for i in `seq 0 20`
> do
> cd $i
> tar xf ../linux-2.6.25.10.tar &
> cd ..
> done
>
> With NCQ off (earlier) (from just heavy I/O on the raid5):
> Jul 5 11:50:06 p34 kernel: [112161.433913] ata6.00: exception Emask 0x0
> SAct
> 0x0 SErr 0x0 action 0x2 frozen
> Jul 5 11:50:06 p34 kernel: [112161.433923] ata6.00: cmd
> b0/d8:00:00:4f:c2/00:00:00:00:00/00 tag 0
> Jul 5 11:50:06 p34 kernel: [112161.433924] res
> 40/00:ff:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
> Jul 5 11:50:06 p34 kernel: [112161.433927] ata6.00: status: { DRDY }
> Jul 5 11:50:06 p34 kernel: [112161.736858] ata6: soft resetting link
> Jul 5 11:50:07 p34 kernel: [112161.889840] ata6: SATA link up 3.0 Gbps
> (SStatus
> 123 SControl 300)
> Jul 5 11:50:07 p34 kernel: [112161.911418] ata6.00: configured for
> UDMA/133
> Jul 5 11:50:07 p34 kernel: [112161.656792] sd 5:0:0:0: [sdf] Write
> Protect is
> off
> Jul 5 11:50:07 p34 kernel: [112161.656797] sd 5:0:0:0: [sdf] Mode
> Sense: 00 3a
> 00 00
> Jul 5 11:50:07 p34 kernel: [112161.659296] sd 5:0:0:0: [sdf] Write cache:
> enabled, read cache: enabled, doesn't support DPO or FUA
>
> With NCQ on (with the test shown above):
> [115786.990237] ata6.00: exception Emask 0x0 SAct 0x3ffff SErr 0x0
> action 0x2 frozen
> [115786.990247] ata6.00: cmd 60/80:00:bf:07:94/00:00:10:00:00/40 tag 0
> ncq 65536 in
> [115786.990249] res 40/00:00:00:00:00/00:00:00:00:00/a0 Emask
> 0x4 (timeout)
> [115786.990254] ata6.00: status: { DRDY }
> [115786.990259] ata6.00: cmd 60/88:08:b7:ee:c1/01:00:1d:00:00/40 tag 1
> ncq 200704 in
> [115786.990261] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990265] ata6.00: status: { DRDY }
> [115786.990270] ata6.00: cmd 60/f8:10:bf:eb:c1/02:00:1d:00:00/40 tag 2
> ncq 389120 in
> [115786.990271] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990275] ata6.00: status: { DRDY }
> [115786.990280] ata6.00: cmd 60/c0:18:3f:e8:c1/01:00:1d:00:00/40 tag 3
> ncq 229376 in
> [115786.990282] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990286] ata6.00: status: { DRDY }
> [115786.990291] ata6.00: cmd 60/c0:20:ff:e9:c1/01:00:1d:00:00/40 tag 4
> ncq 229376 in
> [115786.990293] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990297] ata6.00: status: { DRDY }
> [115786.990302] ata6.00: cmd 61/08:28:0f:c6:b6/00:00:1f:00:00/40 tag 5
> ncq 4096 out
> [115786.990303] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990307] ata6.00: status: { DRDY }
> [115786.990312] ata6.00: cmd 61/10:30:df:b0:17/00:00:01:00:00/40 tag 6
> ncq 8192 out
> [115786.990313] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990318] ata6.00: status: { DRDY }
> [115786.990323] ata6.00: cmd 61/10:38:4f:88:79/00:00:03:00:00/40 tag 7
> ncq 8192 out
> [115786.990324] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990328] ata6.00: status: { DRDY }
> [115786.990333] ata6.00: cmd 61/10:40:3f:18:95/00:00:05:00:00/40 tag 8
> ncq 8192 out
> [115786.990335] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990339] ata6.00: status: { DRDY }
> [115786.990344] ata6.00: cmd 61/08:48:d7:f6:a9/00:00:06:00:00/40 tag 9
> ncq 4096 out
> [115786.990345] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990350] ata6.00: status: { DRDY }
> [115786.990355] ata6.00: cmd 61/08:50:9f:37:b7/00:00:07:00:00/40 tag 10
> ncq 4096 out
> [115786.990356] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990360] ata6.00: status: { DRDY }
> [115786.990365] ata6.00: cmd 61/08:58:27:7c:d1/00:00:08:00:00/40 tag 11
> ncq 4096 out
> [115786.990367] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990371] ata6.00: status: { DRDY }
> [115786.990376] ata6.00: cmd 61/08:60:97:48:46/00:00:0d:00:00/40 tag 12
> ncq 4096 out
> [115786.990377] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990381] ata6.00: status: { DRDY }
> [115786.990386] ata6.00: cmd 61/08:68:cf:b4:68/00:00:0e:00:00/40 tag 13
> ncq 4096 out
> [115786.990388] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990392] ata6.00: status: { DRDY }
> [115786.990397] ata6.00: cmd 61/80:70:3f:06:94/01:00:10:00:00/40 tag 14
> ncq 196608 out
> [115786.990398] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990402] ata6.00: status: { DRDY }
> [115786.990408] ata6.00: cmd 61/08:78:7f:a4:88/00:00:11:00:00/40 tag 15
> ncq 4096 out
> [115786.990409] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990413] ata6.00: status: { DRDY }
> [115786.990418] ata6.00: cmd 61/08:80:37:b8:d5/00:00:13:00:00/40 tag 16
> ncq 4096 out
> [115786.990419] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990423] ata6.00: status: { DRDY }
> [115786.990428] ata6.00: cmd 61/08:88:c7:a4:8b/00:00:1d:00:00/40 tag 17
> ncq 4096 out
> [115786.990430] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [115786.990454] ata6.00: status: { DRDY }
> [115787.293177] ata6: soft resetting link
> [115787.446158] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [115788.133592] ata6.00: configured for UDMA/133
> [115788.133628] ata6: EH complete
> [115787.877547] sd 5:0:0:0: [sdf] 586072368 512-byte hardware sectors
> (300069 MB)
> [115787.877689] sd 5:0:0:0: [sdf] Write Protect is off
> [115787.877692] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
> [115787.878746] sd 5:0:0:0: [sdf] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
>
> What is the true cause of this, is there anyway to get more information?
>
> I will test soon with apic/acpi=off.

Can you post your dmesg from bootup with the controller/drive detection?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jpiszcz at lucidpixels

Jul 5, 2008, 12:28 PM

Post #5 of 30 (789 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

On Sat, 5 Jul 2008, Robert Hancock wrote:

> Justin Piszcz wrote:
>> I've read the best way to 'deal' with this issue is to turn off apic/acpi
>> etc, is there any downside to turning them off? Particularly APIC for IRQ
>> routing?
>
> It's not the best way to deal with it, more just a workaround, and if it does
> help it should be reported because it indicates something else is wrong. The
> main downsides to disabling APIC is that all interrupts will be handled by
> one core and you'll end up with much more IRQ sharing. Disabling ACPI on
> modern systems tends to be a bad idea, you'll get no multi-core support, for
> one.
>
>> [115787.446158] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [115788.133592] ata6.00: configured for UDMA/133
>> [115788.133628] ata6: EH complete
>> [115787.877547] sd 5:0:0:0: [sdf] 586072368 512-byte hardware sectors
>> (300069 MB)
>> [115787.877689] sd 5:0:0:0: [sdf] Write Protect is off
>> [115787.877692] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
>> [115787.878746] sd 5:0:0:0: [sdf] Write cache: enabled, read cache:
>> enabled, doesn't support DPO or FUA
>>
>> What is the true cause of this, is there anyway to get more information?
>>
>> I will test soon with apic/acpi=off.
>
> Can you post your dmesg from bootup with the controller/drive detection?

Below:

[ 0.000000] Linux version 2.6.25.10 (root[at]p34.internal.lan) (gcc version 4.3.1 (Debian 4.3.1-2) ) #1 SMP Thu Jul 3 04:57:42 EDT 2008
[ 0.000000] Command line: auto BOOT_IMAGE=2.6.25.10-1 ro root=902
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
[ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cf58f000 (usable)
[ 0.000000] BIOS-e820: 00000000cf58f000 - 00000000cf59c000 (reserved)
[ 0.000000] BIOS-e820: 00000000cf59c000 - 00000000cf639000 (usable)
[ 0.000000] BIOS-e820: 00000000cf639000 - 00000000cf694000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cf694000 - 00000000cf697000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cf697000 - 00000000cf6ef000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cf6ef000 - 00000000cf6f1000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cf6f1000 - 00000000cf6f2000 (usable)
[ 0.000000] BIOS-e820: 00000000cf6f2000 - 00000000cf6ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cf6ff000 - 00000000cf700000 (usable)
[ 0.000000] BIOS-e820: 00000000cf700000 - 00000000d0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f8000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000022c000000 (usable)
[ 0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used
[ 0.000000] Entering add_active_range(0, 256, 849295) 1 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849308, 849465) 2 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849649, 849650) 3 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849663, 849664) 4 entries of 256 used
[ 0.000000] Entering add_active_range(0, 1048576, 2277376) 5 entries of 256 used
[ 0.000000] end_pfn_map = 2277376
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP 000FE020, 0014 (r0 INTEL )
[ 0.000000] ACPI: RSDT CF6FD038, 0050 (r1 INTEL DG965WH 6CA 1000013)
[ 0.000000] ACPI: FACP CF6FC000, 0074 (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: DSDT CF6F7000, 442C (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: FACS CF697000, 0040
[ 0.000000] ACPI: APIC CF6F6000, 0078 (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: WDDT CF6F5000, 0040 (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: MCFG CF6F4000, 003C (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: ASF! CF6F3000, 00A6 (r32 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: HPET CF6F2000, 0038 (r1 INTEL DG965WH 6CA MSFT 1000013)
[ 0.000000] ACPI: SSDT CF6F0000, 020C (r1 INTEL CpuPm 6CA MSFT 1000013)
[ 0.000000] ACPI: SSDT CF6EF000, 0175 (r1 INTEL Cpu0Ist 6CA MSFT 1000013)
[ 0.000000] ACPI: SSDT CF696000, 0175 (r1 INTEL Cpu1Ist 6CA MSFT 1000013)
[ 0.000000] ACPI: SSDT CF695000, 0175 (r1 INTEL Cpu2Ist 6CA MSFT 1000013)
[ 0.000000] ACPI: SSDT CF694000, 0175 (r1 INTEL Cpu3Ist 6CA MSFT 1000013)
[ 0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used
[ 0.000000] Entering add_active_range(0, 256, 849295) 1 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849308, 849465) 2 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849649, 849650) 3 entries of 256 used
[ 0.000000] Entering add_active_range(0, 849663, 849664) 4 entries of 256 used
[ 0.000000] Entering add_active_range(0, 1048576, 2277376) 5 entries of 256 used
[ 0.000000] early res: 0 [0-fff] BIOS data page
[ 0.000000] early res: 1 [6000-7fff] SMP_TRAMPOLINE
[ 0.000000] early res: 2 [200000-7c93a7] TEXT DATA BSS
[ 0.000000] early res: 3 [9a400-a03ff] EBDA
[ 0.000000] early res: 4 [8000-11fff] PGTABLE
[ 0.000000] [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0
[ 0.000000] [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0
[ 0.000000] [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0
[ 0.000000] [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0
[ 0.000000] [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0
[ 0.000000] [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0
[ 0.000000] [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0
[ 0.000000] [ffffe20000e00000-ffffe20000ffffff] PMD ->ffff810002e00000 on node 0
[ 0.000000] [ffffe20001000000-ffffe200011fffff] PMD ->ffff810003200000 on node 0
[ 0.000000] [ffffe20001200000-ffffe200013fffff] PMD ->ffff810003600000 on node 0
[ 0.000000] [ffffe20001400000-ffffe200015fffff] PMD ->ffff810003a00000 on node 0
[ 0.000000] [ffffe20001600000-ffffe200017fffff] PMD ->ffff810003e00000 on node 0
[ 0.000000] [ffffe20001800000-ffffe200019fffff] PMD ->ffff810004200000 on node 0
[ 0.000000] [ffffe20001a00000-ffffe20001bfffff] PMD ->ffff810004600000 on node 0
[ 0.000000] [ffffe20001c00000-ffffe20001dfffff] PMD ->ffff810004a00000 on node 0
[ 0.000000] [ffffe20001e00000-ffffe20001ffffff] PMD ->ffff810004e00000 on node 0
[ 0.000000] [ffffe20002000000-ffffe200021fffff] PMD ->ffff810005200000 on node 0
[ 0.000000] [ffffe20002200000-ffffe200023fffff] PMD ->ffff810005600000 on node 0
[ 0.000000] [ffffe20002400000-ffffe200025fffff] PMD ->ffff810005a00000 on node 0
[ 0.000000] [ffffe20002600000-ffffe200027fffff] PMD ->ffff810005e00000 on node 0
[ 0.000000] [ffffe20002800000-ffffe200029fffff] PMD ->ffff810006200000 on node 0
[ 0.000000] [ffffe20002a00000-ffffe20002bfffff] PMD ->ffff810006600000 on node 0
[ 0.000000] [ffffe20002c00000-ffffe20002dfffff] PMD ->ffff810006a00000 on node 0
[ 0.000000] [ffffe20002e00000-ffffe20002ffffff] PMD ->ffff810006e00000 on node 0
[ 0.000000] [ffffe20003000000-ffffe200031fffff] PMD ->ffff810007200000 on node 0
[ 0.000000] [ffffe20003200000-ffffe200033fffff] PMD ->ffff810007600000 on node 0
[ 0.000000] [ffffe20003400000-ffffe200035fffff] PMD ->ffff810007a00000 on node 0
[ 0.000000] [ffffe20003600000-ffffe200037fffff] PMD ->ffff810007e00000 on node 0
[ 0.000000] [ffffe20003800000-ffffe200039fffff] PMD ->ffff810008200000 on node 0
[ 0.000000] [ffffe20003a00000-ffffe20003bfffff] PMD ->ffff810008600000 on node 0
[ 0.000000] [ffffe20003c00000-ffffe20003dfffff] PMD ->ffff810008a00000 on node 0
[ 0.000000] [ffffe20003e00000-ffffe20003ffffff] PMD ->ffff810008e00000 on node 0
[ 0.000000] [ffffe20004000000-ffffe200041fffff] PMD ->ffff810009200000 on node 0
[ 0.000000] [ffffe20004200000-ffffe200043fffff] PMD ->ffff810009600000 on node 0
[ 0.000000] [ffffe20004400000-ffffe200045fffff] PMD ->ffff810009a00000 on node 0
[ 0.000000] [ffffe20004600000-ffffe200047fffff] PMD ->ffff810009e00000 on node 0
[ 0.000000] [ffffe20004800000-ffffe200049fffff] PMD ->ffff81000a200000 on node 0
[ 0.000000] [ffffe20004a00000-ffffe20004bfffff] PMD ->ffff81000a600000 on node 0
[ 0.000000] [ffffe20004c00000-ffffe20004dfffff] PMD ->ffff81000aa00000 on node 0
[ 0.000000] [ffffe20004e00000-ffffe20004ffffff] PMD ->ffff81000ae00000 on node 0
[ 0.000000] [ffffe20005000000-ffffe200051fffff] PMD ->ffff81000b200000 on node 0
[ 0.000000] [ffffe20005200000-ffffe200053fffff] PMD ->ffff81000b600000 on node 0
[ 0.000000] [ffffe20005400000-ffffe200055fffff] PMD ->ffff81000ba00000 on node 0
[ 0.000000] [ffffe20005600000-ffffe200057fffff] PMD ->ffff81000be00000 on node 0
[ 0.000000] [ffffe20005800000-ffffe200059fffff] PMD ->ffff81000c200000 on node 0
[ 0.000000] [ffffe20005a00000-ffffe20005bfffff] PMD ->ffff81000c600000 on node 0
[ 0.000000] [ffffe20005c00000-ffffe20005dfffff] PMD ->ffff81000ca00000 on node 0
[ 0.000000] [ffffe20005e00000-ffffe20005ffffff] PMD ->ffff81000ce00000 on node 0
[ 0.000000] [ffffe20006000000-ffffe200061fffff] PMD ->ffff81000d200000 on node 0
[ 0.000000] [ffffe20006200000-ffffe200063fffff] PMD ->ffff81000d600000 on node 0
[ 0.000000] [ffffe20006400000-ffffe200065fffff] PMD ->ffff81000da00000 on node 0
[ 0.000000] [ffffe20006600000-ffffe200067fffff] PMD ->ffff81000de00000 on node 0
[ 0.000000] [ffffe20006800000-ffffe200069fffff] PMD ->ffff81000e200000 on node 0
[ 0.000000] [ffffe20006a00000-ffffe20006bfffff] PMD ->ffff81000e600000 on node 0
[ 0.000000] [ffffe20006c00000-ffffe20006dfffff] PMD ->ffff81000ea00000 on node 0
[ 0.000000] [ffffe20006e00000-ffffe20006ffffff] PMD ->ffff81000ee00000 on node 0
[ 0.000000] [ffffe20007000000-ffffe200071fffff] PMD ->ffff81000f200000 on node 0
[ 0.000000] [ffffe20007200000-ffffe200073fffff] PMD ->ffff81000f600000 on node 0
[ 0.000000] [ffffe20007400000-ffffe200075fffff] PMD ->ffff81000fa00000 on node 0
[ 0.000000] [ffffe20007600000-ffffe200077fffff] PMD ->ffff81000fe00000 on node 0
[ 0.000000] [ffffe20007800000-ffffe200079fffff] PMD ->ffff810010200000 on node 0
[ 0.000000] [ffffe20007a00000-ffffe20007bfffff] PMD ->ffff810010600000 on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] DMA32 4096 -> 1048576
[ 0.000000] Normal 1048576 -> 2277376
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0 -> 143
[ 0.000000] 0: 256 -> 849295
[ 0.000000] 0: 849308 -> 849465
[ 0.000000] 0: 849649 -> 849650
[ 0.000000] 0: 849663 -> 849664
[ 0.000000] 0: 1048576 -> 2277376
[ 0.000000] On node 0 totalpages: 2078141
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1502 pages reserved
[ 0.000000] DMA zone: 2425 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 831078 pages, LIFO batch:31
[ 0.000000] Normal zone: 16800 pages used for memmap
[ 0.000000] Normal zone: 1212000 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] Processor #2
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] Processor #3
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Setting APIC routing to flat
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at d2000000 (gap: d0000000:20000000)
[ 0.000000] PERCPU: Allocating 21960 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2045503
[ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6.25.10-1 ro root=902
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000001] time.c: Detected 2397.601 MHz processor.
[ 0.000017] Console: colour dummy device 80x25
[ 0.000020] console [tty0] enabled
[ 0.000999] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000999] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000999] Checking aperture...
[ 0.000999] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.000999] Placing software IO TLB between 0x11433000 - 0x15433000
[ 0.000999] Memory: 8100044k/9109504k available (3999k kernel code, 211796k reserved, 1251k data, 256k init)
[ 0.000999] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.000999] hpet clockevent registered
[ 0.059992] Calibrating delay using timer specific routine.. 4797.82 BogoMIPS (lpj=2398913)
[ 0.060037] Mount-cache hash table entries: 256
[ 0.060140] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.060143] CPU: L2 cache: 4096K
[ 0.060146] CPU: Physical Processor ID: 0
[ 0.060148] CPU: Processor Core ID: 0
[ 0.060155] CPU0: Thermal monitoring enabled (TM2)
[ 0.060157] using mwait in idle threads.
[ 0.060165] Freeing SMP alternatives: 35k freed
[ 0.060183] ACPI: Core revision 20070126
[ 0.077084] Using local APIC timer interrupts.
[ 0.077989] APIC timer calibration result 16649993
[ 0.077990] Detected 16.649 MHz APIC timer.
[ 0.078079] Booting processor 1/4 APIC 0x2
[ 0.000999] Initializing CPU#1
[ 0.000999] Calibrating delay using timer specific routine.. 4794.99 BogoMIPS (lpj=2397499)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 4096K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 2
[ 0.000999] CPU1: Thermal monitoring enabled (TM2)
[ 0.000999] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
[ 0.149473] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.150050] Booting processor 2/4 APIC 0x1
[ 0.000999] Initializing CPU#2
[ 0.000999] Calibrating delay using timer specific routine.. 4795.02 BogoMIPS (lpj=2397514)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 4096K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 1
[ 0.000999] CPU2: Thermal monitoring enabled (TM2)
[ 0.000999] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
[ 0.221461] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 0.222057] Booting processor 3/4 APIC 0x3
[ 0.000999] Initializing CPU#3
[ 0.000999] Calibrating delay using timer specific routine.. 4794.98 BogoMIPS (lpj=2397491)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 4096K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 3
[ 0.000999] CPU3: Thermal monitoring enabled (TM2)
[ 0.000999] Intel(R) Core(TM)2 Quad CPU @ 2.40GHz stepping 07
[ 0.293467] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 0.293961] Brought up 4 CPUs
[ 0.294306] net_namespace: 880 bytes
[ 0.294415] xor: automatically using best checksumming function: generic_sse
[ 0.298955] generic_sse: 8536.000 MB/sec
[ 0.298957] xor: using function: generic_sse (8536.000 MB/sec)
[ 0.299014] NET: Registered protocol family 16
[ 0.299181] No dock devices found.
[ 0.299286] ACPI: bus type pci registered
[ 0.303042] PCI: Using MMCONFIG at f0000000 - f7ffffff
[ 0.303044] PCI: Using configuration type 1
[ 0.306292] ACPI: EC: Look up EC in DSDT
[ 0.308191] ACPI: Interpreter enabled
[ 0.308194] ACPI: (supports S0 S5)
[ 0.308211] ACPI: Using IOAPIC for interrupt routing
[ 0.312322] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.313000] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.313005] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.313823] PCI: Transparent bridge - 0000:00:1e.0
[ 0.313853] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.314182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.314416] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.314506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.314596] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[ 0.314685] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.314774] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.319373] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.319459] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.319555] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.319639] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.319722] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.319804] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.319887] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.319951] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.320223] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.320284] pnp: PnP ACPI init
[ 0.320293] ACPI: bus type pnp registered
[ 0.323494] pnp: PnP ACPI: found 11 devices
[ 0.323498] ACPI: ACPI bus type pnp unregistered
[ 0.323753] SCSI subsystem initialized
[ 0.323851] libata version 3.00 loaded.
[ 0.323950] usbcore: registered new interface driver usbfs
[ 0.323960] usbcore: registered new interface driver hub
[ 0.324020] usbcore: registered new device driver usb
[ 0.324274] PCI: Using ACPI for IRQ routing
[ 0.324277] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 0.328963] PCI-GART: No AMD northbridge found.
[ 0.328970] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.328976] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.332963] system 00:01: iomem range 0xf0000000-0xf7ffffff could not be reserved
[ 0.332969] system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
[ 0.332974] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.332978] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.332983] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.332987] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.332991] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.332996] system 00:01: iomem range 0xfed45000-0xfed99fff has been reserved
[ 0.333000] system 00:01: iomem range 0xc0000-0xdffff has been reserved
[ 0.333004] system 00:01: iomem range 0xe0000-0xfffff could not be reserved
[ 0.333014] system 00:06: ioport range 0x500-0x53f has been reserved
[ 0.333018] system 00:06: ioport range 0x400-0x47f has been reserved
[ 0.333022] system 00:06: ioport range 0x360-0x361 has been reserved
[ 0.333026] system 00:06: ioport range 0x680-0x6ff has been reserved
[ 0.333686] PCI: Bridge: 0000:00:1c.0
[ 0.333689] IO window: disabled.
[ 0.333693] MEM window: disabled.
[ 0.333696] PREFETCH window: disabled.
[ 0.333701] PCI: Bridge: 0000:00:1c.1
[ 0.333703] IO window: 5000-5fff
[ 0.333708] MEM window: 0xe0400000-0xe04fffff
[ 0.333711] PREFETCH window: disabled.
[ 0.333716] PCI: Bridge: 0000:00:1c.2
[ 0.333719] IO window: 4000-4fff
[ 0.333723] MEM window: 0xe0300000-0xe03fffff
[ 0.333727] PREFETCH window: 0x00000000e0700000-0x00000000e07fffff
[ 0.333732] PCI: Bridge: 0000:00:1c.3
[ 0.333735] IO window: 3000-3fff
[ 0.333739] MEM window: 0xe0200000-0xe02fffff
[ 0.333742] PREFETCH window: 0x00000000e0800000-0x00000000e08fffff
[ 0.333748] PCI: Bridge: 0000:00:1c.4
[ 0.333750] IO window: 2000-2fff
[ 0.333754] MEM window: 0xe0100000-0xe01fffff
[ 0.333758] PREFETCH window: 0x00000000e0900000-0x00000000e09fffff
[ 0.333764] PCI: Bridge: 0000:00:1e.0
[ 0.333766] IO window: 1000-1fff
[ 0.333770] MEM window: 0xe0000000-0xe00fffff
[ 0.333774] PREFETCH window: 0x00000000e0a00000-0x00000000e0afffff
[ 0.333794] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 0.333800] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.333814] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 0.333820] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 0.333833] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 0.333839] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 0.333872] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
[ 0.333878] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 0.333891] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
[ 0.333896] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 0.333904] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.333949] NET: Registered protocol family 2
[ 0.345005] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.345590] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.347184] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.347731] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.347735] TCP reno registered
[ 0.056035] Installing knfsd (copyright (C) 1996 okir[at]monad.swb.de).
[ 0.056134] SGI XFS with large block/inode numbers, no debug enabled
[ 0.056622] async_tx: api initialized (sync-only)
[ 0.056625] io scheduler noop registered
[ 0.056649] io scheduler cfq registered (default)
[ 0.056657] pci 0000:00:02.0: Boot video device
[ 0.056993] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.057019] assign_interrupt_mode Found MSI capability
[ 0.057048] Allocate Port Service[0000:00:1c.0:pcie00]
[ 0.057106] Allocate Port Service[0000:00:1c.0:pcie02]
[ 0.057152] Allocate Port Service[0000:00:1c.0:pcie03]
[ 0.057246] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 0.057276] assign_interrupt_mode Found MSI capability
[ 0.057308] Allocate Port Service[0000:00:1c.1:pcie00]
[ 0.057348] Allocate Port Service[0000:00:1c.1:pcie02]
[ 0.057386] Allocate Port Service[0000:00:1c.1:pcie03]
[ 0.057468] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 0.057498] assign_interrupt_mode Found MSI capability
[ 0.057530] Allocate Port Service[0000:00:1c.2:pcie00]
[ 0.057570] Allocate Port Service[0000:00:1c.2:pcie02]
[ 0.057607] Allocate Port Service[0000:00:1c.2:pcie03]
[ 0.057712] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 0.057737] assign_interrupt_mode Found MSI capability
[ 0.057763] Allocate Port Service[0000:00:1c.3:pcie00]
[ 0.057815] Allocate Port Service[0000:00:1c.3:pcie02]
[ 0.057861] Allocate Port Service[0000:00:1c.3:pcie03]
[ 0.057957] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 0.057986] assign_interrupt_mode Found MSI capability
[ 0.057991] Allocate Port Service[0000:00:1c.4:pcie00]
[ 0.057991] Allocate Port Service[0000:00:1c.4:pcie02]
[ 0.058031] Allocate Port Service[0000:00:1c.4:pcie03]
[ 0.058403] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc20008100000, using 2560k, total 7616k
[ 0.058407] vesafb: mode is 1280x1024x8, linelength=1280, pages=4
[ 0.058409] vesafb: scrolling: redraw
[ 0.058412] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
[ 0.069212] Console: switching to colour frame buffer device 160x64
[ 0.079909] fb0: VESA VGA frame buffer device
[ 0.080054] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.080170] ACPI: Power Button (FF) [PWRF]
[ 0.080298] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 0.080417] ACPI: Sleep Button (CM) [SLPB]
[ 0.090085] Real Time Clock Driver v1.12ac
[ 0.090232] hpet_resources: 0xfed00000 is busy
[ 0.090273] Linux agpgart interface v0.103
[ 0.090341] agpgart: Detected an Intel 965G Chipset.
[ 0.091700] agpgart: Detected 7676K stolen memory.
[ 0.104465] agpgart: AGP aperture is 256M @ 0xd0000000
[ 0.104650] [drm] Initialized drm 1.1.0 20060810
[ 0.104735] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.104840] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 0.104982] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 0.105433] loop: module loaded
[ 0.105552] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[ 0.105640] Copyright (c) 1999-2006 Intel Corporation.
[ 0.105738] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 0.388945] Switched to high resolution mode on CPU 1
[ 0.208970] Switched to high resolution mode on CPU 3
[ 0.296959] Switched to high resolution mode on CPU 2
[ 0.500925] Switched to high resolution mode on CPU 0
[ 0.353439] e1000: 0000:06:00.0: e1000_probe: (PCI:33MHz:32-bit) 00:07:e9:29:37:db
[ 0.379214] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 0.379323] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 0.641506] e1000: 0000:06:01.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:00:cd:b1
[ 0.789084] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 0.789212] e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
[ 0.789288] e1000e: Copyright (c) 1999-2007 Intel Corporation.
[ 0.789393] ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 0.789502] PCI: Setting latency timer of device 0000:00:19.0 to 64
[ 0.889198] eth2: (PCI Express:2.5GB/s:Width x1) 00:19:d1:6e:9d:43
[ 0.889282] eth2: Intel(R) PRO/1000 Network Connection
[ 0.889371] eth2: MAC: 4, PHY: 6, PBA No: ffffff-0ff
[ 0.889485] console [netcon0] enabled
[ 0.889555] netconsole: network logging started
[ 0.889660] Driver 'sd' needs updating - please use bus_type methods
[ 0.889819] Driver 'sr' needs updating - please use bus_type methods
[ 0.889917] ahci 0000:00:1f.2: version 3.0
[ 0.889931] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level, low) -> IRQ 19
[ 1.890735] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 1.890845] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum part
[ 1.890940] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1.891185] scsi0 : ahci
[ 1.891310] scsi1 : ahci
[ 1.891419] scsi2 : ahci
[ 1.891527] scsi3 : ahci
[ 1.891806] scsi4 : ahci
[ 1.892805] scsi5 : ahci
[ 1.893844] ata1: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625100 irq 378
[ 1.894714] ata2: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625180 irq 378
[ 1.895713] ata3: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625200 irq 378
[ 1.896713] ata4: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625280 irq 378
[ 1.897723] ata5: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625300 irq 378
[ 1.898713] ata6: SATA max UDMA/133 abar m2048[at]0xe0625000 port 0xe0625380 irq 378
[ 2.356649] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.673654] ata1.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 2.674595] ata1.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 2.679961] ata1.00: configured for UDMA/133
[ 2.836575] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.155395] ata2.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 3.155521] ata2.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 3.161112] ata2.00: configured for UDMA/133
[ 3.322501] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.633983] ata3.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 3.634449] ata3.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 3.640394] ata3.00: configured for UDMA/133
[ 3.806428] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.112403] ata4.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 4.113376] ata4.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 4.119137] ata4.00: configured for UDMA/133
[ 4.397339] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.591563] ata5.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 4.592303] ata5.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 4.598246] ata5.00: configured for UDMA/133
[ 4.881265] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.069692] ata6.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 5.070230] ata6.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 5.076402] ata6.00: configured for UDMA/133
[ 4.805409] scsi 0:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 4.806411] sd 0:0:0:0: [sda] 586072368 512-byte hardware sectors (300069 MB)
[ 4.808276] sd 0:0:0:0: [sda] Write Protect is off
[ 4.809270] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.809285] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.810314] sd 0:0:0:0: [sda] 586072368 512-byte hardware sectors (300069 MB)
[ 4.811277] sd 0:0:0:0: [sda] Write Protect is off
[ 4.812269] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.812284] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.813271] sda: sda1 sda2 sda3
[ 5.107470] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.108393] scsi 1:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 5.109362] sd 1:0:0:0: [sdb] 586072368 512-byte hardware sectors (300069 MB)
[ 5.110233] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.111224] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.111239] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.112256] sd 1:0:0:0: [sdb] 586072368 512-byte hardware sectors (300069 MB)
[ 5.113230] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.114223] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.114238] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.115223] sdb: sdb1 sdb2 sdb3
[ 5.183395] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 5.184338] scsi 2:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 5.185346] sd 2:0:0:0: [sdc] 586072368 512-byte hardware sectors (300069 MB)
[ 5.186220] sd 2:0:0:0: [sdc] Write Protect is off
[ 5.187213] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.187227] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.188239] sd 2:0:0:0: [sdc] 586072368 512-byte hardware sectors (300069 MB)
[ 5.189219] sd 2:0:0:0: [sdc] Write Protect is off
[ 5.190212] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.190226] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.191212] sdc: sdc1
[ 5.196323] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 5.197334] scsi 3:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 5.198338] sd 3:0:0:0: [sdd] 586072368 512-byte hardware sectors (300069 MB)
[ 5.199218] sd 3:0:0:0: [sdd] Write Protect is off
[ 5.200211] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 5.200225] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.201238] sd 3:0:0:0: [sdd] 586072368 512-byte hardware sectors (300069 MB)
[ 5.202217] sd 3:0:0:0: [sdd] Write Protect is off
[ 5.203210] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 5.203224] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.204210] sdd: sdd1
[ 5.210279] sd 3:0:0:0: [sdd] Attached SCSI disk
[ 5.211333] scsi 4:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 5.212335] sd 4:0:0:0: [sde] 586072368 512-byte hardware sectors (300069 MB)
[ 5.213216] sd 4:0:0:0: [sde] Write Protect is off
[ 5.214209] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 5.214223] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.215236] sd 4:0:0:0: [sde] 586072368 512-byte hardware sectors (300069 MB)
[ 5.216215] sd 4:0:0:0: [sde] Write Protect is off
[ 5.217208] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 5.217222] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.218208] sde: sde1
[ 5.226329] sd 4:0:0:0: [sde] Attached SCSI disk
[ 5.227335] scsi 5:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 5.228332] sd 5:0:0:0: [sdf] 586072368 512-byte hardware sectors (300069 MB)
[ 5.229214] sd 5:0:0:0: [sdf] Write Protect is off
[ 5.230206] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 5.230221] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.231234] sd 5:0:0:0: [sdf] 586072368 512-byte hardware sectors (300069 MB)
[ 5.232213] sd 5:0:0:0: [sdf] Write Protect is off
[ 5.233205] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 5.233220] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.234205] sdf: sdf1
[ 5.240317] sd 5:0:0:0: [sdf] Attached SCSI disk
[ 5.241403] sata_sil24 0000:03:00.0: version 1.1
[ 5.241433] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 18
[ 5.242246] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 5.243248] scsi6 : sata_sil24
[ 5.245287] scsi7 : sata_sil24
[ 5.247256] ata7: SATA max UDMA/100 host m128[at]0xe0304000 port 0xe0300000 irq 18
[ 5.248205] ata8: SATA max UDMA/100 host m128[at]0xe0304000 port 0xe0302000 irq 18
[ 7.228923] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 7.400910] ata7.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 7.401876] ata7.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 7.407950] ata7.00: configured for UDMA/100
[ 9.394593] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 9.561003] ata8.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 9.561548] ata8.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 9.567892] ata8.00: configured for UDMA/100
[ 9.568598] scsi 6:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 9.569683] sd 6:0:0:0: [sdg] 586072368 512-byte hardware sectors (300069 MB)
[ 9.570561] sd 6:0:0:0: [sdg] Write Protect is off
[ 9.571546] sd 6:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 9.572553] sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.573575] sd 6:0:0:0: [sdg] 586072368 512-byte hardware sectors (300069 MB)
[ 9.574553] sd 6:0:0:0: [sdg] Write Protect is off
[ 9.575545] sd 6:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 9.575560] sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.576546] sdg: sdg1
[ 9.609654] sd 6:0:0:0: [sdg] Attached SCSI disk
[ 9.610670] scsi 7:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 9.611677] sd 7:0:0:0: [sdh] 586072368 512-byte hardware sectors (300069 MB)
[ 9.612547] sd 7:0:0:0: [sdh] Write Protect is off
[ 9.613540] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[ 9.613554] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.614566] sd 7:0:0:0: [sdh] 586072368 512-byte hardware sectors (300069 MB)
[ 9.615546] sd 7:0:0:0: [sdh] Write Protect is off
[ 9.616539] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[ 9.616553] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.617539] sdh: sdh1
[ 9.620650] sd 7:0:0:0: [sdh] Attached SCSI disk
[ 9.621631] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19 (level, low) -> IRQ 19
[ 9.622573] PCI: Setting latency timer of device 0000:04:00.0 to 64
[ 9.622685] scsi8 : sata_sil24
[ 9.623643] scsi9 : sata_sil24
[ 9.624621] ata9: SATA max UDMA/100 host m128[at]0xe0204000 port 0xe0200000 irq 19
[ 9.625539] ata10: SATA max UDMA/100 host m128[at]0xe0204000 port 0xe0202000 irq 19
[ 11.684245] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 11.780237] ata9.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 11.781210] ata9.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 11.789115] ata9.00: configured for UDMA/100
[ 13.852915] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 13.937011] ata10.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 13.938882] ata10.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 13.945218] ata10.00: configured for UDMA/100
[ 13.945947] scsi 8:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 13.947020] sd 8:0:0:0: [sdi] 586072368 512-byte hardware sectors (300069 MB)
[ 13.947889] sd 8:0:0:0: [sdi] Write Protect is off
[ 13.948881] sd 8:0:0:0: [sdi] Mode Sense: 00 3a 00 00
[ 13.948895] sd 8:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.949909] sd 8:0:0:0: [sdi] 586072368 512-byte hardware sectors (300069 MB)
[ 13.950887] sd 8:0:0:0: [sdi] Write Protect is off
[ 13.951880] sd 8:0:0:0: [sdi] Mode Sense: 00 3a 00 00
[ 13.951894] sd 8:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.952880] sdi: sdi1
[ 13.988990] sd 8:0:0:0: [sdi] Attached SCSI disk
[ 13.990005] scsi 9:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 13.991004] sd 9:0:0:0: [sdj] 586072368 512-byte hardware sectors (300069 MB)
[ 13.991881] sd 9:0:0:0: [sdj] Write Protect is off
[ 13.992874] sd 9:0:0:0: [sdj] Mode Sense: 00 3a 00 00
[ 13.992889] sd 9:0:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.993901] sd 9:0:0:0: [sdj] 586072368 512-byte hardware sectors (300069 MB)
[ 13.994881] sd 9:0:0:0: [sdj] Write Protect is off
[ 13.995873] sd 9:0:0:0: [sdj] Mode Sense: 00 3a 00 00
[ 13.995887] sd 9:0:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.996873] sdj: sdj1
[ 14.003988] sd 9:0:0:0: [sdj] Attached SCSI disk
[ 14.004964] ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 14.006907] PCI: Setting latency timer of device 0000:05:00.0 to 64
[ 14.007021] scsi10 : sata_sil24
[ 14.007976] scsi11 : sata_sil24
[ 14.008943] ata11: SATA max UDMA/100 host m128[at]0xe0104000 port 0xe0100000 irq 16
[ 14.009873] ata12: SATA max UDMA/100 host m128[at]0xe0104000 port 0xe0102000 irq 16
[ 16.144568] ata11: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 16.161178] ata11.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 16.161544] ata11.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 16.167968] ata11.00: configured for UDMA/100
[ 18.309238] ata12: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[ 18.319689] ata12.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
[ 18.320216] ata12.00: 586072368 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 18.326309] ata12.00: configured for UDMA/100
[ 18.327263] scsi 10:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 18.328352] sd 10:0:0:0: [sdk] 586072368 512-byte hardware sectors (300069 MB)
[ 18.329222] sd 10:0:0:0: [sdk] Write Protect is off
[ 18.330215] sd 10:0:0:0: [sdk] Mode Sense: 00 3a 00 00
[ 18.330229] sd 10:0:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.331252] sd 10:0:0:0: [sdk] 586072368 512-byte hardware sectors (300069 MB)
[ 18.332221] sd 10:0:0:0: [sdk] Write Protect is off
[ 18.333214] sd 10:0:0:0: [sdk] Mode Sense: 00 3a 00 00
[ 18.333228] sd 10:0:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.334214] sdk: sdk1
[ 18.368324] sd 10:0:0:0: [sdk] Attached SCSI disk
[ 18.369335] scsi 11:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
[ 18.370336] sd 11:0:0:0: [sdl] 586072368 512-byte hardware sectors (300069 MB)
[ 18.371216] sd 11:0:0:0: [sdl] Write Protect is off
[ 18.372208] sd 11:0:0:0: [sdl] Mode Sense: 00 3a 00 00
[ 18.372223] sd 11:0:0:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.373235] sd 11:0:0:0: [sdl] 586072368 512-byte hardware sectors (300069 MB)
[ 18.374215] sd 11:0:0:0: [sdl] Write Protect is off
[ 18.375207] sd 11:0:0:0: [sdl] Mode Sense: 00 3a 00 00
[ 18.375222] sd 11:0:0:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.376207] sdl: sdl1
[ 18.380321] sd 11:0:0:0: [sdl] Attached SCSI disk
[ 18.381333] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 18.382224] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 18.382298] scsi12 : pata_marvell
[ 18.383309] scsi13 : pata_marvell
[ 18.384281] ata13: PATA max UDMA/100 cmd 0x5018 ctl 0x5024 bmdma 0x5000 irq 17
[ 18.385206] ata14: DUMMY
[ 18.466560] 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
[ 18.772535] ata13.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 18.930500] ata13.00: configured for UDMA/33
[ 18.861800] scsi 12:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 18.865373] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 18.866133] Uniform CD-ROM driver Revision: 3.20
[ 18.867235] sr 12:0:0:0: Attached scsi CD-ROM sr0
[ 18.867611] ACPI: PCI Interrupt 0000:06:03.0[A] -> GSI 19 (level, low) -> IRQ 19
[ 18.918810] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[e0084000-e00847ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 18.919278] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[ 18.920130] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[ 18.920143] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 18.921206] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 18.926036] ehci_hcd 0000:00:1a.7: debug port 1
[ 18.926127] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[ 18.926131] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xe0625c00
[ 18.937125] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 18.938335] usb usb1: configuration #1 chosen from 1 choice
[ 18.939201] hub 1-0:1.0: USB hub found
[ 18.940135] hub 1-0:1.0: 4 ports detected
[ 19.042249] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 19.043110] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 19.043113] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 19.044174] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 19.049012] ehci_hcd 0000:00:1d.7: debug port 1
[ 19.049108] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 19.049114] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0625800
[ 19.060107] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 19.062156] usb usb2: configuration #1 chosen from 1 choice
[ 19.063169] hub 2-0:1.0: USB hub found
[ 19.064106] hub 2-0:1.0: 6 ports detected
[ 19.166238] USB Universal Host Controller Interface driver v3.0
[ 19.168113] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 19.169090] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 19.169092] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 19.170155] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 19.171104] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0
[ 19.172265] usb usb3: configuration #1 chosen from 1 choice
[ 19.173151] hub 3-0:1.0: USB hub found
[ 19.174089] hub 3-0:1.0: 2 ports detected
[ 19.276199] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 19.277073] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[ 19.277076] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 19.278138] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 19.279091] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
[ 19.280226] usb usb4: configuration #1 chosen from 1 choice
[ 19.281135] hub 4-0:1.0: USB hub found
[ 19.282073] hub 4-0:1.0: 2 ports detected
[ 19.464056] hub 2-0:1.0: unable to enumerate USB device on port 1
[ 19.384175] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 19.385057] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 19.385059] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 19.386124] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 19.387070] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
[ 19.388214] usb usb5: configuration #1 chosen from 1 choice
[ 19.389120] hub 5-0:1.0: USB hub found
[ 19.390056] hub 5-0:1.0: 2 ports detected
[ 19.672020] hub 2-0:1.0: unable to enumerate USB device on port 4
[ 19.492163] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 19.493040] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 19.493043] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 19.494105] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 19.495056] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
[ 19.497094] usb usb6: configuration #1 chosen from 1 choice
[ 19.498103] hub 6-0:1.0: USB hub found
[ 19.499040] hub 6-0:1.0: 2 ports detected
[ 19.601147] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 19.602024] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 19.602026] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 19.603090] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 19.605028] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
[ 19.606177] usb usb7: configuration #1 chosen from 1 choice
[ 19.607085] hub 7-0:1.0: USB hub found
[ 19.608023] hub 7-0:1.0: 2 ports detected
[ 19.893981] usb 5-1: new low speed USB device using uhci_hcd and address 2
[ 19.710157] Initializing USB Mass Storage driver...
[ 19.827405] usb 5-1: configuration #1 chosen from 1 choice
[ 20.023123] ieee1394: Host added: ID:BUS[0-00:1023] GUID[0090270001c5be9f]
[ 20.036960] usb 6-2: new full speed USB device using uhci_hcd and address 2
[ 20.196959] usb 6-2: configuration #1 chosen from 1 choice
[ 20.203891] hub 6-2:1.0: USB hub found
[ 20.204409] hub 6-2:1.0: 3 ports detected
[ 20.488800] usb 6-2.1: new full speed USB device using uhci_hcd and address 3
[ 20.614902] usb 6-2.1: configuration #1 chosen from 1 choice
[ 20.801753] usb 6-2.2: new low speed USB device using uhci_hcd and address 4
[ 20.921856] usb 6-2.2: configuration #1 chosen from 1 choice
[ 20.928781] usbcore: registered new interface driver usb-storage
[ 20.928826] USB Mass Storage support registered.
[ 20.930025] PNP: No PS/2 controller found. Probing ports directly.
[ 20.933984] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 20.934820] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 20.935892] mice: PS/2 mouse device common for all mice
[ 21.267717] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 21.347193] coretemp coretemp.0: Using relative temperature scale!
[ 21.347866] coretemp coretemp.1: Using relative temperature scale!
[ 21.348895] coretemp coretemp.2: Using relative temperature scale!
[ 21.349863] coretemp coretemp.3: Using relative temperature scale!
[ 21.351816] md: raid0 personality registered for level 0
[ 21.352755] md: raid1 personality registered for level 1
[ 21.370766] raid6: int64x1 2277 MB/s
[ 21.388751] raid6: int64x2 3000 MB/s
[ 21.406758] raid6: int64x4 2789 MB/s
[ 21.424753] raid6: int64x8 2089 MB/s
[ 21.442750] raid6: sse2x1 3730 MB/s
[ 21.460752] raid6: sse2x2 4285 MB/s
[ 21.478742] raid6: sse2x4 6664 MB/s
[ 21.479735] raid6: using algorithm sse2x4 (6664 MB/s)
[ 21.480736] md: raid6 personality registered for level 6
[ 21.481735] md: raid5 personality registered for level 5
[ 21.482735] md: raid4 personality registered for level 4
[ 21.483797] usbcore: registered new interface driver hiddev
[ 21.880059] hiddev96: USB HID v1.00 Device [ UPS] on usb-0000:00:1d.0-1
[ 21.883920] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2.1/6-2.1:1.0/input/input3
[ 21.888678] input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-0000:00:1d.1-2.1
[ 21.895665] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2.1/6-2.1:1.1/input/input4
[ 21.899676] input: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-0000:00:1d.1-2.1
[ 21.913811] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2.2/6-2.2:1.0/input/input5
[ 21.918715] input: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-2.2
[ 21.919727] usbcore: registered new interface driver usbhid
[ 21.920680] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 21.921741] Advanced Linux Sound Architecture Driver Version 1.0.16rc2 (Thu Jan 31 16:40:16 2008 UTC).
[ 21.923773] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 21.924681] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 21.962235] ALSA device list:
[ 21.962662] #0: HDA Intel at 0xe0620000 irq 22
[ 21.963692] u32 classifier
[ 21.964661] Actions configured
[ 21.965716] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 21.967776] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 21.968682] TCP cubic registered
[ 21.969680] NET: Registered protocol family 1
[ 21.970670] NET: Registered protocol family 17
[ 21.971846] RPC: Registered udp transport module.
[ 21.972661] RPC: Registered tcp transport module.
[ 21.974046] md: Autodetecting RAID arrays.
[ 22.130876] md: Scanned 16 and added 16 devices.
[ 22.131636] md: autorun ...
[ 22.132636] md: considering sdl1 ...
[ 22.133639] md: adding sdl1 ...
[ 22.134638] md: adding sdk1 ...
[ 22.135638] md: adding sdj1 ...
[ 22.137637] md: adding sdi1 ...
[ 22.138637] md: adding sdh1 ...
[ 22.139637] md: adding sdg1 ...
[ 22.140637] md: adding sdf1 ...
[ 22.141637] md: adding sde1 ...
[ 22.142637] md: adding sdd1 ...
[ 22.143636] md: adding sdc1 ...
[ 22.144636] md: sdb3 has different UUID to sdl1
[ 22.145635] md: sdb2 has different UUID to sdl1
[ 22.146635] md: sdb1 has different UUID to sdl1
[ 22.147635] md: sda3 has different UUID to sdl1
[ 22.148634] md: sda2 has different UUID to sdl1
[ 22.149634] md: sda1 has different UUID to sdl1
[ 22.151643] md: created md3
[ 22.152633] md: bind<sdc1>
[ 22.153639] md: bind<sdd1>
[ 22.154640] md: bind<sde1>
[ 22.155638] md: bind<sdf1>
[ 22.156639] md: bind<sdg1>
[ 22.157638] md: bind<sdh1>
[ 22.158638] md: bind<sdi1>
[ 22.159637] md: bind<sdj1>
[ 22.160638] md: bind<sdk1>
[ 22.161638] md: bind<sdl1>
[ 22.162637] md: running: <sdl1><sdk1><sdj1><sdi1><sdh1><sdg1><sdf1><sde1><sdd1><sdc1>
[ 22.163652] md: kicking non-fresh sdd1 from array!
[ 22.164633] md: unbind<sdd1>
[ 22.165633] md: export_rdev(sdd1)
[ 22.166637] raid5: device sdl1 operational as raid disk 9
[ 22.167631] raid5: device sdk1 operational as raid disk 8
[ 22.168631] raid5: device sdj1 operational as raid disk 7
[ 22.169630] raid5: device sdi1 operational as raid disk 6
[ 22.170630] raid5: device sdh1 operational as raid disk 5
[ 22.171630] raid5: device sdg1 operational as raid disk 4
[ 22.172630] raid5: device sdf1 operational as raid disk 3
[ 22.173630] raid5: device sde1 operational as raid disk 2
[ 22.174630] raid5: device sdc1 operational as raid disk 0
[ 22.176994] raid5: allocated 10574kB for md3
[ 22.177629] raid5: raid level 5 set md3 active with 9 out of 10 devices, algorithm 2
[ 22.178629] RAID5 conf printout:
[ 22.179629] --- rd:10 wd:9
[ 22.180651] disk 0, o:1, dev:sdc1
[ 22.181629] disk 2, o:1, dev:sde1
[ 22.182629] disk 3, o:1, dev:sdf1
[ 22.183628] disk 4, o:1, dev:sdg1
[ 22.184628] disk 5, o:1, dev:sdh1
[ 22.185628] disk 6, o:1, dev:sdi1
[ 22.186628] disk 7, o:1, dev:sdj1
[ 22.187628] disk 8, o:1, dev:sdk1
[ 22.187629] disk 9, o:1, dev:sdl1
[ 22.190980] md: considering sdb3 ...
[ 22.191631] md: adding sdb3 ...
[ 22.192628] md: sdb2 has different UUID to sdb3
[ 22.193628] md: sdb1 has different UUID to sdb3
[ 22.194629] md: adding sda3 ...
[ 22.195628] md: sda2 has different UUID to sdb3
[ 22.196627] md: sda1 has different UUID to sdb3
[ 22.197712] md: created md2
[ 22.198626] md: bind<sda3>
[ 22.199632] md: bind<sdb3>
[ 22.200631] md: running: <sdb3><sda3>
[ 22.201702] raid1: raid set md2 active with 2 out of 2 mirrors
[ 22.202691] md: considering sdb2 ...
[ 22.203628] md: adding sdb2 ...
[ 22.204626] md: sdb1 has different UUID to sdb2
[ 22.205627] md: adding sda2 ...
[ 22.206626] md: sda1 has different UUID to sdb2
[ 22.207703] md: created md1
[ 22.208625] md: bind<sda2>
[ 22.209630] md: bind<sdb2>
[ 22.210629] md: running: <sdb2><sda2>
[ 22.212700] raid1: raid set md1 active with 2 out of 2 mirrors
[ 22.213690] md: considering sdb1 ...
[ 22.214626] md: adding sdb1 ...
[ 22.215626] md: adding sda1 ...
[ 22.216624] md: created md0
[ 22.217623] md: bind<sda1>
[ 22.218630] md: bind<sdb1>
[ 22.219629] md: running: <sdb1><sda1>
[ 22.220700] raid1: raid set md0 active with 2 out of 2 mirrors
[ 22.221690] md: ... autorun DONE.
[ 22.259336] UDF-fs: No VRS found
[ 22.259957] Filesystem "md2": Disabling barriers, not supported by the underlying device
[ 22.260618] XFS: correcting sb_features alignment problem
[ 22.272582] XFS mounting filesystem md2
[ 22.377567] Ending clean XFS mount for filesystem: md2
[ 22.377598] VFS: Mounted root (xfs filesystem) readonly.
[ 22.377609] Freeing unused kernel memory: 256k freed
[ 24.720255] Adding 16787768k swap on /dev/md0. Priority:-1 extents:1 across:16787768k
[ 24.824654] Filesystem "md2": Disabling barriers, not supported by the underlying device
[ 26.944903] kjournald starting. Commit interval 5 seconds
[ 26.518955] EXT3 FS on md1, internal journal
[ 26.518959] EXT3-fs: mounted filesystem with ordered data mode.
[ 26.519307] Filesystem "md3": Disabling barriers, not supported by the underlying device
[ 26.519447] XFS mounting filesystem md3
[ 26.683692] Ending clean XFS mount for filesystem: md3
[ 28.560034] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
[ 28.734046] e1000: eth2: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
[ 30.053502] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 33.513766] warning: `named' uses 32-bit capabilities (legacy support in use)
[ 185.127945] md: bind<sdd1>
[ 185.150226] RAID5 conf printout:
[ 185.150230] --- rd:10 wd:9
[ 185.150232] disk 0, o:1, dev:sdc1
[ 185.150235] disk 1, o:1, dev:sdd1
[ 185.150238] disk 2, o:1, dev:sde1
[ 185.150241] disk 3, o:1, dev:sdf1
[ 185.150244] disk 4, o:1, dev:sdg1
[ 185.150247] disk 5, o:1, dev:sdh1
[ 185.150250] disk 6, o:1, dev:sdi1
[ 185.150253] disk 7, o:1, dev:sdj1
[ 185.150256] disk 8, o:1, dev:sdk1
[ 185.150258] disk 9, o:1, dev:sdl1
[ 185.053336] md: recovery of RAID array md3
[ 185.053361] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[ 185.053362] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[ 185.053371] md: using 128k window, over a total of 293032960 blocks.
[ 5832.879634] md: md3: recovery done.
[ 5833.870866] RAID5 conf printout:
[ 5833.870875] --- rd:10 wd:10
[ 5833.870878] disk 0, o:1, dev:sdc1
[ 5833.870882] disk 1, o:1, dev:sdd1
[ 5833.870885] disk 2, o:1, dev:sde1
[ 5833.870888] disk 3, o:1, dev:sdf1
[ 5833.870891] disk 4, o:1, dev:sdg1
[ 5833.870893] disk 5, o:1, dev:sdh1
[ 5833.870896] disk 6, o:1, dev:sdi1
[ 5833.870909] disk 7, o:1, dev:sdj1
[ 5833.870911] disk 8, o:1, dev:sdk1
[ 5833.870913] disk 9, o:1, dev:sdl1
[55164.325258] md: data-check of RAID array md0
[55164.325266] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[55164.325268] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for data-check.
[55164.325271] md: using 128k window, over a total of 16787776 blocks.
[55165.960235] md: delaying data-check of md1 until md0 has finished (they share one or more physical units)
[55166.383909] md: delaying data-check of md2 until md0 has finished (they share one or more physical units)
[55166.964687] md: delaying data-check of md1 until md2 has finished (they share one or more physical units)
[55167.386914] md: data-check of RAID array md3
[55167.386919] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[55167.386921] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for data-check.
[55167.386928] md: using 128k window, over a total of 293032960 blocks.
[55315.529779] md: md0: data-check done.
[55315.445302] md: delaying data-check of md1 until md2 has finished (they share one or more physical units)
[55315.445319] md: data-check of RAID array md2
[55315.445321] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[55315.445322] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for data-check.
[55315.445327] md: using 128k window, over a total of 276109056 blocks.
[55315.556313] RAID1 conf printout:
[55315.556321] --- wd:2 rd:2
[55315.556322] disk 0, wo:0, o:1, dev:sda1
[55315.556324] disk 1, wo:0, o:1, dev:sdb1
[58682.444937] md: md2: data-check done.
[58682.365721] md: data-check of RAID array md1
[58682.365729] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
[58682.365730] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for data-check.
[58682.365734] md: using 128k window, over a total of 136448 blocks.
[58682.485403] RAID1 conf printout:
[58682.485408] --- wd:2 rd:2
[58682.485420] disk 0, wo:0, o:1, dev:sda3
[58682.485422] disk 1, wo:0, o:1, dev:sdb3
[58683.793698] md: md1: data-check done.
[58683.831793] RAID1 conf printout:
[58683.831798] --- wd:2 rd:2
[58683.831800] disk 0, wo:0, o:1, dev:sda2
[58683.831801] disk 1, wo:0, o:1, dev:sdb2
[61891.936511] md: md3: data-check done.
[61893.152803] RAID5 conf printout:
[61893.152812] --- rd:10 wd:10
[61893.152815] disk 0, o:1, dev:sdc1
[61893.152817] disk 1, o:1, dev:sdd1
[61893.152819] disk 2, o:1, dev:sde1
[61893.152821] disk 3, o:1, dev:sdf1
[61893.152822] disk 4, o:1, dev:sdg1
[61893.152824] disk 5, o:1, dev:sdh1
[61893.152826] disk 6, o:1, dev:sdi1
[61893.152827] disk 7, o:1, dev:sdj1
[61893.152829] disk 8, o:1, dev:sdk1
[61893.152831] disk 9, o:1, dev:sdl1
[86349.168562] kvm: emulating exchange as write
[87546.433705] apic write: bad size=1 fee00030
[87546.433814] Ignoring de-assert INIT to vcpu 0
[89725.513763] handle_exception: unexpected, vectoring info 0x80000306 intr info 0x80000b0d
[89725.514930] pending exception: not handled yet
[89725.517367] pending exception: not handled yet
[107360.796671] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[107360.796680] ata4.00: cmd b0/d8:00:00:4f:c2/00:00:00:00:00/00 tag 0
[107360.796681] res 40/00:ff:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[107360.796685] ata4.00: status: { DRDY }
[107361.099615] ata4: soft resetting link
[107361.252599] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[107361.273562] ata4.00: configured for UDMA/133
[107361.273604] ata4: EH complete
[107361.018520] sd 3:0:0:0: [sdd] 586072368 512-byte hardware sectors (300069 MB)
[107361.018683] sd 3:0:0:0: [sdd] Write Protect is off
[107361.018687] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[107361.040887] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jnelson-linux-raid at jamponi

Jul 5, 2008, 3:53 PM

Post #6 of 30 (782 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

On Sat, Jul 5, 2008 at 2:04 PM, Robert Hancock <hancockr[at]shaw.ca> wrote:
> Jon Nelson wrote:
>>
>> Where should APIC errors be posted?
>> My EPoX MF570-SLI *will not boot* without noapic or nolapic.
>
> Post on linux-kernel about that one, with the dmesg from noapic mode and
> whatever info you can gather from when it won't boot. You might want to also
> test with 2.6.26-rc8 to see if the problem has already been fixed there.

Here is the boot log from booting my EPoX MF570SLI in nolapic mode.
When I boot without nolapic or noapic I get as far as

io scheduler cfq registered (default)

I can't boot to serial right now.


Inspecting /boot/System.map-2.6.22.18-0.2-default
Loaded 26669 symbols from /boot/System.map-2.6.22.18-0.2-default.
Symbols match kernel version 2.6.22.
No module symbols loaded - kernel modules not enabled.

klogd 1.4.1, log source = ksyslog started.
<5>Linux version 2.6.22.18-0.2-default (geeko[at]buildhost) (gcc version
4.2.1 (SUSE Linux)) #1 SMP 2008-06-09 13:53:20 +0200
<6>Command line:
root=/dev/disk/by-id/scsi-SATA_Hitachi_HDT7250_VFB200R210J8UJ-part1
splash=silent showopts nolapic
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
<4> BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
<4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
<4> BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
<4> BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
<4> BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
<4> BIOS-e820: 00000000d0000000 - 00000000f0000000 (reserved)
<4> BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
<7>Entering add_active_range(0, 0, 159) 0 entries of 3200 used
<7>Entering add_active_range(0, 256, 262128) 1 entries of 3200 used
<4>end_pfn_map = 1048576
<6>DMI 2.2 present.
<4>ACPI: RSDP 000F80B0, 0014 (r0 Nvidia)
<4>ACPI: RSDT 3FFF3040, 0034 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
<4>ACPI: FACP 3FFF30C0, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
<4>ACPI: DSDT 3FFF3180, 6732 (r1 NVIDIA AWRDACPI 1000 MSFT 100000E)
<4>ACPI: FACS 3FFF0000, 0040
<4>ACPI: SSDT 3FFF99C0, 01C4 (r1 PTLTD POWERNOW 1 LTP 1)
<4>ACPI: MCFG 3FFF9C00, 003C (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
<4>ACPI: APIC 3FFF9900, 0072 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
<6>Scanning NUMA topology in Northbridge 24
<6>No NUMA configuration found
<6>Faking a node at 0000000000000000-000000003fff0000
<7>Entering add_active_range(0, 0, 159) 0 entries of 3200 used
<7>Entering add_active_range(0, 256, 262128) 1 entries of 3200 used
<6>Bootmem setup node 0 0000000000000000-000000003fff0000
<4>Zone PFN ranges:
<4> DMA 0 -> 4096
<4> DMA32 4096 -> 1048576
<4> Normal 1048576 -> 1048576
<4>early_node_map[2] active PFN ranges
<4> 0: 0 -> 159
<4> 0: 256 -> 262128
<7>On node 0 totalpages: 262031
<7> DMA zone: 56 pages used for memmap
<7> DMA zone: 1270 pages reserved
<7> DMA zone: 2673 pages, LIFO batch:0
<7> DMA32 zone: 3527 pages used for memmap
<7> DMA32 zone: 254505 pages, LIFO batch:31
<7> Normal zone: 0 pages used for memmap
<6>Nvidia board detected. Ignoring ACPI timer override.
<6>If you got timer trouble try acpi_use_timer_override
<6>ACPI: PM-Timer IO Port: 0x1008
<4>Intel MultiProcessor Specification v1.4
<6>MPTABLE: OEM ID: OEM00000 MPTABLE: Product ID: PROD00000000
MPTABLE: APIC at: 0xFEE00000
<6>Processor #0 (Bootup-CPU)
<6>Processor #1
<4>I/O APIC #2 at 0xFEC00000.
<6>Setting APIC routing to flat
<6>Processors: 2
<4>swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
<4>swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
<4>swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
<6>Allocating PCI resources starting at 50000000 (gap: 40000000:90000000)
<6>SMP: Allowing 2 CPUs, 0 hotplug CPUs
<6>PERCPU: Allocating 50296 bytes of per cpu data
<4>Built 1 zonelists. Total pages: 257178
<5>Kernel command line:
root=/dev/disk/by-id/scsi-SATA_Hitachi_HDT7250_VFB200R210J8UJ-part1
splash=silent showopts nolapic
<6>bootsplash: silent mode.
<4>Initializing CPU#0
<4>PID hash table entries: 4096 (order: 12, 32768 bytes)
<4>Marking TSC unstable due to TSCs unsynchronized
<6>time.c: Detected 1909.819 MHz processor.
<4>Console: colour VGA+ 80x25
<4>Checking aperture...
<4>CPU 0: aperture @ 4a0000000 size 32 MB
<4>Aperture too small (32 MB)
<4>No AGP bridge found
<4>Memory: 1025640k/1048512k available (2054k kernel code, 22484k
reserved, 1017k data, 316k init)
<4>Calibrating delay using timer specific routine.. 3822.77 BogoMIPS
(lpj=7645557)
<6>Security Framework v1.0.0 initialized
<4>Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
<4>Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
<4>Mount-cache hash table entries: 256
<6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
<6>CPU: L2 Cache: 512K (64 bytes/line)
<6>CPU 0/0 -> Node 0
<6>CPU: Physical Processor ID: 0
<6>CPU: Processor Core ID: 0
<6>SMP alternatives: switching to UP code
<6>Unpacking initramfs... done
<6>Freeing initrd memory: 2802k freed
<6>ACPI: Core revision 20070126
<4>ACPI: successfully read 23791 bytes from file /DSDT.aml
<4>ACPI: Override [DSDT-AWRDACPI] from initramfs - tainting kernel
<4>ACPI: Table DSDT replaced by host OS
<4>ACPI: DSDT 00000000, 5CEF (r1 NVIDIA AWRDACPI 1000 INTL 20060912)
<4>Parsing all Control Methods:
<4>Table [DSDT](id 0001) - 1114 Objects with 104 Devices 325 Methods 43 Regions
<4>Parsing all Control Methods:
<4>Table [SSDT](id 0002) - 8 Objects with 0 Devices 0 Methods 0 Regions
<4> tbxface-0587 [00] tb_load_namespace : ACPI Tables successfully acquired
<4>ACPI: setting ELCR to 0200 (from 0ca0)
<4>evxfevnt-0091 [00] enable : Transition to ACPI mode successful
<4>ExtINT not setup in hardware but reported by MP table
<6>Using local APIC timer interrupts.
<4>result 12564602
<6>Detected 12.564 MHz APIC timer.
<6>SMP alternatives: switching to SMP code
<6>Booting processor 1/2 APIC 0x1
<4>Initializing CPU#1
<4>Calibrating delay using timer specific routine.. 3819.83 BogoMIPS
(lpj=7639667)
<6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
<6>CPU: L2 Cache: 512K (64 bytes/line)
<6>CPU 1/1 -> Node 0
<6>CPU: Physical Processor ID: 0
<6>CPU: Processor Core ID: 1
<4>AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ stepping 01
<6>Brought up 2 CPUs
<4>migration_cost=192
<6>NET: Registered protocol family 16
<6>ACPI: bus type pci registered
<6>PCI: Using MMCONFIG at e0000000 - efffffff
<5>PCI: No mmconfig possible on device 00:18
<4>evgpeblk-0956 [00] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4
regs on int 0x9
<4>evgpeblk-0956 [00] ev_create_gpe_block : GPE 20 to 5F [_GPE] 8
regs on int 0x9
<4>evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 8 Wake, Enabled 1
Runtime GPEs in this block
<4>evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 0 Wake, Enabled 0
Runtime GPEs in this block
<7>ACPI: EC: Look up EC in DSDT
<4>Completing Region/Field/Buffer/Package
initialization:...................................................................................................
<4>Initialized 39/43 Regions 9/9 Fields 34/34 Buffers 17/29 Packages
(1131 nodes)
<4>Initializing Device/Processor/Thermal objects by executing _INI methods:..
<4>Executed 2 _INI methods requiring 1 _STA executions (examined 109 objects)
<6>ACPI: Interpreter enabled
<6>ACPI: (supports S0 S1 S4 S5)
<6>ACPI: Using PIC for interrupt routing
<6>ACPI: PCI Root Bridge [PCI0] (0000:00)
<7>PCI: Probing PCI hardware (bus 00)
<6>PCI: Transparent bridge - 0000:00:06.0
<7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
<7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
<4>ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK2] (IRQs 5 *7 9 10 11 14 15)
<4>ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LUBA] (IRQs 5 *7 9 10 11 14 15)
<4>ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 *10 11 14 15)
<4>ACPI: PCI Interrupt Link [LMC1] (IRQs 5 7 9 10 *11 14 15)
<4>ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15)
<4>ACPI: PCI Interrupt Link [LUB2] (IRQs *5 7 9 10 11 14 15)
<4>ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LSID] (IRQs *5 7 9 10 11 14 15)
<4>ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
<4>ACPI: PCI Interrupt Link [LSA2] (IRQs 5 7 9 10 *11 14 15)
<4>ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [AMC1] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
<4>ACPI: PCI Interrupt Link [ASA2] (IRQs 20 21 22 23) *0, disabled.
<6>Linux Plug and Play Support v0.97 (c) Adam Belay
<6>pnp: PnP ACPI init
<6>ACPI: bus type pnp registered
<6>pnp: PnP ACPI: found 10 devices
<6>ACPI: ACPI bus type pnp unregistered
<6>PCI: Using ACPI for IRQ routing
<6>PCI: If a device doesn't work, try "pci=routeirq". If it helps,
post a report
<4>ACPI: RTC can wake from S4
<6>pnp: 00:01: ioport range 0x1000-0x107f has been reserved
<6>pnp: 00:01: ioport range 0x1080-0x10ff has been reserved
<6>pnp: 00:01: ioport range 0x1400-0x147f has been reserved
<6>pnp: 00:01: ioport range 0x1480-0x14ff has been reserved
<6>pnp: 00:01: ioport range 0x1800-0x187f has been reserved
<6>pnp: 00:01: ioport range 0x1880-0x18ff has been reserved
<6>pnp: 00:01: iomem range 0xfff00000-0x10fefffff has been reserved
<6>pnp: 00:08: iomem range 0xe0000000-0xefffffff could not be reserved
<6>pnp: 00:09: iomem range 0xf0000-0xf3fff could not be reserved
<6>pnp: 00:09: iomem range 0xf4000-0xf7fff could not be reserved
<6>pnp: 00:09: iomem range 0xf8000-0xfbfff could not be reserved
<6>pnp: 00:09: iomem range 0xfc000-0xfffff could not be reserved
<6>PCI: Bridge: 0000:00:06.0
<6> IO window: a000-afff
<6> MEM window: fc800000-fd3fffff
<6> PREFETCH window: fde00000-fdefffff
<6>Time: acpi_pm clocksource has been installed.
<6>PCI: Bridge: 0000:00:0a.0
<6> IO window: 9000-9fff
<6> MEM window: fdd00000-fddfffff
<6> PREFETCH window: fdc00000-fdcfffff
<6>PCI: Bridge: 0000:00:0b.0
<6> IO window: 8000-8fff
<6> MEM window: fdb00000-fdbfffff
<6> PREFETCH window: fda00000-fdafffff
<6>PCI: Bridge: 0000:00:0d.0
<6> IO window: 7000-7fff
<6> MEM window: fd900000-fd9fffff
<6> PREFETCH window: fd800000-fd8fffff
<6>PCI: Bridge: 0000:00:0e.0
<6> IO window: 6000-6fff
<6> MEM window: fd700000-fd7fffff
<6> PREFETCH window: fd600000-fd6fffff
<6>PCI: Bridge: 0000:00:0f.0
<6> IO window: 5000-5fff
<6> MEM window: fd500000-fd5fffff
<6> PREFETCH window: fd400000-fd4fffff
<7>PCI: Setting latency timer of device 0000:00:06.0 to 64
<7>PCI: Setting latency timer of device 0000:00:0a.0 to 64
<7>PCI: Setting latency timer of device 0000:00:0b.0 to 64
<7>PCI: Setting latency timer of device 0000:00:0d.0 to 64
<7>PCI: Setting latency timer of device 0000:00:0e.0 to 64
<7>PCI: Setting latency timer of device 0000:00:0f.0 to 64
<6>NET: Registered protocol family 2
<4>IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
<4>TCP established hash table entries: 131072 (order: 9, 3145728 bytes)
<4>TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
<6>TCP: Hash tables configured (established 131072 bind 65536)
<6>TCP reno registered
<6>audit: initializing netlink socket (disabled)
<5>audit(1214863836.464:1): initialized
<4>Total HugeTLB memory allocated, 0
<5>VFS: Disk quotas dquot_6.5.1
<4>Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<6>io scheduler noop registered
<6>io scheduler anticipatory registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)

************* without "nolapic" or "noapic" the above message is the
last I ever see ***********

<4>0000:00:02.1 EHCI: BIOS handoff failed (BIOS bug ?) 01010001
<7>Boot video device is 0000:01:05.0
<7>PCI: Setting latency timer of device 0000:00:0a.0 to 64
<4>assign_interrupt_mode Found MSI capability
<7>Allocate Port Service[0000:00:0a.0:pcie00]
<7>Allocate Port Service[0000:00:0a.0:pcie03]
<7>PCI: Setting latency timer of device 0000:00:0b.0 to 64
<4>assign_interrupt_mode Found MSI capability
<7>Allocate Port Service[0000:00:0b.0:pcie00]
<7>Allocate Port Service[0000:00:0b.0:pcie03]
<7>PCI: Setting latency timer of device 0000:00:0d.0 to 64
<4>assign_interrupt_mode Found MSI capability
<7>Allocate Port Service[0000:00:0d.0:pcie00]
<7>Allocate Port Service[0000:00:0d.0:pcie03]
<7>PCI: Setting latency timer of device 0000:00:0e.0 to 64
<4>assign_interrupt_mode Found MSI capability
<7>Allocate Port Service[0000:00:0e.0:pcie00]
<7>Allocate Port Service[0000:00:0e.0:pcie03]
<7>PCI: Setting latency timer of device 0000:00:0f.0 to 64
<4>assign_interrupt_mode Found MSI capability
<7>Allocate Port Service[0000:00:0f.0:pcie00]
<7>Allocate Port Service[0000:00:0f.0:pcie03]
<6>Real Time Clock Driver v1.12ac
<6>Non-volatile memory driver v1.2
<6>Linux agpgart interface v0.102 (c) Dave Jones
<6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
<6>PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
<4>PNP: PS/2 controller doesn't have AUX irq; using default 12
<6>serio: i8042 KBD port at 0x60,0x64 irq 1
<6>mice: PS/2 mouse device common for all mice
<6>input: AT Translated Set 2 keyboard as /class/input/input0
<6>input: PC Speaker as /class/input/input1
<6>NET: Registered protocol family 1
<6>Freeing unused kernel memory: 316k freed
<6>ACPI: Thermal Zone [THRM] (38 C)
<5>SCSI subsystem initialized

....

the rest is normal booting noise like it finding the SATA controller,
ethernet, etc...




--
Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


hancockr at shaw

Jul 5, 2008, 4:20 PM

Post #7 of 30 (782 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

Jon Nelson wrote:
> On Sat, Jul 5, 2008 at 2:04 PM, Robert Hancock <hancockr[at]shaw.ca> wrote:
>> Jon Nelson wrote:
>>> Where should APIC errors be posted?
>>> My EPoX MF570-SLI *will not boot* without noapic or nolapic.
>> Post on linux-kernel about that one, with the dmesg from noapic mode and
>> whatever info you can gather from when it won't boot. You might want to also
>> test with 2.6.26-rc8 to see if the problem has already been fixed there.
>
> Here is the boot log from booting my EPoX MF570SLI in nolapic mode.
> When I boot without nolapic or noapic I get as far as
>
> io scheduler cfq registered (default)
>
> I can't boot to serial right now.

You are getting this as the next line after that:

0000:00:02.1 EHCI: BIOS handoff failed (BIOS bug ?) 01010001

You might want to try upgrading your BIOS, it seems like the BIOS is not
letting go of the USB controller when Linux tries to take over. I don't
know if that's related to the problem though.

If that doesn't work, I'd try a newer kernel version.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


hancockr at shaw

Jul 5, 2008, 4:22 PM

Post #8 of 30 (779 views)
Permalink
Re: Lots of con-current I/O = resets SATA link? (2.6.25.10) [In reply to]

Justin Piszcz wrote:
>> Can you post your dmesg from bootup with the controller/drive detection?
>
> Below:
>
> [ 0.889917] ahci 0000:00:1f.2: version 3.0
> [ 0.889931] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level,
> low) -> IRQ 19
> [ 1.890735] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps
> 0x3f impl SATA mode
> [ 1.890845] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum
> part [ 1.890940] PCI: Setting latency timer of device 0000:00:1f.2 to 64
> [ 1.891185] scsi0 : ahci
> [ 1.891310] scsi1 : ahci
> [ 1.891419] scsi2 : ahci
> [ 1.891527] scsi3 : ahci
> [ 1.891806] scsi4 : ahci
> [ 1.892805] scsi5 : ahci
> [ 1.893844] ata1: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625100 irq 378
> [ 1.894714] ata2: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625180 irq 378
> [ 1.895713] ata3: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625200 irq 378
> [ 1.896713] ata4: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625280 irq 378
> [ 1.897723] ata5: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625300 irq 378
> [ 1.898713] ata6: SATA max UDMA/133 abar m2048[at]0xe0625000 port
> 0xe0625380 irq 378
> [ 2.356649] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 2.673654] ata1.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 2.674595] ata1.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 2.679961] ata1.00: configured for UDMA/133
> [ 2.836575] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 3.155395] ata2.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 3.155521] ata2.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 3.161112] ata2.00: configured for UDMA/133
> [ 3.322501] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 3.633983] ata3.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 3.634449] ata3.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 3.640394] ata3.00: configured for UDMA/133
> [ 3.806428] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 4.112403] ata4.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 4.113376] ata4.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 4.119137] ata4.00: configured for UDMA/133
> [ 4.397339] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 4.591563] ata5.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 4.592303] ata5.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 4.598246] ata5.00: configured for UDMA/133
> [ 4.881265] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [ 5.069692] ata6.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max
> UDMA/133
> [ 5.070230] ata6.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [ 5.076402] ata6.00: configured for UDMA/133

So you've got 6 drives in the machine. Intel chipsets normally seem
pretty robust with AHCI.

> [107360.796671] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action
> 0x2 frozen
> [107360.796680] ata4.00: cmd b0/d8:00:00:4f:c2/00:00:00:00:00/00 tag 0
> [107360.796681] res 40/00:ff:00:00:00/00:00:00:00:00/00 Emask
> 0x4 (timeout)
> [107360.796685] ata4.00: status: { DRDY }
> [107361.099615] ata4: soft resetting link
> [107361.252599] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [107361.273562] ata4.00: configured for UDMA/133
> [107361.273604] ata4: EH complete
> [107361.018520] sd 3:0:0:0: [sdd] 586072368 512-byte hardware sectors
> (300069 MB)
> [107361.018683] sd 3:0:0:0: [sdd] Write Protect is off
> [107361.018687] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
> [107361.040887] sd 3:0:0:0: [sdd] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA

Are you certain that your machine has enough power to run all those
drives properly? We've seen in a number of cases that power fluctuations
or noise can cause these kinds of errors.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
</