(openvassd:20384): lib kb_redis-CRITICAL **: 13:22:56.942: get_redis_ctx: redis connection error: connection refused
openvassd: no process found
Got the above error after installing openvas in ubuntu 18.04 using sudo apt install openvas and then sudo openvas-setup. I could not find a proper solution to this in the community. Please help. Thank you in advance.
Thank you so much for your help. I had to create the file openvassd.conf in /etc/openvas/ and add the following:
kb_location = /var/run/redis/redis-server.sock
And it worked.