8

I am running VMWare Workstation 10.0.2 on a Windows 8.1 host. I installed Ubuntu Server 14.04 as a virtual machine. Everything works fine. All updates, upgrades and dist-upgrades are installed. After that I followed this procedure to connect to my ldap server.

After rebooting the system it hangs with the following error in the terminal screen:

intel_rapl: no valid rapl domains found in package 0

I've seen the error before on this forum, however there it was non intrusive and could be mitigated by adding paevm = "TRUE" to the vmx config of the virtual machine. I tried that, but without any results. See this fix.

How can I get the pam ldap client working on Ubuntu 14.04?

2 Answers2

3

The system is not hanging. Just wait for a few minutes and the boot will continue. When booted into the system, edit your /etc/modprobe.d/blacklist.conf and add blacklist paevm to the bottom of the file.

Gen
  • 933
2

I got it fixed by adding these three lines to the end of the /etc/modprobe.d/blacklist.conf file:

  • blacklist intel_rapl
  • blacklist the_module name
  • blacklist i2c_piix4
Gen
  • 933