I was trying to run o-profile (a profiling program for linux) and kept getting an error while starting saying something like counter 0 was being use by 'NMI watchdog'. Is NMI part of the OS or is it a separate package that was downloaded? How would I go about uninstalling it?

I tried this on another Linux machine with the same OS and specs and O-Profile ran with no errors.

link|improve this question

52% accept rate
feedback

1 Answer

NMI (Non maskable interrupt) watchdog is a hardware watchdog timer that detects if software has crashed in order to force an automatic hardware reset of the system.

link|improve this answer
ok so I assume NMI is using some of the counters needed by O-Profile since O-Profile uses processor counters to gather statistics. Would that be correct? Is NMI part of RedHat or is it a separate package and can be uninstalled? – user972276 Nov 29 '11 at 23:39
This link explains it and says how to disable it. publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/… – TJD Nov 29 '11 at 23:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.