Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1474

Summary: kbd-0.96a-8.sparc.rpm won't upgrade
Product: [Retired] Red Hat Linux Reporter: Brian Feeny <signal>
Component: kbdAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: sparc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-24 23:37:29 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 Brian Feeny 1999-03-10 22:25:20 UTC
kbd-0.96a-8.sparc.rpm is installed from RH5.1

Whenever I try to -Fvh it, it fails, either from the CD
Redhat shipped me, or from a fresh new package ftp'ed from
redhat.

[cluebox:/tmp/hmm] $ rpm -Fvh kbd-0.96a-8.sparc.rpm
warning: /etc/rc.d/init.d/keytable saved as
/etc/rc.d/init.d/keytable.rpmsave
kbd
###############################################unpac
king of archive failed on file
/usr/lib/kbd/keytables: -2147483639: Operation not permitted
error: kbd-0.96a-8.sparc.rpm cannot be installed

Comment 1 Jeff Johnson 1999-03-24 23:37:59 UTC
I just did (on a sparc running Red Hat 5.2)
	rpm -e kbd
	rpm -U kbd-0.96a-8.sparc.rpm
and that worked with rpm-2.93-3 (rpm-2.92 is available at
rawhide.redhat.com).

Try the following
	rpm --rebuilddb		# just in case
	rpm -e kbd		# get rid of previous
	rpm -U kbd-0.96a.sparc.rpm
and if that fails, try upgrading rpm to rpm-2.5.6 and/or
rpm-2.92 and repeat.

Please reopen this bug if the above does not fix your problem.