PDA

View Full Version : Kali 2021.2 install 64 issue with Greenbone Secuiity Assistant



Japher
2021-08-01, 20:47
Fresh install from aforementioned ISO. Post install full Kali update followed by install of GVM.

The GVM install appears to run cleanly. gvm-setup completes. However, gvm-check-setup fails with

ERROR: Greenbone Security Assistant too old or too new: 21.4.1~dev1
FIX: Please install Greenbone Security Assistant >= 21.04


so isn't 21.4.1 >= 21.04 ?

Is this a case of a bad test in gvm-check-setup or is there some nuance that I'm missing ?

Any ideas on how to fix given that the currently installed version does satisfy the test criteria ?

jiangron
2021-08-03, 12:52
try this,
sed -i"" 's/GSA_MAJOR="21.04"/GSA_MAJOR="21.4"/g' $(which gvm-check-setup)

jiangron
2021-08-03, 12:53
Fresh install from aforementioned ISO. Post install full Kali update followed by install of GVM.

The GVM install appears to run cleanly. gvm-setup completes. However, gvm-check-setup fails with

ERROR: Greenbone Security Assistant too old or too new: 21.4.1~dev1
FIX: Please install Greenbone Security Assistant >= 21.04


so isn't 21.4.1 >= 21.04 ?

Is this a case of a bad test in gvm-check-setup or is there some nuance that I'm missing ?

Any ideas on how to fix given that the currently installed version does satisfy the test criteria ?

sed -i"" 's/GSA_MAJOR="21.04"/GSA_MAJOR="21.4"/g' $(which gvm-check-setup)

whitemoca
2021-09-11, 01:11
this also happen to me

meghtitan
2021-12-07, 14:35
this also happen to me same