Description of problem: cannot copy xattr by cp command. Version-Release number of selected component (if applicable): coreutils-8.4-6.fc13.i686 How reproducible: # cp --preserve=xattr aaa.txt bbb.txt cp: cannot preserve extended attributes, cp is built without xattr support
That was fixed 6 months ago (3 days after the 8.4 release) http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=e489fd04
coreutils-8.4-7.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/coreutils-8.4-7.fc13
coreutils-8.4-7.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update coreutils'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/coreutils-8.4-7.fc13
okay. It runs well.
Verified the fix. $ rpm -qf /bin/cp coreutils-8.4-7.fc13.x86_64 $ /bin/cp --preserve=xattr /tmp/foo /tmp/bar
coreutils-8.4-7.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.