delorie.com/archives/browse.cgi | search |
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 9A6A43858D34 |
Authentication-Results: | sourceware.org; |
dmarc=none (p=none dis=none) header.from=house.org | |
Authentication-Results: | sourceware.org; spf=pass smtp.mailfrom=house.org |
X-Virus-Scanned: | Debian amavisd-new at emo01-pco.easydns.vpn |
Mime-Version: | 1.0 (Mac OS X Mail 6.2 \(1499\)) |
Subject: | Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled? |
From: | Chris Roehrig <croehrig AT house DOT org> |
In-Reply-To: | <f5f70ca3-0ea2-180d-87ef-deae5929f013@cornell.edu> |
Date: | Mon, 30 Aug 2021 16:58:26 -0700 |
Message-Id: | <EE8CC346-CB87-459C-9CE6-5CB2EFBA63EA@house.org> |
References: | <41A583E1-C8E7-42AB-9F24-EEC33A41EC60 AT house DOT org> |
<20210825201845 DOT 07b6400b79dc5558a7761efe AT nifty DOT ne DOT jp> | |
<f8106fe7-a2b8-d106-3061-4d888124f4b0 AT cornell DOT edu> | |
<20210826062934 DOT 54f2f2216021c095bb7ba13b AT nifty DOT ne DOT jp> | |
<d0a8c57d-1ed1-6b4f-c6e7-cbe0e2ec8a1c AT cornell DOT edu> | |
<3b560051-ab27-f392-ca4b-d1fd9b5733b0 AT cornell DOT edu> | |
<20210827202440 DOT 47706fc2fc07c5e9a1bc0047 AT nifty DOT ne DOT jp> | |
<4f2cb5f3-ce9c-c617-f65f-841a5eca096e AT cornell DOT edu> | |
<20210828022111 DOT 91ef5b4ff24f6da9fadb489e AT nifty DOT ne DOT jp> | |
<YSn3L0W1M527utK0 AT calimero DOT vinschen DOT de> | |
<20210828184102 DOT f2206a8a9e5fe5cf24bf5e45 AT nifty DOT ne DOT jp> | |
<20210829180729 DOT 48b4e877f773cb3980c5766d AT nifty DOT ne DOT jp> | |
<789f056a-f164-d71d-1dc9-230f5a41846d AT cornell DOT edu> | |
<46906957-5850-4D7E-8D5A-EFF3C4068C0D AT house DOT org> | |
<f5f70ca3-0ea2-180d-87ef-deae5929f013 AT cornell DOT edu> | |
To: | Ken Brown via Cygwin <cygwin AT cygwin DOT com> |
X-Mailer: | Apple Mail (2.1499) |
X-Spam-Status: | No, score=-3.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, |
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 AT cygwin DOT com |
X-Mailman-Version: | 2.1.29 |
List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
Errors-To: | cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com |
Sender: | "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com> |
I got it to build and tried out the topic/pipe branch (checked out on Monday around 4:30pm PDT): 1. I didn't see any improvement in my sshd+rsync time, still 3-4 MB/sec. 2. I get the following error from procps: procps:ps/output.c:2195: please report this bug (I also get this using the main branch build). I first updated my cygwin normally using setup-x86_64.exe, then built and copied only the cygwin1.dll into /bin from the install/bin directory (quitting all cygwin tasks first). On Sun Aug 29 2021, at 3:24 PM, Ken Brown via Cygwin <cygwin AT cygwin DOT com> wrote: > On 8/29/2021 3:24 PM, Chris Roehrig wrote: >> I'd be happy to test it out if you can give me some commands to git it and build it to replace my existing stock Cygwin installation. >> (Or it is just the cygwin.dll I'd need to replace?) >> My daily backup scripts use a lot of pipes and named pipes. > > It's just cygwin1.dll that you'd need to replace. Instructions for building the latter can be found at > > https://www.cygwin.com/faq.html#faq.programming.building-cygwin > > but they're out of date in two respects: > > 1. Currently the build does *not* ignore errors in building the documentation. > > 2. In addition to the packages listed in the FAQ, you'll need the following: > > texlive-collection-latexrecommended > texlive-collection-fontsrecommended > texlive-collection-pictures > python38-lxml > python38-ply > > These instructions will produce cygwin1.dll in the bin subdirectory of your install directory, built from the git master branch. > > If you want to try the topic/pipe branch, just go to the newlib-cygwin git repo that you cloned, issue the command 'git checkout topic/pipe', and rebuild. > > I'll be glad to help if you run into problems. > > Ken > > -- > 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 -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |