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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=sH0 GxN3jha6ad9wFi1ZFUcUtQhcK77vnanR7rMbeaiWpT0AyqlOws49rJdKoFXISfkq L6uKcVoEoIjpIKgYVfj5hFXbHE4WS4bY3cZ51dRYc6XSbGOyDp6Udjh/XkqMYPUk xdvVTLNTewn2g8jWrER0Q0e9u+sKQ9/d8L28T+iU= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=YS3/7lbcO ssgWiyoFq8AhSOiFjo=; b=GZbgFaYjXR+cuhDyWwskVZurI3j3DaD5esX1Y2nUE XrJAwC07gHGxulSrlzaFdJa5ClmXev92EBnls7QlIC3EWenUD0LrpkCBz7IJwuwl QS5zb5kuGctvHSduoW18U3fwS/KeBPFt+LDF1bX3elbbQGesZNj5J9tpyRM5DQXq RI= 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=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com X-Received: by 10.180.84.198 with SMTP id b6mr30166346wiz.41.1416220870716; Mon, 17 Nov 2014 02:41:10 -0800 (PST) Message-ID: <5469D0BD.3030209@gmail.com> Date: Mon, 17 Nov 2014 11:41:01 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: getent extra output Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes $ uname -svr CYGWIN_NT-6.1-WOW64 1.7.33-2(0.280/5/3) 2014-11-13 15:45 $ uname -svr CYGWIN_NT-6.1 1.7.33-2(0.280/5/3) 2014-11-13 15:47 on both there is an extra output line $ getent passwd SYSTEM:*:18:544:,S-1-5-18:: LocalService:*:19:544:U-NT AUTHORITY\LocalService,S-1-5-19:: NetworkService:*:20:544:U-NT AUTHORITY\NetworkService,S-1-5-20:: Administrators:*:544:544:,S-1-5-32-544:: [cut] ????????:*:4294967295:4294967295::: $ cat /etc/passwd |wc -l 12 $ getent passwd |wc -l 13 Regards Marco -- 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