You need to sync the nvts (call greenbone-nvt-sync and connect gvmd with a ospd-openvas scanner) before the scan configs will be available. I think I should update the release notes to make that more obvious.
Thank you very much for your fast replies!
I now updated the Feed Import Owner
su -c “gvmd --modify-setting 78eceaec-3385-11ea-b237-28d24461215b --value a761c12e-9297-4383-904e-4984e009483b” gvm
rerun feed sync
su -c “greenbone-nvt-sync” openvas-sync
modified scanner
su -c “gvmd --modify-scanner=08b69003-5fc2-4037-a479-93b440211c73 --scanner-host=/tmp/ospd.sock” gvm
restarted.
su -c “gvmd --osp-vt-update=/tmp/ospd.sock” gvm
But I found error messages in the log:
md manage:WARNING:2020-08-17 08h39.08 utc:8741: check_db_configs: Failed to sync configs with feed
md manage:WARNING:2020-08-17 08h39.08 utc:8741: sync_configs_with_feed: Failed to open directory ‘/usr/local/var/lib/gvm/data-objects/gvmd/20.08/configs’: Error opening directory “/usr/local/var/lib/gvm/data-obj
ects/gvmd/20.08/configs”: No such file or directory
md manage:WARNING:2020-08-17 08h39.08 utc:8741: sync_port_lists_with_feed: Failed to open directory ‘/usr/local/var/lib/gvm/data-objects/gvmd/20.08/port_lists’: Error opening directory “/usr/local/var/lib/gvm/da
ta-objects/gvmd/20.08/port_lists”: No such file or directory
md manage:WARNING:2020-08-17 08h39.08 utc:8741: sync_report_formats_with_feed: Failed to open directory ‘/usr/local/var/lib/gvm/data-objects/gvmd/20.08/report_formats’: Error opening directory “/usr/local/var/li
b/gvm/data-objects/gvmd/20.08/report_formats”: No such file or directory
running
su -c “greenbone-feed-sync --type GVMD_DATA” openvas-sync
If I understand that statement correctly it is running as an openvas-sync user. In that case I guess greenbone-feed-sync can create the /usr/local/var/lib/gvm/data-objects/gvmd/20.08/port_lists directory due to missing write permissions for /usr/local.
When I started the script for the first time it created the file /usr/local/var/lib/gvm/data-objects/gvmd/feed.xml. I hope the file permissions are set correctly.