| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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 AT yahoo DOT com> |
| Subject: | Re: Problems starting sshd as a service on cygwin 1.7.3 |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| 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 |
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 AT yahoo DOT com>
To: cygwin AT cygwin DOT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |