Bug 1668378
| Summary: | Under Microsoft WIndows Subsystem for Linux (WSL) - RPM issues after RPM DB rebuild [rhel7] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | James Hartsock <hartsjc> |
| Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.6 | CC: | pmatilai |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-01 08:11:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
James Hartsock
2019-01-22 15:38:44 UTC
Some public discussion going on at: https://github.com/Microsoft/WSL/issues/90 https://github.com/Microsoft/WSL/issues/3742 *** This bug has been marked as a duplicate of bug 1668380 *** === In Red Hat Customer Portal Case 02291494 === --- Comment by Hartsock, James on 3/3/2019 9:49 PM --- Hayden's work-around does work for me too.... [root@win10 rpm]# rpm --rebuilddb [root@win10 rpm]# dd if=/dev/zero of=/var/lib/rpm/__db.001 count=0 bs=1 seek=1M [root@win10 rpm]# dd if=/dev/zero of=/var/lib/rpm/__db.002 count=0 bs=1 seek=1M [root@win10 rpm]# dd if=/dev/zero of=/var/lib/rpm/__db.003 count=0 bs=1 seek=1M [root@win10 ~]# rpm -q rpm rpm-4.11.3-32.el7.x86_64 |