delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/05/20:07:54

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=RTib+b2
XfRuJ1BcTsPQhiOs2ql62/902RPzgPuiZvBdqd61XJ4J0gksvtGCymtp9B6ZYZ/5
5TvP+MlwgnKQLV82iVpW9uDkV8yBltCWKerN33RSd9nktenoHDn3huGdmTFNNDTP
U/a8zFklBWwQBQBQN52zGHg4dsbURspTDJ44=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=2x04uHCY+BKFw
cvJbI7nfCrA0wk=; b=nPmtZlNeurkq0lYDEV7MW5eW9eJTn286RNn8DgjH0OlRD
dLtxZ700ZvDb3JEGF4IVYg9niARdkCn/ZS/xyK6icJ4kDDxFejGxxyU8i5LrFUF0
9/Oj2bEDDrbUWz3d5nAFMVIuFz+2BLaz1zRSXxc0Odqx0eyUTfx9xa9b4q0Dp4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Walsh, walsh, elses, else's
X-HELO: mail-wm0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=eUEt1NaEjagJ0Gv56eECWkTzV/w0e3+FVMmtiHDy9A4=; b=nwL+MEEaxYbG0mfEl506F/GNTAAqHXz9GXALmrT9pr39nxHRaZco/xQuARNMc3kJtf iat2tsI8Cb5hWndU1tVH3gaj7DJVRE0o1DRkkCD90V9rQPACnfe0jNnhbC78LpUe/MZ8 cwtGIjOjt5a239CXPOxTsKle+JuvlIn/7W8Dw3iuMtf/VKdXtkob52y28SX9rVU7tN3g DrErTWiaz+OF4pA0N50iQHxsWPkuKpqpXBBGR3htMcFFZcBHd5qU1ht4RKbeG3hDitul NxkRfjiAkWKNR2lyw1JbABUH13sWEiAfkWtaNA5KDNc9EZglBE47AD9Cd3fKQZ69T0eF 2PEg==
X-Gm-Message-State: AN3rC/7YgCPBae23qxGR1qzZTZfU5qK2paqu1ZhA4j2XXb8oknXFquvh RRUKcUbISHjCwmunbbkINaaevv0C6fXaNrM=
X-Received: by 10.28.217.66 with SMTP id q63mr6281899wmg.10.1494029253034; Fri, 05 May 2017 17:07:33 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <590CF3CE.8000309@tlinx.org>
References: <590CF3CE DOT 8000309 AT tlinx DOT org>
From: Erik Soderquist <ErikSoderquist AT gmail DOT com>
Date: Fri, 5 May 2017 20:07:32 -0400
Message-ID: <CACoZoo3f9He_qCxKYqy1v1dwN3X28egBeTrHZHXFScJ+QtcHZQ@mail.gmail.com>
Subject: Re: rsync problem -- just times out -- rsync or cygwin ?
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Fri, May 5, 2017 at 5:51 PM, L A Walsh wrote:
> rsync hasn't been working for local->local copy which seems a bit
> strange.
>
> All it seems to want to do is 'timeout' --

It's my understanding that even for local --> local copies, rsync
spawns multiple instances and pipe between "sender" and "receiver"
instances, so a problem with pipes could still cause a timeout.

> --- Process 242824 loaded C:\bin\cygwin1.dll at 0000000180040000
> --- Process 242824 loaded C:\bin\cygiconv-2.dll at 00000003fac60000
>    6       6 [main] rsync (242824)
> **********************************************
>   91      97 [main] rsync (242824) Program name: C:\bin\rsync.exe (windows

How was cygwin installed that C:\ appears to be the root?  Or is this
someone else's rsync package that is using cygwin dlls?

I'm afraid the rest of the trace goes fairly far over my head, but do
other pipes work?

ls -l | less

mkfifo /tmp/foo
echo bar >/tmp/foo &
cat /tmp/foo

if these also fail, I would think the problem has to do with pipes
failing rather than rsync itself, but this is only a guess on my part

-- Erik

ps: please put traces into plain text attachments rather than the message body

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019