Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: strange sshd failure at startup

Subject: Re: strange sshd failure at startup
Date: Fri, 21 Oct 2005 08:06:27 -0400
On Thu, Oct 20, 2005 at 11:51:20AM +0200, Guillaume Rousse wrote:
The return value from sshd in init script is 11, meaning "ressource
temporary not available" from errno.h, but I can't find which ressource
exactly.

Return values from programs don't necessarily (or even commonly) match
up with the errno values from the header files.  I don't see the return
values enumerated in the man page, so I guess you'll have to read the
source to see what 11 means.

There's an exit(11); in sftp-server.c, for whatever that's worth.

sshd worked perfectly before. The only change we had recently was
introducing RSBAC support, but it is disabled in current kernel
(rsbac=0), and I tested with the same result with a previous kernel.

Then I guess it's not the kernel.

<Prev in Thread] Current Thread [Next in Thread>