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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=vaHEWLdXYNAX60TGHuod2dX6PzqXB 6RBLS2kDF1k5SpiqJ5IhwM2UQjLgLScjWF0UiFvXyLG7WJiCms4bLlbRzP0RaMBV 3HeCh8Ntwye02g3+rxCVZHkursrmdIfLklLR8HdBdWRZM1JHlCMLfj29tEQgD5ro JBYzewc3wdQiB4= 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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=/KiWZ3LvNRkcuNGkxQ9CiLshZM8=; b=dzt SDwfKXAjXHco2+2iRYAy491rvmbBB0s1ekkmrIsErEKPGdu3OBjDL+mGJxOq1Wk6 caFyDq+gyETwGZAX9YkdrAUY9/NzUENypvA4WvdB5BVqSU1UemPRqAdokSy+L84j IkRWpAg+tTaFyfxy0kjC7LGlDp0/bQAIbj/vyFfk= 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=-1.8 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: na01-bl2-obe.outbound.protection.outlook.com From: "Habermann, David (D)" To: "cygwin AT cygwin DOT com" Subject: RE: occasional failure to look up Date: Tue, 25 Nov 2014 18:15:35 +0000 Message-ID: References: <20141118152211 DOT GZ3151 AT calimero DOT vinschen DOT de> <20141118155809 DOT GD3151 AT calimero DOT vinschen DOT de> <20141125151928 DOT GQ3810 AT calimero DOT vinschen DOT de> In-Reply-To: <20141125151928.GQ3810@calimero.vinschen.de> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OrganizationHeadersPreserved: 046-CH1MMR1-010.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)(199003)(189002)(105586002)(20776003)(23676002)(2501002)(77156002)(110136001)(84676001)(22746005)(22756005)(47776003)(44976005)(104016003)(68736004)(64706001)(69596002)(19580395003)(77096003)(6806004)(15975445006)(33656002)(450100001)(31966008)(62966003)(46102003)(86362001)(54356999)(97736003)(92566001)(120916001)(85806002)(86146001)(76176999)(55846006)(50986999)(107886001)(2351001)(92726001)(4396001)(107046002)(87936001)(106466001)(101416001)(95666004)(81156004)(99396003)(21056001)(50466002)(2656002)(79686002);DIR:OUT;SFP:1101;SCL:1;SRVR:BN1PR0101MB0866;H:mail.bsnconnect.com;FPR:;SPF:None;MLV:sfv;PTR:InfoDomainNonexistent;A:1;MX:1;LANG:en; X-CrossPremisesHeadersPromoted: BL2FFO11FD042.protection.gbl X-CrossPremisesHeadersFiltered: BL2FFO11FD042.protection.gbl X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1PR0101MB0866; X-Forefront-PRVS: 040655413E 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 sAPIFuxa007256 > That's a bit of a problem for debugging. Did you notice my mail > https://cygwin.com/ml/cygwin/2014-11/msg00480.html, btw? Just taking a step back...what are we trying to fix? Once startup goes smoothly, your current AD code works fine for me. The only problem I'm having is that sometimes start up fails....probably because it occurs too rapidly after reboot, and stuff on this old POS computer is running so slowly that something times out, causing cygserver to cache bad information. I'll bet that something a lot simpler would solve this problem than coding to ignore certain group codes....either a delayed service start on my end, or perhaps some kind of TTL on a cached cygserver entry that originally timed out. I will try to regenerate a failure and get you the requested strace from cygserver soon.