Bug 62998

Summary: rpm silently fails if /usr mounted "ro"
Product: [Retired] Red Hat Linux Reporter: greg hosler <greg>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-08 23:20:47 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 greg hosler 2002-04-08 23:20:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020401

Description of problem:
In the past, when a destination fs was mounted "ro", and you tried to
"rpm -i " a package, you would get an error message, that would be anough of a
clue to remind you that you needed to remount /usr "rw", and redo the rpm.

as of Skipjack-2, rpm will silently fail, and the user will think that the
package installed successfully.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.mount /usr "ro"
2. pick a package that installs into /usr hierarchy
3. rpm -i <said package>
	

Actual Results:  silent return to prompt, as if the package installed successfully.

Expected Results:  an error message

Additional info:

Comment 1 greg hosler 2002-04-08 23:29:57 UTC
opps. not enough coffee to realize I was installing a src.rpm (and /usr/src
is a different rw partition). Retested w/ a proper rpm and /usr "ro", and I _DI_
get the error messages.

not a problem.