immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
355 stars 102 forks source link

startup error with 22.4.44 and latest image #270

Closed cybermcm closed 4 months ago

cybermcm commented 5 months ago

Describe the bug Openvas won't start with image 22.4.44 or latest (amd64)

To Reproduce

  1. When did the issue occur?
    • the container failed to start? yes

Expected behavior clean startup

Environment (please complete the following information):

logs openvas.log

Additional context reverting to 22.4.43 -> working

immauss commented 4 months ago

Based on the logs you sent, this is the same as #269. The problem was an issue with the cron which creates the new notus feeds for Rocky. This has been resolved. I've also added error checking to validate the newly created notus feeds BEFORE the existing working feeds are replaced. SO ... hopefully ... this won't happen again.

Thanks, Scott

cybermcm commented 4 months ago

Thanks Scott, I can confirm, it is working again with the latest and 22.4.44 tag!