On Thu, 16 May 2002, Antonio Serrano wrote:
> Hi:
>
> I have updated the nessusd (Nessus) 1.0.10 for Linux plugins, and now I
> get un error message:
>
> linux:~# nessusd -D
>
> /usr/local/lib/nessus/plugins/BEA_weblogic_Reveal_Script_Code_2.nasl -
> Error ! Function "script_version" does not exist
> /usr/local/lib/nessus/plugins/mod_python_handle.nasl - Error ! Function
> "script_version" does not exist
> /usr/local/lib/nessus/plugins/qpopper2.nasl - Error ! Function
> "script_version" does not exist
> /usr/local/lib/nessus/plugins/rwalld_format_string.nasl - Error !
> Function "script_version" does not exist
These are nessus-plugins-1.2.0 which use a new function called
script_version(). They will not work with Nessus 1.0.10
> bind : Address already in use
This comes about when you are already running nessusd. You
probably want to run `killall nessusd` before firing up the daemon
again.
Simon