X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 	tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <62688.30561.qm@web111403.mail.gq1.yahoo.com>
Date: Mon, 19 Apr 2010 09:57:10 -0700 (PDT)
From: Myron Flickner <flickner@yahoo.com>
Subject: Re: Problems starting sshd as a service on  cygwin 1.7.3
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-IsSubscribed: yes
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

On one machine sshd startup still fails with a " QueryServiceStatus:  Win32 error 1062:"  even after upgrading to cygwin 1.7.5-1.   If it fails the log file \var\log\sshd.log is not created.  

If I run the script below I can get sshd to start.  I've tried this with symantec firewall off/on - no difference.  

#!/bin/bash
set -x

cygrunsrv -S sshd
until [ 0 == $? ] ; do
  sleep 1 ;
  cygrunsrv -S sshd ;
done

cygrunsrv -V -Q sshd

How can I trace this issue ? 

 imaging away / flick



----- Original Message ----
From: Myron Flickner <flickner@yahoo.com>
To: cygwin@cygwin.com
Sent: Tue, January 26, 2010 3:40:31 PM
Subject: Re: Problems starting sshd as a service on  cygwin 1.7.1

Problem remains - If I repeat the cgyrunsrv -S sshd command eventually it works. 

Disabling Symantec Client Firewall didn't fix this.  

I've attached the cygcheck.out file.    Is there any other tracing I can do ? 

imaging away / flick


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

