I installed openvas on a raspberry (I had previously installed it on a Debian and it was successful). No error occurred during installation and all services are working properly. When I try to analyze any host, an error occurs which is this one :
Please note that you really should update all components of GVM (openvas, gvmd, gsa, gvm-libs), not only a single one. Especially as the components from different GVM major releases (e.g. GVM-10 and GVM-11) are not compatible to each other.
Most likely you had installed GVM from the raspbian repositories which can’t be mixed with source installations like this. You first need to uninstall the package manager based packages and install all GVM 11 (stable, initial release 2019-10-14) from sources.
I have installed yarn and nodejs as described in INSTALL file.
I don’t understand errors here. Do you know where can I found more information about them?
The screenshot shows a “Segmentation fault” during the run of “yarn”. This might be originating from the base (operating) system (overheating, low memory, broken RAM module, …) or a bug in the yarn package manager itself.
I guess you probably need to do some research into this direction outside of the GVM scope (e.g. checking the yarn or raspbian bugtracker and similar).
This issue is due to an outdated version of openvas. You probably downloaded it from paquet repository which contains an old version. To avoid this, you need to instal GVM 10 or GVM 11.
my version is openvas 9 installed on ubuntu 18.4 but I have to install all the software or just install gvm 10, can you tell me where I can look to update my version? thanks
This depends on your usecase. The stuff I wrote in the dockerfile is not meant for productive use, only for education. To simply build the components the highlighted stuff is enough if all prerequisited dependencies are allready installed. In case of a fresh installation you would need the “apt-get install” part too.