--compare-dest and empty directories

2009-10-02 Thread Albert Chin
/testsuite ./rsync-3.0.6/zlib ./rsync-3.0.6/configure Is there a way, with --compare-dest, to perform the transfer without creating empty directories? What I want is: $ find . ./rsync-3.0.6 ./rsync-3.0.6/configure -- albert chin (ch...@thewrittenword.com) -- Please use reply-all

Re: Compiling 2.6.2 on Solaris 9 fails

2004-05-05 Thread Albert Chin
' in declaration of `dev' rsync.h:354: warning: data definition has no type or storage class gmake: *** [rsync.o] Error 1 Works fine with the Sun C compiler. Is your 2.95.3 build specifically for Solaris 9? GCC include files are specific to the platform it was built on. -- albert chin ([EMAIL

SEGV on FreeBSD 4.8-STABLE with 2.6.2

2004-05-02 Thread Albert Chin
, f_out=1, argc=2, argv=0x808a060) at main.c:577 #8 0x8052a89 in main (argc=2, argv=0x808a060) at main.c:1041 Based on #2, seems the SEGV is in make_file but #1 doesn't show the function name and line number. Odd. -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http

Re: SEGV on FreeBSD 4.8-STABLE with 2.6.2

2004-05-02 Thread Albert Chin
On Sun, May 02, 2004 at 06:26:16PM -0700, Wayne Davison wrote: On Sun, May 02, 2004 at 03:33:03PM -0500, Albert Chin wrote: I'm getting a SEGV on a FreeBSD 4.8-STABLE box. The client is Solaris 9/SPARC. Both boxes run 2.6.2. The command I'm running is: $ rsync -arHRv --numeric-ids

Re: rsync 2.6.1 released (including security note)

2004-05-01 Thread Albert Chin
with the fix. Anyone ever come up with a patch for the chroot fix against 2.5? -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

2.6.2 patch for AIX

2004-05-01 Thread Albert Chin
The IBM C compiler on AIX doesn't like a trailing comma after the last enum constant. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- rsync.h.orig2004-05-01 16:52:14.0 -0500 +++ rsync.h 2004-05-01 16:52:18.0 -0500 @@ -123,7 +123,7 @@ MSG_DATA=0

Re: Rsync 2.5.6 - Configure problem on HP-UX 11.i

2003-11-14 Thread Albert Chin
on a machine here running 11i and using the HP C compiler. checking for socklen_t... yes -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync 2.5.6 fails on Tru64 v5.0 with rsync://hostname/

2003-01-29 Thread Albert Chin
: getaddrinfo: stitch 873: servname not supported for ai_socktype rsync error: error in socket IO (code 10) at clientserver.c(83) Is there anyone else that has the same problem ? Try recompiling without getaddrinfo support: ac_cv_search_getaddrinfo=no ./configure ... -- albert chin ([EMAIL

Re: Please test rsync-2.5.6pre1

2003-01-14 Thread Albert Chin
.x/popt-1.7.tar.gz -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: (fwd from flepied@mandrakesoft.com) rsync dead loop

2002-04-02 Thread Albert Chin
and then failing to write the error and trying to report that it fails to write the error and so on. I have attached a patch which breaks the loop. Thankyou for the patch. Any reason this patch isn't in 2.5.5? -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http

Re: Do you like rsync 2.5.5?

2002-04-02 Thread Albert Chin
On Wed, Apr 03, 2002 at 03:57:32PM +1000, Martin Pool wrote: On 2 Apr 2002, Albert Chin [EMAIL PROTECTED] wrote: On Wed, Apr 03, 2002 at 10:14:50AM +1000, Martin Pool wrote: Are there any other patches you think really need to go into a 2.5.6 before we proceed? The attached

Re: rsync on solaris

2002-02-22 Thread Albert Chin
doesn't deal well with *something* so maybe you need new firmware or a newer rev of the driver. -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: #3980 Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-21 Thread Albert Chin
On Wed, Feb 20, 2002 at 07:44:52PM -0801, Jos Backus wrote: On Wed, Feb 20, 2002 at 08:31:51PM -0600, Albert Chin wrote: This seems to break FreeBSD... How? Works fine with FreeBSD 4.3-STABLE. Breaks on -current: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib

Re: #3980 Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-21 Thread Albert Chin
On Thu, Feb 21, 2002 at 11:12:19AM -0800, Jos Backus wrote: On Thu, Feb 21, 2002 at 10:05:19AM -0600, Albert Chin wrote: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o lib/getaddrinfo.c: In function `get_addr': lib/getaddrinfo.c:595

Error building CVS on Tru64 UNIX

2002-02-21 Thread Albert Chin
) of a conditional operator. (badcondit) write_batch_csums_file(s ? s-count : int_zero, sizeof(int)); ---^ gmake: *** [batch.o] Error 1 If I case s-count to (unsigned int *), then it compiles. -- albert chin ([EMAIL PROTECTED]) -- To unsubscribe or change

Re: #3980 Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-20 Thread Albert Chin
On Wed, Feb 20, 2002 at 04:46:28PM -0800, Martin Pool wrote: On 19 Feb 2002, Albert Chin [EMAIL PROTECTED] wrote: On Mon, Feb 18, 2002 at 06:23:04PM -0800, Martin Pool wrote: Available now from samba.org and all mirrors. Please report bugs, compilation problems, etc

Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-19 Thread Albert Chin
who contributed patches. I'd like to see the patch for PR#3980 included in 2.5.3 so that rsync builds out of the box on Tru64 UNIX 5.x. -- albert chin ([EMAIL PROTECTED])

clientserver.c in CVS

2002-02-15 Thread Albert Chin
); } -- albert chin ([EMAIL PROTECTED])

unused variable in lib/getaddrinfo.c

2002-02-15 Thread Albert Chin
pfx is used only when INET6 is declared. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- lib/getaddrinfo.c.orig Fri Feb 15 18:52:42 2002 +++ lib/getaddrinfo.c Fri Feb 15 18:52:50 2002 @@ -396,7 +396,9 @@ for (i = 0; afdl[i].a_af; i++) { if (inet_pton(afdl[i

Re: Error from rsync-2.5.2

2002-02-06 Thread Albert Chin
Warning: unexpected read size of 0 in map_ptr Warning: unexpected read size of 0 in map_ptr Dave Dykstra created a patch for this. See: http://lists.samba.org/pipermail/rsync/2002-January/005966.html -- albert chin ([EMAIL PROTECTED])

Re: How to report squelching.

2002-02-04 Thread Albert Chin
file(s), and looking for what values, will produce a report of disabled notifications? I think you want the netsaint mailing list, not the rsync mailing list. -- albert chin ([EMAIL PROTECTED])

Re: error in rsync protocol data stream (code 12) at token.c(288)

2002-02-01 Thread Albert Chin
to the list if it solves your problem. -- albert chin ([EMAIL PROTECTED])

Re: Error when compile rsync

2002-01-30 Thread Albert Chin
... no checking for _LARGE_FILES value needed for large files... no This is to be expected as -xarch=v9 enables 64-bit mode which defaults to supporting large files (because we're using 64-bit integral types). -- albert chin ([EMAIL PROTECTED])

Re: Error when compile rsync

2002-01-30 Thread Albert Chin
that you are *not* compiling a 64-bit version of rsync. You are compiling a 32-bit version with support for large files. To compile a 64-bit version: $ CC=cc CFLAGS=-xarch=v9 ./configure [blah] This assumes you're using the Sun C compiler. -- albert chin ([EMAIL PROTECTED])

Re: rsync-2.5.1 / popt patches

2002-01-07 Thread Albert Chin
ANSI compliant compiler. Except for the getaddrinfo issue I posted earlier. there are *no* problems using the Compaq C compiler on Tru64 UNIX 4.x and 5.x. -- albert chin ([EMAIL PROTECTED])