X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E21753858C83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=propfinancing.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=propfinancing.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=propfinancing.com; s=google; h=from:references:in-reply-to:mime-version:thread-index:date :message-id:subject:to; bh=U+yfEcHFEoNQDmT+bxP8ddDFky8q8rj4GfZ+Cx8mf8E=; b=d5sK7slitEf3yoNRnmqnpVoymgNVvna8FIvsHJpd0NiH+xCWI8ITgmriTDlcVz7Xzv XKuP303kWUZ/Kv/pkL2DuQ1MLP4IJup6TLEIz/WU1iznfjRHP4Qkqlv5ayXfkxuEP7LV 6QiOxxnA7Imp2Q64cdFCFb94oM4/rS+rpkVLibxoHbqDzKgQN+TwcKZS4YFRB5y+LVWh 58YfVK8ZnzA083uIMMFlz3nn3xUcKRPOj7b4KBADMow+Gjn/T+IuyxW7bjalpGRhHNTP Qd3IpWSb3u9eYXf3ZEJ1PRDFIhYS/lPeoGQ/n99SvelGPw13gnRycehekgpnCbjstGuj 0Gzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to; bh=U+yfEcHFEoNQDmT+bxP8ddDFky8q8rj4GfZ+Cx8mf8E=; b=k62KupgdLjtzWAGfKp7ldd9ZjzMeXZIMa9LTq4sAJHO4t5eoTXpoQI4cmWZ8uWoZRx Qw2K4deAaGFLReO6lb2XDK5qn5AVYKhvhtCvgb82ZT2u7HYXhfLm4GgWq+XkR51LXng5 OvsJNOi8/9EhyOs4D3bxsTI450GTIUkwCcwoXVbpia3QFdhJZHb5tyX5kLwDTQI45LxE CVe5Ge+hehoBmupCOvCJUxpn4hm/sOC7zOAvk1sK8UfuAVCx6+THASVQJA0gVtuvZ011 lIkBDwNUIdCO7V0jdZ4l/X+gryfMyn3aDfALUeRkRzhwekz1DVMPSfx7jgb4J5sIzudd vdIA== X-Gm-Message-State: AOAM531iTeEii3yDCqYJhoam1xRejWeWwzWB5Gb8kHtV8IKCBrdheFQ0 TBmllBIi08K6G+elEyzhHWyawH+3B0yOdLU8GTjUVxL5QYw= X-Google-Smtp-Source: ABdhPJxfOnZHg6zQdND96wmbSlbx6urIFYmdvG/3K/ky9vQDKh3vKtlrnTephHWLyxTUcUrbav5YDqURotLaAclPA5c= X-Received: by 2002:a5d:890c:0:b0:649:5e53:f538 with SMTP id b12-20020a5d890c000000b006495e53f538mr3226783ion.174.1648356559861; Sat, 26 Mar 2022 21:49:19 -0700 (PDT) From: Neil Aggarwal References: <0d373fe499f6e363740f3d3fa1dfd440 AT mail DOT gmail DOT com> <20220325094547 DOT rzavvuqv3nhg4s6y AT lucy DOT dinwoodie DOT org> <62e2854b675b0437db040419913e4c10 AT mail DOT gmail DOT com> <20220325133741 DOT 6eua7wghywuoibi3 AT lucy DOT dinwoodie DOT org> <34a35c898731e4f83f700156bcd57945 AT mail DOT gmail DOT com> <115a86f05b9131359c704003ec587c12 AT mail DOT gmail DOT com> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQG2rr2bVghAdH8GMC7Rm+DrUGKXRAIlafo1AxERFGMCtGbPigFjpPjBAfCsf4ACrCMNxwHvndEOrJbxr0A= Date: Sat, 26 Mar 2022 23:49:18 -0500 Message-ID: <478bc24ecbb245e745f84837ab4a35d9@mail.gmail.com> Subject: RE: rsync gives me error 12 To: cygwin X-Spam-Status: No, score=1.5 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Wayne: > Perhaps the networking drivers are buggy This is an AlmaLinux 8 server, which is a binary clone of RHEL. It is possible but hard to believe the networking drivers would be a problem. > Perhaps you have firewall or selinux rules that are closing the > connection. I configured the firewall using nftables. It only allows incoming tcp connections to port 22 and drops everything else. For outbound, it is set to drop all connections with specific ports allowed. I have selinux set to: SELINUX=permissive SELINUXTYPE=targeted > Your /var/log files might have a clue. I looked at /var/log/messages, it has this: Mar 26 23:38:44 marketing systemd[1]: Started Session 3 of user root. Mar 26 23:38:44 marketing systemd-logind[849]: New session 3 of user root. Mar 26 23:38:44 marketing systemd[1]: session-3.scope: Succeeded. Mar 26 23:38:44 marketing systemd-logind[849]: Session 3 logged out. Waiting for processes to exit. Mar 26 23:38:44 marketing systemd-logind[849]: Removed session 3. I did not see anything else which seemed related. The big stumper for me is that scp works. What could cause rsync to act differently? They are both connecting through port 22. Thank you, Neil -- Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30 year loans on single family houses! -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple