Summary: | Attempt to erase non-existent package corrupts database | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | jw1233219 |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED WORKSFORME | QA Contact: | Mike McLean <mikem> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-01-22 11:49:27 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
jw1233219
2003-01-22 06:46:10 UTC
You have a stale lock. This has nothing to do with removal of non-existent packages. Remove the stale lock by doing rm -f /var/lib/rpm/__db* See the bug report regarding "hangs" and "READ ME FIRST". Before I started I did: rm -f /var/lib/rpm/__* rpm --initdb rpm --rebuilddb So it was a clean database. I tried exactly the commands you gave with rpm-4.2-0.56 and cannot reproduce. |