Thanks, this seems to have resolved it!

I noticed in the cron job for updating the plugins exists the following logic:

if [ "$notify_openvas_scanner" == "yes" ]; then
        /etc/init.d/openvas-scanner restart > /dev/null 2>&1
        if [ ! -f /var/lib/openvas/mgr/tasks.db ]; then
                /usr/sbin/openvasmd --rebuild > /dev/null 2>&1
        else
                /etc/init.d/openvas-manager restart > /dev/null 2>&1
        fi


I do have a tasks.db file, so it looks like the rebuild command is not being sent. Any ideas why the logic is like this if openvas-manager needs to be rebuilt after updating the plugins?



On 3/20/2015 5:44 PM, Brandon Perry wrote:
Have you rebuilt and restarted openvas manager?

On Fri, Mar 20, 2015 at 5:29 PM, Russell Jones <[email protected] <mailto:[email protected]>> wrote:

    Hi all,

    I was checking to see if OpenVAS had a FREAK test yet and I see
    that it does (http://plugins.openvas.org/nasl.php?oid=805142).
    When I check my NVT feed I see that the plugin has been downloaded
    and apparently has been loaded enough that it is in the cache:

    [root@scanner 2015]# locate "freak_attack"
    /var/cache/openvas/2015/gb_openssl_export_rsa_freak_attack.nasl.nvti
    /var/lib/openvas/plugins/2015/gb_openssl_export_rsa_freak_attack.nasl
    /var/lib/openvas/plugins/2015/gb_openssl_export_rsa_freak_attack.nasl.asc


    However if in GSAD I go to SecInfo Management > NVTs and search
    for FREAK, this plugin does not show in the list.

    How do I troubleshoot why this plugin isn't loading? I have done a
    manual nvt-sync, as well as restarted all of the processes.

    Thanks!
    _______________________________________________
    Openvas-discuss mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss




--
http://volatile-minds.blogspot.com -- blog
http://www.volatileminds.net -- website

_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to