Hello guys,
this is my first post.
I am trying to setup a greenbone containerized version for my thesis at university and i am stuck while trying to start scan inside the task wizard and the error appears.
I am running the container inside a Debian 12 VM with 16GB of RAM, 8 CPUs and 80 GB of hard disk space.
I followed the official guide to setup the container: Greenbone Community Containers - Greenbone Community Documentation
openvasd logs:
openvasd-1 | 2024-05-14T15:58:32.566240Z WARN openvasd: OSPD socket /var/run/ospd/ospd.sock does not exist. Some commands will not work until the socket is created!
openvasd-1 | 2024-05-14T15:58:32.566323Z INFO openvasd: configuring storage devices mode=Service storage_type=InMemory
openvasd-1 | 2024-05-14T15:58:32.566356Z INFO openvasd: using in memory store. No sensitive data will be stored on disk.
openvasd-1 | 2024-05-14T15:58:32.569056Z INFO openvasd::controller: running in config.mode=Service
openvasd-1 | 2024-05-14T15:58:32.569167Z INFO openvasd::controller: listening on http://0.0.0.0:80
openvasd-1 | 2024-05-14T15:58:32.569959Z WARN openvasd::controller::feed: Failed to compute sumfile hash e=Error with key '/var/lib/openvas/plugins': Verify Error: sha256sums not found.
gvmd logs are full of:
gvmd-1 | md manage:WARNING:2024-05-14 16h05.27 UTC:205: osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock
gvmd-1 | md manage:WARNING:2024-05-14 16h05.37 UTC:206: osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock
gvmd-1 | md manage:WARNING:2024-05-14 16h05.47 UTC:207: osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock
gvmd-1 | md manage:WARNING:2024-05-14 16h05.57 UTC:210: osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock
gvmd-1 | md manage:WARNING:2024-05-14 16h06.07 UTC:217: osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock
ospd-openvas logs are empty
I already tried the steps in Troubleshooting - Greenbone Community Documentation but they do not work.