Bug 489718 - Failing to replace an identical file/directory when upgrading causes rpm to fail
Summary: Failing to replace an identical file/directory when upgrading causes rpm to fail
Keywords:
Status: CLOSED DUPLICATE of bug 483071
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: rpm
Version: 5.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Panu Matilainen
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-11 15:15 UTC by Olivier Fourdan
Modified: 2013-03-04 02:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-07 15:27:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Olivier Fourdan 2009-03-11 15:15:43 UTC
Description of problem:

The problem occurred when our customer tried to upgrade the "filesystem" package on a setup where /home is NFS mounted without no_root_squash option.

rpm (via cpio) tried to replace the /home directory but failed to chown() the directory and therfore failed to upgrade the package.

While this sounds the right thing to do in the common case (ie fail if the directory/file cannot be upgraded), rpm could avoid that problem by checking first if the file (or directory) to be written is identical to the one in the cpio archive.

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

rpm-4.4.2-48.el5

How reproducible:

100% reproducible

Steps to Reproduce:
1. mount /home via NFS without the "no_root_squash" option
2. rpm -Uvh filesystem*.rpm
  
Actual results:

error: unpacking of archive failed on file /home: cpio: chown failed - Operation not permitted

Expected results:

rpm does not try to replace the directory if it has the same flags/modes/uid/gid

Additional info:

Comment 2 Panu Matilainen 2009-04-07 15:27:54 UTC

*** This bug has been marked as a duplicate of bug 483071 ***


Note You need to log in before you can comment on or make changes to this bug.