Scans interrupted

Hi @ all :slight_smile:

I did a new installation of the Community Containers following the official guide. However, as soon as I start a new scan, I immediately get the following logs and the scan is interrupted:

gvmd_1                 | event task:MESSAGE:2022-11-17 15h28.26 CET:897: Status of task Immediate scan of IP 10.10.30.150 (a1a5ae0d-5918-401f-a746-6299ee74f0f1) has changed to Running
mqtt-broker_1          | 1668695324: New connection from 172.19.0.7:55798 on port 1883.
mqtt-broker_1          | 1668695324: New client connected from 172.19.0.7:55798 as 0d0be6a0-f0fb-4d17-b64e-168533390c41 (p5, c1, k0).
mqtt-broker_1          | 1668695328: Client 0d0be6a0-f0fb-4d17-b64e-168533390c41 closed its connection.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:49,717: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Host scan finished.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:49,718: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Host scan got interrupted. Progress: 0, Status: RUNNING
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:49,719: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan interrupted.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,775: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan process is dead and its progress is 0
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,776: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan interrupted.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,778: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan process is dead and its progress is 0
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,778: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan interrupted.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,797: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan process is dead and its progress is 0
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,797: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan interrupted.
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,807: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan process is dead and its progress is 0
ospd-openvas_1         | OSPD[7] 2022-11-17 14:28:51,808: INFO: (ospd.ospd) 82a838d9-0352-47a5-a44f-d49289566427: Scan interrupted.
gvmd_1                 | event task:MESSAGE:2022-11-17 15h28.51 CET:897: Status of task Immediate scan of IP 10.10.30.150 (a1a5ae0d-5918-401f-a746-6299ee74f0f1) has changed to Interrupted

The host is Ubuntu 22.04.1 LTS with all updates installed.

Do you have any ideas why the scans fail?

Best regards

Christian

Hi, can you have a look at the /var/log/gvm/openvas.log file in your ospd-openvas container? It should contain some additional error hints.

1 Like

Thank you :slight_smile:

In the mentioned logfile I could see the following lines:

libgvm boreas:WARNING:2022-11-17 14h28.47 utc:492: set_socket: failed to open ARPV6/ICMPV6 socket: Address family not supported by protocol
libgvm boreas:WARNING:2022-11-17 14h28.47 utc:492: start_alive_detection. Boreas could not initialise alive detection. Boreas was not able to open a new socket. Exit Boreas.

I found this old thread ARPV6/ICMPV6 socket: Address family not supported by protocol - #5 by Dagmar where I already commented some time ago. I’ll enable IPv6 on the host and see if it helps…

Edit: Looks good, scans are running now :slight_smile:

1 Like