Bug 58229
Summary: | rpm segfault | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Binand Sethumadhavan <binand> |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | bagnara, bugs.michael |
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-02-05 18:10:57 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
Binand Sethumadhavan
2002-01-11 11:46:48 UTC
Starting with a vanilla RH7.2 server install. Tried to apply a subset of updates using: rpm -Fvh *.rpm It got about 75% of the update packages installed, then started getting db errors. ran: rpm --rebuilddb segfault ran: rm /var/lib/rpm/__db* ran: rpm --initdb rpmdb:Overflowpage 1536 of invalid type ... whole pile of similar messages ending in db3 error(-30985) from db->verify ran: rpm --rebuilddb segfault ran: rpm -qa ... listed several dozen rpms up until glibc-common-2.2.4-13 then segfault Am I forced to reinstall from scratch and hope for something better? Or, is there a way to rebuild the entire rpm directory? This is a rather *critical* tool to be exhibiting these sorts of problems. If you attach a pointer (i.e. URL, attachments won't work) to a tarball fo your database cd /var/lib tar czvf /tmp/rpmdb-58229.tar.gz rpm I'll see what I can save. CLosed for lack of input. Please reopen with pointer to rpmdb tarball if this is still a problem. |