Bug 877742
| Summary: | rpm --verify coredumps on read error in files verified | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stuart D Gathman <stuart> |
| Component: | rpm | Assignee: | Fedora Packaging Toolset Team <packaging-team> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | ffesti, jnovy, jzeleny, packaging-team, pknirsch, pmatilai |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-11-19 12:03:13 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
Stuart D Gathman
2012-11-18 13:24:45 UTC
It would be super handy, when dealing with disk errors in the field in places with no electronics store handy, if rpm would not only report the file with an error, but flag it with an E (for Error) it its report and keep processing. It would be acceptable if this required a command line option to use read() instead of mmap() to simplify error handling (at the cost of performance). Current procedure is to tail /var/log/messages to find block # of failure, run lbatofile.py to discover filename. Rename file, rerun rpm -V (which now reports the file as "missing" - much better than a core dump). *** This bug has been marked as a duplicate of bug 854798 *** |