delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/01/27/19:11:40

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:message-id:date:from:reply-to:mime-version:to
:subject:references:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=ezqNglg3h6kaaXxr
0OrR32PyP+I2VzFC3KNZr5tWi3qjueEObmbwOVdTzdQvS2+fmqBdL426QW69EeTD
lhT6/fbtsVKRFi+4zSBN9XHvI2boS+WZQX9RumWH/m2O7BmmSgv+rpY3GrWqnfjD
b83hw0BcAl8raSRdhewNccpvAx8=
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:message-id:date:from:reply-to:mime-version:to
:subject:references:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=A409UJXsffbxozaBsruxUO
kF2T0=; b=Z9HPLxbLafAZ2zPSrICykLUFGEVNnpwD3pW1nxDU5tXhr7PxM+UfbT
Tlgpl18mvLYX8hMA3ExdKd7pWa/p6n2PiUlntUdvQJuDkRIP+y+6OJPTCdYsoRZ9
iBfm9CShr4LC+XLB2BXU4Sga8JCOi7A3Ycs3XEyW9bcUBcGdpLLqE=
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=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: vms173023pub.verizon.net
Message-id: <52E6F5A7.1080900@cygwin.com>
Date: Mon, 27 Jan 2014 19:11:19 -0500
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh AT cygwin DOT com>
Reply-to: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Maintainer for git?
References: <CA+kUOakGhMYEP5kjmLk1HeWTi9QNTp1Fnk5YF3JuqR_fUc6hPg AT mail DOT gmail DOT com> <20140115105534 DOT GB31912 AT tastycake DOT net> <CAAXzdLX0YQTBVOkjUq3f-Jr03Cx5PzsY3_gRYO9rpp_GXOQKYw AT mail DOT gmail DOT com> <CALgEz7qhf85-kdBCqFWWjni8rw8iTvabtdnBu=z4-tVmy_+jTg AT mail DOT gmail DOT com> <CAAXzdLXQ-MfUQj6Zh4FSCgGgwwZ82OpkPTWznp5vVFXXeeKvHw AT mail DOT gmail DOT com> <CALgEz7o7Sm2+NF=Fc3Wpp+Fy=+LQiz0aAc-+Pp+s=-Pjw--AuQ AT mail DOT gmail DOT com> <CAM7Q9ZvnA4ukDXdbQExX7mje=6yx=0STzQTKAbWhG3jApGHmJw AT mail DOT gmail DOT com> <20140123105142 DOT GN2357 AT calimero DOT vinschen DOT de> <20140125115958 DOT GU2357 AT calimero DOT vinschen DOT de> <CALgEz7pWERwfw=rc_bGPmiUMUrMwBcmpd2kuupsUSG_oxCWspw AT mail DOT gmail DOT com> <20140126191940 DOT GA645 AT tastycake DOT net> <CALgEz7qU0qbp+EOHTQfQEX_gNxEi3Nkz2Ge41CG1iZY95HvmCQ AT mail DOT gmail DOT com>
In-reply-to: <CALgEz7qU0qbp+EOHTQfQEX_gNxEi3Nkz2Ge41CG1iZY95HvmCQ@mail.gmail.com>

On 1/27/2014 5:30 PM, Balaji Venkataraman wrote:
> On Sun, Jan 26, 2014 at 11:19 AM, Adam Dinwoodie wrote:
>
>> I was previously managing to reproduce this, but since updating to
>> Corinna's latest OpenSSL builds, I've not had any issues.  Is it
>> possibly an out-of-date library hanging around in memory?  Have you
>> tried restarting all your Cygwin processes and/or rebooting your system?
>> I'm surprised Corinna's changes would fix it for me but not for you.
>
> Based on the above, I went back and checked if the openssl update was
> all good. Not quite. Apparently, since I had sshd running when I
> updated the openssl package, looks like the cygcrypto-1.0.0.dll was
> not properly replaced. I ended up w/ a .new file (created by
> setup.exe(?)).

Yes, this is what setup*.exe does if the DLL it's trying to replace is
in use.  setup*.exe will warn you about such cases and ask if you want
to continue (and have to reboot to complete the installation) or if you
prefer to kill the app using the DLL.  You apparently missed that and
ended up with the former option.

> I killed sshd renamed the .dll and reran the clone. It
> seems to work (see below) except for one error but I do have a clone
> now.

FYI, this is not the recommended way to handle this, since it leaves
a scheduled DLL move on reboot in an unpredictable state.  So if you
see a DLL with this extension in the future, just reboot.

> It might be a good idea to perhaps print some warning messages
> when updating packages whose dlls are in use - unless that is already
> happening and I have missed them.

Right, see above.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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