X-Recipient: archive-cygwin@delorie.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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=PwgUn3d5ls4xlmOH/TvI84N1a2QD
	csnfho2QOlbex54O2u22R0sr2IsHCA0DLuhSGx+0OC71foxmMkFS1aCECNAA90TV
	Yiem9uzg5iuLj84FNAxL+04fNSQUDQpzNV/mfCsXzVlJ/t2UQyQfdsz14HgI3eah
	320PpA1wMHRF/DQ=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=a1NgxMtvPdiZbIfsN9DnN4T29x8=; b=X1
	ZMhvRxypkeSOaNjIVlHpf1U9HoFcYh+lyVOorK5rzuelfKkNIYGXjKMLwsRV8Gaq
	uD55RUwcdGZ1nCILPq2tVeG3bBZJMrngemIim9K8kHN0Fn/cwl2GClUk/KUeGjzt
	+9P+MMPhYJ+826DOb51XFPToQsWTkVT6ANol8IyHY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
Subject: Re: TEST RELEASE: Cygwin 1.7.35-0.3
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <20150225162130.GH437@calimero.vinschen.de>
Date: Wed, 25 Feb 2015 10:32:11 -0700
Message-Id: <9A8221CA-9BDF-4964-B0E5-E61C16DA2511@etr-usa.com>
References: <154114676.20150224063913@yandex.ru> <9D7B3952-86AD-4EA7-8146-E985ADE2FE4D@etr-usa.com> <1528837107.20150225032328@yandex.ru> <BE04216B-2ECD-462D-86E4-AA4E3433FFB7@etr-usa.com> <20150225090115.GW437@calimero.vinschen.de> <90784C48-04A6-4163-9566-43EE4CC0BF1B@etr-usa.com> <20150225150744.GD437@calimero.vinschen.de> <F996F677-DC40-4F15-AD58-2C090257B423@etr-usa.com> <20150225152330.GE437@calimero.vinschen.de> <DA732177-F29E-4B54-A2E7-CA84CC0F4A10@etr-usa.com> <20150225162130.GH437@calimero.vinschen.de>
To: cygwin@cygwin.com
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1PHWZb8020747

On Feb 25, 2015, at 9:21 AM, Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> 
> Did you set this up with a "Microsoft Account”?

Yes.

> Btw., the uid and gid values are wrong.  You *are* using passwd and
> group files, otherwise you would have much bigger uid/gid values.

Oookaaaay.  I thought I just had to remove /etc/{passwd,group}, so that the default “files db” settings would fail to find files and fall back to db.

I’ve forced db in nsswitch.conf and am now getting the expected high ID values and Users group:

  $ id
  uid=197608(Warren) gid=545(Users) … etc.

So, I suppose the question is, why would I get group=Warren when there are no /etc files and nsswitch.conf is empty?

I’m going to treat that as a side issue and apply your suggested modification to the chgrp hack.
--
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


