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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; q=
	dns; s=default; b=A7ZhAl+tvKVKnJSbcXWu/mseFqff84TUPFmKNSHNETEh2q
	CuuuwcL04NBODZP40qQbD0lyFVxCINzBiCx3mK8RGf+0wNPCZmpHubbQOzGH4wZa
	x/Q9iIiifeqTKN55ZV5Iv0kSwlYQfRCvTyrIQt5SAwgQcfN4orBv/6MGPfLy0=
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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; s=
	default; bh=Qe/HtkPD8LT7qcC8QtP2fH+9wBU=; b=QxtsTB6uFr3hhfAQFTGw
	8Z2hVbl9NpsZn9MnXW3hRUFh3Fg0szT+WGMMD0vZ4kSRIi5+F6Wj/nqmD1uQu0Ey
	hXdXmZ1SQrdtWcNPwSab9Vl9F0qsrPiOPQZXTqdMnJqpN+xXo3vYPE8zEYF+F/90
	OWUg0A6EwEBw273N2pza/Zo=
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=2.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2
X-HELO: mwork.nabble.com
Date: Wed, 7 Jan 2015 12:45:30 -0700 (MST)
From: craigmcd <craigmcd@gmail.com>
To: cygwin@cygwin.com
Message-ID: <1420659930040-114109.post@n5.nabble.com>
In-Reply-To: <1420649032665-114100.post@n5.nabble.com>
References: <749072ebc592c8a0a63ff0ad93a54c37.squirrel@webmail.xs4all.nl> <loom.20150102T221535-71@post.gmane.org> <54A766F1.4020907@cygwin.com> <loom.20150105T222221-580@post.gmane.org> <1179247580.20150106021111@yandex.ru> <0E474E63673B5F42B9A1936D69641AF96BC8CF@055-CH1MPN1-003.055d.mgd.msft.net> <1420649032665-114100.post@n5.nabble.com>
Subject: RE: SSHd configuration problems (System error 1376) - CONFIRMED
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bruce said he could not see my edits. I'm posting from nabble and used the
raw tags, so maybe that did not go through. Here they are again:

$ diff -c cygwin-service-installation-helper.sh.orig
cygwin-service-installation-helper.sh
*** cygwin-service-installation-helper.sh.orig	2014-12-27 19:33:51.174250000
-0500
--- cygwin-service-installation-helper.sh	2014-12-27 23:26:51.893000000
-0500
***************
*** 2966,2973 ****
      if [ "$username_in_sam" = "yes" ]
      then
        # always try to set group membership and privileges
!       admingroup=$(/usr/bin/getent group S-1-5-32-544)
!       admingroup="${admingroup%%:*}"
        if [ -z "${admingroup}" ]
        then
          csih_warning "Cannot obtain the Administrators group name from
'mkgroup -l'."
--- 2966,2974 ----
      if [ "$username_in_sam" = "yes" ]
      then
        # always try to set group membership and privileges
!       admingroup=$(/usr/bin/getent -w group S-1-5-32-544)
!       admingroup="${admingroup#*:*:*\\}"
!       admingroup="${admingroup%:*}"
        if [ -z "${admingroup}" ]
        then
          csih_warning "Cannot obtain the Administrators group name from
'mkgroup -l'."
***************
*** 3263,3268 ****
--- 3264,3271 ----
    # is not yet installed, so compute the "expected" account under which
    # privileged services should run.

+   mkpasswd -l > /etc/passwd
+
    # use the following procedure if a privileged account is required:
    if ( csih_is_nt2003 || [ "x$csih_FORCE_PRIVILEGED_USER" = "xyes" ] )
    then




--
View this message in context: http://cygwin.1069669.n5.nabble.com/Re-SSHd-configuration-problems-System-error-1376-CONFIRMED-tp113955p114109.html
Sent from the Cygwin list mailing list archive at Nabble.com.

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

