Displaying 2 results from an estimated 2 matches for "dc1ucp".
Did you mean:
dc1_ip
2017 Nov 03
5
sysvol replcation rsync error
Hello ,
( samba 4.6.9 - centos 6 DC1 centos DC2 )
I tried to sync sysvol as described in
https://wiki.samba.org/index.php/Rsync_based_SysVol_replication_workaround
between two DC
but rsync shows some errors like this
rsync: set_acl:
sys_acl_set_file(apam-ad.apam.it/Policies/{D725AAC4-27E8-46AC-918D-55B560988386}/Machine/Applications/{031B2C75-D832-429B-B4C4-226BAA665E3A}.aas,
2017 Nov 03
3
sysvol replcation rsync error
Hello,
1) fs acl support
I use XFS
I did the tests ( https://wiki.samba.org/index.php/File_System_Support
) and no errors
[root at dc1ucp ~]# setfattr -n user.test -v test test.txt
[root at dc1ucp ~]# setfattr -n security.test -v test2 test.txt
[root at dc1ucp ~]# getfattr -d test.txt
# file: test.txt
user.test="test"
[root at dc1ucp ~]# getfattr -n security.test -d test.txt
# file: test.txt
security.test="test2"...