| delorie.com/archives/browse.cgi | search |
| 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 | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| q=dns; s=default; b=ZAXIGrT5px5NPUZtJ2cIcFFbb7Z1wgFoErXDAKahiTh | |
| dArwbcJAy/raZIh9S8ya8Tg6UrVIcij7OjPYfDeFCRtJv5MatrwUAonMhJh9N8hU | |
| Ze3pFCqsEhomB5Uowxud2q3aYEYg4leHI+o1sm6pzJEWR5k/uvSfC043e5X1/7Bc | |
| = | |
| 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 | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| s=default; bh=Yq4Iu2g5GC+2/VH93NXIXy/t0Pc=; b=cS8v0i/fE4NfUG35V | |
| qW4HOKlm+oVYL9ONo59DTf7ZdnTykaTGS97Pic8qUGCmuJGXHa+eFJhSklSKCaF9 | |
| FMTf9ZgByo4mnzBEOPDHlR7m93KfUMI2wSWk92xndGYDVKJ5IeNDMWeBeWHdRCKv | |
| pbG/drZYFuXPwzhw+pbQ+b9kn8= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=BAYES_50,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,URI_HEX autolearn=no version=3.3.2 |
| X-HELO: | mout.perfora.net |
| Message-ID: | <54AE7732.6020608@halcomp.com> |
| Date: | Thu, 08 Jan 2015 07:25:22 -0500 |
| From: | Bruce Halco <bruce AT halcomp DOT com> |
| User-Agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: SSHd configuration problems (System error 1376) - CONFIRMED |
| References: | <749072ebc592c8a0a63ff0ad93a54c37 DOT squirrel AT webmail DOT xs4all DOT nl> <loom DOT 20150102T221535-71 AT post DOT gmane DOT org> <54A766F1 DOT 4020907 AT cygwin DOT com> <loom DOT 20150105T222221-580 AT post DOT gmane DOT org> <1179247580 DOT 20150106021111 AT yandex DOT ru> <0E474E63673B5F42B9A1936D69641AF96BC8CF AT 055-CH1MPN1-003 DOT 055d DOT mgd DOT msft DOT net> <1420649032665-114100 DOT post AT n5 DOT nabble DOT com> <1420659930040-114109 DOT post AT n5 DOT nabble DOT com> |
| In-Reply-To: | <1420659930040-114109.post@n5.nabble.com> |
| X-UI-Out-Filterresults: | notjunk:1; |
I can confirm that this does fix the problem on at least one of my
systems. I'll be doing the other shortly.
Thank you!
Bruce Halco
On 01/07/2015 02:45 PM, craigmcd wrote:
> 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
>
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |