Re: Cygwin, Rsync, and Raid5

2002-02-19 Thread Ville Herva
On Mon, Feb 04, 2002 at 01:23:07PM -0600, you [Dave Dykstra] wrote: > On Mon, Feb 04, 2002 at 11:22:49AM -0800, James Couzens wrote: > > Dave, > > > > Any more thoughts on what the problem could be? I sent a response direct > > to you over the weekend without a CC to the list, wondering if you r

[PATCH] rsync on cygwin - textmode config files

2002-02-19 Thread Ville Herva
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well.

Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-19 Thread Albert Chin
On Mon, Feb 18, 2002 at 06:23:04PM -0800, Martin Pool wrote: > Available now from samba.org and all mirrors. Please report bugs, > compilation problems, etc. If there are no major issues I think I > will put this out as 2.5.3 shortly, because it fixes a few serious > issues. Thanks to everybody

Patch: Accept CR/LF line breaks in exclude files

2002-02-19 Thread Jordan Russell
--exclude-from and --cvs-exclude currently do not accept exclude files that use CR/LF (DOS-style) line breaks. It basically behaves as if the files are empty. This is rather annoying if the exclude files are generated by Windows systems (e.g. if you're using --cvs-exclude and rsync'ing the content

Dump Analysis -- when NCR server frozen by rsync

2002-02-19 Thread Mike . Li
Hi, rsync was running against filesystems /disk5 and /disk7 to back them onto remote server (172.16.101.4) using the following script: if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ] then rm -f /etc/rsync5.log echo " --- Disk5 --- starts `date`" > /etc/rsync5.log /usr/local/bin/r

Errors compiling rsync 2.5.2 on Solaris 8

2002-02-19 Thread Bob O'Connor
When I compile on Solaris * I get the foillowing errors: bash-2.03# gmake gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o generator.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver

Re: push data instead of pull

2002-02-19 Thread tim . conway
Gautam: caveat: unless you're certain you can trust everyone on your network, you should at the least use password authentication. without it, it's like an open shell. "Hi, I changed the "read only = no" and I got permission problems. i had uid and gid as nobody. I gave it my username a

Problem making on Solaris8

2002-02-19 Thread Bob O'Connor
I am tryinmg to build rsync 2.5.2 on Solaris 8 with gcc 3.0.3 and two of the tests fail: longdir and symlink-ignore. Any ideas? Am I missing an option to configure or is there an OS param I need to change? Bob

Re: map_ptr warning

2002-02-19 Thread Dave Dykstra
On Tue, Feb 19, 2002 at 08:44:54AM -0500, Bob O'Connor wrote: > I am trying to finalize the use of rsync for updatiung a new nfs server > before we take the old one offline. I keep getting the following > warning during the rsync process: > > Warning: unexpected rad size of 0 in map_ptr > > A

Re: rsync-2.5.3pre1 preview release -- please try it

2002-02-19 Thread tim . conway
For those of us behind lame firewalls, it's also at ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.3pre1.tar.gz Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg

Re: map_ptr warning

2002-02-19 Thread tim . conway
It's known. Dave answered it Friday. On Fri, Feb 15, 2002 at 11:08:03PM +0100, Ragnar Wisl?ff wrote: > We're using rsync to mirror a web server. The rsync is initiated using > ssh from a Red Hat Linux 7.2 box, the files are located on an Alpha > running a version of Digital Unix 4. On the Alpha

map_ptr warning

2002-02-19 Thread Bob O'Connor
I am trying to finalize the use of rsync for updatiung a new nfs server before we take the old one offline. I keep getting the following warning during the rsync process: Warning: unexpected rad size of 0 in map_ptr Any ideas where this comes from and how to make it go away? I am using rsyn