openvas failed to start reloading

Copyright Notice: Welcome to reprint the comment, hope to indicate the source reproduced, easy to have a problem to discuss. https://blog.csdn.net/jsd2honey/article/details/86509286
  • apt-get purge openvas
  • apt-get purge redis
  • apt clean
  • apt-get update
  • apt-get upgrade
  • apt autoremove
  • cd / var / lib
  • mv redis redis-old
  • reboot
  • apt-get install openvas
  • openvas-setup

Here should be able to properly run the Configure web access allows external ip below.

  • openvas-check-setup
  • sed -e ‘s/127.0.0.1/0.0.0.0/g’ greenbone-security-assistant.service openvas-manager.service openvas-scanner.service -i
  • cd /lib/systemd/system
  • vim greenbone-security-assistant.service
  • Add information-header-Host --allow " hostname.example.com " such as 0.0.0.0
  • ststemctl daemon-reload
  • openvas-stop
  • openvas-start

Guess you like

Origin blog.csdn.net/jsd2honey/article/details/86509286