Error running ospd on Rocky Linux 8

Hello
Recently I got this error when tryng to run an scan:

OSPD[1008] 2023-05-29 18:17:21,287: ERROR: (ospd.ospd) While handling client command:
Traceback (most recent call last):
  File "/opt/atomicorp/lib/python3.8/site-packages/ospd/ospd.py", line 558, in handle_client_stream
    self.handle_command(data, stream)
  File "/opt/atomicorp/lib/python3.8/site-packages/ospd/ospd.py", line 1077, in handle_command
    response = command.handle_xml(tree)
  File "/opt/atomicorp/lib/python3.8/site-packages/ospd/command/command.py", line 617, in handle_xml
    scan_id = self._daemon.create_scan(
  File "/opt/atomicorp/lib/python3.8/site-packages/ospd/ospd.py", line 1255, in create_scan
    return self.scan_collection.create_scan(
  File "/opt/atomicorp/lib/python3.8/site-packages/ospd/scan.py", line 323, in create_scan
    scan_info = self.data_manager.dict()  # type: Dict
  File "/usr/lib64/python3.8/multiprocessing/managers.py", line 740, in temp
    token, exp = self._create(typeid, *args, **kwds)
  File "/usr/lib64/python3.8/multiprocessing/managers.py", line 623, in _create
    conn = self._Client(self._address, authkey=self._authkey)
  File "/usr/lib64/python3.8/multiprocessing/connection.py", line 506, in Client
    c = SocketClient(address)
  File "/usr/lib64/python3.8/multiprocessing/connection.py", line 634, in SocketClient
    s.connect(address)
FileNotFoundError: [Errno 2] No such file or directory

I installed openvas using repositories in Rocky Linux8 and was working without issues until today.

Can you help me?

Greetings

Hi @Israeru and welcome to the forum :slight_smile:

It looks like you are using packages provided by Atomicorp and their project is here: Atomicorp · GitHub (though sometimes here on the forum).

1 Like