When installing todays hybrid kernel update on CloudLinux 5 I get the following errors:
[WARNING] Your system has cpuspeed package installed.
Its known to cause issues during the kernel installation process and it doesnt appear to be required for the proper system operation any more.
Please remove it manually and reinstall the CloudLinux kernel using the following syntax:
rpm -e --nodeps cpuspeed-1.2.1-11.el5_10
yum reinstall kernel-2.6.32-673.8.1.lve1.4.3.1.el5h.x86_64
[WARNING] /boot/initramfs-2.6.32-673.8.1.lve1.4.3.1.el5h.x86_64.img is missing
If I remove cpuspeed the initramfs is still missing after being reinstalled.
[WARNING] Your system has cpuspeed package installed.
Its known to cause issues during the kernel installation process and it doesnt appear to be required for the proper system operation any more.
Please remove it manually and reinstall the CloudLinux kernel using the following syntax:
rpm -e --nodeps cpuspeed-1.2.1-11.el5_10
yum reinstall kernel-2.6.32-673.8.1.lve1.4.3.1.el5h.x86_64
[WARNING] /boot/initramfs-2.6.32-673.8.1.lve1.4.3.1.el5h.x86_64.img is missing
If I remove cpuspeed the initramfs is still missing after being reinstalled.
Comment