I downloaded, compiled and installed OpenVAS-8
- Libraries 8.0.1
<http://wald.intevation.org/frs/download.php/2015/openvas-libraries-8.0.1.tar.gz>,
- Scanner 5.0.1
<http://wald.intevation.org/frs/download.php/2016/openvas-scanner-5.0.1.tar.gz>,
- Manager 6.0.1
<http://wald.intevation.org/frs/download.php/2017/openvas-manager-6.0.1.tar.gz>,
- Greenbone Security Assistant (GSA) 6.0.1
<http://wald.intevation.org/frs/download.php/2018/greenbone-security-assistant-6.0.1.tar.gz>
in an Ubuntu 14.10 system. Everything successful and without errors.
When I run
# ./openvas-check-setup
it stops at
ERROR: redis-server is not running
FIX: You should start the redis-server
(see attached log-file)
This is obviously wrong:
# ps aux | grep redis-server
redis 6415 0.1 0.1 49688 3396 ? Ssl 14:36 0:09
/usr/bin/redis-server 127.0.0.1:6379
Also possible:
# redis-cli
127.0.0.1:6379> set foo bar
OK
127.0.0.1:6379> get foo
"bar"
127.0.0.1:6379>
I'm asking since I wouldn't give the openvas-check-setup script so much
priority, but my GSAD scan also stops immediatly with failure and the
openvas-client doesn't even connect to the server (everything up and
running).
openvas-check-setup 2.3.0
Mode: desktop
Date: Sat, 04 Apr 2015 14:48:52 +0200
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.0.1
Most new code since 2005: (C) 2015 Greenbone Networks GmbH
Nessus origin: (C) 2004 Renaud Deraison <[email protected]>
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.0.1.
plugins_folder = /usr/local/var/lib/openvas/plugins
cache_folder = /usr/local/var/cache/openvas
include_folders = /usr/local/var/lib/openvas/plugins
max_hosts = 30
max_checks = 10
be_nice = no
logfile = /usr/local/var/log/openvas/openvassd.messages
log_whole_attack = no
log_plugins_name_at_load = no
dumpfile = /usr/local/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 = /usr/local/var/lib/openvas/CA/servercert.pem
key_file = /usr/local/var/lib/openvas/private/CA/serverkey.pem
ca_file = /usr/local/var/lib/openvas/CA/cacert.pem
kb_location = /tmp/redis.sock
config_file = /usr/local/etc/openvas/openvassd.conf
Checking OpenVAS Scanner CA cert ...
OK: OpenVAS Scanner CA Certificate is present as /usr/local/var/lib/openvas/CA/cacert.pem.
Checking NVT collection ...
OK: NVT collection in /usr/local/var/lib/openvas/plugins contains 38519 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 /usr/local/var/cache/openvas contains 38519 files for 38519 NVTs.
Checking presence of redis ...
OK: redis-server is present in version sha=00000000:0.
Checking if redis-servier is configured properly to run with openVAS ...
OK: redis-server is configured properly using this socket: /tmp/redis.sock
Checking if redis-servier is running ...
ERROR: redis-server is not running
FIX: You should start the redis-server
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss