GVM Deamon version issue

Hello after following the setup documentation from Greenbone Community Containers 22.4 - Greenbone Community Documentation and modifying the docker-compose.yml as it’s shown here Workflows - Greenbone Community Documentation, I have the following error :

gvm.errors.GvmError: Remote manager daemon uses an unsupported version of GMP. The GMP version was 22.4.

that I don’t understand when I try to get the version through :

gvm-cli socket --socketpath /tmp/gvm/gvmd/gvmd.sock --pretty --xml “<get_version/>”

I’m working on a virtual machine Ubuntu 22.04.3 LTS

Hi,

could you paste the output of gvm-cli --version?

gvm-cli 21.1.0 (API version 21.10.0)

Your version of gvm-tools is way too old. There have been many newer releases Releases · greenbone/gvm-tools · GitHub already. Please update it.

1 Like

Okey so it seems that it was the problem. The installation from apt install gvm-tools is not up on date
Thank you for your help