Bugzilla – Bug 128323
rsync is not able to deal with ACL's any more
Last modified: 2005-10-17 12:29:23 UTC
Since update to SuSE Linux 10.0 rsync is unable to deal with ACL's. How to reproduce: > rsync -A <remoteMachine>:/tmp . rsync: ACLs are not supported on this client rsync error: syntax or usage error (code 1) at main.c(1120)
grrr... configure: checking for ACL support... yes Using posix ACLs rsync --version: rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, no ACLs, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums, SLP rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. configure bug ... investigating further
ok, found the problem: missing autoheader ... :( rsync --version rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, ACLs, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums, SLP rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. submitting for STABLE. 10.0 ? can I get a SWAMPID for this ?
anja: can I get a SWAMPID for 10.0: rsync ?
SWAMPID is 2595
thanks. package and patchinfo submitted for 10.0
released