X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4A891910.1060708@alice.it>
Date: Mon, 17 Aug 2009 10:47:12 +0200
From: Angelo Graziosi <angelo.graziosi@alice.it>
User-Agent: Thunderbird 2.0.0.22 (Windows/20090605)
MIME-Version: 1.0
To: Cygwin <cygwin@cygwin.com>
Subject: Re: Cygwin-1.7 and 'None' [was Nobody] group
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
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

Corinna Vinschen wrote:
> After all these years I was sure that now everyone was aware of the
> fact that the group "None" or whatever it's called in other languages
> is not a bug in Cygwin, but an actual Windows group.

I didn't mean a bug, but a different behavior under 1.7.

I have noticed that the following files belong to Nessuno (== None):

$ find /cygdrive/c/cygwin-2/ -group Nessuno -ls
[...] /cygdrive/c/cygwin-2/cygdrive
/cygdrive/c/cygwin-2/dev
/cygdrive/c/cygwin-2/dev/fd -> /proc/self/fd
/cygdrive/c/cygwin-2/dev/mqueue
/cygdrive/c/cygwin-2/dev/shm
/cygdrive/c/cygwin-2/dev/stderr -> /proc/self/fd/2
/cygdrive/c/cygwin-2/dev/stdin -> /proc/self/fd/0
/cygdrive/c/cygwin-2/dev/stdout -> /proc/self/fd/1
/cygdrive/c/cygwin-2/etc/bash.bashrc
/cygdrive/c/cygwin-2/etc/DIR_COLORS
/cygdrive/c/cygwin-2/etc/fstab
/cygdrive/c/cygwin-2/etc/fstab.d

/cygdrive/c/cygwin-2/etc/hosts ->
/cygdrive/c/WINDOWS/system32/drivers/etc/hosts

/cygdrive/c/cygwin-2/etc/mtab -> /proc/mounts

/cygdrive/c/cygwin-2/etc/networks ->
/cygdrive/c/WINDOWS/system32/drivers/etc/networks

/cygdrive/c/cygwin-2/etc/profile

/cygdrive/c/cygwin-2/etc/protocols ->
/cygdrive/c/WINDOWS/system32/drivers/etc/protocol

/cygdrive/c/cygwin-2/etc/services ->
/cygdrive/c/WINDOWS/system32/drivers/etc/services

/cygdrive/c/cygwin-2/etc/skel
/cygdrive/c/cygwin-2/etc/skel/.bashrc
/cygdrive/c/cygwin-2/etc/skel/.bash_profile
/cygdrive/c/cygwin-2/etc/skel/.inputrc
/cygdrive/c/cygwin-2/lib/terminfo -> /usr/share/terminfo
/cygdrive/c/cygwin-2/usr/share/info/dir
/cygdrive/c/cygwin-2/usr/share/misc/man.conf

Now, since them have been created by setup-1.7.exe (called from
Start/Run), I would expect that, after the changes 513 --> 544 etc. in
/etc/passwd, they belong to Administrators etc. (as the do in Cygwin-1.5
and for the other files in 1.7). Evidently, my logic, here, is wrong.

I would tempted to change them manually:

$ find /cygdrive/c/cygwin-2/ -group Nessuno | xargs chgrp -h \
Administrators


Thanks,
    Angelo.

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

