Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: ics-server.interface-net.com: lbakken owned process doing -bs Date: Fri, 25 Jan 2002 16:07:57 -0800 (PST) From: Luke Bakken X-X-Sender: lbakken AT ics-server DOT interface-net DOT com Reply-To: luke_bakken AT yahoo DOT com To: cygwin AT sources DOT redhat DOT com Subject: rsync as server on cygwin Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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/