Closed altjx closed 3 years ago
Please note that gvm-setup is a 3rdparty script not provided / maintained by Greenbone. We now have official installation guides which can be used for installing GVM.
I'm closing this issue as invalid for now as this is most likely not a bug but a problem with the install script.
If this issue persists even after using the official install guide please use the community forum at https://community.greenbone.net/c/gse instead of Github. Github is for bugs, community portal for support questions.
I am installing openvas in a Docker image that I am building and deploying, but the docker build keeps failing. I am pretty certain it is due to the following output from
gvm-setup
:This is the last thing that the dockerfile shows before exiting and failing. The only command that I am running for this is
gvm-setup > ~/.openvas_install_logs.txt
.How do I work around this? I have no clue what the "log facility" is. Every tutorial that I see referring to installing OpenVAS inside of a VM such as Kali just simply say run
gvm-setup
, so the setup process is completely unattended and straight forward.