public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.11aa1 and AIC7XXX
@ 2001-10-11 13:39 Oleg A. Yurlov
  2001-10-11 14:31 ` Cliff Albert
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg A. Yurlov @ 2001-10-11 13:39 UTC (permalink / raw)
  To: linux-kernel


        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:kris@spylog.com                          +7 095 332-03-88


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.4.11aa1 and AIC7XXX
  2001-10-11 13:39 2.4.11aa1 and AIC7XXX Oleg A. Yurlov
@ 2001-10-11 14:31 ` Cliff Albert
  2001-10-11 15:20   ` Re[2]: " Oleg A. Yurlov
  0 siblings, 1 reply; 4+ messages in thread
From: Cliff Albert @ 2001-10-11 14:31 UTC (permalink / raw)
  To: Oleg A. Yurlov; +Cc: linux-kernel

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 | www.oisec.net
cliff@oisec.net		| 6BONE:     CA2-6BONE	 | icq 18461740

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: 2.4.11aa1 and AIC7XXX
  2001-10-11 14:31 ` Cliff Albert
@ 2001-10-11 15:20   ` Oleg A. Yurlov
  2001-10-11 16:47     ` Andrea Arcangeli
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg A. Yurlov @ 2001-10-11 15:20 UTC (permalink / raw)
  To: Cliff Albert; +Cc: linux-kernel


        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:kris@spylog.com                          +7 095 332-03-88


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.4.11aa1 and AIC7XXX
  2001-10-11 15:20   ` Re[2]: " Oleg A. Yurlov
@ 2001-10-11 16:47     ` Andrea Arcangeli
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Arcangeli @ 2001-10-11 16:47 UTC (permalink / raw)
  To: Oleg A. Yurlov; +Cc: Cliff Albert, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-11 16:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-11 13:39 2.4.11aa1 and AIC7XXX Oleg A. Yurlov
2001-10-11 14:31 ` Cliff Albert
2001-10-11 15:20   ` Re[2]: " Oleg A. Yurlov
2001-10-11 16:47     ` Andrea Arcangeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox