I am pulling my hair out getting this setup.

Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS Release: 14.04 Codename: 
trusty


root@monkeyhill:~# apt-cache search openvas
libopenvas2 - remote network security auditor - shared libraries
libopenvas2-dev - remote network security auditor - static libraries and headers
libopenvasnasl2 - OpenVAS shared libraries
libopenvasnasl2-dev - OpenVAS static libraries and headers
openvas-client - Remote network security auditor, the client
openvas-plugins-base - remote network security auditor - basic plugins
openvas-plugins-dfsg - remote network security auditor - plugins
openvas-server - remote network security auditor - server
openvas-server-dev - remote network security auditor - static libraries and 
headers
openvas-scanner - remote network security auditor - scanner
openvas-cli - remote network security auditor - cli
openvas-manager - remote network security auditor - manager
openvas - remote network security auditor - metapackage
libopenvas8-dev - remote network security auditor - static libraries and headers
libopenvas8 - remote network security auditor - shared libraries
openvas-gsa - remote network security auditor - web interface
libopenvas9-dev - remote network security auditor - static libraries and headers
libopenvas9 - remote network security auditor - shared libraries
openvas9-scanner - remote network security auditor - scanner
openvas9-manager - remote network security auditor - manager
openvas9 - remote network security auditor - metapackage
openvas9-cli - remote network security auditor - cli
openvas9-gsa - remote network security auditor - web interface
root@monkeyhill:~# apt-get install openvas9
Reading package lists... Done
Building dependency tree        
Reading state information... Done
openvas9 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@monkeyhill:~# service openvas-scanner restart
 * Restarting openvas-scanner openvassd                                         
                                                     [ OK ]  
root@monkeyhill:~# service openvas-manager restart
 * Restarting openvas-manager openvasmd                                         
                                                     [ OK ]  
root@monkeyhill:~# service openvas-server restart
root@monkeyhill:~# open
open                         openvas-manage-certs         
openvas-migrate-to-postgres  openvas-scapdata-sync
openssl                      openvasmd                    openvas-nvt-sync      
       openvassd
