2001-10-11 13:43:45

by Oleg A. Yurlov

[permalink] [raw]
Subject: 2.4.11aa1 and AIC7XXX


Hi, folks,

I see in log next messages:

Oct 10 20:35:31 samson kernel: (scsi0:A:2:0): Locking max tag count at 128
Oct 10 21:06:31 samson kernel: (scsi1:A:0:0): Locking max tag count at 64
Oct 11 05:33:09 samson kernel: (scsi0:A:3:0): Locking max tag count at 128

Hardware - SMP 2 CPU, 1GB RAM, M/B Intel L440GX, 5 SCSI HDD, Software
RAID5 (3 disks) and RAID1.

I found in dmesg:

*** Possibly defective BIOS detected (irqtable)
*** Many BIOSes matching this signature have incorrect IRQ routing tables.
*** If you see IRQ problems, in paticular SCSI resets and hangs at boot
*** contact your vendor and ask about updates.
*** Building an SMP kernel may evade the bug some of the time.
Starting kswapd

It's normal or not ? What I can do to fix problem with locking max tag
count ?

--
Oleg A. Yurlov aka Kris Werewolf, SysAdmin OAY100-RIPN
mailto:[email protected] +7 095 332-03-88


2001-10-11 14:31:09

by Cliff Albert

[permalink] [raw]
Subject: Re: 2.4.11aa1 and AIC7XXX

On Thu, Oct 11, 2001 at 05:39:54PM +0400, Oleg A. Yurlov wrote:

> Oct 10 20:35:31 samson kernel: (scsi0:A:2:0): Locking max tag count at 128
> Oct 10 21:06:31 samson kernel: (scsi1:A:0:0): Locking max tag count at 64
> Oct 11 05:33:09 samson kernel: (scsi0:A:3:0): Locking max tag count at 128
>
> Hardware - SMP 2 CPU, 1GB RAM, M/B Intel L440GX, 5 SCSI HDD, Software
> RAID5 (3 disks) and RAID1.
>
> I found in dmesg:
>
> *** Possibly defective BIOS detected (irqtable)
> *** Many BIOSes matching this signature have incorrect IRQ routing tables.
> *** If you see IRQ problems, in paticular SCSI resets and hangs at boot
> *** contact your vendor and ask about updates.
> *** Building an SMP kernel may evade the bug some of the time.
> Starting kswapd
>
> It's normal or not ? What I can do to fix problem with locking max tag
> count ?

Looks normal, it's that the new aic7xxx driver utilizes a maximum tag queue depth of 255 tags. Your devices are supporting only a maximum tag count of 128, 64 and 128 so it's perfectly normal. Also these 'error' messages should only appear once and no more (until a reboot)

--
Cliff Albert | RIPE: CA3348-RIPE | http://www.oisec.net
[email protected] | 6BONE: CA2-6BONE | icq 18461740

2001-10-11 15:24:13

by Oleg A. Yurlov

[permalink] [raw]
Subject: Re[2]: 2.4.11aa1 and AIC7XXX


Hi, Cliff and all,

Thursday, October 11, 2001, 6:31:05 PM, you wrote:

CA> On Thu, Oct 11, 2001 at 05:39:54PM +0400, Oleg A. Yurlov wrote:

>> Oct 10 20:35:31 samson kernel: (scsi0:A:2:0): Locking max tag count at 128
>> Oct 10 21:06:31 samson kernel: (scsi1:A:0:0): Locking max tag count at 64
>> Oct 11 05:33:09 samson kernel: (scsi0:A:3:0): Locking max tag count at 128
>>
>> Hardware - SMP 2 CPU, 1GB RAM, M/B Intel L440GX, 5 SCSI HDD, Software
>> RAID5 (3 disks) and RAID1.
>>
>> I found in dmesg:
>>
>> *** Possibly defective BIOS detected (irqtable)
>> *** Many BIOSes matching this signature have incorrect IRQ routing tables.
>> *** If you see IRQ problems, in paticular SCSI resets and hangs at boot
>> *** contact your vendor and ask about updates.
>> *** Building an SMP kernel may evade the bug some of the time.
>> Starting kswapd
>>
>> It's normal or not ? What I can do to fix problem with locking max tag
>> count ?

CA> Looks normal, it's that the new aic7xxx driver utilizes a maximum tag queue depth of 255 tags. Your devices are supporting only a maximum tag count of 128, 64 and 128 so it's perfectly normal.
CA> Also these 'error' messages should only appear once and no more (until a reboot)

Thanks a lot !

--
Oleg A. Yurlov aka Kris Werewolf, SysAdmin OAY100-RIPN
mailto:[email protected] +7 095 332-03-88

2001-10-11 16:48:50

by Andrea Arcangeli

[permalink] [raw]
Subject: Re: 2.4.11aa1 and AIC7XXX

On Thu, Oct 11, 2001 at 07:20:09PM +0400, Oleg A. Yurlov wrote:
>
> Hi, Cliff and all,
>
> Thursday, October 11, 2001, 6:31:05 PM, you wrote:
>
> CA> On Thu, Oct 11, 2001 at 05:39:54PM +0400, Oleg A. Yurlov wrote:
>
> >> Oct 10 20:35:31 samson kernel: (scsi0:A:2:0): Locking max tag count at 128
> >> Oct 10 21:06:31 samson kernel: (scsi1:A:0:0): Locking max tag count at 64
> >> Oct 11 05:33:09 samson kernel: (scsi0:A:3:0): Locking max tag count at 128
> >>
> >> Hardware - SMP 2 CPU, 1GB RAM, M/B Intel L440GX, 5 SCSI HDD, Software
> >> RAID5 (3 disks) and RAID1.
> >>
> >> I found in dmesg:
> >>
> >> *** Possibly defective BIOS detected (irqtable)
> >> *** Many BIOSes matching this signature have incorrect IRQ routing tables.
> >> *** If you see IRQ problems, in paticular SCSI resets and hangs at boot
> >> *** contact your vendor and ask about updates.
> >> *** Building an SMP kernel may evade the bug some of the time.
> >> Starting kswapd
> >>
> >> It's normal or not ? What I can do to fix problem with locking max tag
> >> count ?
>
> CA> Looks normal, it's that the new aic7xxx driver utilizes a maximum tag queue depth of 255 tags. Your devices are supporting only a maximum tag count of 128, 64 and 128 so it's perfectly normal.
> CA> Also these 'error' messages should only appear once and no more (until a reboot)
>
> Thanks a lot !

But of course be careful with 2.4.11aa1, like vanilla 2.4.11 it can eat
your filesystem. An urgent upgrade to 2.4.12 is recommended (2.4.12aa1
is out and it seems it fixes the oom faliures on the 8g boxes properly
now)

Andrea