From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91245 invoked by alias); 16 Aug 2019 20:47:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 91236 invoked by uid 89); 16 Aug 2019 20:47:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=interactive X-HELO: lb3-smtp-cloud7.xs4all.net Received: from lb3-smtp-cloud7.xs4all.net (HELO lb3-smtp-cloud7.xs4all.net) (194.109.24.31) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Aug 2019 20:47:00 +0000 Received: from tmp.DJiC10394k ([83.162.234.136]) by smtp-cloud7.xs4all.net with ESMTPSA id yj7fhqZ17Thuuyj7ghM4f0; Fri, 16 Aug 2019 22:46:56 +0200 Date: Fri, 16 Aug 2019 21:01:00 -0000 Message-ID: <4c35f87b7ff04103a9a865fb5af60d66@smtp-cloud7.xs4all.net> From: Houder Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Win7 system update hosed something in Cygwin References: <0b92f093cce0c8b0f1b43c9ed6dabac9@smtp-cloud8.xs4all.net> <177b39dbb95fb07000da6880d83c1db1@smtp-cloud9.xs4all.net> In-Reply-to: Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 X-SW-Source: 2019-08/txt/msg00234.txt.bz2 On Fri, 16 Aug 2019 11:43:22, David Karr wrote: > On Fri, Aug 16, 2019 at 7:58 AM Houder wrote: > > > On Fri, 16 Aug 2019 06:40:28, David Karr wrote: [snip] > > > Any other ideas? > > > > 1. cygcheck -srv? (include the compressed output to your reply) > > > > 2. getent passwd? (what home directory for your id?) > > > > The first line of this output is this (with some minor elisions): > > +User(1944941):*:2993517:2993517:U-\User(1944941),S-1-5-21-2057499049-1289676208-1959431660-1944941:/:/sbin/nologin Really? /sbin/nologin for "shell" ????? grepping winsup/cygwin/* for "/sbin/nologin" results in 2777 __small_sprintf (linebuf, "%W:%s:%u:", 2778 posix_name, sid.string ((char *) sidstr), uid); 2779 /* For non-users, create a passwd entry which doesn't allow interactive 2780 logon. Unless it's the SYSTEM account. This conveniently allows to 2781 logon interactively as SYSTEM for debugging purposes. */ 2782 else if (acc_type != SidTypeUser && sid != well_known_system_sid) 2783 __small_sprintf (linebuf, "%W:*:%u:%u:U-%W\\%W,%s:/:/sbin/nologin", 2784 posix_name, uid, gid, 2785 dom, name, 2786 sid.string ((char *) sidstr)); 2787 else (pwdgrp::fetch_account_from_windows() in uinfo.cc) Mmmh, ... I think you will need advice from Corinna ... (IF I am correct!). Henri -- 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