"Hello, I was trying to install the Greenbone OpenVAS documentation for Ubuntu 22.04 LTS, but I’m encountering issues. Here is the output of sudo systemctl status gvmd
:
× gvmd.service - Greenbone Vulnerability Manager daemon (gvmd)
Loaded: loaded (/etc/systemd/system/gvmd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2024-08-06 09:30:59 +03; 3min 46s ago
Docs: man:gvmd(8)
Process: 24628 ExecStart=/usr/local/sbin/gvmd -f --osp-vt-update=/run/ospd/ospd-openvas.sock --listen-group=gvm (code=exited, status=1/FAILURE)
Main PID: 24628 (code=exited, status=1/FAILURE)
CPU: 20ms
Ağu 06 09:30:59 nomad-virtual-machine systemd[1]: gvmd.service: Scheduled restart job, restart counter is at 5.
Ağu 06 09:30:59 nomad-virtual-machine systemd[1]: Stopped Greenbone Vulnerability Manager daemon (gvmd).
Ağu 06 09:30:59 nomad-virtual-machine systemd[1]: gvmd.service: Start request repeated too quickly.
Ağu 06 09:30:59 nomad-virtual-machine systemd[1]: gvmd.service: Failed with result 'exit-code'.
Ağu 06 09:30:59 nomad-virtual-machine systemd[1]: Failed to start Greenbone Vulnerability Manager daemon (gvmd).
When I run:
sudo systemctl start ospd-openvas
sudo systemctl start gvmd
sudo systemctl start gsad
sudo systemctl start openvasd
I encounter the following errors:
Failed to start gsad.service: Unit gsad.service not found.
Job for openvasd.service failed because the control process exited with error code.
See "systemctl status openvasd.service" and "journalctl -xeu openvasd.service" for details.
How can I resolve these issues?"