On Thu, Mar 24, 2005 at 04:13:26PM +0530, Senthil Prabu.S wrote: > I have downloaded Nessus -2.2.4 (GPL versioned) ... > # ./nessusd -D > Loading the plugins... 612 (out of 2226)RLIMIT_DATA: > Invalid argument RLIMIT_STACK: Invalid argument
Looks like a bug (in nessus-libraries/libnessus/popen.c) -- HP/UX doesn't support setting hard limits for the process data segment or stack to RLIM_INFINITY; eg, <http://docs.hp.com/en/B2355-60105/getrlimit.2.html>. For the most part, your scans should still run, but since the calls failed to adjust the limits of those two resources, you may face trouble when launching external programs (like nmap). George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
