Bug 89080
Summary: | Multiple errors with rpm when querying database | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Cristian Candet <ccris> |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED WORKSFORME | QA Contact: | Mike McLean <mikem> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | ccris |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
URL: | http://proxy.integrare.ro/rpm/rpm-db.tgz | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-04-17 17:31:23 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
Cristian Candet
2003-04-17 11:13:37 UTC
Hmmm, the URL you gave to your database tar ball is not resolving. Could you check for typose, etc? Thanks. Corrected the URL. If this doesn't work either (which would be strange), try http://213.157.164.98/rpm/rpm-db.tgz. Almost forgot. When accessing the URL use username/password: "redhat". OK, got it, thanks. Doing --rebuilddb -vv (with rpm-4.3, any version newer than rpm-4.1 can/will fix) showed 2 damaged headers: error: rpmdbNextIterator: skipping h# 121 region trailer: BAD, tag 15519 type 470089728 offset 0 count 131586 error: rpmdbNextIterator: skipping h# 124 region trailer: BAD, tag 1048576 type 14592 offset -75520 count 16128 I'll put a tarball of your fixed (by deleting) Packages at ftp://people.redhat.com/jbj/rpmdb-89080-FIX.tar.gz in about 15 minutes. Download and install the fix by doing cd /var/lib mv rpm/Packages rpm/Packages-ORIG2 tar xzvf rpmdb-89080-FIX.tar.gz rpm --rebuilddb -vv Verify the fix by doing rpm -qavv Reopen this bug if you still have problems. Worked ok. Thank you. |