Greenbone-nvt-sync doesn't complete (Ubuntu-20.04)

Hello.

I’m trying to install GVM11 on Ubuntu 20.04 (a virtual machine).

I kept running “greenbone-nvt-sync” for the one night, but it didn’t complete

“2011/gb_actfax_46412.nasl” will always stop the process. It is not progressing and no error message is displayed.

Is there a solution to this?

Environment

Virtual Box + Vagrant
Operating system: Ubuntu 20.04
ROM: 64GB

The following steps are used to implement GVM11.
(https://launchpad.net/~mrazavi/+archive/ubuntu/gvm)

root@vagrant:~# sudo greenbone-nvt-sync

    ..............

    2011/gb_a_v_tronics_inetserv_45960.nasl
              3,774 100% 3.81kB/s 0:00:00 (xfr#7129, ir-chk= 7925/15077)
    2011/gb_a_v_tronics_inetserv_pop3_dos_vuln. nasl
              4,835 100% 4.87kB/s 0:00:00 (xfr#7130, ir-chk= 7924/15077)
    2011/gb_absoluteftp_list_cmd_bof_vuln.nasl
              3,845 100% 3.87kB/s 0:00:00 (xfr#7131, ir-chk= 7923/15077)
    2011/gb_actfax_46412.nasl

I also tried this one, but “greenbone-nvt-sync” was completed as well I did not.

( https://kifarunix.com/install-and-setup-gvm-11-on-ubuntu-20-04/)

gvm@vagrant:~# greenbone-nvt-sync

    ..............

    2011/gb_a_v_tronics_inetserv_45960.nasl
              3,774 100% 3.81kB/s 0:00:00 (xfr#7129, ir-chk= 7925/15077)
    2011/gb_a_v_tronics_inetserv_pop3_dos_vuln. nasl
              4,835 100% 4.87kB/s 0:00:00 (xfr#7130, ir-chk= 7924/15077)
    2011/gb_absoluteftp_list_cmd_bof_vuln.nasl
              3,845 100% 3.87kB/s 0:00:00 (xfr#7131, ir-chk= 7923/15077)
    2011/gb_actfax_46412.nasl

If you have any other information you need, please ask.
Thank you regards.

Sounds similar to:

Something in that file is failing. I used another machine to retrieve the file and copied it over. I changed the ownership to match the rest of the files. After that, I ran the sync again. It looks like it may now be stuck at 2017/gb_iis6_97127.nasl. Update: I copied this one too and the rsync is running again. I think it is the firewall we have that may be causing the issue.

I had a problem with my network.
I tried it again with another network and it was completed successfully.

Thank you for your help.

1 Like

Please check this post:

1 Like

Links split up using spaces cause of restrictions!!!

GVM versions

gsad: Greenbone Security Assistant 20.08.0
gvmd: Greenbone Vulnerability Manager 20.08.0
openvas-scanner: OpenVAS 20.8.0
gvm-libs 20.8.0

Environment

OS: CentOS 8
Kernel: 4.18.0-193.19.1.el8_2.x86_64
Installation method: yum install greenbone-vulnerability-manager
Repos added and configured through Atomicorps script ( wget -q -O - https: //updates. atomicorp. com /installers/atomic | sh)
The full command history/installation process can be found at the end of this post.

Problem

During the nvt-sync in openvas-setup the connection times out.
It starts but stops at the same package each time, 2011/gb_actfax_46412.nasl.
It tries for 15-20 min before giving the error message and retrying (with the same result).
All previous files to this has synced without issues.

The same thing happens if I run the command greenbone-nvt-sync (run as gvm).

Is there an issue at GVM with this specific package, or is there something that I missed in my installation?
How do I solve this?

The error message for openvas-setup:

2011/
2011/gb_actfax_46412.nasl
Retrying in 60 seconds…
Greenbone community feed server - http:/ /feed community. greenbone. net/
This service is hosted by Greenbone Networks - http: //www. greenbone .net/

All transactions are logged.

If you have any questions, please use the Greenbone community portal.
See https :// community. greenbone. net for details.

By using this service you agree to our terms and conditions.

Only one sync per time, otherwise the source ip will be temporarily blocked.

receiving incremental file list
2011/
2011/gb_actfax_46412.nasl

(THIS REPEATS OVER AND OVER)

Logs

The logs from /var/log/gvm/openvas.log and /var/log/messages can be found at the end of this post.
/var/log/openvas/ exists as directory but is empty.

Troubleshooting/More information

No changes has been made to gvm/openvas configuration, everything is a fresh install (it’s the first sync).

I tested the connection using ncat with the following result:
[root@openvas ~]# nc -vz 45.135.106.142 873
Ncat: Version 7.70 ( https :// nmap .org/ ncat )
Ncat: Connected to 45.135.106.142:873.
Ncat: 0 bytes sent, 0 bytes received in 0.04 seconds.

I’ve opened the following ports in firewalld (public)
9392/tcp
443/tcp
80/tcp
873/tcp
The full output of firewall-cmd --list-all-zones can be found at the end of this post.

It shouldn’t be the general connection speed, installed and ran speedtest-cli on the server with the following result:
[root@openvas ~]# ./speedtest-cli
Retrieving speedtest .net configuration…
Testing from Tele2 (188.65.159.134)…
Retrieving speedtest. net server list…
Selecting best server based on ping…
Hosted by BOLIG•NET (Ballerup) [49.12 km]: 3.785 ms
Testing download speed…
Download: 869.22 Mbit/s
Testing upload speed…
Upload: 780.49 Mbit/s

It’s a new virtual server (VmWare) nothing but basic install:
8 vCPU
16GB RAM
30GB disc
I reinstalled it from scratch and tried again with the same error.
The full command history/installation process can be found at the end of this post.

Full installation procedure/command history

[root@openvas ~]# history
1 dnf upgrade
2 dnf install epel-release dnf-plugins-core
3 dnf install rsyslog vim open-vm-tools gcc wget net-tools ncdu
4 dnf install https:// dl.fedoraproject. org pub/epel/epel-release-latest-8.noarch.rpm
5 dnf config-manager --set-enabled PowerTools
6 dnf repolist
7 sestatus
8 sed -i ‘s/=enforcing/=disabled/’ /etc/selinux/config
9 reboot
10 sestatus
11 firewall-cmd --zone=public --add-port=9392/tcp --permanent
12 firewall-cmd --zone=public --add-port=443/tcp --permanent
13 firewall-cmd --zone=public --add-port=80/tcp --permanent
14 firewall-cmd --zone=public --add-port=873/tcp --permanent
15 firewall-cmd --reload
16 useradd -r -d /opt/gvm -c “GVM User” -s /bin/bash gvm
17 mkdir /opt/gvm
18 chown gvm:gvm /opt/gvm
19 wget -q -O - https ://updates .atomicorp.com/installers/atomic | sh
20 dnf install greenbone-vulnerability-manager
21 sed -i ‘/^#.*unixsocket/s/^# //’ /etc/redis.conf
22 systemctl enable redis && systemctl restart redis
23 openvas-setup | tee openvassetup.file
24 ls
25 cat openvassetup.file
26 reboot
27 ps aux | grep gvm
28 ps aux | grep vas
29 cat openvassetup.file
30 greenbone-nvt-sync
31 su gvm

Logs from /var/log/gvm/openvas.log

bash-4.4$ cat /var/log/gvm/openvas.log
lib kb:CRITICAL:2020-10-22 12h38.03 utc:13847: redis_find: redis connection error to /var/run/redis/redis.sock: No such file or directory
lib kb:CRITICAL:2020-10-22 12h38.03 utc:13847: get_redis_ctx: redis connection error to /var/run/redis/redis.sock: No such file or directory
lib kb:CRITICAL:2020-10-23 02h57.35 utc:17066: redis_find: redis connection error to /var/run/redis/redis.sock: No such file or directory
lib kb:CRITICAL:2020-10-23 02h57.35 utc:17066: get_redis_ctx: redis connection error to /var/run/redis/redis.sock: No such file or directory

Log from /var/log/messages

Oct 22 14:38:03 openvas systemd[1]: Started User Manager for UID 990.
Oct 22 14:38:03 openvas greenbone-feed-sync[13835]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 14:38:03 openvas greenbone-feed-sync[13843]: Sync in progress, exiting.
Oct 22 14:38:03 openvas su[13846]: (to gvm) root on none
Oct 22 14:38:03 openvas systemd[1]: user-runtime-dir@990.service: Unit not needed anymore. Stopping.
Oct 22 14:38:03 openvas systemd[1]: Stopping User Manager for UID 990…
Oct 22 14:38:03 openvas systemd[13796]: Stopping D-Bus User Message Bus…
Oct 22 14:38:03 openvas systemd[13796]: Stopped target Default.
Oct 22 14:38:03 openvas systemd[1]: Started Session c5 of user gvm.
Oct 22 14:38:03 openvas systemd[13796]: Stopped D-Bus User Message Bus.
Oct 22 14:38:03 openvas systemd[13796]: Stopped target Basic System.
Oct 22 14:38:03 openvas systemd[13796]: Stopped target Paths.
Oct 22 14:38:03 openvas systemd[13796]: Stopped target Timers.
Oct 22 14:38:03 openvas systemd[13796]: Stopped target Sockets.
Oct 22 14:38:03 openvas systemd[13796]: Closed D-Bus User Message Bus Socket.
Oct 22 14:38:03 openvas systemd[13796]: Reached target Shutdown.
Oct 22 14:38:03 openvas systemd[13796]: Starting Exit the Session…
Oct 22 14:38:03 openvas systemd[1]: Starting User Manager for UID 990…
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Reached target Paths.
Oct 22 14:38:03 openvas systemd[13863]: Failed to connect to API bus: Connection refused
Oct 22 14:38:03 openvas systemd[13863]: Starting D-Bus User Message Bus Socket.
Oct 22 14:38:03 openvas systemd[13863]: Reached target Timers.
Oct 22 14:38:03 openvas systemd[13863]: Listening on D-Bus User Message Bus Socket.
Oct 22 14:38:03 openvas systemd[13863]: Reached target Sockets.
Oct 22 14:38:03 openvas systemd[13863]: Reached target Basic System.
Oct 22 14:38:03 openvas systemd[1]: Started User Manager for UID 990.
Oct 22 14:38:03 openvas systemd[13863]: Started D-Bus User Message Bus.
Oct 22 14:38:03 openvas systemd[13863]: Reached target Default.
Oct 22 14:38:03 openvas systemd[13863]: Startup finished in 23ms.
Oct 22 14:38:03 openvas systemd[1]: user-runtime-dir@990.service: Unit not needed anymore. Stopping.
Oct 22 14:38:03 openvas systemd[1]: Stopping User Manager for UID 990…
Oct 22 14:38:03 openvas systemd[13863]: Stopped target Default.
Oct 22 14:38:03 openvas systemd[13863]: Stopping D-Bus User Message Bus…
Oct 22 14:38:03 openvas systemd[13863]: Stopped D-Bus User Message Bus.
Oct 22 14:38:03 openvas systemd[13863]: Stopped target Basic System.
Oct 22 14:38:03 openvas systemd[13863]: Stopped target Timers.
Oct 22 14:38:03 openvas systemd[13863]: Stopped target Paths.
Oct 22 14:38:03 openvas systemd[13863]: Stopped target Sockets.
Oct 22 14:38:03 openvas systemd[13863]: Closed D-Bus User Message Bus Socket.
Oct 22 14:38:03 openvas systemd[13863]: Reached target Shutdown.
Oct 22 14:38:03 openvas systemd[13863]: Starting Exit the Session…
Oct 22 14:38:03 openvas systemd[1]: user-runtime-dir@990.service: Unit not needed anymore. Stopping.
Oct 22 14:38:03 openvas systemd[1]: Stopped User Manager for UID 990.
Oct 22 14:38:03 openvas systemd[1]: user-runtime-dir@990.service: Unit not needed anymore. Stopping.
Oct 22 14:38:03 openvas systemd[1]: Stopping /run/user/990 mount wrapper…
Oct 22 14:38:03 openvas systemd[1]: Removed slice User Slice of UID 990.
Oct 22 14:38:03 openvas systemd[1]: Stopped /run/user/990 mount wrapper.
Oct 22 14:38:03 openvas logrotate[13913]: ALERT exited abnormally with [1]
Oct 22 14:39:45 openvas greenbone-nvt-sync[13921]: rsync failed.
Oct 22 14:40:45 openvas su[13927]: (to gvm) root on pts/0
Oct 22 14:40:45 openvas greenbone-nvt-sync[13980]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 14:40:45 openvas greenbone-nvt-sync[13981]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 14:46:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 14:46:46 openvas dnf[13998]: Metadata cache refreshed recently.
Oct 22 14:46:46 openvas systemd[1]: Started dnf makecache.
Oct 22 14:57:05 openvas greenbone-nvt-sync[14026]: rsync failed.
Oct 22 14:58:05 openvas su[14033]: (to gvm) root on pts/0
Oct 22 14:58:06 openvas greenbone-nvt-sync[14086]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 14:58:06 openvas greenbone-nvt-sync[14087]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 15:14:38 openvas greenbone-nvt-sync[14139]: rsync failed.
Oct 22 15:15:38 openvas su[14144]: (to gvm) root on pts/0
Oct 22 15:15:38 openvas greenbone-nvt-sync[14197]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 15:15:38 openvas greenbone-nvt-sync[14198]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 15:32:03 openvas greenbone-nvt-sync[14239]: rsync failed.
Oct 22 15:33:03 openvas su[14245]: (to gvm) root on pts/0
Oct 22 15:33:03 openvas greenbone-nvt-sync[14298]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 15:33:03 openvas greenbone-nvt-sync[14299]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 15:47:36 openvas systemd[1]: Starting dnf makecache…
Oct 22 15:47:36 openvas dnf[14336]: Metadata cache refreshed recently.
Oct 22 15:47:36 openvas systemd[1]: Started dnf makecache.
Oct 22 15:49:27 openvas greenbone-nvt-sync[14343]: rsync failed.
Oct 22 15:50:27 openvas su[14348]: (to gvm) root on pts/0
Oct 22 15:50:27 openvas greenbone-nvt-sync[14401]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 15:50:27 openvas greenbone-nvt-sync[14402]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 16:06:52 openvas greenbone-nvt-sync[14454]: rsync failed.
Oct 22 16:07:52 openvas su[14462]: (to gvm) root on pts/0
Oct 22 16:07:52 openvas greenbone-nvt-sync[14515]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 16:07:52 openvas greenbone-nvt-sync[14516]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 16:24:16 openvas greenbone-nvt-sync[14556]: rsync failed.
Oct 22 16:25:16 openvas su[14561]: (to gvm) root on pts/0
Oct 22 16:25:16 openvas greenbone-nvt-sync[14614]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 16:25:16 openvas greenbone-nvt-sync[14615]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 16:41:41 openvas greenbone-nvt-sync[14656]: rsync failed.
Oct 22 16:42:41 openvas su[14662]: (to gvm) root on pts/0
Oct 22 16:42:41 openvas greenbone-nvt-sync[14715]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 16:42:41 openvas greenbone-nvt-sync[14716]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 16:47:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 16:47:46 openvas dnf[14731]: CentOS-8 - AppStream 15 kB/s | 4.3 kB 00:00
Oct 22 16:47:47 openvas dnf[14731]: CentOS-8 - Base 15 kB/s | 3.9 kB 00:00
Oct 22 16:47:47 openvas dnf[14731]: CentOS-8 - Extras 2.3 kB/s | 1.5 kB 00:00
Oct 22 16:47:48 openvas dnf[14731]: CentOS-8 - PowerTools 15 kB/s | 4.3 kB 00:00
Oct 22 16:47:49 openvas dnf[14731]: CentOS / Red Hat Enterprise Linux 8 - atomic 3.3 kB/s | 3.0 kB 00:00
Oct 22 16:47:49 openvas dnf[14731]: Extra Packages for Enterprise Linux Modular 8 - 60 kB/s | 30 kB 00:00
Oct 22 16:47:50 openvas dnf[14731]: Extra Packages for Enterprise Linux 8 - x86_64 34 kB/s | 17 kB 00:00
Oct 22 16:47:50 openvas dnf[14731]: Metadata cache created.
Oct 22 16:47:50 openvas systemd[1]: Started dnf makecache.
Oct 22 16:59:05 openvas greenbone-nvt-sync[14772]: rsync failed.
Oct 22 17:00:05 openvas su[14778]: (to gvm) root on pts/0
Oct 22 17:00:05 openvas greenbone-nvt-sync[14831]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 17:00:05 openvas greenbone-nvt-sync[14832]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 17:16:30 openvas greenbone-nvt-sync[14884]: rsync failed.
Oct 22 17:17:30 openvas su[14890]: (to gvm) root on pts/0
Oct 22 17:17:30 openvas greenbone-nvt-sync[14943]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 22 17:17:30 openvas greenbone-nvt-sync[14944]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 22 17:33:42 openvas systemd-logind[1028]: Session 1 logged out. Waiting for processes to exit.
Oct 22 17:33:54 openvas greenbone-nvt-sync[14984]: rsync failed.
Oct 22 17:33:54 openvas systemd-logind[1028]: Removed session 1.
Oct 22 17:36:38 openvas systemd-logind[1028]: Session 3 logged out. Waiting for processes to exit.
Oct 22 17:36:38 openvas systemd-logind[1028]: Removed session 3.
Oct 22 17:36:38 openvas systemd[1]: user-runtime-dir@0.service: Unit not needed anymore. Stopping.
Oct 22 17:36:38 openvas systemd[1]: Stopping User Manager for UID 0…
Oct 22 17:36:38 openvas systemd[3516]: Stopped target Default.
Oct 22 17:36:38 openvas systemd[3516]: Stopped target Basic System.
Oct 22 17:36:38 openvas systemd[3516]: Stopped target Paths.
Oct 22 17:36:38 openvas systemd[3516]: Stopped target Timers.
Oct 22 17:36:38 openvas systemd[3516]: Stopped target Sockets.
Oct 22 17:36:38 openvas systemd[3516]: Closed D-Bus User Message Bus Socket.
Oct 22 17:36:38 openvas systemd[3516]: Reached target Shutdown.
Oct 22 17:36:38 openvas systemd[3516]: Starting Exit the Session…
Oct 22 17:36:38 openvas systemd[1]: user-runtime-dir@0.service: Unit not needed anymore. Stopping.
Oct 22 17:36:38 openvas systemd[1]: Stopped User Manager for UID 0.
Oct 22 17:36:38 openvas systemd[1]: user-runtime-dir@0.service: Unit not needed anymore. Stopping.
Oct 22 17:36:38 openvas systemd[1]: Removed slice User Slice of UID 0.
Oct 22 17:36:38 openvas systemd[1]: Stopping /run/user/0 mount wrapper…
Oct 22 17:36:38 openvas systemd[1]: Stopped /run/user/0 mount wrapper.
Oct 22 17:48:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 17:48:46 openvas dnf[15040]: Metadata cache refreshed recently.
Oct 22 17:48:46 openvas systemd[1]: Started dnf makecache.
Oct 22 18:49:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 18:49:46 openvas dnf[15190]: Metadata cache refreshed recently.
Oct 22 18:49:46 openvas systemd[1]: Started dnf makecache.
Oct 22 19:50:36 openvas systemd[1]: Starting dnf makecache…
Oct 22 19:50:36 openvas dnf[15337]: CentOS-8 - AppStream 14 kB/s | 4.3 kB 00:00
Oct 22 19:50:37 openvas dnf[15337]: CentOS-8 - Base 13 kB/s | 3.9 kB 00:00
Oct 22 19:50:37 openvas dnf[15337]: CentOS-8 - Extras 20 kB/s | 1.5 kB 00:00
Oct 22 19:50:37 openvas dnf[15337]: CentOS-8 - PowerTools 12 kB/s | 4.3 kB 00:00
Oct 22 19:50:38 openvas dnf[15337]: CentOS / Red Hat Enterprise Linux 8 - atomic 3.4 kB/s | 3.0 kB 00:00
Oct 22 19:50:38 openvas dnf[15337]: Extra Packages for Enterprise Linux Modular 8 - 61 kB/s | 30 kB 00:00
Oct 22 19:50:39 openvas dnf[15337]: Extra Packages for Enterprise Linux 8 - x86_64 37 kB/s | 18 kB 00:00
Oct 22 19:50:39 openvas dnf[15337]: Metadata cache created.
Oct 22 19:50:39 openvas systemd[1]: Started dnf makecache.
Oct 22 20:50:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 20:50:46 openvas dnf[15498]: Metadata cache refreshed recently.
Oct 22 20:50:46 openvas systemd[1]: Started dnf makecache.
Oct 22 21:51:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 21:51:46 openvas dnf[15649]: Metadata cache refreshed recently.
Oct 22 21:51:46 openvas systemd[1]: Started dnf makecache.
Oct 22 22:52:46 openvas systemd[1]: Starting dnf makecache…
Oct 22 22:52:46 openvas dnf[15797]: CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00
Oct 22 22:52:47 openvas dnf[15797]: CentOS-8 - Base 11 kB/s | 3.9 kB 00:00
Oct 22 22:52:47 openvas dnf[15797]: CentOS-8 - Extras 22 kB/s | 1.5 kB 00:00
Oct 22 22:52:47 openvas dnf[15797]: CentOS-8 - PowerTools 16 kB/s | 4.3 kB 00:00
Oct 22 22:52:48 openvas dnf[15797]: CentOS / Red Hat Enterprise Linux 8 - atomic 4.1 kB/s | 3.0 kB 00:00
Oct 22 22:52:48 openvas dnf[15797]: Extra Packages for Enterprise Linux Modular 8 - 64 kB/s | 30 kB 00:00
Oct 22 22:52:49 openvas dnf[15797]: Extra Packages for Enterprise Linux 8 - x86_64 40 kB/s | 18 kB 00:00
Oct 22 22:52:49 openvas dnf[15797]: Metadata cache created.
Oct 22 22:52:49 openvas systemd[1]: Started dnf makecache.
Oct 22 23:53:36 openvas systemd[1]: Starting dnf makecache…
Oct 22 23:53:36 openvas dnf[15957]: Metadata cache refreshed recently.
Oct 22 23:53:36 openvas systemd[1]: Started dnf makecache.
Oct 23 00:00:46 openvas systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound…
Oct 23 00:00:46 openvas systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.
Oct 23 00:53:46 openvas systemd[1]: Starting dnf makecache…
Oct 23 00:53:46 openvas dnf[16111]: Metadata cache refreshed recently.
Oct 23 00:53:46 openvas systemd[1]: Started dnf makecache.
Oct 23 01:54:46 openvas systemd[1]: Starting dnf makecache…
Oct 23 01:54:46 openvas dnf[16264]: CentOS-8 - AppStream 14 kB/s | 4.3 kB 00:00
Oct 23 01:54:46 openvas dnf[16264]: CentOS-8 - Base 16 kB/s | 3.9 kB 00:00
Oct 23 01:54:49 openvas dnf[16264]: CentOS-8 - Extras 619 B/s | 1.5 kB 00:02
Oct 23 01:54:49 openvas dnf[16264]: CentOS-8 - PowerTools 14 kB/s | 4.3 kB 00:00
Oct 23 01:54:51 openvas dnf[16264]: CentOS / Red Hat Enterprise Linux 8 - atomic 2.4 kB/s | 3.0 kB 00:01
Oct 23 01:54:51 openvas dnf[16264]: Extra Packages for Enterprise Linux Modular 8 - 58 kB/s | 30 kB 00:00
Oct 23 01:54:52 openvas dnf[16264]: Extra Packages for Enterprise Linux 8 - x86_64 38 kB/s | 19 kB 00:00
Oct 23 01:54:52 openvas dnf[16264]: Metadata cache created.
Oct 23 01:54:52 openvas systemd[1]: Started dnf makecache.
Oct 23 02:55:46 openvas systemd[1]: Starting dnf makecache…
Oct 23 02:55:46 openvas dnf[16427]: Metadata cache refreshed recently.
Oct 23 02:55:46 openvas systemd[1]: Started dnf makecache.
Oct 23 03:13:01 openvas su[16489]: (to gvm) root on none
Oct 23 03:13:01 openvas systemd[1]: Started /run/user/990 mount wrapper.
Oct 23 03:13:01 openvas systemd[1]: Created slice User Slice of UID 990.
Oct 23 03:13:01 openvas systemd[1]: Starting User Manager for UID 990…
Oct 23 03:13:01 openvas systemd[1]: Started Session c6 of user gvm.
Oct 23 03:13:01 openvas systemd[16491]: Reached target Paths.
Oct 23 03:13:01 openvas systemd[16491]: Starting D-Bus User Message Bus Socket.
Oct 23 03:13:01 openvas systemd[16491]: Reached target Timers.
Oct 23 03:13:01 openvas systemd[16491]: Listening on D-Bus User Message Bus Socket.
Oct 23 03:13:01 openvas systemd[16491]: Reached target Sockets.
Oct 23 03:13:01 openvas systemd[16491]: Reached target Basic System.
Oct 23 03:13:01 openvas systemd[16491]: Reached target Default.
Oct 23 03:13:01 openvas systemd[16491]: Startup finished in 23ms.
Oct 23 03:13:01 openvas systemd[1]: Started User Manager for UID 990.
Oct 23 03:13:01 openvas greenbone-nvt-sync[16548]: No Greenbone Security Feed access key found, falling back to Greenbone Community Feed
Oct 23 03:13:01 openvas greenbone-nvt-sync[16549]: Configured NVT rsync feed: rsync://feed.community.greenbone.net:/nvt-feed
Oct 23 03:29:36 openvas greenbone-nvt-sync[16589]: rsync failed.
Oct 23 03:29:36 openvas systemd[1]: user-runtime-dir@990.service: Unit not needed anymore. Stopping.
Oct 23 03:29:36 openvas systemd[1]: Stopping User Manager for UID 990…
Oct 23 03:29:36 openvas systemd[16491]: Stopped target Default.
Oct 23 03:29:36 openvas systemd[16491]: Stopped target Basic System.
Oct 23 03:29:36 openvas systemd[16491]: Stopped target Paths.
Oct 23 03:29:36 openvas systemd[16491]: Stopped target Sockets.
Oct 23 03:29:36 openvas systemd[16491]: Closed D-Bus User Message Bus Socket.
Oct 23 03:29:36 openvas systemd[16491]: Reached target Shutdown.
Oct 23 03:29:36 openvas systemd[16491]: Starting Exit the Session…
Oct 23 03:29:36 openvas systemd[16491]: Stopped target Timers.
Oct 23 03:29:36 openvas su[16593]: (to gvm) root on none
Oct 23 03:29:36 openvas systemd[1]: Started Session c7 of user gvm.
Oct 23 03:29:36 openvas systemd[1]: Starting User Manager for UID 990…
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Failed to connect to API bus: Connection refused
Oct 23 03:29:36 openvas systemd[16606]: Starting D-Bus User Message Bus Socket.
Oct 23 03:29:36 openvas systemd[16606]: Reached target Timers.
Oct 23 03:29:36 openvas systemd[16606]: Reached target Paths.
Oct 23 03:29:36 openvas systemd[16606]: Listening on D-Bus User Message Bus Socket.
Oct 23 03:29:36 openvas systemd[16606]: Reached target Sockets.
Oct 23 03:29:36 openvas systemd[16606]: Reached target Basic System.
Oct 23 03:29:36 openvas systemd[1]: Started User Manager for UID 990.
Oct 23 03:29:36 openvas systemd[16606]: Started D-Bus User Message Bus.
Oct 23 03:29:36 openvas systemd[16606]: Reached target Default.

Output from firewall-cmd --list-all-zones

[root@openvas ~]# firewall-cmd --list-all-zones
block
target: %%REJECT%%
icmp-block-inversion: no
interfaces:
sources:
services:
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

dmz
target: default
icmp-block-inversion: no
interfaces:
sources:
services: ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

drop
target: DROP
icmp-block-inversion: no
interfaces:
sources:
services:
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

external
target: default
icmp-block-inversion: no
interfaces:
sources:
services: ssh
ports:
protocols:
masquerade: yes
forward-ports:
source-ports:
icmp-blocks:
rich rules:

home
target: default
icmp-block-inversion: no
interfaces:
sources:
services: cockpit dhcpv6-client mdns samba-client ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

internal
target: default
icmp-block-inversion: no
interfaces:
sources:
services: cockpit dhcpv6-client mdns samba-client ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

public (active)
target: default
icmp-block-inversion: no
interfaces: ens32
sources:
services: cockpit dhcpv6-client ssh
ports: 9392/tcp 443/tcp 80/tcp 873/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

trusted
target: ACCEPT
icmp-block-inversion: no
interfaces:
sources:
services:
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

work
target: default
icmp-block-inversion: no
interfaces:
sources:
services: cockpit dhcpv6-client ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

Thank you for reading.