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 <flick...@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