Bug 128323

Summary: rsync is not able to deal with ACL's any more
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Ralf Müller <ralf>
Component: ConsoleAppsAssignee: Ruediger Oertel <ro>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: adrian.schroeter, aj, hmuelle
Version: Final   
Target Milestone: ---   
Hardware: PC   
OS: SUSE Other   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ralf Müller 2005-10-14 00:24:59 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)
Comment 1 Ruediger Oertel 2005-10-14 10:06:56 UTC
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 
Comment 2 Ruediger Oertel 2005-10-14 10:25:30 UTC
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 ? 
 
 
Comment 3 Ruediger Oertel 2005-10-14 10:39:33 UTC
anja: can I get a SWAMPID for 10.0: rsync  ? 
 
Comment 4 Anja Stock 2005-10-14 10:42:27 UTC
SWAMPID is 2595
Comment 5 Ruediger Oertel 2005-10-14 10:53:47 UTC
thanks. 
package and patchinfo submitted for 10.0 
 
Comment 6 Anja Stock 2005-10-17 12:29:23 UTC
released