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 < [EMAIL PROTECTED] > wrote:
From: Fred Chi [mailto: [EMAIL PROTECTED]
To: [email protected]
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>[email protected]<br>http://mail.nessus.org/mailman/listinfo/nessus<br>

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to