Bug 128323 - rsync is not able to deal with ACL's any more
Summary: rsync is not able to deal with ACL's any more
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ConsoleApps (show other bugs)
Version: Final
Hardware: PC SUSE Other
: P5 - None : Major
Target Milestone: ---
Assignee: Ruediger Oertel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 00:24 UTC by Ralf Müller
Modified: 2005-10-17 12:29 UTC (History)
3 users (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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