From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.perfora.net (mout.perfora.net [74.208.4.196]) by sourceware.org (Postfix) with ESMTPS id 911EF385800D for ; Sun, 13 Dec 2020 22:49:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 911EF385800D 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 (mreueus004 [74.208.5.2]) with ESMTPSA (Nemesis) id 1N4yRU-1k5SIv1RMi-010y8R for ; Sun, 13 Dec 2020 23:49:29 +0100 To: cygwin@cygwin.com From: Jim Brain Subject: cygwin Rsync x32 issue Message-ID: <43e4247a-9ffa-2a92-ca01-c5a18bb71caa@jbrain.com> Date: Sun, 13 Dec 2020 16:49:27 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.5.1 MIME-Version: 1.0 Content-Language: en-US X-Provags-ID: V03:K1:0ApdakYaJdsFOQeKw53q/mujQyVaCg5Ac6KRBuzqVYpeMK3Ehk8 2J34TUeyQMM45B9YoBU0whj+Ww7lvg1ukpP2kkA3aUlTrZLP296yzSbxJtgWnK2oJ5FjeWA cJKFLm46+1eEyxhKYRiDulf9Mn+k0GLzCyaIbHD+6y4rRrJnuCSVonucsrCQS6OGeZQ/HI/ FuU3Mi+4jtxd6Rx6ngtAA== X-UI-Out-Filterresults: notjunk:1;V03:K0:mxjbTawcISI=:RIB7ilYr/53DuwtPqrplhN kJqIT/8PijhFeAZ4+egJvlvHQGN92mx4FuJcuCpCJ7w3ZAKKKb02KaQfKcIrPnf0HGhIHyPub 7pzSKlinD9wPNZ+qoJN8+LQ0k7hQEUqf/UzU1RjAfrEoyzcZF1TpvIqnVG43lHmWZf9KDGHos pGH900quAPeG7OCeDBGWJvjtaIIg4Q2yw7R/lnAQwfBJ+1Jjitfk6p+QPhZ/JdykJ+SiimrTH njUtCwUG2k/SWB1ZGvd4eD4RmKdRAzEdOSX9x6hirzVumhUJU52u5DrrqaQDk6bzJITgBmDBE Q4ylM4r88y6V6ZGeJgk8Z9rITI5Rw0PEIWFUousSKznNK3AmVA61pc8OPDYo+WoZTaxAv8vfJ hbXRFTIuKWQKR5MtH+wKOd9elmDTePOsF4J+0G1a2MVOv8G+87zeCMaCluSR7 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_H2, SPF_HELO_PASS, SPF_NONE 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, 13 Dec 2020 22:49:32 -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