Line 256:
Line 256:
service dhcpd stop
service dhcpd stop
chkconfig dhcpd off
chkconfig dhcpd off
+
+
== Errors ==
+
=== Init Boot Log ===
+
On startup, the VM emits the following error:
+
<pre>
+
Applying Intel CPU microcode update: FATAL:
+
Could not load /lib/modules/2.6.32-7-pve/modules.dep: No such file or directory
+
/etc/rc.d/init.d/microcode_ctl: microcode device /dev/cpu/microcode doesn't exist?
+
Starting system logger: [ OK ]
+
</pre>
+
+
The said package is:
+
</pre>
+
rpm -qa | grep -i microcode
+
microcode_ctl-1.17-3.el5
+
</pre>
+
+
* Removing it would mean the removal of 41 '''smeserver''' and '''e-smith''' rpms which are dependent.
+
* Ref [http://forums.fedoraforum.org/showthread.php?t=236507 Forum Post].