rsync on OpenVMS

2003-10-11 Thread jw schultz
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 rsync to work us

Re: rsync.h always including syslog.h even when not used.

2003-10-11 Thread jw schultz
On Sun, Oct 12, 2003 at 12:38:40AM -0400, John E. Malmberg wrote: > jw schultz wrote: > >On Sat, Oct 11, 2003 at 11:21:19PM -0400, John E. Malmberg wrote: > > > >Won't work. LOG_DAEMON is defined in syslog.h. > > Didn't there use to be a HAVE_SYSLOG or USE_SYSLOG in the source before? Unlikely.

Re: rsync.h always including syslog.h even when not used.

2003-10-11 Thread John E. Malmberg
jw schultz wrote: On Sat, Oct 11, 2003 at 11:21:19PM -0400, John E. Malmberg wrote: Won't work. LOG_DAEMON is defined in syslog.h. Didn't there use to be a HAVE_SYSLOG or USE_SYSLOG in the source before? OpenVMS currently does not have a syslog facility, so it does not have a syslog.h. If I put

Re: rsync.h always including syslog.h even when not used.

2003-10-11 Thread jw schultz
On Sat, Oct 11, 2003 at 11:21:19PM -0400, John E. Malmberg wrote: > Hello, > > rsync.h is always including the syslog.h file, even though it is only > used when the LOG_DAEMON macro is defined. > > Could someone change it to be as follows: > > #ifdef LOG_DAEMON > #include > #endif Won't work.

rsync.h always including syslog.h even when not used.

2003-10-11 Thread John E. Malmberg
Hello, rsync.h is always including the syslog.h file, even though it is only used when the LOG_DAEMON macro is defined. Could someone change it to be as follows: #ifdef LOG_DAEMON #include #endif OpenVMS currently does not have a syslog facility, so it does not have a syslog.h. Thank you, -

Re: writefd_unbuffered failed

2003-10-11 Thread Jim Salter
> In the middle of the rsync transfer, i get the error on the client saying > that the server unexpectedly close the connection. Upon checking the > logs on the rsync server, i found this entry: > > Oct 10 14:39:38 linux01 rsyncd[9266]: rsync: writefd_unbuffered failed to write 4096 bytes: phase "u

writefd_unbuffered failed

2003-10-11 Thread rsync bert
Hello! A good day to you all. i've installed rsync-2.5.6 on a Red Hat 9.0 box(server) and am using rsync 2.5.6 on a Red Hat 6.2 box(client). In the middle of the rsync transfer, i get the error on the client saying that the server unexpectedly close the connection. Upon checking the logs on th