rsync & io

2002-03-20 Thread Jie Gao
Hi All, One problem I have using rsync is that if you have a large dataset, rsync will use almost all io, leaving almost none for other processes. I wonder if something can be built into rsync to make it more io-friendly so that rsync can coexist with other processes? Regards, Jie -- To u

Re: Why would any REMOTE WILDCARD = "No match" ???

2002-03-20 Thread Michael Salmon
On Friday, March 01, 2002 10:22:13 PM -0800 Derek Sivers <[EMAIL PROTECTED]> wrote: +-- | That fixed it! Thanks. Mac OS X use tsch as the default shell and it | wasn't accepting wildcards like that. +-X8 RTFM, look for nonomatch or learn to escape wildcards. /Michael -- This space int

Start Rsync Error

2002-03-20 Thread Perrin
Hi, I have installed rsync-2.4.6 version on Linux Redhat 6.2 (Kernel-2.2.14-5.0), after installed I tried to test the rsh and run "rsh remotehost /bin/true > out .dat". But it failed the error message was "Permission denied". I checked the permission all was okay, I forgot the rsh/csh meth

What does this error mean?

2002-03-20 Thread Jie Gao
Hi all, I have this in the log: xxx.ucc.usyd.edu.au: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) This is my command: /usr/bin/nice -n +19 /usr/local/bin/rsync -n --verbose --archive --pro

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread Martin Pool
On 20 Mar 2002, jeremy bornstein <[EMAIL PROTECTED]> wrote: > Dave Dykstra wrote: > > Wouldn't encrypting the file with gpg change the timestamp as well as the > > size, so rsync would still copy the file? > > It certainly does--which is why I reset it afterwards. > > Although the backup script

RE: rsync 2.5.4 on win2k machine

2002-03-20 Thread Raviraj Murdeshwar
David, I have downloaded rsync through 'cygwin' package and i am trying to use it as following in DOS command prompt on windows 2000 machine. For testing purpose,I am trying to copy some bat files from my machine to a another machine 'bitserver' as follows: D:\tmp>rsync -rcv *.bat \\bitserver\t

RE: rsync 2.5.4 on win2k machine

2002-03-20 Thread tim . conway
What commandline are you giving it? It should already be set up with cygwin. Do you mean as a rsyncd? Access to other hosts? What are you attempting to do with it? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 8050

Re: rsync processes never die

2002-03-20 Thread Martin Pool
On 11 Mar 2002, Scott Russell <[EMAIL PROTECTED]> wrote: > This is on Red Hat 7.1. or 7.2. Looks like I'll have to wait a while on this > update. Thanks anyway. You should not need to run autoconf unless you edit configure.in, because we ship ./configure and config.h.in. -- Martin -- To uns

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread jeremy bornstein
On Thu, Mar 21, 2002 at 10:07:14AM +1100, Martin Pool wrote: > It sounds like you're using asymmetric encryption. So I suppose every > time you encrypt the file, gpg will generate a new session key, so an > identical cleartext file will generate a completely different > cyphertext file every time

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread Martin Pool
> > On Tue, Mar 19, 2002 at 08:21:36AM -0800, jeremy bornstein wrote: > > > The encryption program I'm using, gpg, includes a small bit of header > > > information with the encrypted file, thus changing the size. Gpg is a > > > public key encryption program which at least includes the numeric key

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread jeremy bornstein
Dave Dykstra wrote: > Wouldn't encrypting the file with gpg change the timestamp as well as the > size, so rsync would still copy the file? It certainly does--which is why I reset it afterwards. Although the backup script I use is pretty simple, having this patch to rsync does not obviate it.

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread Dave Dykstra
Wouldn't encrypting the file with gpg change the timestamp as well as the size, so rsync would still copy the file? - Dave Dykstra On Tue, Mar 19, 2002 at 08:21:36AM -0800, jeremy bornstein wrote: > Martin, > > The encryption program I'm using, gpg, includes a small bit of header > information

RE: rsync 2.5.4 on win2k machine

2002-03-20 Thread David Starks-Browning
On Wednesday 20 Mar 02, Raviraj Murdeshwar writes: > > I installed cygwin, and it had rsync packaged with it.' > I tried win95 setup given on rsync ftp site, but it did not work on win2k. > > do you know, what are the additional steps required for rsync setup on win2k I don't understand the que

Re: [dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]

2002-03-20 Thread Jos Backus
On Wed, Mar 20, 2002 at 10:35:41AM -0801, Jos Backus wrote: > What about this one? The diff looks like this: Never mind, it looks like we are already doing the right thing in infblock.c. Sorry for the false alert. -- Jos Backus _/ _/_/_/Santa Clara, CA

[dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]

2002-03-20 Thread Jos Backus
What about this one? The diff looks like this: --- src/sys/net/zlib.c 2002/02/17 17:35:18 1.11 +++ src/sys/net/zlib.c 2002/03/20 04:05:26 1.12 @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $

Re: map_ptr warning

2002-03-20 Thread Jennifer Lu
Hi, I compiled 2.5.3 rsync and used rsync between Solaris5.5.1 to Solaris5.8 without any error last week, then, we ran rsync on another two Solaris5.5.1 and Solaris5.8 machines, got errors: gopher# nohup timex rsync -avSHc --delete /export/mdisk14/cafe-regres/ nile-ha1:/global/dg01/vmdisk009

Re: lost status code

2002-03-20 Thread Todd Vander Does
The modification Dave suggested continues to work. Can it be added to the release code? (Dave cautioned that he didn't know why the code had been made active.) Todd static RETSIGTYPE sigchld_handler(int val) { //#ifdef WNOHANG //while (waitpid(-1, NULL, WNOHANG) > 0) ; //#endif } On

RE: rsync 2.5.4 on win2k machine

2002-03-20 Thread Raviraj Murdeshwar
I installed cygwin, and it had rsync packaged with it.' I tried win95 setup given on rsync ftp site, but it did not work on win2k. do you know, what are the additional steps required for rsync setup on win2k ? thanks .. -- Raviraj Murdeshwar Siebel Systems, Inc. 650.477.4386 -Original Mes

Re: include exclude help please.

2002-03-20 Thread Joe Rice
[EMAIL PROTECTED]([EMAIL PROTECTED])@Tue, Mar 19, 2002 at 12:53:44PM -0700: > My mistake. I never use the patterns in my application, so i forgot one > of the gotchas in the doc. > From rsync.1: > If you end an exclude list with --exclude '*', note that > since the algorithm is