You are not logged in.
I've been encountering this error on boot:
Apr 12 15:03:48 AMU-SERVER kernel: smpboot: CPU0: Intel QEMU Virtual CPU version (cpu64-rhel6) (fam: 06, model: 0d, stepping: 03)
Apr 12 15:03:48 AMU-SERVER kernel: Performance Events: Broken PMU hardware detected, using software events only.
Apr 12 15:03:48 AMU-SERVER kernel: Failed to access perfctr msr (MSR c1 is 0)
Apr 12 15:03:48 AMU-SERVER kernel: Brought up 1 CPUs
Apr 12 15:03:48 AMU-SERVER kernel: smpboot: Total of 1 processors activated (3601.99 BogoMIPS)
Apr 12 15:03:48 AMU-SERVER kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
The system works well for months, but still - I'd like to know what's causing this error and how to get rid of it.
Thanks.
Offline
+1 found this on a KVM install
Offline
just using virt-manager here with all default settings nothing special, anything you'd recommend?
Offline
I'd like to know what's causing this error
It's not an error, it says that the CPU doesn't support performance counters.
AFAIK Linux doesn't use them for anything but NMI watchdog and if you aren't going to do PMU-based software profiling on the guest system you don't need them too.
and how to get rid of it.
It seems that some people tried to implement PMU in qemu-kvm; I'd start here. Or just ignore it.
BTW, if you don't need PMU but still want some watchdog, QEMU can emulate one.
Last edited by mich41 (2013-05-28 20:16:58)
Offline
I wish I could ignore it, but unfortunately this install sits dead in the water immediately after grub with this error:
'Failed to access perfctr msr'
Offline
Probably something unrelated, maybe booting without "quiet" would reveal what exactly is happening before it hangs.
Offline
Probably something unrelated, maybe booting without "quiet" would reveal what exactly is happening before it hangs.
Thank you! After booting without 'quiet', I found where the problem is.
Offline