[SOLVED] Can't start openvassd

I had this issue and found that the redis serveice wasnt running fixed with
sudo systemctl start redis
sudo systemctl start redis-sentinel
sudo systemctl enable redis
sudo systemctl enable redis-sentinel

1 Like