|
Bugzilla – Full Text Bug Listing |
| Summary: | rsync is not able to deal with ACL's any more | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Ralf Müller <ralf> |
| Component: | ConsoleApps | Assignee: | 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: | --- |
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 |
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)