On Fri, Feb 06, 2004 at 07:52:18AM -0600, Corrales Romero Jorge wrote: > I am sending you a copy of both scripts. I feel that nessus try to > run both it is not able to start up.
Is this the first script? > /etc/init.d/nessus > > #!/sbin/sh > > LD_LIBRARY_PATH=/usr/local/lib > export LD_LIBRARY_PATH > echo "Nessus is starting up" > /tmp/nessus-run > /usr/local/sbin/nessusd -D > /tmp/nessus-out 2> /tmp/nessus-error & And this the second? > /etc/rc2.d/S90nessus > > /etc/init.d/nessus If so, your problem is that the second script lacks the pound-bang line telling the shell how to execute the script. That is, the first line should be something like "#!/sbin/sh". Alternatively, you could simply create /etc/rc2.d/S90nessus as a link to /etc/init.d/nessus. I suspect that's how Solaris sets up other start-up scripts. George -- [EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
_______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
