Patch to revive tmpfiles

2003-10-06 Thread Hans Eric Sandström
This is a patch to fix one annoyance of having rsync processes race: I usually keep our servers synced with the following script, run by cron. #!/bin/sh lockfile -r 2 -l 1000 /tmp/synchome.lock || exit 1 rsync -e ssh -avHP --delete zorro01:/home/\* /home >/dev/null rm -f /tmp/synchome.lock -- Som

Re: bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386

2003-10-06 Thread Dirk Pape
Hello, I wrote this report one and a half weeks ago. There is a bug in the "flist"-module, which can consistently reproduced on at most two Unix-Platforms: Solaris 9 and MacOS X. Can anybody help me with the email-address of the developer of the flist-module, so I can contact him/her directly?

error in rsync protocol data stream (code 12) at io.c

2003-10-06 Thread jonathan sabo
List, I am having trouble with a previously working rsync server. Version: # rsync --version rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6,

How to change permissions on a directory without meaning to... - include/exclude semantics

2003-10-06 Thread Tim Small
Hi, Think I've found either a documentation bug, in rsync (or possibly a code bug), with the include/exclude feature. This occurs on (at least) 2.5.5 and 2.5.6 First I created a file list of files that I wanted backed up [EMAIL PROTECTED] root]# cat /tmp/sendmail-rpmverify-out /etc/ /etc/alia

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

2003-10-06 Thread jw schultz
On Mon, Oct 06, 2003 at 11:42:00AM -0400, jonathan sabo wrote: > List, > > I am having trouble with a previously working rsync server. > > Version: > > ># rsync --version > >rsync version 2.5.4 protocol version 26 > >Copyright (C) 1996-2002 by Andrew Tridgell and others > >

Re: How to change permissions on a directory without meaning to... - include/exclude semantics

2003-10-06 Thread jw schultz
On Mon, Oct 06, 2003 at 05:41:45PM +0100, Tim Small wrote: [redacted] > Hi, > > Think I've found either a documentation bug, in rsync (or possibly a > code bug), with the include/exclude feature. This occurs on (at least) > 2.5.5 and 2.5.6 > > First I created a file list of files that I wanted

Re: RSync hangs up on file transfer

2003-10-06 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! It is about a month ago that I came up here with my problem that rsync stops processing from time to time. Meanwhile I investigated some more time on this problem and increased the verbosity of rsync. Calling rsync with rsync -a -vv -P --delet

Re: RSync hangs up on file transfer

2003-10-06 Thread jw schultz
On Mon, Oct 06, 2003 at 08:20:55PM +0200, Andre Alexander Bell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello! > > It is about a month ago that I came up here with my problem that rsync stops > processing from time to time. Meanwhile I investigated some more time on this > pro

Re: RSync hangs up on file transfer

2003-10-06 Thread jw schultz
On Fri, Aug 29, 2003 at 02:56:47PM +0200, Andre Alexander Bell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello! > > I'm using RSync to mirror from a server (gandalf) to a backupserver (dwalin). > RSync does just fit my needs for what I want it to do and I would like to > thank

Re: How to change permissions on a directory without meaning to... - include/exclude semantics

2003-10-06 Thread Wayne Davison
Yes, it is not immediately obvious that when rsync is transferring a path that ends in '/' that it is really transferring the "." directory. Thus, this command: rsync -av /some/path/ /another/spot/ ... actually transfers "/some/path/." to "/another/spot/.", which updates its permissions/owner

Re: Possible security hole

2003-10-06 Thread Timo Sirainen
On Sun, 2003-10-05 at 02:56, Wayne Davison wrote: > On Sat, Oct 04, 2003 at 11:38:48PM +0300, Timo Sirainen wrote: > > for (i=0; i < (int) s->count;i++) { > > Yeah, that's pretty bad. Attached is a patch that should fix this and a > number of other related problems where the code assumed that

Re: Possible security hole

2003-10-06 Thread jw schultz
On Tue, Oct 07, 2003 at 12:59:31AM +0300, Timo Sirainen wrote: > On Sun, 2003-10-05 at 02:56, Wayne Davison wrote: > > On Sat, Oct 04, 2003 at 11:38:48PM +0300, Timo Sirainen wrote: > > > for (i=0; i < (int) s->count;i++) { > > > > Yeah, that's pretty bad. Attached is a patch that should fix th

error in rsync protocol data stream (code 12) at io.c

2003-10-06 Thread Jonathan Sabo
I DID read the archives and from them figured that I would receive a very helpful responce from you Mr. Schultz. Thanks for your attention. The recomendation to turn up verbosity on the client did not help. I still only know that I can connect and then I get an error as shown below: [EMAIL PROT