openvas-certdata-sync        openvasmd-sqlite             
openvas-portnames-update     openvt
root@monkeyhill:~# openvas-nvt-sync  
[i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
[i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
[i] Online information about this feed: 
'http://www.openvas.org/openvas-nvt-feed.html'.
[i] NVT dir: /var/lib/openvas/plugins
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to [email protected].
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

[i] Feed is already current, no synchronization necessary.
root@monkeyhill:~# ./openvas-check-setup  
openvas-check-setup 2.3.3
  Test completeness and readiness of OpenVAS-8
  (add '--v6' or '--v7' or '--v9'
   if you want to check for another OpenVAS version)

  Please report us any non-detected problems and
  help us to improve this check routine:
  http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

  Send us the log-file (/tmp/openvas-check-setup.log) to help analyze the 
problem.

  Use the parameter --server to skip checks for client tools
  like GSD and OpenVAS-CLI.

Step 1: Checking OpenVAS Scanner ...  
        ERROR: OpenVAS Scanner too old or too new: 5.1+beta2
        FIX: Please install OpenVAS Scanner 5.0.
        HINT: Please see the --v6/7/8/9 command line options to check other 
major versions.

 ERROR: Your OpenVAS-8 installation is not yet complete!

Please follow the instructions marked with FIX above and run this
script again.

If you think this result is wrong, please report your observation
and help us to improve this check routine:
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
Please attach the log-file (/tmp/openvas-check-setup.log) to help us analyze 
the problem.

root@monkeyhill:~# ./openvas-check-setup --v9
openvas-check-setup 2.3.3
  Test completeness and readiness of OpenVAS-9

  Please report us any non-detected problems and
  help us to improve this check routine:
  http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

  Send us the log-file (/tmp/openvas-check-setup.log) to help analyze the 
problem.

  Use the parameter --server to skip checks for client tools
  like GSD and OpenVAS-CLI.

Step 1: Checking OpenVAS Scanner ...  
        OK: OpenVAS Scanner is present in version 5.1+beta2.
        OK: OpenVAS Scanner CA Certificate is present as 
/var/lib/openvas/CA/cacert.pem.
        OK: redis-server is present in version v=2.8.4.
        OK: scanner (kb_location setting) is configured properly using the 
redis-server socket: /var/run/redis/redis.sock
        OK: redis-server is running and listening on socket: 
/var/run/redis/redis.sock.
        OK: redis-server configuration is OK and redis-server is running.
        OK: NVT collection in /var/lib/openvas/plugins contains 46769 NVTs.
        WARNING: Signature checking of NVTs is not enabled in OpenVAS Scanner.
        SUGGEST: Enable signature checking (see 
http://www.openvas.org/trusted-nvts.html).
        OK: The NVT cache in /var/cache/openvas contains 46769 files for 46769 
NVTs.
Step 2: Checking OpenVAS Manager ...  
        OK: OpenVAS Manager is present in version 6.1+beta2.
        OK: OpenVAS Manager client certificate is present as 
/var/lib/openvas/CA/clientcert.pem.
        OK: OpenVAS Manager database found in /var/lib/openvas/mgr/tasks.db.
        OK: Access rights for the OpenVAS Manager database are correct.
        OK: sqlite3 found, extended checks of the OpenVAS Manager installation 
enabled.
        OK: OpenVAS Manager database is at revision 155.
        OK: OpenVAS Manager expects database at revision 155.
        OK: Database schema is up to date.
        ERROR: The number of NVTs in the OpenVAS Manager database is too low.
        FIX: Make sure OpenVAS Scanner is running with an up-to-date NVT 
collection and run 'openvasmd --rebuild'.

 ERROR: Your OpenVAS-9 installation is not yet complete!

Please follow the instructions marked with FIX above and run this
script again.

If you think this result is wrong, please report your observation
and help us to improve this check routine:
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
Please attach the log-file (/tmp/openvas-check-setup.log) to help us analyze 
the problem.

root@monkeyhill:~# openvasmd --rebuild --progress
Rebuilding NVT cache... failed.
root@monkeyhill:~# cat /tmp/openvas-check-setup.log
openvas-check-setup 2.3.3
  Mode:  desktop
  Date:  Wed, 27 Apr 2016 15:27:15 -0400

Checking for old OpenVAS Scanner <= 2.0 ...
./openvas-check-setup: 163: ./openvas-check-setup: openvasd: not found

Checking presence of OpenVAS Scanner ...
OpenVAS Scanner 5.1+beta2
Most new code since 2005: (C) 2015 Greenbone Networks GmbH
Nessus origin: (C) 2004 Renaud Deraison  
License GPLv2: GNU GPL version 2
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


Checking OpenVAS Scanner version ...

        OK: OpenVAS Scanner is present in version 5.1+beta2.
plugins_folder = /var/lib/openvas/plugins
cache_folder = /var/cache/openvas
include_folders = /var/lib/openvas/plugins
max_hosts = 30
max_checks = 10
be_nice = no
logfile = /var/log/openvas/openvassd.messages
log_whole_attack = no
log_plugins_name_at_load = no
dumpfile = /var/log/openvas/openvassd.dump
cgi_path = /cgi-bin:/scripts
optimize_test = yes
checks_read_timeout = 5
network_scan = no
non_simult_ports = 139, 445
plugins_timeout = 320
safe_checks = yes
auto_enable_dependencies = yes
use_mac_addr = no
nasl_no_signature_check = yes
drop_privileges = no
unscanned_closed = yes
unscanned_closed_udp = yes
vhosts =  
vhosts_ip =  
report_host_details = yes
cert_file = /var/lib/openvas/CA/servercert.pem
key_file = /var/lib/openvas/private/CA/serverkey.pem
ca_file = /var/lib/openvas/CA/cacert.pem
kb_location = /var/run/redis/redis.sock
config_file = /etc/openvas/openvassd.conf
Checking OpenVAS Scanner CA cert ...

        OK: OpenVAS Scanner CA Certificate is present as 
/var/lib/openvas/CA/cacert.pem.
Checking presence of redis ...
        OK: redis-server is present in version v=2.8.4.

Checking if redis-server is configured properly to run with openVAS ...
        OK: scanner (kb_location setting) is configured properly using the 
redis-server socket: /var/run/redis/redis.sock
Checking if redis-server is running ...
        OK: redis-server is running and listening on socket: 
/var/run/redis/redis.sock.
        OK: redis-server configuration is OK and redis-server is running.

Checking NVT collection ...

        OK: NVT collection in /var/lib/openvas/plugins contains 46769 NVTs.
Checking status of signature checking in OpenVAS Scanner ...
        WARNING: Signature checking of NVTs is not enabled in OpenVAS Scanner.
        SUGGEST: Enable signature checking (see 
http://www.openvas.org/trusted-nvts.html).

        OK: The NVT cache in /var/cache/openvas contains 46769 files for 46769 
NVTs.

Checking presence of OpenVAS Manager ...
OpenVAS Manager 6.1+beta2
Manager DB revision 155
Copyright (C) 2010-2015 Greenbone Networks GmbH
License GPLv2+: GNU GPL version 2 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.



        OK: OpenVAS Manager is present in version 6.1+beta2.
Checking OpenVAS Manager client certificate ...

        OK: OpenVAS Manager client certificate is present as 
/var/lib/openvas/CA/clientcert.pem.
Checking OpenVAS Manager database ...

        OK: OpenVAS Manager database found in /var/lib/openvas/mgr/tasks.db.
Checking access rights of OpenVAS Manager database ...

        OK: Access rights for the OpenVAS Manager database are correct.
Checking sqlite3 presence ...
        OK: sqlite3 found, extended checks of the OpenVAS Manager installation 
enabled.

Checking OpenVAS Manager database revision ...
        OK: OpenVAS Manager database is at revision 155.
Checking database revision expected by OpenVAS Manager ...
        OK: OpenVAS Manager expects database at revision 155.
        OK: Database schema is up to date.
Checking OpenVAS Manager database (NVT data) ...
        ERROR: The number of NVTs in the OpenVAS Manager database is too low.
        FIX: Make sure OpenVAS Scanner is running with an up-to-date NVT 
collection and run 'openvasmd --rebuild'.
root@monkeyhill:~# openvasmd --rebuild
root@monkeyhill:~# openvasmd --rebuild --progress
Rebuilding NVT cache... failed.


~ Khürt

islandinthenet.com

Attachment: signature.asc
Description: Message signed with OpenPGP using AMPGpg

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

Reply via email to