Nessus compatibility(?) problem with SuSE 9.2

George Theall theall at tifaware.com
Fri Nov 26 22:05:15 EST 2004


On Fri, Nov 26, 2004 at 06:11:54PM +0100, Egon Olsen wrote:

> I've tried to install nessus on a SuSE 9.2 system (with default kernel 2.6
> and all required packages installed)
> 
> Unfortunately the nessus-installer script stops running during the
> installation of NESSUS-PLUGINS. Adding set -x for debug-mode,
> the installer script shows the following output before break-off:
...
> + trap 0
> trap: usage: trap [-lp] [[arg] signal_spec ...]

Are you using bash 3? ["bash --version" will tell you.]

One of the changes with the new version is that trap no longer allows
the "trap signal" syntax when in POSIX mode.  The solution is to use "-"
as the argument (eg, "trap - 0"). 

George
-- 
theall at tifaware.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20041126/79439759/attachment.bin 


More information about the Nessus mailing list