public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 760MPX IO/APIC Errors...
@ 2002-02-03  2:15 Jon Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Anderson @ 2002-02-03  2:15 UTC (permalink / raw)
  To: linux-kernel

This was previouly discussed on this list, but there wasn't really a helpful
answer that I could find on the archives.

Anyway, I'm running an Asus A7M266-D with a single Morgan core Duron
(default everything, no overclocking).

I get this repeatedly:
APIC error on CPU0: 04(04)

This happens with APIC or SMP enabled in the kernel. I recompiled the kernel
without APIC support, and the errors are gone (no surprise there! :-) There
doesn't appear to be any instability, or other negative side effects. I've
basically recompiled the kernel ~5 times without problems.

What I'd like to know is, what are those APIC errors - causes, etc? Do they
matter? (Are these actual errors caused by some hardware malfunction that
may be damaging my CPU/Board?)

Any information anyone could give me would be great,

Thanks,

jon anderson


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

* Re: 760MPX IO/APIC Errors...
@ 2002-02-03 10:27 Willy Tarreau
  2002-02-04 23:29 ` Ken Brownfield
  0 siblings, 1 reply; 5+ messages in thread
From: Willy Tarreau @ 2002-02-03 10:27 UTC (permalink / raw)
  To: jon-anderson; +Cc: linux-kernel

Hi Jon,

same motherboard here, but with 2 XP1800+.
It couldn't boot until I either disabled IO/APIC or disable MPS1.4 support
in the bios setup. Finally, I disabled MPS1.4 and let IO/APIC enabled and
it works really well in SMP. (In fact, I couldn't really imagine how fast
this could be !)

Regards,
Willy


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

* Re: 760MPX IO/APIC Errors...
  2002-02-03 10:27 Willy Tarreau
@ 2002-02-04 23:29 ` Ken Brownfield
  2002-02-05  0:08   ` Jon Anderson
  2002-02-06 13:50   ` willy tarreau
  0 siblings, 2 replies; 5+ messages in thread
From: Ken Brownfield @ 2002-02-04 23:29 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: jon-anderson, linux-kernel

At what point do your machines stop booting, i.e., what was the last
printed kernel message on the console?  Also, can you send me full
dmesgs from your machines after booting?

I'm trying to corelate these issues with APIC issues I've had in the
past (and I'm thinking of getting the A7M266D at some point).

Thanks,
-- 
Ken.
brownfld@irridia.com

PS: MPS1.4 ==> APIC_DM_FIXED?

On Sun, Feb 03, 2002 at 11:27:22AM +0100, Willy Tarreau wrote:
| Hi Jon,
| 
| same motherboard here, but with 2 XP1800+.
| It couldn't boot until I either disabled IO/APIC or disable MPS1.4 support
| in the bios setup. Finally, I disabled MPS1.4 and let IO/APIC enabled and
| it works really well in SMP. (In fact, I couldn't really imagine how fast
| this could be !)
| 
| Regards,
| Willy
| 
| -
| To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at  http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: 760MPX IO/APIC Errors...
  2002-02-04 23:29 ` Ken Brownfield
@ 2002-02-05  0:08   ` Jon Anderson
  2002-02-06 13:50   ` willy tarreau
  1 sibling, 0 replies; 5+ messages in thread
From: Jon Anderson @ 2002-02-05  0:08 UTC (permalink / raw)
  To: Ken Brownfield; +Cc: linux-kernel

I get as far as APIC init. As soon as  that happens, I get a flood (many
hundred or more per second) of these "APIC error on CPU0: 04(04)" errors,
and any progress seems to cease. The machine may in fact still be booting,
but I can't tell because any startup messages/login prompts would flash by
too quickly for me to notice them. (Plus, I think booting becomes painfully
slow because of all the error reporting.) My problem seems to be different
from Willy Tarreau's problem, in that he has two CPUs, and his disabling
MPS1.4 fixes his problem. For me, I have one CPU, and disabling MPS1.4 does
not solve the problem. My only option is disabling all APIC support in the
kernel. The APIC is probably still spitting out errors at an incredible
rate, I just can't see them. :-) Though my problem is not typical.

I've been searching through the linux-kernel and linux-smp mailing lists for
situations similar to mine, and there have been (as far as I can find) two
identical incidents reported, both by people with one CPU in the Asus
A7M266-D, a 2 CPU board. In my case, a single Duron (morgan core -
reportedly SMPable) and in the other guy's case, a single Athlon MP. Since
nobody else complains, I assume it's because the majority people who own the
A7M266-D also own 2 CPUs - which doesn't seem to cause problems. My
suggestion would then be that if you want to get an A7M266-D, make sure your
budget can accomodate 2 CPUs. :-)

I hope my input is helpful,

jon anderson


----- Original Message -----
From: "Ken Brownfield" <brownfld@irridia.com>
To: "Willy Tarreau" <wtarreau@free.fr>
Cc: <jon-anderson@rogers.com>; <linux-kernel@vger.kernel.org>
Sent: Monday, February 04, 2002 6:29 PM
Subject: Re: 760MPX IO/APIC Errors...


> At what point do your machines stop booting, i.e., what was the last
> printed kernel message on the console?  Also, can you send me full
> dmesgs from your machines after booting?
>
> I'm trying to corelate these issues with APIC issues I've had in the
> past (and I'm thinking of getting the A7M266D at some point).
>
> Thanks,
> --
> Ken.
> brownfld@irridia.com
>
> PS: MPS1.4 ==> APIC_DM_FIXED?
>
> On Sun, Feb 03, 2002 at 11:27:22AM +0100, Willy Tarreau wrote:
> | Hi Jon,
> |
> | same motherboard here, but with 2 XP1800+.
> | It couldn't boot until I either disabled IO/APIC or disable MPS1.4
support
> | in the bios setup. Finally, I disabled MPS1.4 and let IO/APIC enabled
and
> | it works really well in SMP. (In fact, I couldn't really imagine how
fast
> | this could be !)
> |
> | Regards,
> | Willy
> |
> | -
> | To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
> | the body of a message to majordomo@vger.kernel.org
> | More majordomo info at  http://vger.kernel.org/majordomo-info.html
> | Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: 760MPX IO/APIC Errors...
  2002-02-04 23:29 ` Ken Brownfield
  2002-02-05  0:08   ` Jon Anderson
@ 2002-02-06 13:50   ` willy tarreau
  1 sibling, 0 replies; 5+ messages in thread
From: willy tarreau @ 2002-02-06 13:50 UTC (permalink / raw)
  To: Ken Brownfield, Willy Tarreau; +Cc: jon-anderson, linux-kernel

> At what point do your machines stop booting, i.e.,
> what was the last printed kernel message on the
> console?  Also, can you send me full
> dmesgs from your machines after booting?

I will look ASAP.
 
Willy


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.fr

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

end of thread, other threads:[~2002-02-06 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-03  2:15 760MPX IO/APIC Errors Jon Anderson
  -- strict thread matches above, loose matches on Subject: below --
2002-02-03 10:27 Willy Tarreau
2002-02-04 23:29 ` Ken Brownfield
2002-02-05  0:08   ` Jon Anderson
2002-02-06 13:50   ` willy tarreau

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