linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* smp freeze on 2.4.9
@ 2001-08-30 10:10 Philippe Amelant
  2001-08-30 12:17 ` john slee
  2001-08-30 12:34 ` Philippe Amelant
  0 siblings, 2 replies; 5+ messages in thread
From: Philippe Amelant @ 2001-08-30 10:10 UTC (permalink / raw)
  To: linux-kernel


Hi,

I have an ABIT BP6 mobo with 2 celeron 400 running redhat 7.1 with 2.4.3
SMP (from kernel.org not from redhat)
it works well.
But when i try to update my kernel, i always get a lockups in few
minutes. sometimes kernel just freeze when booting.
I have tried other kernel such as 2.4.5, 2.4.6 and 2.4.7 and I always
get the same result.
but if i compile a non SMP kernel the box is stable.
Is it a know problem ?
are there a work around ?

thanks


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

* Re: smp freeze on 2.4.9
  2001-08-30 10:10 smp freeze on 2.4.9 Philippe Amelant
@ 2001-08-30 12:17 ` john slee
  2001-08-30 12:34 ` Philippe Amelant
  1 sibling, 0 replies; 5+ messages in thread
From: john slee @ 2001-08-30 12:17 UTC (permalink / raw)
  To: Philippe Amelant; +Cc: linux-kernel

On Thu, Aug 30, 2001 at 12:10:37PM +0200, Philippe Amelant wrote:
> I have an ABIT BP6 mobo with 2 celeron 400 running redhat 7.1 with 2.4.3

before you blame smp, try the usual bp6 stuff:
*	bigger/better power supply
*	better cooling
*	boot with 'noapic' on commandline

search a linux-kernel archive (http://marc.theaimsgroup.com)
for more info.  these boards seem to be a bit of a lucky dip.  some
never have any problems, others have heaps.  i have a vague memory of
someone mentioning flaky caps on some revisions...  also are you using
the onboard ata66 controller?  there's been a fair few reports of
trouble with those, not sure if it was fixed/hacked-around or not.

best of luck,

j.

-- 
R N G G   "Well, there it goes again... And we just sit 
 I G G G   here without opposable thumbs." -- gary larson

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

* Re: smp freeze on 2.4.9
  2001-08-30 10:10 smp freeze on 2.4.9 Philippe Amelant
  2001-08-30 12:17 ` john slee
@ 2001-08-30 12:34 ` Philippe Amelant
  2001-08-30 13:06   ` Alan Cox
  1 sibling, 1 reply; 5+ messages in thread
From: Philippe Amelant @ 2001-08-30 12:34 UTC (permalink / raw)
  To: linux-kernel

On jeu, 2001-08-30 at 14:17, john slee wrote:
> On Thu, Aug 30, 2001 at 12:10:37PM +0200, Philippe Amelant wrote:
> > I have an ABIT BP6 mobo with 2 celeron 400 running redhat 7.1 with 2.4.3
> 
> before you blame smp, try the usual bp6 stuff:
> *	bigger/better power supply

350 W should be enough (just 1 HD and 1 DVD + mobo ) ?

> *	better cooling

I have 2 big fan :)
cpu temp is typically 35 °C

> *	boot with 'noapic' on commandline
> 

interresting, i notice that i have some error apic in kernel message
with 2.4.3
i will search that on lkml archive

thank for response

> search a linux-kernel archive (http://marc.theaimsgroup.com)
> for more info.  these boards seem to be a bit of a lucky dip.  some
> never have any problems, others have heaps.  i have a vague memory of
> someone mentioning flaky caps on some revisions...  also are you using
> the onboard ata66 controller?  there's been a fair few reports of
> trouble with those, not sure if it was fixed/hacked-around or not.
> 
> best of luck,
> 
> j.
> 



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

* Re: smp freeze on 2.4.9
  2001-08-30 12:34 ` Philippe Amelant
@ 2001-08-30 13:06   ` Alan Cox
  2001-08-31  8:38     ` Philippe Amelant
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2001-08-30 13:06 UTC (permalink / raw)
  To: Philippe Amelant; +Cc: linux-kernel

> interresting, i notice that i have some error apic in kernel message
> with 2.4.3
> i will search that on lkml archive

Lots of apic errors imply problems on the link between the processors and
io controller. A few is basically ok (there is a checksum) but a huge number
and one day it'll checksum a bad frame ok and you are history

There is also a problem with Linus tree where apic errors causing event
replays where the erroring component was not the CPUs can cause crashes.
That is fixed in -ac.

Alan

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

* Re: smp freeze on 2.4.9
  2001-08-30 13:06   ` Alan Cox
@ 2001-08-31  8:38     ` Philippe Amelant
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Amelant @ 2001-08-31  8:38 UTC (permalink / raw)
  To: linux-kernel

On jeu, 2001-08-30 at 15:06, Alan Cox wrote:
> > interresting, i notice that i have some error apic in kernel message
> > with 2.4.3
> > i will search that on lkml archive
> 
> Lots of apic errors imply problems on the link between the processors and
> io controller. A few is basically ok (there is a checksum) but a huge number
> and one day it'll checksum a bad frame ok and you are history
> 

So I think it's ok for my 2.4.3, I just have about 5 ~ 10 apic error by
hour

> There is also a problem with Linus tree where apic errors causing event
> replays where the erroring component was not the CPUs can cause crashes.
> That is fixed in -ac.

I have tried 2.4.9-ac4 and i still have a freeze in few minutes, but
when i configured it with noapic all seem ok, I use the box 3 hours
without freeze

Thank
> 
> Alan
> 



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

end of thread, other threads:[~2001-08-31  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-30 10:10 smp freeze on 2.4.9 Philippe Amelant
2001-08-30 12:17 ` john slee
2001-08-30 12:34 ` Philippe Amelant
2001-08-30 13:06   ` Alan Cox
2001-08-31  8:38     ` Philippe Amelant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).