Re: [rproxy-devel] rdiff deltas not very good compared to pysync,why?

2002-04-24 Thread Shirish H. Phatak
Hi Martin, I can definitely help in managing the librsync package, especially since I will be maintaining our local tree anyway. As of now, I don't have the resources to get the Windows stuff tested; however, I can handle the Unix side of things. Maybe Donovan would be interested in managi

Re: rsync hanging (Sun -> AIX)

2002-04-24 Thread Martin Pool
> cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not >declared. (undeclared) > if (ecode < 0 || ecode > EAI_MAX) I think these problems come about because the system has what in Australia we would call a half-arsed implementation of RFC2553, the getaddrinfo() A

Re: [rproxy-devel] rdiff deltas not very good compared to pysync, why?

2002-04-24 Thread Martin Pool
On 24 Apr 2002, "Shirish H. Phatak" <[EMAIL PROTECTED]> wrote: >Since there appears to be a dedicated group of users and lots of > activity, maybe we can convince Martin to roll in these patches and make > a new release? I have been really lax in supporting librsync for the last few mon

Re: Rsync from NT to UNIX

2002-04-24 Thread tim . conway
Try "ssh server1 rsync --version". You will see either a message about failing to access server1, or something like "ksh: rsync: not found". For the first one, fix ssh. for the second one, make it possible for rsync to find itself over the connection, either by putting it into the stripped-d

RSYNC Error in resolving hostnames since 2.5.4

2002-04-24 Thread Rehmann Oliver
Dear Listmembers I hope somebody can help me with the following rsync problem. I am trying to connect (at least list the modules) to an rsync 2.4.6 server with a 2.5.4 / 2.5.5 client. I compiled rsync 2.5.5 on an AIX 4.3.3 and on a HP UX 11.x system and I get the same behaviour on both systems.

RE: memory requirements was RE: out of memory in build_hash_table

2002-04-24 Thread David Bolen
Granzow, Doug (NCI) [[EMAIL PROTECTED]] writes: > From what I've observed by running top while rsync is running, its memory > usage appears to grow gradually, not exponentially. The exponential portion of the growth is up front when rsync gathers the file listing (it starts with room for 1000 fi

Re: How rsync can work only with rsh/ssh

2002-04-24 Thread tim . conway
You've neither read the documentation, nor actually tried rsync, have you? scp is an add-on to ssh to do rcp-like work over ssh. rsync does the same function and a lot more, and doesn't care what the transport it uses, whether shared memory, in the case of purely local transfers, or an extern

Re: memory requirements was RE: out of memory in build_hash_table

2002-04-24 Thread Eric Whiting
"Granzow, Doug (NCI)" wrote: > > From what I've observed by running top while rsync is running, its memory > usage appears to grow gradually, not exponentially. A rsync may take > several hours to complete. (I have one running now that started over four > hours ago. The filesystem contains 236

Re: Dynamic address problem

2002-04-24 Thread tim . conway
How about switching to password authentication? Makes you spoof-proof. Anybody who can sniff your network to get the plaintext can probably spoof your IP anyway, so you lose no security(probably gain a bit), and this doesn't have to wait for dns registration to propogate. Tim Conway [EMAIL PR

RE: rsync hanging (Sun -> AIX)

2002-04-24 Thread tim . conway
Make them give you a gcc. You can get an older-version gcc binaries for DU4.0 at ftp://ftp.thewrittenword.com/packages/free/by-name, which should let you then compile gcc 3.03 (is that still the latest?), then, you can properly handle all the goodies that are out here. I'd make you a tarball,

Re: Rsync from NT to UNIX

2002-04-24 Thread tim . conway
You're set, unless you declined ssh in your cygwin installation (without cygwin, you're not doing rsync from windoze). It's just like unix, in that case. (Bonus clue: Under related commands for ssh, you'll find ssh-keygen). If you don't actually need to secure your content (you're not naked

RE: Dynamic address problem

2002-04-24 Thread Allen, John L.
Try this patch (against rsync 2.5.5): #- $ gdiff -u clientname.c.orig clientname.c --- clientname.c.orig Fri Jan 25 17:59:37 2002 +++ clientname.cMon Apr 1 13:32:10 2002 @@ -240,7 +240,7 @@ hints.ai_family = ss_family; hints.ai_flags = AI_CANONNAME; hints.ai

RE: memory requirements was RE: out of memory in build_hash_table

2002-04-24 Thread Granzow, Doug (NCI)
Well, for reference, here's what I'm running: The mirror is running Solaris 8, the source is running Solaris 7. Both are running the same version of rsync: rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others Capabilities: 64-

RE: rsync hanging (Sun -> AIX)

2002-04-24 Thread neil . pawson
I've managed to get rsync to work as a daemon rather than via remsh (many thanks to Martin Pool for suggesting this!). The remsh problems still exists though. Sorry but I got a (possibly) vital piece of information wrong in my last mail, it turns out that the box is actually a Tru64 UNIX box ins

How rsync can work only with rsh/ssh

2002-04-24 Thread Davide Montesin
Hi, I use rsync with ssh. My question is: how can rsync work only with ssh without scp o sftp? I have installed only rsync and ssh on my windows machine. Is the scp or sftp integrated within rsync? Why rsync need a shell? For login? Thanks in advance. Please respond to my email address too: [EMA

Re: Dynamic address problem

2002-04-24 Thread Michael Zimmermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At Wednesday 24 April 2002 08:19 Matthew Simpson wrote: > We have clients which dynamic IPs which we have setup with > .dyndns.org addresses. We have added these to the rsync.conf > 'hosts allow=" but they are being denied access.. I assume that t