Hi, I am getting following error when logs are viewed,
~/vuln-scanner/config$ docker compose -f openvas.yml -p greenbone-community-edition logs gvmd --tail 3
gvmd-1 | md manage: INFO:2024-11-20 17h40.04 utc:1471: osp_scanner_feed_version: No feed version available yet. OSPd OpenVAS is still starting
gvmd-1 | md manage: INFO:2024-11-20 17h40.14 utc:1472: osp_scanner_feed_version: No feed version available yet. OSPd OpenVAS is still starting
gvmd-1 | md manage: INFO:2024-11-20 17h40.24 utc:1473: osp_scanner_feed_version: No feed version available yet. OSPd OpenVAS is still starting
- However on checking the
ospd-openvas
logs usingdocker compose -f openvas.yml -p greenbone-community-edition logs ospd-openvas -f
I got below logs.
ospd-openvas-1 | OSPD[7] 2024-11-20 17:38:53,811: INFO: (ospd.main) Starting OSPd OpenVAS version 22.7.1.
ospd-openvas-1 | OSPD[7] 2024-11-20 17:39:03,869: INFO: (ospd_openvas.daemon) Loading VTs. Scans will be [requested|queued] until VTs are loaded. This may take a few minutes, please wait...
ospd-openvas-1 | OSPD[7] 2024-11-20 17:40:00,628: INFO: (ospd_openvas.daemon) Finished loading VTs. The VT cache has been updated from version 0 to 202411200607.
- Checking
ospd-openvas
service usingdocker compose -f openvas.yml -p greenbone-community-edition ps --services --filter "status=running"
docker compose -f openvas.yml -p greenbone-community-edition ps --services --filter "status=running"
gsa
gvmd
openvas
openvasd
ospd-openvas
pg-gvm
redis-server
- As far as from above logs, I think
ospd-openvas
is running as well as all VT are loaded, then why am I even getting the error -ospd_openvas osp_scanner_feed_version: No feed version available yet. OSPd OpenVAS is still starting
?