[ale] Strange kernel message
James P. Kinney III
jkinney at localnetsolutions.com
Fri Sep 20 13:59:17 EDT 2002
OK. I plugged through the kernel sources. traps.c generated the kernel
log entry.
static void unknown_nmi_error(unsigned char reason, struct pt_regs *
regs)
{
#ifdef CONFIG_MCA
/* Might actually be able to figure out what the guilty party
* is. */
if( MCA_bus ) {
mca_handle_nmi();
return;
}
#endif
#ifdef CONFIG_KDB
(void)kdb(KDB_REASON_NMI, reason, regs);
#endif /* CONFIG_KDB */
printk("Uhhuh. NMI received for unknown reason %02x.\n",
reason);
printk("Dazed and confused, but trying to continue\n");
printk("Do you have a strange power saving mode enabled?\n");
}
So, I'm not on an MCA bus system. Looking for what NMI is. KDB is not
enabled.
On Fri, 2002-09-20 at 13:49, James P. Kinney III wrote:
> This was in my log today. I've NEVER seen anything like it.
>
>
> Sep 20 11:55:15 castle kernel: Uhhuh. NMI received for unknown reason
> 31.
> Sep 20 11:55:15 castle kernel: Dazed and confused, but trying to
> continue
> Sep 20 11:55:15 castle kernel: Do you have a strange power saving mode
> enabled?
>
>
> Unfortunately, I had stepped out for lunch and don't know if the power
> did blink or if my power supply is being weird.
>
> --
> James P. Kinney III \Changing the mobile computing world/
> President and CEO \ one Linux user /
> Local Net Solutions,LLC \ at a time. /
> 770-493-8244 \.___________________________./
>
> GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
> <jkinney at localnetsolutions.com>
> Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
>
>
--
James P. Kinney III \Changing the mobile computing world/
President and CEO \ one Linux user /
Local Net Solutions,LLC \ at a time. /
770-493-8244 \.___________________________./
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
This is a digitally signed message part
More information about the Ale
mailing list