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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: From: "Dan Horne" To: Subject: SSH + rsync hangs Date: Fri, 21 Oct 2005 17:27:37 +1300 Message-ID: <000301c5d5f7$c5af0ff0$6403a8c0@rdbxp01> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm attempting to sync files over ssh from a Linux server to a cygwin client. The command I issue is rsync -avz -e ssh user AT host:/remote_dir . but the request hangs. I can ssh directrly to the server from the cygwin shell. If I increase the logging level, I get: $ rsync -avvvvz -e ssh user AT host:/remote_dir . cmd=ssh machine=host user=user path=/remote_dir cmd=ssh -l root host rsync --server --sender -vvvvlogDtprz . /remote_dir opening connection using ssh -l user host rsync --server --sender -vvvvlogDtprz . /remote_dir and then it hangs. On ctrl-c: _exit_cleanup(code=20, file=/home/lapo/packaging/tmp/rsync-2.6.6/rsync.c, line=163): entered rsync error: received SIGUSR1 or SIGINT (code 20) at /home/lapo/packaging/tmp/rsync-2.6.6/rsync.c(163) _exit_cleanup(code=20, file=/home/lapo/packaging/tmp/rsync-2.6.6/rsync.c, line=163): about to call exit(20) It works if I issue the same request from a RedHat 8 client to the same server. Cygwin Software versions: openssh: 4.2p1-1 rsync: 2.6.6 I have also installed the latest version of cygwin regards Dan Horne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/