I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) A quick look at the buglist didn't reveal anything to me, so I don't know if this is a known problem. (If so I apologize, and ask if there's a workaround.) Not using -X or -A does work as expected. dave
Hi Dave: I put together some instructions for compiling rsync with a few Mac OS X-specific patches here: http://www.bombich.com/rsync.html Hopefully that gets you going. Mike On Dec 28, 2010, at 1:49 PM, David Emery wrote:> I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: > rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) > rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) > A quick look at the buglist didn't reveal anything to me, so I don't know if this is a known problem. (If so I apologize, and ask if there's a workaround.) > > Not using -X or -A does work as expected. > > dave > > > -- > Please use reply-all for most replies to avoid omitting the mailing list. > To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Hello Mike and Dave, Thank you Mike for your instruction for compiling rsync with a few Mac OS X-specific patches. @Dave : I followed them and it worked for me on my mac os X (10.6.5), even with -a and -x options. But I also need to use rsync with --detect-renamed option. This option is in the patch "detect-renamed.diff". But if I add this patch the compilation fails : gcc -std=gnu99 -I. -I. -m32 -DHAVE_CONFIG_H -Wall -W -I./popt -m32 -c compat.c -o compat.o compat.c: In function 'set_allow_inc_recurse': compat.c:128: error: 'detect_renamed' undeclared (first use in this function) compat.c:128: error: (Each undeclared identifier is reported only once compat.c:128: error: for each function it appears in.) make: *** [compat.o] Error 1 Have you any idea about this kind of problem ? I already sent a mail on the mailing list about this with more details ( http://www.mail-archive.com/rsync at lists.samba.org/msg26606.html ). Thank you anyway ! Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20101229/4aa4ac23/attachment.html>
On Sat, 01 Jan 2011 18:25:11 +0100 David Allie wrote:> curl -o patches/crtimes-64bit.diff https://bugzilla.samba.org/attachment.cgi?id=5288 > curl -o patches/crtimes-hfs+.diff https://bugzilla.samba.org/attachment.cgi?id=5966> I'm running 10.6.5 and when I run curl -V, I get:> curl 7.19.7 (i386-apple-darwin10.2.0) libcurl/7.19.7 zlib/1.2.3 > Protocols: tftp ftp telnet dict http fileYour version of curl doesn't support https. As bugzilla.samba.org accept http, try instead: curl -o patches/crtimes-64bit.diff http://bugzilla.samba.org/attachment.cgi\?id=5288 curl -o patches/crtimes-hfs+.diff http://bugzilla.samba.org/attachment.cgi\?id=5966 -- Francis.Montagnac at inria.fr, Tel: (33) 04 92 38 79 11, Bur: C113 INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex
Thanks, Francis... I pulled copies of curl and libcurl from a backup I'd made just last week and https was enabled. Not sure what I installed in the interim that caused it, but it's resolved... and thanks for the reminder to watch that I post to the group. -- David On Jan 1, 2011, at 4:18 PM, Francis.Montagnac at inria.fr wrote: On Sat, 01 Jan 2011 21:25:05 +0100 David Allie wrote:> OK, I have and that works... thanks!Fine.> At the same time, does anyone have any idea why my curl won't work > with https?Not me: I have almost no practice of MacOs. "curl -V" gives the following on one of our MacOs server: curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3 Protocols: tftp ftp telnet dict ldap http file https ftps Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz This is the same version as yours, but compiled with OpenSSL. Beware: your last message was not cc'ed to the rsync list. Francis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20110102/ee49b769/attachment.html>