Hi all, I've sucessfully gotten rsync to run as a server under Cygwin + NT if I use the ssh method of transferring files. However, when trying to use the rsync only method I get the following error:
rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(151) I'm using a just-updated Cygwin install (1.3.9) with rsync 2.5.1-2 : rsync version 2.5.1 protocol version 25 Copyright (C) 1996-2001 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 32-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6 I've read a lot of posts regarding the use chroot issue, and I do have that in my config file: log file = /var/log/rsyncd.log [lukeb] uid = lukeb gid = 10513 path = /home/lukeb/src comment = lukeb's src backup read only = false use chroot = false I have read issues concering "socketpairs" and have tried compiling the latest version with and without them with the same results. I also have rsync in the services file. Just wondering if anyone has gotten it to work with just bare rsync transfers! Thanks, Luke Bakken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/