Closed wisukind closed 3 years ago
Same problem
Note that this problem also occurs on gvmd 20.08, latest build
Might be already solved by https://github.com/greenbone/gvmd/pull/1452
@wisukind does this still appear in the latest build, or is it fixed for you?
Hello,
I confirm I no longer see those issues with latest build.
Environment:
Current Behaviour: When using a master / slave architecture; a short network connection error with the slave will Stop related running tasks automatically. This happens randomely, and is not related to the similar bug #1061
Expected bahviour: Short network connection error should not interrupt running tasks. Gvmd should wait a bit longer before considering the network connection done.
On gvmd the following error would be notified:
On the ospd-openvas remote side; no particular errors is logged but 0 results are returned:
Around the same time, openvas logs it's last scanning events.
And shortly after that, openvas log the following:
lib nvticache:MESSAGE:2020-07-09 13h54.44 utc:33535: Updated NVT cache from version 0 to 202007071016
After this, openvas stopped logged any events until a scan was restarted. No NVT update was performed at this time. It seems something wrong has happened with redis, since the redis service has started at the same time (UTC+2h); although no shutdown / error was logged:
And redis status confirm it received the special USR1 kill signal:
At this time; nobody was logged on the system and since the kill signal is a specific one; could it be that redis was actually USR1 killed by ospd-openvas ? Only ospd-openvas / openvas are using redis on this system.
Thanks