Originally posted by: oboeguy
<crotchkick>Nothing useful in Event Viewer</crotchkick>
The Service Control Manager event says the service couldn't start, and the sshd one itself says something about not having access to a log message.
Event Type: Error
Event Source: sshd
Event Category: None
Event ID: 0
Date: 10/21/2005
Time: 12:10:05 PM
User: NT AUTHORITY\SYSTEM
Computer: <my computer's name>
Description:
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: sshd : PID 2000 : starting service `sshd' failed: execv: 255, error 255.
Originally posted by: oboeguy
If this makes any sense...
Event Type: Error
Event Source: sshd
Event Category: None
Event ID: 0
Date: 10/21/2005
Time: 12:10:05 PM
User: NT AUTHORITY\SYSTEM
Computer: <my computer's name>
Description:
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: sshd : PID 2000 : starting service `sshd' failed: execv: 255, error 255.
Makes no sense to me.
Originally posted by: CTho9305
So, manually running "net start sshd" does not work? (Sorry if this is what you're doing - it wasn't clear to me whether you had the service on "Automatic" or were doing it manually).
I did a little bit of windows event logging a few months ago at work and I think I understand that message. In order to provide a proper log, you first have to install your error messages along with their codes in a special dll (cygwin would ideally have done this for you). Then, when logging, you specify the error code and the appropriate message gets displayed. The message is a format string so you can insert arbitrary info into the message and the simplest case would be to have one message with a %s so that you can just insert any string from the app as your message.Originally posted by: oboeguy
If this makes any sense...
Event Type: Error
Event Source: sshd
Event Category: None
Event ID: 0
Date: 10/21/2005
Time: 12:10:05 PM
User: NT AUTHORITY\SYSTEM
Computer: <my computer's name>
Description:
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: sshd : PID 2000 : starting service `sshd' failed: execv: 255, error 255.
Makes no sense to me.