From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward105o.mail.yandex.net (forward105o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::608]) by sourceware.org (Postfix) with ESMTPS id E9DF03858415 for ; Tue, 7 Sep 2021 06:50:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E9DF03858415 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from vla1-85d2a0988c40.qloud-c.yandex.net (vla1-85d2a0988c40.qloud-c.yandex.net [IPv6:2a02:6b8:c0d:511a:0:640:85d2:a098]) by forward105o.mail.yandex.net (Yandex) with ESMTP id 5A92C4C2B0B; Tue, 7 Sep 2021 09:50:02 +0300 (MSK) Received: from vla5-3832771863b8.qloud-c.yandex.net (vla5-3832771863b8.qloud-c.yandex.net [2a02:6b8:c18:3417:0:640:3832:7718]) by vla1-85d2a0988c40.qloud-c.yandex.net (mxback/Yandex) with ESMTP id bTVReFSQu3-o0DmWFnE; Tue, 07 Sep 2021 09:50:00 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1630997400; bh=OK2pACA7lctjsHioX4dyVfuWD0RgX49z5FJs6J8LrP4=; h=In-Reply-To:Subject:To:Message-ID:From:References:Date:Reply-To; b=HsdePhaFg56dE+uuijLVWkqOIej/Ikm/0tv5pX1cFUY6Q8Cxh69OiO0fhCunGwQX1 rXUbp7FyZRvjUGYZtbPO1/Fy7t+FNiVXmyhQRxty4GOW1C+rZDohPdrc2hmC5KOTW5 ZE9/eM6TyDMtSTy632QkDGps+iwGjDBGJ51Y4vuU= Authentication-Results: vla1-85d2a0988c40.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by vla5-3832771863b8.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id JdkQVDMVnl-nx0iMEc3; Tue, 07 Sep 2021 09:49:59 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 07 Sep 2021 06:39:41 -0000 Date: Tue, 7 Sep 2021 09:39:41 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <76521345.20210907093941@yandex.ru> To: bsampl--- via Cygwin , cygwin@cygwin.com Subject: Re: Error during transfer In-Reply-To: <000001d7a159$85644020$902cc060$@gmx.at> References: <000001d7a159$85644020$902cc060$@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Tue, 07 Sep 2021 06:50:07 -0000 Greetings, bsampl--- via Cygwin! > Hello, during a transfer today I got this error message, The last part is > always there when starting rsync, should be a problem related to windows, > but the 5 lines before are new. I would like to ask you to explain the > possible reason for this error. I just copied files from one external disk > to another on localhost. Many thanks. > ---------------------------------------------------------------------------- > rsync: writefd_unbuffered failed to write 4092 bytes to socket [sender]: > Broken pipe (32) > rsync: read error: Software caused connection abort (113) > rsync error: error in rsync protocol data stream (code 12) at > /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/io.c(764) [sender=3.0.9] > Error in rsync protocol data stream > Rsync.exe returned an error. Will try again. This is retry number 1 of 5 I get similar errors regularly >> sending incremental file list >> attempt to hack rsync failed. >> rsync error: protocol incompatibility (code 2) at receiver.c(582) [receiver=3.1.0] Even if nothing is needed to be sent, like in this example. >> $ rsync --version >> rsync version 3.2.4dev protocol version 31 >> Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others. >> Web site: https://rsync.samba.org/ >> Capabilities: >> 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, >> socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes, >> batchfiles, inplace, append, ACLs, xattrs, optional protect-args, iconv, >> symtimes, prealloc, stop-at, no crtimes >> Optimizations: >> no SIMD, asm, openssl-crypto >> Checksum list: >> xxh128 xxh3 xxh64 (xxhash) md5 md4 none >> Compress list: >> zstd lz4 zlibx zlib none >> >> rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you >> are welcome to redistribute it under certain conditions. See the GNU >> General Public Licence for details. -- With best regards, Andrey Repin Tuesday, September 7, 2021 9:37:18 Sorry for my terrible english...