-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenVAS fails to rebuild database after a clean install #98
Comments
@shibumi This sounds to me more like a setup issue which should go to http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss e.g. the Wiki Article on Arch https://wiki.archlinux.org/index.php/OpenVAS says to setup the OpenVAS related redis stuff "Post-install": https://wiki.archlinux.org/index.php/OpenVAS#Post-install but this needs to be done before the initial start of openvassd. Most likely the manager has issues to connect to the scanner because its e.g. not running (due to the missing redis modifications). Make also sure that the start of the openvassd doesn't time out / freeze due to this missing modifications: http://lists.wald.intevation.org/pipermail/openvas-discuss/2017-November/011629.html |
As a side note also make sure to apply the recommended settings shown in greenbone/openvas-scanner#93 Especially the commented out "save" statements are important and might be the root cause of this issue if missing. |
I've also bumped into this on Ubuntu 16.04. |
Expected behavior
openvasmd --rebuild --progress
should work as expected.Current behavior
Rebuilding the database is failing or hanging. See also: https://bugs.archlinux.org/task/57470
Steps to reproduce
openvasamd --rebuild --progress
GVM versions
gsa: 7.0.3
gvm: 7.0.3
openvas-scanner: 5.1.2
gvm-libs: 9.0.2
Environment
Operating system: Arch Linux
Installation method / source: package installation
Here is the way I build gvm:
Logfiles
The text was updated successfully, but these errors were encountered: