hi there,
after having problems with my initial installation I am trying to start from scratch by following the instructions from here.
Allmost everything works as expected but the feeds never finishes updating:
running:
docker compose -f ~/greenbone-community-container/docker-compose.yml -p openvas-ce logs gvmd -f
Shows this:
gvmd-1 | md manage: INFO:2025-01-07 08h39.15 utc:64: update_epss_scores: EPSS scores file '/var/lib/gvm/scap-data/epss-scores-current.json' not found
gvmd-1 | md manage: INFO:2025-01-07 08h39.15 utc:64: Updating CVSS scores and CVE counts for CPEs
gvmd-1 | md manage: INFO:2025-01-07 08h43.56 utc:64: Updating placeholder CPEs
gvmd-1 | md manage: INFO:2025-01-07 08h44.38 utc:64: Updating Max CVSS for DFN-CERT
gvmd-1 | md manage: INFO:2025-01-07 08h44.47 utc:64: Updating DFN-CERT CVSS max succeeded.
gvmd-1 | md manage: INFO:2025-01-07 08h44.47 utc:64: Updating Max CVSS for CERT-Bund
gvmd-1 | md manage: INFO:2025-01-07 08h44.51 utc:64: Updating CERT-Bund CVSS max succeeded.
gvmd-1 | md manage: INFO:2025-01-07 08h44.57 utc:64: update_scap_end: Updating SCAP info succeeded
gvmd-1 | md manage: INFO:2025-01-07 08h44.58 utc:62: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 08h44.58 utc:215: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 08h49.30 utc:213: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 08h49.40 utc:325: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 08h54.46 utc:322: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 08h54.57 utc:373: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 08h59.31 utc:369: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 08h59.41 utc:386: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h03.53 utc:384: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h04.03 utc:392: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h10.48 utc:389: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h10.58 utc:404: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h15.28 utc:400: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h15.38 utc:408: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h20.12 utc:405: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h20.22 utc:457: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h25.02 utc:454: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h25.12 utc:461: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
gvmd-1 | md manage: INFO:2025-01-07 09h30.44 utc:459: Assigning EPSS scores to VTs
gvmd-1 | md manage: INFO:2025-01-07 09h30.54 utc:526: OSP service has different VT status (version 202501070713) from database (version (null), 0 VTs). Starting update ...
Any ideas to solve this?