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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=QXi 7e0FH0E3ZNToNYcn6n94EDI9YdxKHOg9ZZi3bOYL/a9syyfqYGC8A/9LNq08LXgi kuu/JzmYxndCZTixKQIb/KbwEQY/Isn+lJL6RZd9A7Zj6juHjlh9RFAXZXWI5Zpa o7ZnAEsWUWExLlMdGkuwHFmVceKYR8/CQ3Mp6a2s= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=VPKx4smjN y4t0hCvRKKx9PnFbGg=; b=IsG4yveVNz4CpVDMn4/d5zH1kcBmJKyGQwj1xnQ+Z wjtB3IrLmGHG74HA26Ud4h2kW6jyzk9uqbxkXTa6VXrKL4TsAqZ/NNkxl9UVMnVm Fu/g7qSgQIlXjZRQsK8I37wBVq+utoJIJzyFePpNdzYxfcrtbQGTYaY9cP4VSgiL D8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=0.0 required=5.0 tests=AWL,BAYES_00,LIKELY_SPAM_SUBJECT,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: na01-bl2-obe.outbound.protection.outlook.com From: "Habermann, David (D)" To: "cygwin AT cygwin DOT com" Subject: FW: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.5 Date: Wed, 5 Nov 2014 22:38:25 +0000 Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OrganizationHeadersPreserved: 046-CH1MMR1-008.046d.mgd.msft.net X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:65.52.44.158;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(428002)(189002)(5423002)(199003)(92726001)(92566001)(50466002)(86362001)(120916001)(46102003)(21056001)(110136001)(77096003)(104016003)(62966003)(105586002)(77156002)(55846006)(95666004)(31966008)(87936001)(2656002)(106116001)(81156004)(106466001)(450100001)(99396003)(86146001)(97736003)(33656002)(23676002)(64706001)(54356999)(66066001)(107046002)(22746005)(107886001)(2351001)(22756005)(84676001)(50986999)(101416001)(4396001)(69596002)(68736004)(20776003)(47776003)(44976005)(6806004)(2501002)(79686002);DIR:OUT;SFP:1101;SCL:1;SRVR:DM2PR0101MB0880;H:mail.bsnconnect.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;MX:1;A:1;LANG:en; X-CrossPremisesHeadersPromoted: BL2FFO11FD009.protection.gbl X-CrossPremisesHeadersFiltered: BL2FFO11FD009.protection.gbl X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0101MB0880; X-Forefront-PRVS: 0386B406AA Received-SPF: None (protection.outlook.com: dow.com does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is 65.52.44.158) smtp.mailfrom=DAHabermann AT dow DOT com; X-OriginatorOrg: dow.com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id sA5Mcjh4030498 >> I just released a 5th TEST version of the next upcoming Cygwin release, >> 1.7.33-0.5. > Ever since using this 1.7.33-0.x series (currently running 1.7.33-0.5) > I've been having intermittent trouble with one of my scripts, and just > finally got around to digging further today. This is an expect script It would appear, after a bit more digging, that this problem is related to some timeout issues. Most of the time the ssh login goes rapidly, but occasionally it takes quite a lot longer triggering the expect default timeout. When setting the timeout substantially longer, the reliability goes up substantially. Dave