The following error was spit out by the nightly yum update process on all of my FC2 x86_64 machines while applying the recent kernel-utils update: error reading information on service cpuspeed: No such file or directory error: %post(kernel-utils-2.4-9.1.131_FC2) scriptlet failed, exit status 1 It's trying to chkconfig --add cpuspeed, but the x86_64 version of this package doesn't seem to include cpuspeed. This seems to have resulted in multiple kernel-utils packages being installed: > rpm -q kernel-utils kernel-utils-2.4-9.1.131 kernel-utils-2.4-9.1.131_FC2 (both are x86_64 packages, so some repo problem didn't result in the i386 package being installed). I'll have to figure out what's up with that.
http://people.redhat.com/davej/kernel-utils/ should have the x86-64 problem fixed. The _FC2 seems to have thrown yum into thinking its a separate package for some reason. Odd. yum bug ?