FS#39031 - [linux] 3.13.x intel_rapl: no valid rapl domains found in package 0

Attached to Project: Arch Linux
Opened by Pawel Kasperek (mappi) - Monday, 24 February 2014, 16:05 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 14 October 2017, 14:22 GMT
Task Type Bug Report
Category Kernel
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
After upgraded Archlinux to kernel 3.13.5 I have follow message after booting system: intel_rapl: no valid rapl domains found in package 0.
I had Archlinux installed on Hyper-V virtualization controller and I have the same error as in my laptop

Additional info:
* package version(s)- 3.13.5
* config and/or log files etc.


Steps to reproduce:
Install fresh version of Archlinux on Hyper-V virtualization host (Windows 8 or Windows Server 2012)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 14 October 2017, 14:22 GMT
Reason for closing:  No response
Comment by Kent Smith (coat) - Friday, 28 February 2014, 00:48 GMT
I am able to reproduce this on a fresh arch install on VirtualBox
Comment by George M. Kousis (alik_r) - Sunday, 09 March 2014, 11:46 GMT
Was able to reproduce on VirtualBox. For me the fix was that i needed to enable the Physical Adress Extension feature of the cpu (Enable PAE/NX).
The code which leads to this error can be found around the web, ie here https://lkml.org/lkml/2013/10/11/1010 this particular section which leads to the error has to do with the cpu and the comments state :

+/* Detect active and valid domains for the given CPU, caller must
+ * ensure the CPU belongs to the targeted package and CPU hotlug is disabled.
+ */

So you must disable CPU hotplug ie enable PAE or something similar
Comment by Daniel Riggins (andthewings) - Monday, 17 March 2014, 01:28 GMT
I am a first-time user of Arch with an install on Virtualbox. Could you point me to a guide on how to enable PAE/NX?

Thanks.
Comment by George M. Kousis (alik_r) - Monday, 17 March 2014, 10:11 GMT
it is located in your VM settings (VirtualBox) : System -> Processor -> enable PAE/NX (the only checkbox in the tab)
Note that this is virtualization-specific, so unless someone is installing on a VM there should be no such error. Hope it helps

Cheers!
Comment by Daniel Riggins (andthewings) - Monday, 17 March 2014, 19:54 GMT
Thanks!
Comment by Andrea (starise) - Tuesday, 15 April 2014, 03:13 GMT
Same issue. I have hot-plugging disabled and PAE/NX enabled.
Comment by John Doe (JohnDoe10) - Monday, 21 April 2014, 19:47 GMT
I was able to reproduce the same issue on a clean install under vmware Workstation 10.0.1.
The solution was to add the line in the .vmx config file enabling mentioned PAE.
[paevm = "TRUE"].
Comment by Tobias Powalowski (tpowa) - Wednesday, 13 August 2014, 07:35 GMT
Still an issue with 3.16?
Comment by Diogo (archlenovo) - Sunday, 17 August 2014, 17:00 GMT
Yes, still an issue in 3.16.1-1-ARCH.

I have enabled PAE/NX and disabled CPU hot-plugging, and the message is still there:

$ dmesg | grep intel_rapl
[ 5.395132] intel_rapl: RAPL domain package detection failed
[ 5.395197] intel_rapl: RAPL domain core detection failed
[ 5.395354] intel_rapl: RAPL domain uncore detection failed
[ 5.395425] intel_rapl: RAPL domain dram detection failed
[ 5.395429] intel_rapl: no valid rapl domains found in package 0
Comment by Michael Pacey (raptus) - Wednesday, 20 January 2016, 20:16 GMT
I initially took the advice of disabling PAE/NX - This did not work.

However I upgraded from the virtualbox openly available in the Ubuntu Software Centre (V5.0.10) and Upgraded to the virtualbox on the official virtualbox site https://www.virtualbox.org/wiki/Downloads and downloaded the latest version v5.0.14 and I no longer come across this issue.
Comment by mattia (nTia89) - Sunday, 01 October 2017, 15:36 GMT
is this issue still valid?

Loading...