Bug 841308
Summary: | Extract of "--posix --sparse" archive fails on file matching with "Not found in archive". | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Pavel Raiskup <praiskup> |
Component: | tar | Assignee: | Pavel Raiskup <praiskup> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | CC: | albrecht.dress, asersen, azelinka, kdudka, ovasik |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 634866 | Environment: | |
Last Closed: | 2012-10-16 09:12:22 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: | |||
Bug Depends On: | 634866 | ||
Bug Blocks: | 637085 |
Description
Pavel Raiskup
2012-07-18 16:12:49 UTC
Changed summary to better describe situation - this bug is reproducible even without long paths: $ tar --posix --sparse -cf test.tar -C /var/log --one-file-system \ --ignore-failed-read --totals . 2>/dev/null $ echo $? 0 $ tar -tf test.tar | grep ./lastlog ./lastlog $ tar -tf test.tar ./lastlog tar: ./lastlog: Not found in archive tar: Exiting with failure status due to previous errors Pavel Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-1372.html |