Re: update wrong date, soft links, Debian stable, -L, ...

2002-06-02 Thread Colin Walters
On Sat, 2002-05-18 at 01:32, John D. Hendrickson wrote: > Debian r2.5 (Potato) > rsync version 2.3.2 protocol version 21 > ( the latest stable deb version anyway :) > > RE: absolutely older file keeps getting chosen for update This could be some sort of NFS bug, but you might want to tr

Re: rsync 2.5.4 (probably 2.5.5 too) server handles SIGPIPE very poorly

2002-06-02 Thread Colin Walters
[resent by mbp] On Tue, 2002-05-28 at 10:22, Jonathan Kamens wrote: > If you run rsync with a subshell through ssh.com's ssh and sshd and > then kill the client with ctrl-C, the rsync server process running on > the remote machine grows without bound and eventually completely hoses > the machine

(fwd from t216@zkb.ch) IBM Mainframe port for rsync

2002-06-02 Thread Martin Pool
How cool! -- Martin --- Begin Message --- Hi, Martin! I have ported rsync to OS/390 Open Edition, currently named z/OS Unix System Services. Using my port, it is possible to transfer text files between IBM mainframe and UNIX machines, having automatic code page conversion which is for what I

General speed question

2002-06-02 Thread David Arnold
We have some speed/performance issues: We have a 100M fullduplex private network setup to handle rsync transfers to our "mirror" server with a command like: time rsync -e ssh -avzl --delete --rsync-path=/usr/local/bin/rsync \ --exclude ".netscape/cache/" --delete-excluded \ bigs

spamstopper on rsync

2002-06-02 Thread Martin Pool
The rsync mailing list should now be protected by SpamAssassin . If your messages bounced during installation glitches, or if you have any trouble, please let me know. -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://ww

Re: batch diffs

2002-06-02 Thread Jos Backus
On Sun, Jun 02, 2002 at 10:40:34PM +0300, Kalev Soikonen wrote: > Digging around in the sources (uhg), I found that this occurs because... > batch.c line 485 dereferences s->sums[i] which is NULL, because... generator > thinks it can disable_deltas_p() when batches are read. Ouch. This sounds r

batch diffs

2002-06-02 Thread Kalev Soikonen
I needed a tool to produce diffs of binary volumes, and to apply them as patches accordingly. So I tried the 'batch mode' that was added to rsync, but it invariably segfaulted on reading the batches... $ sh foo.rsync_argvs foo.rsync_argvs: line 1: 8971 Segmentation fault r