Re: rsync on OpenVMS

2003-10-19 Thread jw schultz
On Mon, Oct 20, 2003 at 12:20:27AM -0400, John E. Malmberg wrote: > John E. Malmberg wrote: > > > >While my testing is far from complete, and I have a few OpenVMS specific > >things to work out, it appears that the changes to make the client use > >pthreads were minor, and as of yesterday a clien

Re: rsync on OpenVMS

2003-10-19 Thread John E. Malmberg
John E. Malmberg wrote: While my testing is far from complete, and I have a few OpenVMS specific things to work out, it appears that the changes to make the client use pthreads were minor, and as of yesterday a client on OpenVMS is able to properly replicate a sample directory of plain text file

Re: rsync --server --daemon is listening on stdin?

2003-10-19 Thread Wayne Davison
On Sun, Oct 19, 2003 at 04:20:30PM -0700, Matthew Eldridge wrote: > rsync --server --daemon --no-detach . The --server command is only use by rsync to talk to itself. The only mention of it in the man page is in the context of how to setup ssh to allow rsync to run such a command when it connects

rsync --server --daemon is listening on stdin?

2003-10-19 Thread Matthew Eldridge
Hi- I've been trying to setup an rsync server on a WinXP box so that I can sync files between my desktop and laptop. I'm starting rsync as: rsync --server --daemon --no-detach . from a command prompt. but I can never connect to it -- even "telnet localhost 873" doesn't work. It seems that rsy

Re: rsync on OpenVMS

2003-10-19 Thread John E. Malmberg
jw schultz wrote: On Sun, Oct 12, 2003 at 12:38:40AM -0400, John E. Malmberg wrote: I am trying to restart getting rsync to run on OpenVMS, and find a way around the fork() issue, posibly using POSIX threads. It occurs to me that i may have been overly encouraging in my last followup. Getting rsy