Trying to install OpenVAS on CentOS, installation looks good, except when I
run:
openvas-check-setup
I get:
OK: redis-server is present in version v=2.8.21.
OK: scanner (kb_location setting) is configured properly using the
redis-server socket: /tmp/redis.sock
ERROR: redis-server is not running or not listening on socket:
/tmp/redis.sock
FIX: You should start the redis-server or configure it to listen on
socket: /tmp/redis.sock
ERROR: Your OpenVAS-8 installation is not yet complete!
Please follow the instructions marked with FIX above and run this script
again.
I'm using the redis.conf settings from here:
http://lists.wald.intevation.org/pipermail/openvas-devel/2014-April/003380.h
tml
Which is basically:
port 0
unixsocket /tmp/redis.sock
unixsocketperm 700
timeout 0
I don't see the socket in the filemanager, so it doesn't look like it has
been started.
And ps -aux | grep redis is blank except for the grep command.
Someday I'll get this working!
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss