Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Martin Pool
On 7 Jan 2002, [EMAIL PROTECTED] wrote: > > I still have problems running the options > like /usr/local/bin/rsync --daemon > will give me an error > Thanks in advance. > (gdb) run --help > Starting program: /usr/local/bin/rsync --help > Reading in symbols for clientserver.c...done. > Reading sy

Re: rsync-2.5.1 / socket.c - unititialized variable breaks build.

2002-01-07 Thread John Malmberg
Probably, but that just means that there was an addtional bug in the original code. At this phase, I am just trying to get rid of the compiler diagnostics with out changing what the code is intending on doing. Right now I am trying to make sense of what "char" declarations should really be "u

Re: Rsync Problems

2002-01-07 Thread Dave Dykstra
On Mon, Jan 07, 2002 at 12:27:55PM -0500, Hunter French wrote: > > I am having problems with Rsync running between 2 FreeBSD computers. We > are trying to use it to backup a directory on the primary server > /var/mail (using a pull method). The configuration on the primary > server (Polaris) sh

Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Dave Dykstra
I haven't tried to build on an NCR MP-RAS machine lately, but I do know that the binaries I build on Unixware 1.1.2 run on NCR machines. You can try my 2.5.1 binary from the "SVR4" directory you can get to from http://rsync.samba.org/rsync/download.html Let me know if it works and if you sti

Re: rsync-2.5.1 / popt patches

2002-01-07 Thread John E. Malmberg
On Mon, 7 Jan 2002, Albert Chin wrote: > On Sun, Jan 06, 2002 at 05:58:46PM -0600, John E. Malmberg wrote: > > The following popt files need patches in order to compile using Compaq C > > on OpenVMS. These patches should also be needed on a Tru64 or LINUX on > > ALPHA using Compaq C. Except f

RE: Rsync on webserver

2002-01-07 Thread Lachlan Cranswick
> Here is the problem. > >I have a primary and a secondary web server. I want to sync the home >directory paths on the primary server with the secondary server. I am >fairly ignorant to rsync and wondering what is the best method of doing this >and how would I call the procedure from say a "perl

Rsync on webserver

2002-01-07 Thread David Nickel Jr.
Here is the problem. I have a primary and a secondary web server. I want to sync the home directory paths on the primary server with the secondary server. I am fairly ignorant to rsync and wondering what is the best method of doing this and how would I call the procedure from say a "perl script

Re: rsync-2.5.1 / popt patches

2002-01-07 Thread Albert Chin
On Sun, Jan 06, 2002 at 05:58:46PM -0600, John E. Malmberg wrote: > The following popt files need patches in order to compile using Compaq C > on OpenVMS. These patches should also be needed on a Tru64 or LINUX on > ALPHA using Compaq C. Except for the alloca issue, these should work on > any

Rsync Problems

2002-01-07 Thread Hunter French
I am having problems with Rsync running between 2 FreeBSD computers. We are trying to use it to backup a directory on the primary server /var/mail (using a pull method). The configuration on the primary server (Polaris) should be ok as it was running rsync previously before our client server wa

Re: rsync w/ openssh hangs on linux

2002-01-07 Thread Dave Dykstra
Wow, that's a new one. It's quite surprising that that would cause the symptoms you described, but I think I can imagine how. The remote end would ignore the -e ssh, but it's possible that the -ax could result in different information being passed back and forth after the large file is sent if t

Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Mike . Li
I still have problems running the options like /usr/local/bin/rsync --daemon will give me an error Thanks in advance. # ./configure -build=i686-ncr-sysv4.3 # make install mkdir -p /usr/local/bin ./install-sh -c -m 755 rsync /usr/local/bin mkdir -p /usr/local/man/man1

Rsync on Windows 2000 server

2002-01-07 Thread David Starks-Browning
On Thursday 3 Jan 02, Itzkovich, Shraga writes: > Cygwin1.dll was copied from the NT4 rsync folder to windows 2000 system32 > folder. Uggh. That's a bad idea if you ever want to use Cygwin for anything else besides rsync. David (Cygwin FAQ maintainer)