nessus-update-plugins issue on Solaris X86 Platform
Fred
fredchi at excite.com
Tue Jan 11 15:02:27 EST 2005
Hi Renaud,
The nessus-update-plugins script doesn't work on Solaris beacuse -C option is not supported on Solaris for tar extration(tar xvf).
I modified the code:
$gzip -cd all-2.0.tar.gz | tar $tar - -C "$pluginsdir/"
rm -f "$pluginsdir/MD5"
mv all-2.0.tar.gz.md5 "$pluginsdir/MD5"
to:
rm -f "$pluginsdir/MD5"
mv all-2.0.tar.gz.md5 "$pluginsdir/MD5"
$gzip -cd all-2.0.tar.gz > "$pluginsdir/all-2.0.tar"
cd "$pluginsdir"
tar $tar all-2.0.tar
rm all-2.0.tar
to make it work.
Thanks,
Fred
--- On Fri 01/07, Fred Chi < fredchi at excite.com > wrote:
From: Fred Chi [mailto: fredchi at excite.com]
To: nessus at list.nessus.org
Date: Fri, 7 Jan 2005 13:36:47 -0500 (EST)
Subject: nessus-update-plugins issue on Solaris X86 Platform
<br><br>I am running nessus on Solaris9(Intel box).<br>When I use nessus-update-plugins to fetch the plugins, I got the messages:<br><br># ./nessus-update-plugins<br>tar: 2 file(s) not extracted<br><br><br>Can anybody let me know if I fetched the plugins sucessfully or not?<br>If not, how can I solve the problem?<br><br>Thanks,<br>Fred<br><br><br><br>_______________________________________________<br>Join Excite! - http://www.excite.com<br>The most personalized portal on the Web!<br>_______________________________________________<br>Nessus mailing list<br>Nessus at list.nessus.org<br>http://mail.nessus.org/mailman/listinfo/nessus<br>
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
More information about the Nessus
mailing list