57

I install fresh Ubuntu 14. 04 server under ESXI 5.1.0.
During my installation I did not get any erorrs or strange things. My problem is when I boot machine at console screen I get messages like

[ 6.958104] intel_rapl: no valid rapl domains found in package 0 
[ 7.508153] intel_rapl: no valid rapl domains found in package 0
[ 8.058695] intel_rapl: no valid rapl domains found in package 0
[ 8.609932] intel_rapl: no valid rapl domains found in package 0
[ 9.163260] intel_rapl: no valid rapl domains found in package 0

After that messages I am able to log in and my to me Ubuntu works OK. I have internet connection I am able to call apt-get update and I am able to login over SSH.

Should I investigate these errors deeply before I continue build my server.
Do I need to react on these Messages or it is ok to run Ubuntu like this.

Braiam
  • 69,112
adopilot
  • 673

4 Answers4

37

This was a change introduced in October 2013 to support Intel RAPL power capping driver in the Linux kernel. This message is non-obstructive, and when it appears it doesn't affect the performance or functionality of the system, since it's only a power management module.

If your virtualization software supports this driver (and the host supports advanced power features) then the message disappears.

You can check the source tree of the module to check what it does.

Boris B.
  • 304
  • 1
  • 3
  • 11
Braiam
  • 69,112
35

I know in VirtualBox you can enable PAE/NX which will solve "no valid rapl domains found in package" on Ubuntu 14.04 LTS. I don't know how about ESXI if it supports PAE/NX or not.

Virtual Box Enable PAE/NX

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46
1

edit the *.vmx file and set paevm = "TRUE" in order to enable PAE - or blacklist the module:

echo 'blacklist intel_rapl' >> /etc/modprobe.d/modprobe.conf
mkinitcpio -p linux
reboot
0

I got this message and not able to continue to the login screen.
I solved it by entering Recovery Mode, then run fsck, from the menu option.
It solved my issue, I was able to enter my OS.
I still see this warning message each reboot, but I can enter the OS.

Benny
  • 5,100