OpenVMS issues with fork() and child processes

2002-03-04 Thread John Malmberg
In working to get RSYNC to work on OpenVMS, I have run into difficulty mapping the do_fork() calls to the native APIs. OpenVMS does not currently implement a fork() function. The closest that it has is a spawn() function. It works like a system() call that is not blocking. You pass the progr

Re: Mirroring a server

2002-03-04 Thread Carl Flippin
That may well be. I'll have another go tonight and let it run overnight. Thanks for the advice. On Mon, 4 Mar 2002 20:50:33 -0500 (EST) Tom Diehl <[EMAIL PROTECTED]> wrote: > On Mon, 4 Mar 2002, Carl Flippin wrote: > > > > > I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This

Re: Mirroring a server

2002-03-04 Thread Tom Diehl
On Mon, 4 Mar 2002, Carl Flippin wrote: > > I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This includes the > kernel and quite a few other system level files. As one might expect, rsync hangs > when it tries to copy the kernel file. Has anyone had success with this kind of > se

An NT problem?

2002-03-04 Thread Mike Westkamper
Gentlemen; I installed the Cygwin/Rsync on NT per http://optics.ph.unimelb.edu.au/help/rsync/ When trying to access it from a linux machine I always get: [root@auxfs backups]# rsync rsync://192.168.1.205/ . read error: Connection reset by peer [root@auxfs backups]# OR [root@auxfs backups]# r

Mirroring a server

2002-03-04 Thread Carl Flippin
I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This includes the kernel and quite a few other system level files. As one might expect, rsync hangs when it tries to copy the kernel file. Has anyone had success with this kind of setup? -- To unsubscribe or change options: http://

Re: script to rysnc to spare hard drive

2002-03-04 Thread Martin Schwenke
> "Gary" == Gary Peltola <[EMAIL PROTECTED]> writes: Gary> Bascially what i am looking at doing is mirroring the first Gary> drive to the 2nd drive, and once that intial one is moved Gary> over, have a cron run nightly (or when specified) that will Gary> update any modified fi

Re: Dump Analysis -- when NCR server frozen by rsync

2002-03-04 Thread Mike . Li
Hi, I've recently experienced some griefs with rsync for svr4 running on NCR MP-RAS. It locks files (cobol files), corrupting them and interfere with Netvault backups. Has anyone experience this before? Best regards, Mike  Li Dave Dykstra <[EMAIL PROTECTED]> 02/21/02 12:00 PM            

Re: Solaris, socketpair and chroot

2002-03-04 Thread Thomas Quinot
Le 2002-02-27, Dave Dykstra écrivait : > That wouldn't be very friendly to have to do for every module listed in > rsyncd.conf. Yep, hence my report :) > It would be interesting to do for a test though just to make > sure that this is really the problem. I'm surprised that no-one else would >