Bug 8913 - Operation not supported (95)
Summary: Operation not supported (95)
Status: RESOLVED WORKSFORME
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.9
Hardware: x64 Linux
: P5 minor (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 16:58 UTC by masuch
Modified: 2020-07-26 07:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description masuch 2012-05-03 16:58:30 UTC
Hi,

I have been rsyncing linux OS and have got error:

--- one of the lines like followed:
rsync: rsync_xal_set: lsetxattr(""/media/raid0.jfs1/var/www"","security.selinux") failed: Operation not supported (95)

I have read some workaround how to manage this error on:
http://lists.samba.org/archive/rsync/2009-April/023150.html

BUT ACL is possible to setup only for ext4 and resiserfs filesystems.
BUT it is possible to use it for btrfs , jfs and xfs filesystems.

If it is not bug ?
How to manage it for btrfs , jfs ,xfs filesystems if ACL is not possible to setup for mounting ?


thank you,
kind regards,
Martin
Comment 1 masuch 2012-05-03 17:34:12 UTC
I have to reconsider previous post - it is bug for ext4 system as well.
Comment 2 Wayne Davison 2020-07-26 07:29:27 UTC
On a modern rsync you would specify xattr exclusions for security.* and system.* in some filter rules:

-f'-x security.*' -f'-x system.*'