Error - osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock

I have installed v.22.4 (docker container) on ubuntu and all was working fine until I rebooted and now the job says “interupted at 0%” and the gmvd.log says osp_scanner_feed_version: failed to connect to /run/ospd/ospd-openvas.sock

Did you check if all containers have started up correctly after the reboot? Most likely ospd-openvas isn’t running.

1 Like

How do I do that? I run docker container ls and see the following
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
41839d9302b7 greenbone/gsa:stable “/usr/local/bin/entr…” 9 hours ago Up About an hour 0.0.0.0:9392->80/tcp, :::9392->80/tcp greenbone-community-edition_gsa_1
fbfb1c7df16a greenbone/gvmd:stable “/usr/local/bin/entr…” 9 hours ago Up About an hour greenbone-community-edition_gvmd_1
f345987aad8e greenbone/mqtt-broker “/bin/sh -c 'mosquit…” 9 hours ago Up About an hour 0.0.0.0:1883->1883/tcp, :::1883->1883/tcp greenbone-community-edition_mqtt-broker_1
6b85e5e5d398 greenbone/redis-server “/bin/sh -c 'rm -f /…” 9 hours ago Up About an hour greenbone-community-edition_redis-server_1
0e1fcf9d42b2 greenbone/pg-gvm:stable “/usr/local/bin/entr…” 9 hours ago Up About an hour greenbone-community-edition_pg-gvm_1
cc3af4aca5e0 dgiorgio/gsa:22.4.0 “/usr/bin/tini – /u…” 9 hours ago Restarting (1) 19 seconds ago gvm_gvm-gsa_1
844be5bc63da dgiorgio/gvmd:22.4.0 “/usr/bin/tini – /u…” 9 hours ago Up About an hour 0.0.0.0:9390->9390/tcp, :::9390->9390/tcp gvm_gvm-gvmd_1
9ccd8629b54e dgiorgio/openvas-scanner:22.4.0 “/usr/bin/tini – /u…” 9 hours ago Up 17 seconds 0.0.0.0:51000->51234/tcp, :::51000->51234/tcp gvm_gvm-openvas-scanner_1
6a21e5549b95 dgiorgio/postgres-gvm:11.16-bullseye-22.4.0-20220726 “docker-entrypoint.s…” 9 hours ago Up About an hour 0.0.0.0:5432->5432/tcp, :::5432->5432/tcp gvm_gvm-postgres_1
953fbcd7b0c2 redis:7.0.4-alpine “docker-entrypoint.s…” 9 hours ago Up About an hour 6379/tcp gvm_gvm-redis_1

Not sure what you are doing. It seems you are using some home grown docker containers mixed with our containers.

If you want something reliable please take a look at the official docs (Greenbone Community Containers 22.4 - Greenbone Community Documentation).

2 Likes