[PATCH] --one-file-system and automounter

2004-02-02 Thread Dick Streefland
We use rsync in a Linux installation script. First, the root filesystem of another machine on the network is cloned with rsync -axzH, and then a few files are updated to give the clone its own identity. This works fine, but last week, the Postfix mailer daemon on a new machine refused to start

rsync_failed

2004-02-02 Thread loona5
Hello I came about the following phenomeon when the server ( dell poweredge 2650 ) is rsyncing to the same and remote server. the connection was close and copying the file didn't finish yet. Network Topology: Dell2650 L2SW---L3SW---Dell2650 L2SW: Procurve4108gl L3SW: BigIron15000 when

Re: [PATCH] --one-file-system and automounter

2004-02-02 Thread Wayne Davison
On Mon, Feb 02, 2004 at 12:01:12PM +0100, Dick Streefland wrote: The attached patch for rsync-2.6.0 moves the cross-filesystem check to just before a directory is traversed. This obsoletes the function skip_filesystem() to test the parent directory. The mount point itself is still included,

cygwin announcement fwd: rsync-2.6.0-1

2004-02-02 Thread Lapo
Here it goes... actually already on the mirrors from some time and easily installable from http://cygwin.com/setup.exe ---BeginMessage--- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have uploaded version 2.6.0-1 of the open source utility that provides fast incremental file transfer. It

Re: rsync 2.6.0 causing incredible load on Linux 2.4.x?

2004-02-02 Thread jw schultz
On Mon, Feb 02, 2004 at 03:00:11PM -0800, Wayne Davison wrote: On Mon, Feb 02, 2004 at 02:01:15PM -0800, Clint Byrum wrote: Oh, and one other thing... whats up with this: -rwxr-xr-x1 root root 1294978 Jan 30 12:54 /usr/local/rsync-2.6.0/bin/rsync -rwxr-xr-x1 root

Re: rsync 2.6.0 causing incredible load on Linux 2.4.x?

2004-02-02 Thread Clint Byrum
On Mon, 2004-02-02 at 14:51, jw schultz wrote: On Mon, Feb 02, 2004 at 02:01:15PM -0800, Clint Byrum wrote: Hi everyone. Has anyone experienced rsync 2.6.0 causing huge amounts of system load? Especially on Linux 2.4? snip There aren't too many things that would account for this. The only

Re: rsync 2.6.0 causing incredible load on Linux 2.4.x?

2004-02-02 Thread jw schultz
On Mon, Feb 02, 2004 at 05:35:17PM -0800, Clint Byrum wrote: On Mon, 2004-02-02 at 14:51, jw schultz wrote: On Mon, Feb 02, 2004 at 02:01:15PM -0800, Clint Byrum wrote: Hi everyone. Has anyone experienced rsync 2.6.0 causing huge amounts of system load? Especially on Linux 2.4? snip

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 07:06:54 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7222 Modified Files: flist.c Log Message: Go back to using malloc() for the hard-link data structure (for now at least). Revisions: flist.c 1.185 = 1.186

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 18:23:09 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8993 Modified Files: rsync.yo rsync.1 Log Message: Clarify the various safe/unsafe symlink options. Revisions: rsync.yo1.146 = 1.147

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 21:32:48 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17056 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.179 = 1.180

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 21:32:52 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17076 Modified Files: hlink.c Log Message: Don't free link_u.idev. Revisions: hlink.c 1.34 = 1.35

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 21:33:06 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17167 Modified Files: main.c Log Message: - Call init_flist(). - Got rid of the symbolic-links-warning code (it was not right, and it is now handled in options.c).

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 21:02:13 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10759 Modified Files: util.c Log Message: Use %H:%M:%S instead of %T in strftime() call since it looks to be more portable. Revisions: util.c 1.126 = 1.127

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 22:18:23 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28350 Modified Files: flist.c Log Message: Change to try to debug a failure on the build farm. Revisions: flist.c 1.187 = 1.188

CVS update: rsync

2004-02-02 Thread Wayne Davison
Date: Mon Feb 2 22:35:07 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31106 Modified Files: flist.c Log Message: Fix for memset bug found by buildfarm. Revisions: flist.c 1.188 = 1.189

CVS update: rsync

2004-02-02 Thread jw schultz
Date: Tue Feb 3 03:42:49 2004 Author: jw Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23997 Modified Files: flist.c receiver.c sender.c Log Message: Corrected sizeof usage: sizeof obj sizeof (type) Revisions: flist.c 1.189 = 1.190