Dr. Michael J. Chudobiak
2009-Nov-12 14:31 UTC
[asterisk-users] my kernel is dazed and confused
Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown reason a0 on CPU 0. Nov 12 08:54:27 steerpike kernel: You have some hardware problem, likely on the PCI bus. Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying to continue Would my Digium TDM410P cause an NMI, or is my computer failing? - Mike
Dr. Michael J. Chudobiak wrote:> Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown reason > a0 on CPU 0. > Nov 12 08:54:27 steerpike kernel: You have some hardware problem, likely > on the PCI bus. > Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying to continue > > > Would my Digium TDM410P cause an NMI, or is my computer failing? > > - Mike > > >Googling for the error seems to indicate a possible kernel bug... Are you using Ubuntu or Debian?... -- Francesco
On Thu, Nov 12, 2009 at 09:31:11AM -0500, Dr. Michael J. Chudobiak wrote:> Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown reason > a0 on CPU 0. > Nov 12 08:54:27 steerpike kernel: You have some hardware problem, likely > on the PCI bus. > Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying to continueNMI - Non Maskable Interrupt. This is a rather generic error message. Search a bit to see how to make some more sense of the messages following it. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
This can also be caused by IRQ conflicts. You could try a different slot to see if it clears it up -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tzafrir Cohen Sent: Thursday, November 12, 2009 1:44 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] my kernel is dazed and confused On Thu, Nov 12, 2009 at 09:31:11AM -0500, Dr. Michael J. Chudobiak wrote:> Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown > reason a0 on CPU 0. > Nov 12 08:54:27 steerpike kernel: You have some hardware problem, > likely on the PCI bus. > Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying to > continueNMI - Non Maskable Interrupt. This is a rather generic error message. Search a bit to see how to make some more sense of the messages following it. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I received this with a Sangoma card and CentOS 5.4. Downgrading to 5.2 resolved the issue. ?-- James Texter III Sr. Software Engineer NOBLE SYSTEMS? 4151 Ashford Dunwoody Road, Suite 600? | Atlanta, GA 30319-1452 (o)?404.851.1331?ext. 357 (f)??404.851.1421 (e)?jtexter3 at noblesys.com (w)?www.noblesys.com We succeed when we exceed our customer?s expectations! -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Francesco Peeters Sent: Thursday, November 12, 2009 9:43 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] my kernel is dazed and confused Dr. Michael J. Chudobiak wrote:> Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown reason> a0 on CPU 0. > Nov 12 08:54:27 steerpike kernel: You have some hardware problem, likely> on the PCI bus. > Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying tocontinue> > > Would my Digium TDM410P cause an NMI, or is my computer failing? > > - Mike > > >Googling for the error seems to indicate a possible kernel bug... Are you using Ubuntu or Debian?... -- Francesco _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users CONFIDENTIAL NOTICE : If you have received this email in error, please immediately notify the sender by email at the address shown above. This email may contain confidential or legally privileged information that is intended only for the use of the individual or entity named in this email. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this email is strictly prohibited. Please delete from your files if you are not the intended recipient. Thank you for your compliance.
Dr. Michael J. Chudobiak
2009-Nov-19 17:50 UTC
[asterisk-users] my kernel is dazed and confused
On 11/12/2009 09:31 AM, Dr. Michael J. Chudobiak wrote:> Nov 12 08:54:27 steerpike kernel: Uhhuh. NMI received for unknown reason > a0 on CPU 0. > Nov 12 08:54:27 steerpike kernel: You have some hardware problem, likely > on the PCI bus. > Nov 12 08:54:27 steerpike kernel: Dazed and confused, but trying to continue > > > Would my Digium TDM410P cause an NMI, or is my computer failing?It seemed to be a problem with the on-board network adapter's driver. Sticking in a PCI NIC (which uses a different driver), and using it instead of the on-board one, seems to have fixed the problem. Thanks to all for the various suggestions! - Mike