>Date: Fri, 26 Nov 2004 22:05:15 -0500 >From: George Theall <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Nessus compatibility(?) problem with SuSE 9.2 > > 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 > -- > [EMAIL PROTECTED] >
That solves the problem ! After adapting the trap syntax the installation is running through. The same change needs to be done thereafter in /usr/sbin/nessus-mkcert /usr/sbin/nessus-adduser Thanks. Egon Olsen ---------- [EMAIL PROTECTED] -- Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD ++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++ _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
