[ale] Strange kernel message
Matthew Brown
matthew.brown at cordata.net
Fri Sep 20 14:04:57 EDT 2002
Isn't NMI "Network Management Interface"? I thought this was doing a
Wake-On-Network type of thing for rebooting, etc. from a network
management interface. Maybe I'm WAAAAAY off here.
Best regards,
Matthew Brown, President
CorData, Inc.
O: (770) 795-0089
F: (404) 806-4855
E: matthew.brown at cordata.net
-----Original Message-----
From: James P. Kinney III [mailto:jkinney at localnetsolutions.com]
To: ale at ale.org
Sent: Friday, September 20, 2002 1:59 PM
To: James P. Kinney III
Cc: Atlanta Linux User Group (E-mail)
Subject: Re: [ale] Strange kernel message
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 message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list