You need to manually configure redis correctly and restart service with command like systemctl restart redis.service (you can get service name from command systemctl list-unit-files |grep redis)
I think this was already fixed in atomic repo, but looks like is not fixed yet. -- Eero 2015-09-09 10:25 GMT+03:00 Paul J <[email protected]>: > 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.html > > > > 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 >
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
