Bug 508074 - rpm -Va --root /external_folder fails sometimes
Summary: rpm -Va --root /external_folder fails sometimes
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: rpm
Version: 5.4
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Panu Matilainen
QA Contact: Petr Sklenar
URL:
Whiteboard:
Depends On:
Blocks: 500798
TreeView+ depends on / blocked
 
Reported: 2009-06-25 13:51 UTC by Petr Sklenar
Modified: 2010-02-23 12:24 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-02 11:40:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2009:1371 0 normal SHIPPED_LIVE rpm bug fix update 2009-09-01 11:05:57 UTC

Description Petr Sklenar 2009-06-25 13:51:13 UTC
Description of problem:
rpm -Va --root /external_folder fails sometimes

Version-Release number of selected component (if applicable):
rpm-4.4.2.3-15.el5

How reproducible:
sometimes

Steps to Reproduce:
$ yum --installroot=/root-postgresql install postgresql-server

$ rpm -V --root /root-postgresql  postgresql-server
^^^ works well even in a long loop

$ rpm -Va --root /root-postgresql 
^^ firstly it works

# secondly that cmd on same machine
$ rpm -Va  
S.5....T  c /etc/pam.d/system-auth
rpmdb: /root-postgresql/var/tmp: No such file or directory
rpmdb: unable to create temporary backing file
rpmdb: /root-postgresql/var/tmp: No such file or directory
... after +- 10 lines it ends

# thirdly 
$ rpm -Va --root /root-postgresql
rpmdb: /root-postgresql/var/tmp: No such file or directory
rpmdb: unable to create temporary backing file
rpmdb: /root-postgresql/var/tmp: No such file or directory
rpmdb: unable to create temporary backing file
rpmdb: /root-postgresql/var/tmp: No such file or directory
rpmdb: unable to create temporary backing file
rpmdb: /root-postgresql/var/tmp: No such file or directory
rpmdb: unable to create temporary backing file

#thousands  and thousands lines

rpmdb: unable to allocate space from the buffer cache
error: db4 error(12) from dbcursor->c_get: Cannot allocate memory

  
Actual results:
rpmdb: /root-postgresql/var/tmp: No such file or directory

Expected results:
no errors

Additional info:
found during testing
https://bugzilla.redhat.com/show_bug.cgi?id=434150

Comment 1 Panu Matilainen 2009-07-01 10:03:15 UTC
Path for temporary databases ends up being wrong when chrooted in the way verification does it. Easiest fix is to just disable the dependency caching on chrooted verify.

Comment 10 errata-xmlrpc 2009-09-02 11:40:25 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2009-1371.html


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