From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37956 invoked by alias); 27 May 2017 10:51:11 -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 37944 invoked by uid 89); 27 May 2017 10:51:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=passwdgroup, passwd,group, sk:csih_cr, elevated X-HELO: lb3-smtp-cloud3.xs4all.net Received: from lb3-smtp-cloud3.xs4all.net (HELO lb3-smtp-cloud3.xs4all.net) (194.109.24.30) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 May 2017 10:51:07 +0000 Received: from webmail.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:213]) by smtp-cloud3.xs4all.net with ESMTP id RNr91v0044R9iYA01Nr9lF; Sat, 27 May 2017 12:51:09 +0200 Received: from a83-162-234-136.adsl.xs4all.nl ([83.162.234.136]) by webmail.xs4all.nl with HTTP (HTTP/1.1 POST); Sat, 27 May 2017 12:51:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 27 May 2017 11:35:00 -0000 From: Houder To: cygwin@cygwin.com Subject: Re: Installing sshd on W7 reveals errors in CSIH_SCRIPT In-Reply-To: References: Message-ID: <43b4e1218175470e54e04841f8eed38c@xs4all.nl> X-Sender: houder@xs4all.nl User-Agent: XS4ALL Webmail X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00448.txt.bz2 On 2017-05-26 21:35, Houder wrote: > Hi, > > Installing sshd on W7 reveals errors in CSIH_SCRIPT ... > > CSIH_SCRIPT = /usr/share/csih/cygwin-service-installation-helper.sh > > Just now I installed the sshd daemon on my W7 (64-bits Cygwin); I am > still > using /etc/{passwd,group} as the "database" (i.e. NOT Windows SAM). > > Invocation of /usr/bin/ssh-host-config (in an elevated shell) > genenerated > the following TWO warnings: The error in csih_create_privileged_user() appears to have been corrected already om March 11 2016 (Achim Gratz) ... commit: 128ed704ed13cda2f3b2e336dba4aeb27a70bdd6 https://cygwin.com/git/?p=cygwin-apps/csih.git;a=commit;f=cygwin-service-installation-helper.sh;h=128ed704ed13cda2f3b2e336dba4aeb27a70bdd6 HOWEVER the whole statement (mkpasswd -l ...)must be moved UPWARDS in the function, as I described in my first post. The error was originally reported by Nick Batlle in https://cygwin.com/ml/cygwin/2016-03/msg00154.html Regards, 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