From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by sourceware.org (Postfix) with ESMTPS id C7F96385802E for ; Sun, 14 Feb 2021 04:34:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C7F96385802E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jbrain.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brain@jbrain.com Received: from [192.168.1.224] ([97.127.232.31]) by mrelay.perfora.net (mreueus002 [74.208.5.2]) with ESMTPSA (Nemesis) id 0LsBB3-1lslSp1cI3-013rjg for ; Sun, 14 Feb 2021 05:34:00 +0100 From: Jim Brain Subject: cygwin Rsync x32 issue To: cygwin@cygwin.com Message-ID: Date: Sat, 13 Feb 2021 22:33:59 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Language: en-US X-Provags-ID: V03:K1:cOiJrtjRq0i7l0tG/GPtsv4LSdxp15Ona7ZDUJoAHRhAlWO6PjD aIiOQEvKAsSf6lYaVVaZFd59tXox0MFm2pWClaJQ8+5tojgBktzmIto1of7juyp8zKWHCAv EqK0+AHpKmM5Hop4unsMzkDSF7D7OQkowRPg79DzzRcYGYf4NP/UWf24eulwNyDqvLFjZmk v4sWiceOglYGhDBj0Xnkg== X-UI-Out-Filterresults: notjunk:1;V03:K0:wCYxD8qkv0U=:1z7m0dKk3VwXtsgIa9hgpu nIRB6Q2e505mOJavQ6aHJur3yC4V/51bgSfhFJmRc4BAI2Gt8MbJ713dzOrYZt7BcSkxzTmsZ JZSi3uYryA7+X3CSwAG2qPpyLTrVCaOb3MSDMY58DCl81EFL+dTMnEGZ58kN5cmRtcDJU59RB 0P9ire3GpSUAB89GkPyPtqkcYQkxH48iDfA1eJNt3DzLelJ0AoeABmAhduHTpMUayiDzewuL2 B/ULiaXXVA0XZQ4YR6JbThRRGZDlUmZIDdAEGlkuDcEH/YJRnMAqYHPVOH05p40LnZLw9ravf x/FtJYLHKDW/gbH84yi3T/sl4qxfrHgbMRmSuL/p53q1+A+4f1cR1STqPLyE9hbKuEFmUdLX/ btcE2oEjmpQR8zAqGMLT7QylVFXE0c8pRGkQsDWxY30XefQoZSmJeyzIB860x X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, HTML_MESSAGE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 04:34:03 -0000 I perused the archive and did not see anything noted about this, but please forgive me if it's been discussed. Server: ubuntu 2004, running rsync 3.1.3 protocol version 31 client Windows 10 x64. When calling rsync x64 3.2.4dev, transfer works fine. When using rsync x32 3.2.4dev, downloaded last night, same transfer fails, with: " dup() in/out/err failed rsync: connection unexpectedly closed (0 bytes received so far) [sender] [sender] _exit_cleanup(code=12, file=io.c, line=228): entered rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=3.2.4dev] [sender] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12) " cwrsync fails in the same way. Sadly, I would ignore and just use x64 rsync (as I normally do on my system here), but this is to set up a sync job for a elderly user who wants to update his web site and only has Windows x32 bit. Any help would be most appreciated.  I can probably come up with an alternate solution (scp or zip/ftp) but rsync seemed a clean approach to ensuring his local version of the site and the web version stayed in sync. Jim