Bug 145772

Summary: %post scriptlet fails due to lack of cpuspeed
Product: [Fedora] Fedora Reporter: Jason Tibbitts <j>
Component: kernel-utilsAssignee: Dave Jones <davej>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: FC4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-23 23:04:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Tibbitts 2005-01-21 13:47:50 UTC
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.

Comment 1 Dave Jones 2005-01-21 20:00:23 UTC
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 ?