This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error starting sshd: "Win32 error 1069"


2008/6/22 Gordon Messmer <yinyang@eburg.com>:
> I'm having trouble starting sshd on a host running Windows Server 2003, SP1.
>  It was working several days ago, and then stopped for no reason that I can
> determine.
>
> I tried starting the service by hand, and got:
>
> $ cygrunsrv.exe -S sshd
> cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
> The service has not been started.
>

Did you try:
net helpmsg 1069

This will tell you: The service did not start due to a logon failure.

It may be that the sshd service account password is wrong - or more
likely - the password has expired.  Have a look in the security log of
the machine, and you should see a failure audit.

Check in lusrmgr.msc for the sshd user account and check that the
password is set to never expire, and that it hasn't been
disabled/locked out.

-- 
AdamT
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." - Nietzsche

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]