Fix for Rsync crashing when used as an rsync server

2002-09-26 Thread Dave Hinkle
Well guys, after much pain-full debugging I discovered the source of one of my Rsync problems. Sometimes select (And maybe other functions?) returns the error ENOBUFFS. This is mapped from WSAENOBUFS. Which, according to MSDN, means: No buffer space available. An operation on a socket could

Rsync over ssh hangs on win2k

2002-09-24 Thread Dave Hinkle
Please CC any responses to me, I'm not subscribed to the list. When I try to rsync a directory structure from a windows 2000 machine running cygwin to my linux system (running it from the linux side) the transfers always hang. Everything works beautifully to and from linux. This isn't the bug

RE: Rsync over ssh hangs on win2k

2002-09-24 Thread Dave Hinkle
? Is there a reference for debugging under cygwin? David -Original Message- From: Dave Hinkle Sent: Tuesday, September 24, 2002 4:27 PM To: '[EMAIL PROTECTED]' Subject: Rsync over ssh hangs on win2k Please CC any responses to me, I'm not subscribed to the list. When I try

RE: Rsync over ssh hangs on win2k

2002-09-24 Thread Dave Hinkle
phase=1 I'm reading the source to try and figure out where things went wrong. Any insights would be helpful. David Hinkle -Original Message- From: Dave Hinkle Sent: Tuesday, September 24, 2002 5:33 PM To: '[EMAIL PROTECTED]' Subject: RE: Rsync over ssh hangs on win2k Please CC