-
Bug
-
Resolution: Done-Errata
-
Undefined
-
rhel-9.8
-
None
-
tar-1.34-9.el9_7
-
Yes
-
Important
-
rhel-base-utils-core
-
0
-
False
-
False
-
-
No
-
None
-
Pass
-
Enabled
-
Automated
-
Release Note Not Required
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
What were you trying to do that didn't work?
Extract a tar file with --xattrs
What is the impact of this issue to you?
The IdM backup/restore functionality is broken. Our tools rely on tar to backup files and use --xattrs --selinux
Please provide the package NVR for which the bug is seen:
tar-1.34-8.el9_7
How reproducible is this bug?:
Always
Steps to reproduce
- dnf install -y ipa-client
- touch /etc/ipa/default.conf
- mkdir -p /tmp/testdir
- tar --xattrs --selinux -cf /tmp/testdir/files.tar /etc/ipa/default.conf /etc/resolv.conf
- cd /tmp/testdir
- tar --xattrs --selinux -xf /tmp/testdir/files.tar etc/ipa/default.conf
tar: etc/ipa/default.conf: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errorsExpected results
Should succeed
Actual results
Extraction fails with
tar: etc/ipa/default.conf: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
- links to
-
RHBA-2026:157645
Updated ubi9 container image
-
RHSA-2025:157278
tar security update