John wrote:
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications.
cut.cut
For the curios:
Why to recompile the kernel? I want to rebuild the kernel because I created a patch to decrease the kernel timer frequency from 1000 to 100 HZ. The CentOS4.6 kernel doesn't have the divider option available in CentOS5.2 This prevent timing problems and high CPU load in VMware ESX.
OK .. it obviously does rebuild, not sure why it is not building for you.
However, you don't need to rebuild this yourself as we are building a kernel-vm that has this as its only change (change the clock from 1000Hz to 100Hz):
http://people.centos.org/tru/kernel-vm/4/RPMS/i386/
Ok, When will these RPMS be available in the (plus?) repo?
Tip for the ESX users: When using a kernel with a modified name, the VMware-config-tools.pl script "thinks" there is no fitting binary module present, and want to compile a module for the running kernel. But after compilation the script runs dead, because the pcnet32.ko module won't unload.... The script then waits forever.... When running the VMware-config-tools.pl with the -t option, it tries every module, and will come to the conclusion that the binary available module fits nicely... At that point there are also no unload problems...
John