On Mon, Dec 13, 2004 at 05:26:27PM -0500, [EMAIL PROTECTED] wrote:

> I have installed Nessus 2.2.2a under Solaris 2.10_69.
>
> I put this shell in /etc/rc2.d/S99nessus to execute at system start up.
> 
> #!/sbin/sh
> # Start nessus
> PATH=/usr/local/bin:/usr/local/sbin:/usr/local/include:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/sfw/sbin
> LD_LIBRARY_PATH=/usr/local/lib
> export LD_LIBRARY_PATH PATH
> /usr/local/sbin/nessusd -D
...
> I get this when I try to use the program.
> 
> -bash-2.05b$ [502] SSL_connect: error:00000000:lib(0):func(0):reason(0)

This occurs when you try to connect to the daemon using the unix-based
commandline client, nessus, right?

This error suggests the server doesn't support SSL for some reason.

> If I kill the daemon and start it from root with the same environment
> variables everything is ok.
> I am sure that it is a timing issue but I thought I would ask if anyone has
> a suggestion before trying everything.

I don't use Solaris, but from what I understand it doesn't have a random
number generator, which means you need to use something like EGD.  Any
chance that's starting *after* nessusd rather than before it?

George
-- 
[EMAIL PROTECTED]

Attachment: pgpoh3Yxpqp0L.pgp
Description: PGP signature

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to