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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=Qy 85kZZraeo+0swZmscIYjzgipamUxqBfbE8cuuvAAABA4TRlcsDP5uitQwcl6jvsS lX3+sWF/lKBRNfumKUOX4RvOWXKOy/1sgtVegssRw5LDXdMwouY9yS70BsKHG2KQ a86wDbkYbzv71fNwsQukw3OewJXeOQFM+USVOZ6T0= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=jDj841kE 9cfXnlJgM4A3TSdmxxo=; b=XN93dSA+hNJPOgm/t71wXUapnXMse+cVtSNCFkdH Fxp3PweKclyE9iVJsksrpmyfhJaT42WAEzgOachlfJrUkiaLK0iAsrVYr7uIBiyn 6OWQ8MWm5JHnbOfOgO0W8CXc7hB2QX5JoufmSNKmQojazAwxO23aGHe1C0kZ5lTa xLc= 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=2.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SCAM_SUBJECT,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qc0-f182.google.com MIME-Version: 1.0 X-Received: by 10.229.136.135 with SMTP id r7mr8342390qct.17.1395095558978; Mon, 17 Mar 2014 15:32:38 -0700 (PDT) In-Reply-To: References: <5307BB89 DOT 80405 AT cse DOT yorku DOT ca> <5307BDDA DOT 4040309 AT cygwin DOT com> <530B6ED1 DOT 2060003 AT cse DOT yorku DOT ca> Date: Mon, 17 Mar 2014 18:32:38 -0400 Message-ID: Subject: Re: Silently configure sshd fails via system account From: Lord Laraby To: Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes That's interesting. sshd-host-config gave me only sshd as a privileged user name, cyg_server is already taken by a non-prvileged user connected to the cygserver service. Also, at no time does mkgroup create a group called root. I tried that, but it screwed everything up. Of course, I used Administrators actual group 513, not 544. I will fiddle with /etc/group and see what I can come up with. Ad far as the user name, if it requires cyg_server (not sshd), then I have a serious issue with the other cygwin install as a service tool, "cygserver." The permissions on /var/empty failed everytime. I tried 755, 744, 711, 700, 655, 644, 611. and even 600. No dice. This is the var/empty listing: master AT primaryserver ~ $ ls -ld /var/empty drw-------+ 1 Administrators None 0 Mar 17 13:52 /var/empty I also tried this: master AT primaryserver ~ $ ls -ld /var/empty drw-------+ 1 sshd None 0 Mar 17 13:52 /var/empty master AT primaryserver ~ $ cygrunsrv -S sshd cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. On Mon, Mar 17, 2014 at 5:56 PM, Henry S. Thompson wrote: > Lord Laraby writes: > >> I cannot understand how to do what it wants in order to start. Any >> help would be appreciated. I can send cygcheck.out if desired. This is >> Windows 8.1 ver 6.3 -- 64-bit. Cygwin (64-bit) is installed in a USB >> hard drive K:\cygwin and I recently did an update by running setup and >> not selecting anything new. I have run sshd successfully on Win7 >> computers and older. This is a new one for me. > > Same platform as you. Here are my (possibly relevant) data for > comparison: > >> ls -ld /var/empty > drwxr-xr-x+ 1 cyg_server root 0 Jan 3 11:36 /var/empty/ >> egrep cyg_server /etc/passwd > cyg_server:unused:1003:513:Privileged > server,U-luther\cyg_server,S-1-5-21-3264347833-3381411623-2398912269-1003:/var/empty:/bin/bash >> egrep root /etc/group > root:S-1-5-32-544:0: >> egrep S-1-5-32-544 /etc/passwd > Administrators:*:544:544:,S-1-5-32-544:: > > ht > -- > Henry S. Thompson, School of Informatics, University of Edinburgh > 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440 > Fax: (44) 131 650-4587, e-mail: ht AT inf DOT ed DOT ac DOT uk > URL: http://www.ltg.ed.ac.uk/~ht/ > [mail from me _always_ has a .sig like this -- mail without it is forged spam] > > -- > 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