Scanner hangs

Hi,

I am using the docker container from docker hub. The scanner hangs on different VTs.
My question is:
When I request scanner details several timeouts are set:

                <param>
                    <id>checks_read_timeout</id>
                    <name>checks_read_timeout</name>
                    <default>5</default>
                    <description>Number  of seconds that the security checks will wait for when doing a recv()</description>
                    <type>osp_integer</type>
                    <mandatory>1</mandatory>
                </param>
...
                <param>
                    <id>timeout_retry</id>
                    <name>timeout_retry</name>
                    <default>3</default>
                    <description>Number of retries when a socket connection attempt timesout.</description>
                    <type>osp_integer</type>
                    <mandatory>0</mandatory>
                </param>
...
                <param>
                    <id>timeout_retry</id>
                    <name>timeout_retry</name>
                    <default>3</default>
                    <description>Number of retries when a socket connection attempt timesout.</description>
                    <type>osp_integer</type>
                    <mandatory>0</mandatory>
                </param>

I wonder why no timeout is coming up ? Another thing I have observed is that docker lists all images as stable:

e2d3cf19cb7c greenbone/gsa:stable
26db28c2d79a greenbone/gvmd:stable
3a00f553dcfb greenbone/notus-scanner:stable
b10e8833d5e4 greenbone/ospd-openvas:stable
0ff17c59e16b greenbone/mqtt-broker
df45c92a0676 greenbone/redis-server
1a130d709e2d greenbone/pg-gvm:stable

but when I look at the scanner details response I see the following versions:

            <scanner>
                <name>openvas</name>
                <version>OpenVAS 22.4.1~dev1</version>
            </scanner>
            <daemon>
                <name>OSPd OpenVAS</name>
                <version>22.4.3.dev1</version>
            </daemon>
            <protocol>
                <name>OSP</name>
                <version>22.4.3.dev1</version>
            </protocol>

Does this mean I am using development versions ?

Thanks in advance.

Short update:

I am now using the container tagged as 22.0.4 and this container works as expected.

3 Likes

Looks quite similar to the following existing topics: