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=oUykD14ovi0mfSNbSp5kY5xualkaW P5WGC8MuZ7OXSGPzTJvpYqihbp3EjyTyazliw/geRJjDwFWk2guU1u9oK7G97EcV DwE6tCQpVlUbKXEnxowHlaogRNPlg9WokSp+dpQ5630g2AmbieyyOq1w8U4VNE0/ g0kiy19qOQA7L8= 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=m5s+CmFQNJ8/mS4bFm1qQMAFPgc=; b=uh2 YFrj7TdsUSmZufedlRyJC4R6CDQQ1OCaUaJacI5T2wMQg61cYzXqMhpkHooxLe03 ca7AzulPvtH3m/QbUi4EH6AJ0gDjz7T1li4Z1gxJ6bTyHB/beCGq9f2a2DyYbOeI frRNkZhiIE4OhUg+kOz4TIuylR3wytm62UHzTbDI= 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.9 required=5.0 tests=BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: na01-by2-obe.outbound.protection.outlook.com From: "Habermann, Dave (DA)" To: "cygwin AT cygwin DOT com" Subject: RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1 Date: Mon, 27 Oct 2014 18:35:08 +0000 Message-ID: References: <20141022135424 DOT GB18857 AT calimero DOT vinschen DOT de> In-Reply-To: <20141022135424.GB18857@calimero.vinschen.de> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OrganizationHeadersPreserved: 046-CH1MMR1-011.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)(5423002)(189002)(43784003)(199003)(97736003)(95666004)(2656002)(87936001)(85852003)(85306004)(22746005)(22756005)(86146001)(81156004)(107046002)(106466001)(77096002)(107886001)(105586002)(106116001)(2351001)(31966008)(92566001)(55846006)(50986999)(76176999)(54356999)(101416001)(46102003)(99396003)(104016003)(86362001)(4396001)(33656002)(92726001)(80022003)(110136001)(69596002)(68736004)(84676001)(2501002)(551544002)(76482002)(21056001)(47776003)(20776003)(64706001)(50466002)(120916001)(23676002)(44976005)(19580395003)(6806004)(79686002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2PR0101MB0869;H:mail.bsnconnect.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;MX:1;A:1;LANG:en; X-CrossPremisesHeadersPromoted: BL2FFO11FD046.protection.gbl X-CrossPremisesHeadersFiltered: BL2FFO11FD046.protection.gbl X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2PR0101MB0869; X-Forefront-PRVS: 0377802854 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 s9RIZUtl006591 Loaded the test release here today and found that it seems to work as expected, both without the /etc/nsswitch.conf file (operates as before) and with both passwd and group set to "db" in the file. Only two slightly negative observations I've made so far are 1) ps -ef only allows for 8 character UIDs, and thus longer UIDs (for example MyMachine+cyg_server) don't show up well and 2) the very first cygwin process I start seems to take a bit longer to start up now (in either mode) than before (7-10 seconds depending on the contents of nsswitch). Perhaps this is possibly due to the fact that I'm accessing AD at some distance over a VPN? However, the SECOND process and all subsequent ones seem to start significantly faster than before (THANKS FOR THAT!). Question: In the documentation you indicate that "If cygserver is running it will provide passwd and group entry caching for all processes in every Cygwin process tree started after cygserver." Normally I have several processes (specifically sshd, cygserver, cron and httpd2) automatically start up as services when my system boots up, and I have not specified the order. Would it now be desirable to have cygserver starting up first, followed by the others? If so, what would be the preferred way to create such a dependency/startup timing? Would a service dependency be sufficient? Thanks again for your efforts on this! Dave