Installing CentOS 8

From BitFolk
Jump to navigation Jump to search

CentOS 8 was released on 24 September 2019, but as of the time of writing (3 February 2021) it doesn't include support for Xen PV or PVH guests, so its usual installer can't be booted at BitFolk. Here's some instructions for installing through the Rescue VM.

This article is now obsolete

Warning Warning: Since BitFolk has now managed to build an installer kernel that supports Xen PVH, there is now an official BitFolk installer for CentOS 8 and this method is no longer required. The article will remain for curiosity and to demonstrate typical ways to install things from the Rescue VM.

Xen modes

All BitFolk VPSes currently run as Xen paravirtual guests, in PV or PVH mode. Unfortunately as of CentOS 8, Red Hat has disabled PV and PVH support in their kernels even though the upstream Linux kernel does support this. As a result it is not possible to boot the stock CentOS 8 installer at BitFolk.

This article for a time described the only way to install CentOS 8 at BitFolk: through the Rescue environment. As of February 2021 BitFolk has come up with a modified installer kenrel which does boot, so the usual install process can be followed.

Installing from another Linux

Fortunately it is pretty simple to install CentOS from an existing Linux environment. This could be any BitFolk VPS that can run the rpm and yum commands, including an earlier version of CentOS. This article will describe how to do it from the BitFolk Rescue VM though, as every customer has access to this at all times.

Kernel issues

It's not just the CentOS installer kernels which do not support Xen PV mode; this is an issue for the base kernel packages as well. As a result it will currently only be possible to run CentOS 8.x using the kernel-ml package from ELRepo.

Instructions

Start Rescue VM

Connect to your Xen Shell and boot the Rescue VM. Normally accomplished as follows:

$ ssh yourusername@yourusername.console.bitfolk.com
[…]
xen-shell> rescue

This puts you in a live server environment running from RAM, so you have full access to your block devices.

The randomly-generated login credentials for the only user (username user) are printed as a MOTD above the login prompt.

Connect to Rescue VM via SSH (optional)

SSH is enabled so you may wish to carry out the rest of this from an SSH session, as the Xen Shell console can sometimes wrap strangely and be generally less comfortable. It also intercepts Ctrl+o for use as Magic SysRq which can be a problem for nano users as that key combo is normally used to save the buffer. If that's going to bother you, use SSH. Otherwise you can skip this and just do it all in the Xen Shell.

The Rescue VM's default SSH config disables password-based login so if you would like to use the random password instead of a public key you will first need to change the "no" in this line from /etc/ssh/sshd_config to "yes":

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no

and then restart ssh:

user@rescue:~$ sudo service ssh restart

Now SSH to your VM's normal IP address. Remember that the Rescue VM will have generated new host keys, so your SSH client may complain about changed keys. You can either accept the new host key or else connect without checking host keys:

$ ssh -oStrictHostKeyChecking=no user@85.119…

Install needed tools

The default user has full passwordless sudo access so this guide will use that, but if you wish to do it all from a root shell you can start with:

user@rescue:~$ sudo -s
root@rescue:/home/user#

The environment that you initiate this install from needs fairly up to date versions of the rpm and yum commands. The Debian-based Rescue VM is fine for this.

user@rescue:~$ sudo apt update
Ign:1 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch InRelease
Get:2 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org stretch/updates InRelease [94.3 kB]
Get:3 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch Release [118 kB]
Get:5 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch Release.gpg [2365 B]
Get:6 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org stretch/updates/main amd64 Packages [499 kB]
Get:7 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org stretch/updates/main Translation-en [220 kB]
Get:8 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
Get:9 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch-updates/main Translation-en [11.3 kB]
Get:10 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 Packages [7086 kB]
Get:11 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main Translation-en [5385 kB]
Fetched 13.5 MB in 3s (4000 kB/s)                             
Reading package lists... Done
Building dependency tree       
Reading state information... Done
56 packages can be upgraded. Run 'apt list --upgradable' to see them.
user@rescue:~$ sudo apt install rpm yum curl xfsprogs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  debugedit libarchive13 libcurl3 libcurl3-gnutls libdbus-1-3 libexpat1
  libglib2.0-0 libicu57 libldap-2.4-2 libldap-common liblua5.2-0 liblzo2-2
  libmagic-mgc libmagic1 libnghttp2-14 libnspr4 libnss3 libpython-stdlib
  libpython2.7 libpython2.7-minimal libpython2.7-stdlib libreadline5 librpm3
  librpmbuild3 librpmio3 librpmsign3 librtmp1 libsasl2-2 libsasl2-modules-db
  libsqlite0 libssh2-1 libxml2 mime-support python python-libxml2 python-lzma
  python-minimal python-pycurl python-rpm python-sqlite python-sqlitecachec
  python-urlgrabber python2.7 python2.7-minimal rpm-common rpm2cpio
Suggested packages:
  rpm-i18n lrzip file python-doc python-tk libcurl4-gnutls-dev python-pycurl-dbg
  python-pycurl-doc python-sqlite-dbg python2.7-doc binfmt-support alien elfutils
  rpmlint rpm2html xfsdump acl attr quota
Recommended packages:
  ca-certificates dbus libglib2.0-data shared-mime-info xdg-user-dirs
  libsasl2-modules xml-core file
The following NEW packages will be installed:
  curl debugedit libarchive13 libcurl3 libcurl3-gnutls libdbus-1-3 libexpat1
  libglib2.0-0 libicu57 libldap-2.4-2 libldap-common liblua5.2-0 liblzo2-2
  libmagic-mgc libmagic1 libnghttp2-14 libnspr4 libnss3 libpython-stdlib
  libpython2.7 libpython2.7-minimal libpython2.7-stdlib libreadline5 librpm3
  librpmbuild3 librpmio3 librpmsign3 librtmp1 libsasl2-2 libsasl2-modules-db
  libsqlite0 libssh2-1 libxml2 mime-support python python-libxml2 python-lzma
  python-minimal python-pycurl python-rpm python-sqlite python-sqlitecachec
  python-urlgrabber python2.7 python2.7-minimal rpm rpm-common rpm2cpio xfsprogs
  yum
0 upgraded, 50 newly installed, 0 to remove and 56 not upgraded.
Need to get 33.0 MB of archives.
After this operation, 95.1 MB of additional disk space will be used.
Do you want to continue? [Y/n]                                
Get:1 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]  
Get:2 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
Get:3 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Get:4 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]        
Get:5 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u3 [83.7 kB]
Get:6 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
Get:7 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]  
Get:8 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Get:9 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]     
Get:10 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
Get:11 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
Get:12 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
Get:13 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
Get:14 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u2 [222 kB]
Get:15 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libmagic1 amd64 1:5.30-1+deb9u2 [111 kB]
Get:16 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
Get:17 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
Get:18 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
Get:19 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
Get:20 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
Get:21 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
Get:22 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
Get:23 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b2 [110 kB]
Get:24 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libnspr4 amd64 2:4.12-6 [117 kB]
Get:25 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u1 [1161 kB]
Get:26 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 librpmio3 amd64 4.12.0.2+dfsg1-2 [1166 kB]
Get:27 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 debugedit amd64 4.12.0.2+dfsg1-2 [1114 kB]
Get:28 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
Get:29 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
Get:30 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
Get:31 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.28-0+deb9u1 [195 kB]
Get:32 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libglib2.0-0 amd64 2.50.3-2+deb9u1 [2691 kB]
Get:33 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
Get:34 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
Get:35 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 librpm3 amd64 4.12.0.2+dfsg1-2 [1255 kB]
Get:36 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 librpmbuild3 amd64 4.12.0.2+dfsg1-2 [1157 kB]
Get:37 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 librpmsign3 amd64 4.12.0.2+dfsg1-2 [1106 kB]
Get:38 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 libsqlite0 amd64 2.8.17-14 [164 kB]
Get:39 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [203 kB]
Get:40 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-lzma amd64 0.5.3-3 [43.9 kB]             
Get:41 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-pycurl amd64 7.43.0-2 [61.6 kB]
Get:42 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-sqlite amd64 1.0.1-12 [21.5 kB]
Get:43 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-urlgrabber all 3.10.1-2 [54.6 kB]  
Get:44 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 rpm-common amd64 4.12.0.2+dfsg1-2 [1124 kB]       
Get:45 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 rpm2cpio amd64 4.12.0.2+dfsg1-2 [1106 kB]
Get:46 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 rpm amd64 4.12.0.2+dfsg1-2 [1213 kB]    
Get:47 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
Get:48 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-rpm amd64 4.12.0.2+dfsg1-2 [1136 kB]                   
Get:49 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 python-sqlitecachec amd64 1.1.4-1 [23.1 kB]         
Get:50 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian stretch/main amd64 yum all 3.4.3-3 [620 kB]                         
Fetched 33.0 MB in 0s (45.3 MB/s)                                                                                                            
perl: warning: Setting locale failed.                                                                                                  
perl: warning: Please check that your locale settings:                                                                              
        LANGUAGE = (unset),                                                                                                       
        LC_ALL = (unset),                                                                                                                
        LC_TIME = "en_GB.UTF-8",                                                                                                            
        LC_MONETARY = "en_GB.UTF-8",                                                                                                               
        LC_ADDRESS = "en_GB.UTF-8",                                                                                                
        LC_TELEPHONE = "en_GB.UTF-8",                                                                                              
        LC_NAME = "en_GB.UTF-8",                                                                                               
        LC_MEASUREMENT = "en_GB.UTF-8",                                                                                            
        LC_IDENTIFICATION = "en_GB.UTF-8",                                                                                  
        LC_NUMERIC = "en_GB.UTF-8",                                                                                                    
        LC_PAPER = "en_GB.UTF-8",                                                                                                     
        LANG = "en_US.UTF-8"                                                                                                          
    are supported and installed on your system.                                                                                  
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").                                                                     
locale: Cannot set LC_ALL to default locale: No such file or directory                                                                    
Extracting templates from packages: 100%                                                                                               
Selecting previously unselected package libpython2.7-minimal:amd64.                                                                     
(Reading database ... 19843 files and directories currently installed.)                                                                 
Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...                                                         
Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...                                                                          
Selecting previously unselected package python2.7-minimal.                                                                               
Preparing to unpack .../1-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...                                                               
Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...                                                                              
Selecting previously unselected package python-minimal.                                                                                         
Preparing to unpack .../2-python-minimal_2.7.13-2_amd64.deb ...                                                                             
Unpacking python-minimal (2.7.13-2) ...                                                                                           
Selecting previously unselected package mime-support.                                                                             
Preparing to unpack .../3-mime-support_3.60_all.deb ...                                                                               
Unpacking mime-support (3.60) ...                                                                                                             
Selecting previously unselected package libexpat1:amd64.                                                                             
Preparing to unpack .../4-libexpat1_2.2.0-2+deb9u3_amd64.deb ...                                                                    
Unpacking libexpat1:amd64 (2.2.0-2+deb9u3) ...                                                                                
Selecting previously unselected package libpython2.7-stdlib:amd64.                                                                                        
Preparing to unpack .../5-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...                                                                     
Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...                                                                                    
Selecting previously unselected package python2.7.                                                                                           
Preparing to unpack .../6-python2.7_2.7.13-2+deb9u3_amd64.deb ...                                                                      
Unpacking python2.7 (2.7.13-2+deb9u3) ...                                                                                           
Selecting previously unselected package libpython-stdlib:amd64.                                                                   
Preparing to unpack .../7-libpython-stdlib_2.7.13-2_amd64.deb ...                                                                        
Unpacking libpython-stdlib:amd64 (2.7.13-2) ...                                                                                             
Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...                                                                                        
Setting up python2.7-minimal (2.7.13-2+deb9u3) ...                                                                                 
Linking and byte-compiling packages for runtime python2.7...                                                                       
Setting up python-minimal (2.7.13-2) ...                                                                                       
Selecting previously unselected package python.                                                                                    
(Reading database ... 20622 files and directories currently installed.)                                                     
Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...                                                                               
Unpacking python (2.7.13-2) ...                                                                                                       
Selecting previously unselected package libsasl2-modules-db:amd64.                                                                    
Preparing to unpack .../01-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...                                          
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...                                                                  
Selecting previously unselected package libsasl2-2:amd64.                                                                                 
Preparing to unpack .../02-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...                                                         
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...                                                                             
Selecting previously unselected package libldap-common.                                                                                 
Preparing to unpack .../03-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...                                                           
Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...                                                                                 
Selecting previously unselected package libldap-2.4-2:amd64.                                                                             
Preparing to unpack .../04-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...                                                             
Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...                                                                       
Selecting previously unselected package libmagic-mgc.                                                                                           
Preparing to unpack .../05-libmagic-mgc_1%3a5.30-1+deb9u2_amd64.deb ...                                                                     
Unpacking libmagic-mgc (1:5.30-1+deb9u2) ...                                                                                      
Selecting previously unselected package libmagic1:amd64.                                                                          
Preparing to unpack .../06-libmagic1_1%3a5.30-1+deb9u2_amd64.deb ...                                                                  
Unpacking libmagic1:amd64 (1:5.30-1+deb9u2) ...                                                                                               
Selecting previously unselected package libicu57:amd64.                                                                              
Preparing to unpack .../07-libicu57_57.1-6+deb9u3_amd64.deb ...                                                                     
Unpacking libicu57:amd64 (57.1-6+deb9u3) ...                                                                                  
Selecting previously unselected package libxml2:amd64.                                                                                                    
Preparing to unpack .../08-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...                                                                         
Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...                                                                                         
Selecting previously unselected package libnghttp2-14:amd64.                                                                                 
Preparing to unpack .../09-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...                                                                 
Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...                                                                                 
Selecting previously unselected package librtmp1:amd64.                                                                           
Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...                                                         
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...                                                                               
Selecting previously unselected package libssh2-1:amd64.                                                                                           
Preparing to unpack .../11-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...                                                                  
Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...                                                                                     
Selecting previously unselected package libcurl3:amd64.                                                                        
Preparing to unpack .../12-libcurl3_7.52.1-5+deb9u9_amd64.deb ...                                                                  
Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...                                                                              
Selecting previously unselected package curl.                                                                                          
Preparing to unpack .../13-curl_7.52.1-5+deb9u9_amd64.deb ...                                                                         
Unpacking curl (7.52.1-5+deb9u9) ...                                                                                                  
Selecting previously unselected package liblua5.2-0:amd64.                                                                       
Preparing to unpack .../14-liblua5.2-0_5.2.4-1.1+b2_amd64.deb ...                                                                     
Unpacking liblua5.2-0:amd64 (5.2.4-1.1+b2) ...                                                                                            
Selecting previously unselected package libnspr4:amd64.                                                                                
Preparing to unpack .../15-libnspr4_2%3a4.12-6_amd64.deb ...                                                                            
Unpacking libnspr4:amd64 (2:4.12-6) ...                                                                                                 
Selecting previously unselected package libnss3:amd64.                                                                               
Preparing to unpack .../16-libnss3_2%3a3.26.2-1.1+deb9u1_amd64.deb ...                                                              
Unpacking libnss3:amd64 (2:3.26.2-1.1+deb9u1) ...                                                                                        
Selecting previously unselected package librpmio3.                                                                                      
Preparing to unpack .../17-librpmio3_4.12.0.2+dfsg1-2_amd64.deb ...                                                            
Unpacking librpmio3 (4.12.0.2+dfsg1-2) ...                                                                                                      
Selecting previously unselected package debugedit.                                                                                          
Preparing to unpack .../18-debugedit_4.12.0.2+dfsg1-2_amd64.deb ...                                                               
Unpacking debugedit (4.12.0.2+dfsg1-2) ...                                                                                        
Selecting previously unselected package liblzo2-2:amd64.                                                                              
Preparing to unpack .../19-liblzo2-2_2.08-1.2+b2_amd64.deb ...                                                                                
Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...                                                                                          
Selecting previously unselected package libarchive13:amd64.                                                                         
Preparing to unpack .../20-libarchive13_3.2.2-2+deb9u1_amd64.deb ...                                                          
Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...                                                                                                         
Selecting previously unselected package libcurl3-gnutls:amd64.                                                                                  
Preparing to unpack .../21-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...                                                                     
Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...                                                                                        
Selecting previously unselected package libdbus-1-3:amd64.                                                                             
Preparing to unpack .../22-libdbus-1-3_1.10.28-0+deb9u1_amd64.deb ...                                                               
Unpacking libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...                                                                                
Selecting previously unselected package libglib2.0-0:amd64.                                                                              
Preparing to unpack .../23-libglib2.0-0_2.50.3-2+deb9u1_amd64.deb ...                                                                       
Unpacking libglib2.0-0:amd64 (2.50.3-2+deb9u1) ...                                                                                                 
Selecting previously unselected package libpython2.7:amd64.                                                                        
Preparing to unpack .../24-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...                                                              
Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...                                                                             
Selecting previously unselected package libreadline5:amd64.                                                                        
Preparing to unpack .../25-libreadline5_5.2+dfsg-3+b1_amd64.deb ...                                                         
Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...                                                                                       
Selecting previously unselected package librpm3.                                                                                      
Preparing to unpack .../26-librpm3_4.12.0.2+dfsg1-2_amd64.deb ...                                                                     
Unpacking librpm3 (4.12.0.2+dfsg1-2) ...                                                                                         
Selecting previously unselected package librpmbuild3.                                                                                 
Preparing to unpack .../27-librpmbuild3_4.12.0.2+dfsg1-2_amd64.deb ...                                                                    
Unpacking librpmbuild3 (4.12.0.2+dfsg1-2) ...                                                                                          
Selecting previously unselected package librpmsign3.                                                                                    
Preparing to unpack .../28-librpmsign3_4.12.0.2+dfsg1-2_amd64.deb ...                                                                   
Unpacking librpmsign3 (4.12.0.2+dfsg1-2) ...                                                                                         
Selecting previously unselected package libsqlite0.                                                                                 
Preparing to unpack .../29-libsqlite0_2.8.17-14_amd64.deb ...                                                                            
Unpacking libsqlite0 (2.8.17-14) ...                                                                                                    
Selecting previously unselected package python-libxml2.                                                                        
Preparing to unpack .../30-python-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...                                                                  
Unpacking python-libxml2 (2.9.4+dfsg1-2.2+deb9u2) ...                                                                                       
Selecting previously unselected package python-lzma.                                                                              
Preparing to unpack .../31-python-lzma_0.5.3-3_amd64.deb ...                                                                      
Unpacking python-lzma (0.5.3-3) ...                                                                                                   
Selecting previously unselected package python-pycurl.                                                                                        
Preparing to unpack .../32-python-pycurl_7.43.0-2_amd64.deb ...                                                                      
Unpacking python-pycurl (7.43.0-2) ...                                                                                              
Selecting previously unselected package python-sqlite.                                                                        
Preparing to unpack .../33-python-sqlite_1.0.1-12_amd64.deb ...                                                                                           
Unpacking python-sqlite (1.0.1-12) ...                                                                                                          
Selecting previously unselected package python-urlgrabber.                                                                                   
Preparing to unpack .../34-python-urlgrabber_3.10.1-2_all.deb ...                                                                            
Unpacking python-urlgrabber (3.10.1-2) ...                                                                                             
Selecting previously unselected package rpm-common.                                                                                 
Preparing to unpack .../35-rpm-common_4.12.0.2+dfsg1-2_amd64.deb ...                                                              
Unpacking rpm-common (4.12.0.2+dfsg1-2) ...                                                                                              
Selecting previously unselected package rpm2cpio.                                                                                           
Preparing to unpack .../36-rpm2cpio_4.12.0.2+dfsg1-2_amd64.deb ...                                                                                 
Unpacking rpm2cpio (4.12.0.2+dfsg1-2) ...                                                                                          
Selecting previously unselected package rpm.                                                                                       
Preparing to unpack .../37-rpm_4.12.0.2+dfsg1-2_amd64.deb ...                                                                  
Unpacking rpm (4.12.0.2+dfsg1-2) ...                                                                                               
Selecting previously unselected package xfsprogs.                                                                           
Preparing to unpack .../38-xfsprogs_4.9.0+nmu1_amd64.deb ...                                                                           
Unpacking xfsprogs (4.9.0+nmu1) ...                                                                                                   
Selecting previously unselected package python-rpm.                                                                                   
Preparing to unpack .../39-python-rpm_4.12.0.2+dfsg1-2_amd64.deb ...                                                             
Unpacking python-rpm (4.12.0.2+dfsg1-2) ...                                                                                           
Selecting previously unselected package python-sqlitecachec.                                                                              
Preparing to unpack .../40-python-sqlitecachec_1.1.4-1_amd64.deb ...                                                                   
Unpacking python-sqlitecachec (1.1.4-1) ...                                                                                             
Selecting previously unselected package yum.                                                                                            
Preparing to unpack .../41-yum_3.4.3-3_all.deb ...                                                                                   
Unpacking yum (3.4.3-3) ...                                                                                                         
Setting up libexpat1:amd64 (2.2.0-2+deb9u3) ...                                                                                          
Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...                                                                                    
Setting up mime-support (3.60) ...                                                                                             
Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...                                                                                            
Setting up libglib2.0-0:amd64 (2.50.3-2+deb9u1) ...                                                                                         
No schema files found: doing nothing.                                                                                             
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...                                                             
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...                                                                          
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...                                                                                
Setting up libicu57:amd64 (57.1-6+deb9u3) ...                                                                                        
Setting up libnspr4:amd64 (2:4.12-6) ...                                                                                            
Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...                                                                         
Setting up libmagic-mgc (1:5.30-1+deb9u2) ...                                                                                                             
Setting up libmagic1:amd64 (1:5.30-1+deb9u2) ...                                                                                                
Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...                                                                                              
Processing triggers for libc-bin (2.24-11+deb9u3) ...                                                                                        
Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...                                                                              
Setting up liblua5.2-0:amd64 (5.2.4-1.1+b2) ...                                                                                     
Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...                                                                                 
Setting up libsqlite0 (2.8.17-14) ...                                                                                                    
Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...                                                                                  
Setting up libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...                                                                                                
Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...                                                                                       
Setting up xfsprogs (4.9.0+nmu1) ...                                                                                               
I: update-initramfs is disabled (live system is running on read-only media).                                                   
Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...                                                                                    
Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...                                                                          
Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...                                                                                 
Setting up python2.7 (2.7.13-2+deb9u3) ...                                                                                            
Setting up libnss3:amd64 (2:3.26.2-1.1+deb9u1) ...                                                                                    
Setting up libpython-stdlib:amd64 (2.7.13-2) ...                                                                                 
Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...                                                                                   
Setting up librpmio3 (4.12.0.2+dfsg1-2) ...                                                                                               
Setting up python (2.7.13-2) ...                                                                                                       
Setting up python-lzma (0.5.3-3) ...                                                                                                    
Setting up curl (7.52.1-5+deb9u9) ...                                                                                                   
Setting up python-sqlitecachec (1.1.4-1) ...                                                                                         
Setting up debugedit (4.12.0.2+dfsg1-2) ...                                                                                         
Setting up python-pycurl (7.43.0-2) ...                                                                                                  
Setting up python-urlgrabber (3.10.1-2) ...                                                                                             
Setting up python-sqlite (1.0.1-12) ...                                                                                        
Setting up librpm3 (4.12.0.2+dfsg1-2) ...                                                                                                       
Setting up python-libxml2 (2.9.4+dfsg1-2.2+deb9u2) ...
Setting up rpm-common (4.12.0.2+dfsg1-2) ...
Setting up librpmbuild3 (4.12.0.2+dfsg1-2) ...
Setting up librpmsign3 (4.12.0.2+dfsg1-2) ...
Setting up rpm2cpio (4.12.0.2+dfsg1-2) ...
Setting up python-rpm (4.12.0.2+dfsg1-2) ...
Setting up rpm (4.12.0.2+dfsg1-2) ...
Setting up yum (3.4.3-3) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...

Disk setup

This is the first part that is destructive to whatever you already have on your VPS disk. If you proceed then whatever you had there will be overwritten. If you stop now you can still halt the Rescue VM and boot your current install.

Create a new GPT partition on each of your disks. BitFolk VMs come with an xvda and an xvdb disk by default. xvda is intended for use as your OS and all storage, while xvdb is intended for swap. You may have additional block devices that you've asked for, which are out of scope for this guide. The usual BitFolk partitioning scheme is a single partition using the whole device, in which case the defaults of the fdisk command are fine (just press return). As per CentOS defaults we will use the XFS filesystem.


user@rescue:~$ sudo fdisk /dev/xvda

Welcome to fdisk (util-linux 2.29.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): g
Created a new GPT disklabel (GUID: 086109F5-B15D-4E5D-9C45-A506EA8FC508).

Command (m for help): n
Partition number (1-128, default 1): 
First sector (2048-20971486, default 2048): 
Last sector, +sectors or +size{K,M,G,T,P} (2048-20971486, default 20971486): 

Created a new partition 1 of type 'Linux filesystem' and of size 10 GiB.
Partition #1 contains a xfs signature.

Do you want to remove the signature? [Y]es/[N]o: y

The signature will be removed by a write command.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

user@rescue:~$ sudo mkfs.xfs -m crc=1 -L root /dev/xvda1
meta-data=/dev/xvda1             isize=512    agcount=4, agsize=655295 blks
         =                       sectsz=4096  attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=0, rmapbt=0, reflink=0
data     =                       bsize=4096   blocks=2621179, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0 ftype=1
log      =internal log           bsize=4096   blocks=2560, version=2
         =                       sectsz=4096  sunit=1 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
user@rescue:~$ sudo fdisk /dev/xvdb                                    
                                                                       
Welcome to fdisk (util-linux 2.29.2).                                  
Changes will remain in memory only, until you decide to write them.    
Be careful before using the write command.                             
                                                                       
                                                                       
Command (m for help): g                                                
Created a new GPT disklabel (GUID: 6E55E246-886D-4393-A9A5-158F6C6FC4D9).
                                                                       
Command (m for help): n                                                
Partition number (1-128, default 1):                                   
First sector (2048-2097118, default 2048):                             
Last sector, +sectors or +size{K,M,G,T,P} (2048-2097118, default 2097118):
                                                                       
Created a new partition 1 of type 'Linux filesystem' and of size 1023 MiB.

Command (m for help): t
Selected partition 1
Hex code (type L to list all codes): 19
Changed type of partition 'Linux filesystem' to 'Linux swap'.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

user@rescue:~$ sudo mkswap -L SWAP /dev/xvdb1
Setting up swapspace version 1, size = 1023 MiB (1072668672 bytes)
LABEL=SWAP, UUID=ab238038-9014-4c47-88c2-a908b2393851

If you intend to do something more complicated (e.g. use LVM, LUKS, etc) then you may wish to create a separate /boot partition.

Now create a mount point and mount your target filesystem on it:

user@rescue:~$ sudo mkdir -vp /target
mkdir: created directory '/target'
user@rescue:~$ sudo mount /dev/xvda1 /target

Install the system

Install the latest centos-release into the target. Since we're in London, UK, a good mirror to use is http://mirrorservice.org/sites/mirror.centos.org/8/BaseOS/x86_64/os/Packages/:

user@rescue:~$ sudo rpm --root /target -i http://mirrorservice.org/sites/mirror.centos.org/8/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
warning: /target/var/tmp/rpm-tmp.EqJSqj: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
user@rescue:~$ sudo mkdir -vp /etc/pki/rpm-gpg && sudo cp -v /target/etc/pki/rpm-gpg/* /etc/pki/rpm-gpg
mkdir: created directory '/etc/pki'
mkdir: created directory '/etc/pki/rpm-gpg'
'/target/etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial' -> '/etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial'
'/target/etc/pki/rpm-gpg/RPM-GPG-KEY-centostesting' -> '/etc/pki/rpm-gpg/RPM-GPG-KEY-centostesting'
user@rescue:~$ sudo yum --installroot=/target --releasever=8 install yum                            
Failed to set locale, defaulting to C                                                               
Setting up Install Process                                                                          
Resolving Dependencies                                                                              
--> Running transaction check                                                                       
---> Package yum.noarch 0:4.0.9.2-5.el8 will be installed
--> Processing Dependency: dnf = 4.0.9.2-5.el8 for package: yum-4.0.9.2-5.el8.noarch
--> Running transaction check
---> Package dnf.noarch 0:4.0.9.2-5.el8 will be installed
--> Processing Dependency: python3-dnf = 4.0.9.2-5.el8 for package: dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: /bin/sh for package: dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: /bin/sh for package: dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: systemd for package: dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: systemd for package: dnf-4.0.9.2-5.el8.noarch
--> Running transaction check
---> Package bash.x86_64 0:4.4.19-7.el8 will be installed
--> Processing Dependency: filesystem >= 3 for package: bash-4.4.19-7.el8.x86_64
--> Processing Dependency: libdl.so.2(GLIBC_2.2.5)(64bit) for package: bash-4.4.19-7.el8.x86_64
--> Processing Dependency: rtld(GNU_HASH) for package: bash-4.4.19-7.el8.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: bash-4.4.19-7.el8.x86_64
--> Processing Dependency: libdl.so.2()(64bit) for package: bash-4.4.19-7.el8.x86_64
--> Processing Dependency: libtinfo.so.6()(64bit) for package: bash-4.4.19-7.el8.x86_64
---> Package python3-dnf.noarch 0:4.0.9.2-5.el8 will be installed
--> Processing Dependency: dnf-data = 4.0.9.2-5.el8 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python(abi) = 3.6 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: libmodulemd >= 1.4.0 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-hawkey >= 0.22.5-3 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-libcomps >= 0.1.8 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-libdnf >= 0.22.5-3 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-rpm >= 4.14.0 for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: /usr/libexec/platform-python for package: python3-dnf-4.0.9.2-5.el8.noarc
h
--> Processing Dependency: python3-gpg for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-iniparse for package: python3-dnf-4.0.9.2-5.el8.noarch
--> Processing Dependency: python3-libdnf for package: python3-dnf-4.0.9.2-5.el8.noarch
---> Package systemd.x86_64 0:239-13.el8_0.5 will be installed
--> Processing Dependency: systemd-libs = 239-13.el8_0.5 for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: systemd-pam = 239-13.el8_0.5 for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: dbus >= 1.9.18 for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: /usr/bin/getent for package: systemd-239-13.el8_0.5.x86_64               
--> Processing Dependency: /usr/sbin/groupadd for package: systemd-239-13.el8_0.5.x86_64            
--> Processing Dependency: acl for package: systemd-239-13.el8_0.5.x86_64                           
--> Processing Dependency: coreutils for package: systemd-239-13.el8_0.5.x86_64                     
--> Processing Dependency: grep for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libacl.so.1(ACL_1.0)(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libblkid.so.1(BLKID_2.15)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                       
--> Processing Dependency: libblkid.so.1(BLKID_2.17)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                      
--> Processing Dependency: libblkid.so.1(BLKID_2.18)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                      
--> Processing Dependency: libcrypt.so.1(XCRYPT_2.0)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                           
--> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) for package: systemd-239-13.el
8_0.5.x86_64                                                                    
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: systemd-239-13.el8_0.5.x86
_64                                                                            
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: systemd-239-13.el8_0.5.x86
_64                                                                                 
--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: systemd-239-13.el8_0.5.x86
_64                                                              
--> Processing Dependency: libelf.so.1(ELFUTILS_1.0)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                                        
--> Processing Dependency: libgcc_s.so.1(GCC_3.0)(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libgcc_s.so.1(GCC_3.3.1)(64bit) for package: systemd-239-13.el8_0.5.x86_6
4                                                                                                 
--> Processing Dependency: libgcrypt.so.20(GCRYPT_1.6)(64bit) for package: systemd-239-13.el8_0.5.x8
6_64                                                                                          
--> Processing Dependency: libgnutls.so.30(GNUTLS_3_4)(64bit) for package: systemd-239-13.el8_0.5.x8
6_64
--> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: systemd-239-13.el8_0
.5.x86_64                                                                                
--> Processing Dependency: libidn2.so.0(IDN2_0.0.0)(64bit) for package: systemd-239-13.el8_0.5.x86_6
4                                                             
--> Processing Dependency: libkmod.so.2(LIBKMOD_5)(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: liblzma.so.5(XZ_5.0)(64bit) for package: systemd-239-13.el8_0.5.x86_64 
--> Processing Dependency: libmount.so.1(MOUNT_2.19)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                                                  
--> Processing Dependency: libmount.so.1(MOUNT_2.20)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                                                  
--> Processing Dependency: libmount.so.1(MOUNT_2.22)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                        
--> Processing Dependency: libmount.so.1(MOUNT_2.23)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                                                  
--> Processing Dependency: libmount.so.1(MOUNT_2.26)(64bit) for package: systemd-239-13.el8_0.5.x86_
64                                                                                                  
--> Processing Dependency: libpam.so.0(LIBPAM_1.0)(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: sed for package: systemd-239-13.el8_0.5.x86_64                           
--> Processing Dependency: util-linux for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libacl.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64          
--> Processing Dependency: libaudit.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libblkid.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64        
--> Processing Dependency: libbz2.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libcap.so.2()(64bit) for package: systemd-239-13.el8_0.5.x86_64          
--> Processing Dependency: libcrypt.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libcryptsetup.so.12()(64bit) for package: systemd-239-13.el8_0.5.x86_64  
--> Processing Dependency: libdw.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libelf.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64          
--> Processing Dependency: libgcc_s.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libgcrypt.so.20()(64bit) for package: systemd-239-13.el8_0.5.x86_64      
--> Processing Dependency: libgnutls.so.30()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libgpg-error.so.0()(64bit) for package: systemd-239-13.el8_0.5.x86_64   
--> Processing Dependency: libidn2.so.0()(64bit) for package: systemd-239-13.el8_0.5.x86_64         
--> Processing Dependency: libip4tc.so.0()(64bit) for package: systemd-239-13.el8_0.5.x86_64      
--> Processing Dependency: libkmod.so.2()(64bit) for package: systemd-239-13.el8_0.5.x86_64         
--> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64    
--> Processing Dependency: liblzma.so.5()(64bit) for package: systemd-239-13.el8_0.5.x86_64         
--> Processing Dependency: libmount.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libpam.so.0()(64bit) for package: systemd-239-13.el8_0.5.x86_64          
--> Processing Dependency: libpcre2-8.so.0()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libseccomp.so.2()(64bit) for package: systemd-239-13.el8_0.5.x86_64      
--> Processing Dependency: libselinux.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64
--> Processing Dependency: libz.so.1()(64bit) for package: systemd-239-13.el8_0.5.x86_64            
--> Running transaction check
---> Package acl.x86_64 0:2.2.53-1.el8 will be installed
--> Processing Dependency: libattr.so.1()(64bit) for package: acl-2.2.53-1.el8.x86_64               
---> Package audit-libs.x86_64 0:3.0-0.10.20180831git0047a6c.el8 will be installed                  
--> Processing Dependency: libcap-ng.so.0()(64bit) for package: audit-libs-3.0-0.10.20180831git0047a
6c.el8.x86_64                                                                                       
---> Package bzip2-libs.x86_64 0:1.0.6-26.el8 will be installed           
---> Package coreutils-single.x86_64 0:8.30-6.el8 will be installed                                 
---> Package cryptsetup-libs.x86_64 0:2.0.6-1.el8 will be installed                                 
--> Processing Dependency: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) for package: cryptsetup-libs-2.0.6
-1.el8.x86_64                                                                                       
--> Processing Dependency: libdevmapper.so.1.02(Base)(64bit) for package: cryptsetup-libs-2.0.6-1.el
8.x86_64                                                                                            
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: cryptsetup-libs-2.0.
6-1.el8.x86_64                                                                                      
--> Processing Dependency: libuuid.so.1(UUID_1.0)(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x8
6_64                                                                                                
--> Processing Dependency: libcrypto.so.1.1()(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x86_64
--> Processing Dependency: libdevmapper.so.1.02()(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x8
6_64                                                                                        
--> Processing Dependency: libjson-c.so.4()(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x86_64  
--> Processing Dependency: libssl.so.1.1()(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x86_64
--> Processing Dependency: libuuid.so.1()(64bit) for package: cryptsetup-libs-2.0.6-1.el8.x86_64    
---> Package dbus.x86_64 1:1.12.8-7.el8 will be installed                                   
--> Processing Dependency: dbus-daemon = 1:1.12.8-7.el8 for package: 1:dbus-1.12.8-7.el8.x86_64     
---> Package dnf-data.noarch 0:4.0.9.2-5.el8 will be installed                                
--> Processing Dependency: libreport-filesystem for package: dnf-data-4.0.9.2-5.el8.noarch         
---> Package elfutils-libelf.x86_64 0:0.174-6.el8 will be installed                                 
---> Package elfutils-libs.x86_64 0:0.174-6.el8 will be installed                                 
--> Processing Dependency: default-yama-scope for package: elfutils-libs-0.174-6.el8.x86_64         
---> Package filesystem.x86_64 0:3.8-2.el8 will be installed                                  
--> Processing Dependency: setup for package: filesystem-3.8-2.el8.x86_64                           
---> Package glibc.x86_64 0:2.28-42.el8.1 will be installed                                 
--> Processing Dependency: glibc-langpack = 2.28-42.el8.1 for package: glibc-2.28-42.el8.1.x86_64   
--> Processing Dependency: basesystem for package: glibc-2.28-42.el8.1.x86_64                 
---> Package glibc-common.x86_64 0:2.28-42.el8.1 will be installed                                  
--> Processing Dependency: tzdata >= 2003a for package: glibc-common-2.28-42.el8.1.x86_64     
---> Package gnutls.x86_64 0:3.6.5-2.el8 will be installed                                          
--> Processing Dependency: libtasn1 >= 4.3 for package: gnutls-3.6.5-2.el8.x86_64                 
--> Processing Dependency: nettle >= 3.4.1 for package: gnutls-3.6.5-2.el8.x86_64                   
--> Processing Dependency: crypto-policies for package: gnutls-3.6.5-2.el8.x86_64                   
--> Processing Dependency: libhogweed.so.4(HOGWEED_4)(64bit) for package: gnutls-3.6.5-2.el8.x86_64 
--> Processing Dependency: libnettle.so.6(NETTLE_6)(64bit) for package: gnutls-3.6.5-2.el8.x86_64   
--> Processing Dependency: libtasn1.so.6(LIBTASN1_0_3)(64bit) for package: gnutls-3.6.5-2.el8.x86_64
--> Processing Dependency: p11-kit-trust for package: gnutls-3.6.5-2.el8.x86_64
--> Processing Dependency: libgmp.so.10()(64bit) for package: gnutls-3.6.5-2.el8.x86_64             
--> Processing Dependency: libhogweed.so.4()(64bit) for package: gnutls-3.6.5-2.el8.x86_64          
--> Processing Dependency: libnettle.so.6()(64bit) for package: gnutls-3.6.5-2.el8.x86_64           
--> Processing Dependency: libp11-kit.so.0()(64bit) for package: gnutls-3.6.5-2.el8.x86_64          
--> Processing Dependency: libtasn1.so.6()(64bit) for package: gnutls-3.6.5-2.el8.x86_64            
--> Processing Dependency: libunistring.so.2()(64bit) for package: gnutls-3.6.5-2.el8.x86_64        
---> Package grep.x86_64 0:3.1-6.el8 will be installed                                              
--> Processing Dependency: /sbin/install-info for package: grep-3.1-6.el8.x86_64                    
--> Processing Dependency: /sbin/install-info for package: grep-3.1-6.el8.x86_64                    
--> Processing Dependency: libpcre.so.1()(64bit) for package: grep-3.1-6.el8.x86_64                 
---> Package iptables-libs.x86_64 0:1.8.2-9.el8_0.1 will be installed                               
--> Processing Dependency: libpcap.so.1()(64bit) for package: iptables-libs-1.8.2-9.el8_0.1.x86_64  
---> Package kmod-libs.x86_64 0:25-11.el8_0.2 will be installed                             
---> Package libacl.x86_64 0:2.2.53-1.el8 will be installed                                         
---> Package libblkid.x86_64 0:2.32.1-8.el8 will be installed                                    
---> Package libcap.x86_64 0:2.25-9.el8 will be installed                                           
---> Package libgcc.x86_64 0:8.2.1-3.5.el8 will be installed                                
---> Package libgcrypt.x86_64 0:1.8.3-2.el8 will be installed                                       
---> Package libgpg-error.x86_64 0:1.31-1.el8 will be installed                               
---> Package libidn2.x86_64 0:2.0.5-1.el8 will be installed                                        
---> Package libmodulemd.x86_64 0:2.0.0-5.el8 will be installed                                     
--> Processing Dependency: libglib-2.0.so.0()(64bit) for package: libmodulemd-2.0.0-5.el8.x86_64  
--> Processing Dependency: libgobject-2.0.so.0()(64bit) for package: libmodulemd-2.0.0-5.el8.x86_64 
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: libmodulemd-2.0.0-5.el8.x86_64
---> Package libmount.x86_64 0:2.32.1-8.el8 will be installed                                       
---> Package libseccomp.x86_64 0:2.3.3-3.el8 will be installed                              
---> Package libselinux.x86_64 0:2.8-6.el8 will be installed                                        
--> Processing Dependency: libsepol(x86-64) >= 2.8-2 for package: libselinux-2.8-6.el8.x86_64 
--> Processing Dependency: libsepol.so.1(LIBSEPOL_1.0)(64bit) for package: libselinux-2.8-6.el8.x86_
64                                                                                            
--> Processing Dependency: libsepol.so.1()(64bit) for package: libselinux-2.8-6.el8.x86_64          
---> Package libxcrypt.x86_64 0:4.1.1-4.el8 will be installed                                     
---> Package lz4-libs.x86_64 0:1.8.1.2-4.el8 will be installed                                      
---> Package ncurses-libs.x86_64 0:6.1-7.20180224.el8 will be installed                             
--> Processing Dependency: ncurses-base = 6.1-7.20180224.el8 for package: ncurses-libs-6.1-7.2018022
4.el8.x86_64                                                                                        
---> Package pam.x86_64 0:1.3.1-4.el8 will be installed                                             
--> Processing Dependency: libpwquality >= 0.9.9 for package: pam-1.3.1-4.el8.x86_64
--> Processing Dependency: libnsl.so.2(LIBNSL_1.0)(64bit) for package: pam-1.3.1-4.el8.x86_64       
--> Processing Dependency: libtirpc.so.3(TIRPC_0.3.0)(64bit) for package: pam-1.3.1-4.el8.x86_64    
--> Processing Dependency: libcrack.so.2()(64bit) for package: pam-1.3.1-4.el8.x86_64               
--> Processing Dependency: libdb-5.3.so()(64bit) for package: pam-1.3.1-4.el8.x86_64                
--> Processing Dependency: libnsl.so.2()(64bit) for package: pam-1.3.1-4.el8.x86_64                 
--> Processing Dependency: libtirpc.so.3()(64bit) for package: pam-1.3.1-4.el8.x86_64               
---> Package pcre2.x86_64 0:10.32-1.el8 will be installed                                           
---> Package platform-python.x86_64 0:3.6.8-2.el8_0.0.1 will be installed                           
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-2.el8_0.0.1 for package: platform-python-3.6
.8-2.el8_0.0.1.x86_64                                                                               
--> Processing Dependency: /usr/sbin/alternatives for package: platform-python-3.6.8-2.el8_0.0.1.x86
_64                                                                                                 
--> Processing Dependency: /usr/sbin/alternatives for package: platform-python-3.6.8-2.el8_0.0.1.x86
_64                                                                                                 
--> Processing Dependency: /usr/sbin/alternatives for package: platform-python-3.6.8-2.el8_0.0.1.x86
_64                                                                                                 
--> Processing Dependency: platform-python-pip for package: platform-python-3.6.8-2.el8_0.0.1.x86_64
--> Processing Dependency: platform-python-setuptools for package: platform-python-3.6.8-2.el8_0.0.1
.x86_64                                                                                       
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: platform-python-3.6.8-2.el8_0.
0.1.x86_64                                                                                          
---> Package python3-gpg.x86_64 0:1.10.0-6.el8.0.1 will be installed                              
--> Processing Dependency: gpgme(x86-64) = 1.10.0-6.el8.0.1 for package: python3-gpg-1.10.0-6.el8.0.
1.x86_64                                                                                      
--> Processing Dependency: libgpgme.so.11(GPGME_1.0)(64bit) for package: python3-gpg-1.10.0-6.el8.0.
1.x86_64                                                                                    
--> Processing Dependency: libgpgme.so.11(GPGME_1.1)(64bit) for package: python3-gpg-1.10.0-6.el8.0.
1.x86_64                                                                                      
--> Processing Dependency: libgpgme.so.11()(64bit) for package: python3-gpg-1.10.0-6.el8.0.1.x86_64 
---> Package python3-hawkey.x86_64 0:0.22.5-5.el8_0 will be installed                         
--> Processing Dependency: libdnf(x86-64) = 0.22.5-5.el8_0 for package: python3-hawkey-0.22.5-5.el8_
0.x86_64                                                                                          
--> Processing Dependency: libsolv.so.0(SOLV_1.0)(64bit) for package: python3-hawkey-0.22.5-5.el8_0.
x86_64                                                                                              
--> Processing Dependency: libsolvext.so.0(SOLV_1.0)(64bit) for package: python3-hawkey-0.22.5-5.el8
_0.x86_64                                                                                           
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3)(64bit) for package: python3-hawkey-0.22.5-5.el
8_0.x86_64                                                                          
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4)(64bit) for package: python3-hawkey-0.22.5-5.e
l8_0.x86_64                                                                                         
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) for package: python3-hawkey-0.22.5-
5.el8_0.x86_64                                                                                      
--> Processing Dependency: libdnf.so.2()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64   
--> Processing Dependency: libmodulemd.so.1()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_
64                                                                                                  
--> Processing Dependency: librepo.so.0()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64  
--> Processing Dependency: librpm.so.8()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64   
--> Processing Dependency: librpmio.so.8()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64 
--> Processing Dependency: libsmartcols.so.1()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86
_64                                                                                                 
--> Processing Dependency: libsolv.so.0()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64  
--> Processing Dependency: libsolvext.so.0()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_6
4                                                                                                   
--> Processing Dependency: libsqlite3.so.0()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_6
4                                                                                                   
--> Processing Dependency: libstdc++.so.6()(64bit) for package: python3-hawkey-0.22.5-5.el8_0.x86_64
---> Package python3-iniparse.noarch 0:0.4-31.el8 will be installed                           
--> Processing Dependency: python3-six for package: python3-iniparse-0.4-31.el8.noarch              
---> Package python3-libcomps.x86_64 0:0.1.8-13.el8 will be installed                               
--> Processing Dependency: libcomps(x86-64) = 0.1.8-13.el8 for package: python3-libcomps-0.1.8-13.el
8.x86_64                                                                                            
--> Processing Dependency: libcomps.so.0.1.6()(64bit) for package: python3-libcomps-0.1.8-13.el8.x86
_64                                                                                                 
--> Processing Dependency: libexpat.so.1()(64bit) for package: python3-libcomps-0.1.8-13.el8.x86_64
--> Processing Dependency: libxml2.so.2()(64bit) for package: python3-libcomps-0.1.8-13.el8.x86_64  
---> Package python3-libdnf.x86_64 0:0.22.5-5.el8_0 will be installed                         
---> Package python3-rpm.x86_64 0:4.14.2-9.el8 will be installed                                    
--> Processing Dependency: libimaevm.so.0()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64
--> Processing Dependency: liblua-5.3.so()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64      
--> Processing Dependency: libmagic.so.1()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64    
--> Processing Dependency: libpopt.so.0()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64       
--> Processing Dependency: librpmbuild.so.8()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64   
--> Processing Dependency: librpmsign.so.8()(64bit) for package: python3-rpm-4.14.2-9.el8.x86_64    
---> Package sed.x86_64 0:4.5-1.el8 will be installed                                               
---> Package shadow-utils.x86_64 2:4.6-7.el8 will be installed                                      
--> Processing Dependency: libsemanage.so.1(LIBSEMANAGE_1.0)(64bit) for package: 2:shadow-utils-4.6-
7.el8.x86_64                                                                                        
--> Processing Dependency: libsemanage.so.1()(64bit) for package: 2:shadow-utils-4.6-7.el8.x86_64   
---> Package systemd-libs.x86_64 0:239-13.el8_0.5 will be installed                                 
---> Package systemd-pam.x86_64 0:239-13.el8_0.5 will be installed                                  
---> Package util-linux.x86_64 0:2.32.1-8.el8 will be installed                                     
--> Processing Dependency: libfdisk = 2.32.1-8.el8 for package: util-linux-2.32.1-8.el8.x86_64      
--> Processing Dependency: libfdisk.so.1(FDISK_2.26)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.27)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.28)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.29)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.30)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.31)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libfdisk.so.1(FDISK_2.32)(64bit) for package: util-linux-2.32.1-8.el8.x86
_64                                                                                                 
--> Processing Dependency: libutempter.so.0(UTEMPTER_1.1)(64bit) for package: util-linux-2.32.1-8.el
8.x86_64                                                                                            
--> Processing Dependency: libfdisk.so.1()(64bit) for package: util-linux-2.32.1-8.el8.x86_64       
--> Processing Dependency: libutempter.so.0()(64bit) for package: util-linux-2.32.1-8.el8.x86_64    
---> Package xz-libs.x86_64 0:5.2.4-3.el8 will be installed                                         
---> Package zlib.x86_64 0:1.2.11-10.el8 will be installed                                         
--> Running transaction check                                                                       
---> Package basesystem.noarch 0:11-5.el8 will be installed                                   
---> Package chkconfig.x86_64 0:1.11-1.el8 will be installed                                        
---> Package cracklib.x86_64 0:2.9.6-15.el8 will be installed                                  
--> Processing Dependency: gzip for package: cracklib-2.9.6-15.el8.x86_64                           
---> Package crypto-policies.noarch 0:20181217-6.git9a35207.el8 will be installed                 
---> Package dbus-daemon.x86_64 1:1.12.8-7.el8 will be installed                                    
--> Processing Dependency: dbus-common = 1:1.12.8-7.el8 for package: 1:dbus-daemon-1.12.8-7.el8.x86_
64                                                                                                  
--> Processing Dependency: dbus-libs(x86-64) = 1:1.12.8-7.el8 for package: 1:dbus-daemon-1.12.8-7.el
8.x86_64                                                                                            
--> Processing Dependency: dbus-tools = 1:1.12.8-7.el8 for package: 1:dbus-daemon-1.12.8-7.el8.x86_6
4                                                                                                   
--> Processing Dependency: libdbus-1.so.3(LIBDBUS_1_3)(64bit) for package: 1:dbus-daemon-1.12.8-7.el
8.x86_64                                                                                            
--> Processing Dependency: libdbus-1.so.3(LIBDBUS_PRIVATE_1.12.8)(64bit) for package: 1:dbus-daemon-
1.12.8-7.el8.x86_64                                                                                 
--> Processing Dependency: libdbus-1.so.3()(64bit) for package: 1:dbus-daemon-1.12.8-7.el8.x86_64   
---> Package device-mapper-libs.x86_64 8:1.02.155-6.el8 will be installed                           
--> Processing Dependency: device-mapper = 8:1.02.155-6.el8 for package: 8:device-mapper-libs-1.02.1
55-6.el8.x86_64                                                                                     
---> Package elfutils-default-yama-scope.noarch 0:0.174-6.el8 will be installed                     
---> Package expat.x86_64 0:2.2.5-3.el8 will be installed                                           
---> Package file-libs.x86_64 0:5.33-8.el8 will be installed                                        
---> Package glib2.x86_64 0:2.56.4-1.el8 will be installed                                          
--> Processing Dependency: libffi.so.6()(64bit) for package: glib2-2.56.4-1.el8.x86_64              
---> Package glibc-langpack-zu.x86_64 0:2.28-42.el8.1 will be installed                             
---> Package gmp.x86_64 1:6.1.2-8.el8 will be installed                                             
---> Package gpgme.x86_64 0:1.10.0-6.el8.0.1 will be installed                                      
--> Processing Dependency: gnupg2 >= 2.1.13 for package: gpgme-1.10.0-6.el8.0.1.x86_64              
--> Processing Dependency: libassuan.so.0(LIBASSUAN_1.0)(64bit) for package: gpgme-1.10.0-6.el8.0.1.
x86_64                                                                                              
--> Processing Dependency: libassuan.so.0()(64bit) for package: gpgme-1.10.0-6.el8.0.1.x86_64       
---> Package ima-evm-utils.x86_64 0:1.1-4.el8 will be installed                                     
--> Processing Dependency: libkeyutils.so.1(KEYUTILS_0.3)(64bit) for package: ima-evm-utils-1.1-4.el
8.x86_64                                                                                            
--> Processing Dependency: libkeyutils.so.1()(64bit) for package: ima-evm-utils-1.1-4.el8.x86_64    
---> Package info.x86_64 0:6.5-4.el8 will be installed                                             
---> Package json-c.x86_64 0:0.13.1-0.2.el8 will be installed                                       
---> Package libattr.x86_64 0:2.4.48-3.el8 will be installed                                  
---> Package libcap-ng.x86_64 0:0.7.9-4.el8 will be installed                                       
---> Package libcomps.x86_64 0:0.1.8-13.el8 will be installed                                  
---> Package libdb.x86_64 0:5.3.28-36.el8 will be installed                                         
---> Package libdnf.x86_64 0:0.22.5-5.el8_0 will be installed                                     
---> Package libfdisk.x86_64 0:2.32.1-8.el8 will be installed                                       
---> Package libmodulemd1.x86_64 0:1.8.0-5.el8 will be installed                                    
---> Package libnsl2.x86_64 0:1.2.0-2.20180605git4a062cf.el8 will be installed                      
---> Package libpcap.x86_64 14:1.9.0-1.el8 will be installed                                        
--> Processing Dependency: /usr/bin/pkg-config for package: 14:libpcap-1.9.0-1.el8.x86_64           
---> Package libpwquality.x86_64 0:1.4.0-9.el8 will be installed                                    
---> Package librepo.x86_64 0:1.9.2-1.el8 will be installed                                         
--> Processing Dependency: libcurl.so.4()(64bit) for package: librepo-1.9.2-1.el8.x86_64            
---> Package libreport-filesystem.x86_64 0:2.9.5-6.el8 will be installed                            
---> Package libsemanage.x86_64 0:2.8-5.el8 will be installed                                       
---> Package libsepol.x86_64 0:2.8-2.el8 will be installed                                          
---> Package libsmartcols.x86_64 0:2.32.1-8.el8 will be installed                                   
---> Package libsolv.x86_64 0:0.6.35-6.el8 will be installed                                        
---> Package libstdc++.x86_64 0:8.2.1-3.5.el8 will be installed                                     
---> Package libtasn1.x86_64 0:4.13-3.el8 will be installed                                         
---> Package libtirpc.x86_64 0:1.1.4-3.el8 will be installed                                        
--> Processing Dependency: libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) for package: libtirpc-1.1.4
-3.el8.x86_64                                                                                       
--> Processing Dependency: libcom_err.so.2()(64bit) for package: libtirpc-1.1.4-3.el8.x86_64        
--> Processing Dependency: libgssapi_krb5.so.2()(64bit) for package: libtirpc-1.1.4-3.el8.x86_64    
--> Processing Dependency: libk5crypto.so.3()(64bit) for package: libtirpc-1.1.4-3.el8.x86_64       
--> Processing Dependency: libkrb5.so.3()(64bit) for package: libtirpc-1.1.4-3.el8.x86_64           
---> Package libunistring.x86_64 0:0.9.9-3.el8 will be installed                                    
---> Package libutempter.x86_64 0:1.1.6-14.el8 will be installed                                    
---> Package libuuid.x86_64 0:2.32.1-8.el8 will be installed                                        
---> Package libxml2.x86_64 0:2.9.7-5.el8 will be installed                                         
---> Package libyaml.x86_64 0:0.1.7-5.el8 will be installed                                         
---> Package lua-libs.x86_64 0:5.3.4-10.el8 will be installed                                       
---> Package ncurses-base.noarch 0:6.1-7.20180224.el8 will be installed                             
---> Package nettle.x86_64 0:3.4.1-1.el8 will be installed                                          
---> Package openssl-libs.x86_64 1:1.1.1-8.el8 will be installed                                    
--> Processing Dependency: ca-certificates >= 2008-5 for package: 1:openssl-libs-1.1.1-8.el8.x86_64
---> Package p11-kit.x86_64 0:0.23.14-5.el8_0 will be installed                                     
---> Package p11-kit-trust.x86_64 0:0.23.14-5.el8_0 will be installed                         
---> Package pcre.x86_64 0:8.42-4.el8 will be installed                                             
---> Package platform-python-pip.noarch 0:9.0.3-13.el8 will be installed                       
---> Package platform-python-setuptools.noarch 0:39.2.0-4.el8 will be installed                     
---> Package popt.x86_64 0:1.16-14.el8 will be installed                                          
---> Package python3-libs.x86_64 0:3.6.8-2.el8_0.0.1 will be installed                              
--> Processing Dependency: gdbm(x86-64) >= 1:1.13 for package: python3-libs-3.6.8-2.el8_0.0.1.x86_64
--> Processing Dependency: libgdbm.so.6()(64bit) for package: python3-libs-3.6.8-2.el8_0.0.1.x86_64 
--> Processing Dependency: libgdbm_compat.so.4()(64bit) for package: python3-libs-3.6.8-2.el8_0.0.1.
x86_64                                                                                              
--> Processing Dependency: libreadline.so.7()(64bit) for package: python3-libs-3.6.8-2.el8_0.0.1.x86
_64                                                                                                 
---> Package python3-six.noarch 0:1.11.0-8.el8 will be installed                                    
---> Package rpm-build-libs.x86_64 0:4.14.2-9.el8 will be installed                                 
---> Package rpm-libs.x86_64 0:4.14.2-9.el8 will be installed                                       
--> Processing Dependency: rpm = 4.14.2-9.el8 for package: rpm-libs-4.14.2-9.el8.x86_64             
---> Package setup.noarch 0:2.12.2-2.el8 will be installed                                          
---> Package sqlite-libs.x86_64 0:3.26.0-3.el8 will be installed                                    
---> Package tzdata.noarch 0:2019a-1.el8 will be installed                                          
--> Running transaction check                                                                       
---> Package ca-certificates.noarch 0:2018.2.24-6.el8 will be installed                             
---> Package dbus-common.noarch 1:1.12.8-7.el8 will be installed                                    
---> Package dbus-libs.x86_64 1:1.12.8-7.el8 will be installed                                      
---> Package dbus-tools.x86_64 1:1.12.8-7.el8 will be installed                                     
---> Package device-mapper.x86_64 8:1.02.155-6.el8 will be installed                                
---> Package gdbm.x86_64 1:1.18-1.el8 will be installed                                             
---> Package gdbm-libs.x86_64 1:1.18-1.el8 will be installed                                        
---> Package gnupg2.x86_64 0:2.2.9-1.el8 will be installed                                          
--> Processing Dependency: libksba.so.8(KSBA_0.9)(64bit) for package: gnupg2-2.2.9-1.el8.x86_64     
--> Processing Dependency: libnpth.so.0(NPTH_1.0)(64bit) for package: gnupg2-2.2.9-1.el8.x86_64     
--> Processing Dependency: libksba.so.8()(64bit) for package: gnupg2-2.2.9-1.el8.x86_64             
--> Processing Dependency: liblber-2.4.so.2()(64bit) for package: gnupg2-2.2.9-1.el8.x86_64         
--> Processing Dependency: libldap-2.4.so.2()(64bit) for package: gnupg2-2.2.9-1.el8.x86_64         
--> Processing Dependency: libnpth.so.0()(64bit) for package: gnupg2-2.2.9-1.el8.x86_64             
--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: gnupg2-2.2.9-1.el8.x86_64          
---> Package gzip.x86_64 0:1.9-4.el8 will be installed                                              
---> Package keyutils-libs.x86_64 0:1.5.10-6.el8 will be installed                                 
---> Package krb5-libs.x86_64 0:1.16.1-22.el8 will be installed                                     
--> Processing Dependency: gawk for package: krb5-libs-1.16.1-22.el8.x86_64                   
--> Processing Dependency: libverto.so.1()(64bit) for package: krb5-libs-1.16.1-22.el8.x86_64       
---> Package libassuan.x86_64 0:2.5.1-3.el8 will be installed                                  
---> Package libcom_err.x86_64 0:1.44.3-2.el8 will be installed                                     
---> Package libcurl-minimal.x86_64 0:7.61.1-8.el8 will be installed                              
--> Processing Dependency: libnghttp2.so.14()(64bit) for package: libcurl-minimal-7.61.1-8.el8.x86_6
4                                                                                                   
---> Package libffi.x86_64 0:3.1-18.el8 will be installed                                           
---> Package pkgconf-pkg-config.x86_64 0:1.4.2-1.el8 will be installed                              
--> Processing Dependency: pkgconf(x86-64) = 1.4.2-1.el8 for package: pkgconf-pkg-config-1.4.2-1.el8
.x86_64                                                                                             
--> Processing Dependency: pkgconf-m4 = 1.4.2-1.el8 for package: pkgconf-pkg-config-1.4.2-1.el8.x86_
64                                                                                                  
---> Package readline.x86_64 0:7.0-10.el8 will be installed                                         
---> Package rpm.x86_64 0:4.14.2-9.el8 will be installed                                            
--> Processing Dependency: /usr/bin/db_stat for package: rpm-4.14.2-9.el8.x86_64                    
--> Processing Dependency: curl for package: rpm-4.14.2-9.el8.x86_64                                
--> Processing Dependency: libarchive.so.13()(64bit) for package: rpm-4.14.2-9.el8.x86_64           
--> Running transaction check                                                                       
---> Package curl-minimal.x86_64 0:7.61.1-8.el8 will be installed                                   
---> Package gawk.x86_64 0:4.2.1-1.el8 will be installed                                            
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gawk-4.2.1-1.el8.x86_64               
--> Processing Dependency: libsigsegv.so.2()(64bit) for package: gawk-4.2.1-1.el8.x86_64            
---> Package libarchive.x86_64 0:3.3.2-3.el8 will be installed                                      
---> Package libdb-utils.x86_64 0:5.3.28-36.el8 will be installed                                   
---> Package libksba.x86_64 0:1.3.5-7.el8 will be installed                                         
---> Package libnghttp2.x86_64 0:1.33.0-1.el8 will be installed                                     
---> Package libusbx.x86_64 0:1.0.22-1.el8 will be installed                                        
---> Package libverto.x86_64 0:0.3.0-5.el8 will be installed                                        
---> Package npth.x86_64 0:1.5-4.el8 will be installed                                              
---> Package openldap.x86_64 0:2.4.46-9.el8 will be installed                                       
--> Processing Dependency: libsasl2.so.3()(64bit) for package: openldap-2.4.46-9.el8.x86_64         
---> Package pkgconf.x86_64 0:1.4.2-1.el8 will be installed                                         
--> Processing Dependency: libpkgconf(x86-64) = 1.4.2-1.el8 for package: pkgconf-1.4.2-1.el8.x86_64 
--> Processing Dependency: libpkgconf.so.3()(64bit) for package: pkgconf-1.4.2-1.el8.x86_64         
---> Package pkgconf-m4.noarch 0:1.4.2-1.el8 will be installed                                      
--> Running transaction check                                                                      
---> Package cyrus-sasl-lib.x86_64 0:2.1.27-0.3rc7.el8 will be installed                            
---> Package libpkgconf.x86_64 0:1.4.2-1.el8 will be installed                                
---> Package libsigsegv.x86_64 0:2.11-5.el8 will be installed                                       
---> Package mpfr.x86_64 0:3.1.6-1.el8 will be installed                                       
--> Finished Dependency Resolution                                                                  
                                                                                                  
Dependencies Resolved                                                                               

====================================================================================================
 Package                         Arch       Version                                Repository  Size 
====================================================================================================
Installing:                                                                                         
 yum                             noarch     4.0.9.2-5.el8                          BaseOS     173 k 
Installing for dependencies:                                                                        
 acl                             x86_64     2.2.53-1.el8                           BaseOS      81 k 
 audit-libs                      x86_64     3.0-0.10.20180831git0047a6c.el8        BaseOS     116 k 
 basesystem                      noarch     11-5.el8                               BaseOS      10 k 
 bash                            x86_64     4.4.19-7.el8                           BaseOS     1.5 M 
 bzip2-libs                      x86_64     1.0.6-26.el8                           BaseOS      48 k 
 ca-certificates                 noarch     2018.2.24-6.el8                        BaseOS     394 k 
 chkconfig                       x86_64     1.11-1.el8                             BaseOS     189 k 
 coreutils-single                x86_64     8.30-6.el8                             BaseOS     628 k 
 cracklib                        x86_64     2.9.6-15.el8                           BaseOS      93 k 
 crypto-policies                 noarch     20181217-6.git9a35207.el8              BaseOS      54 k 
 cryptsetup-libs                 x86_64     2.0.6-1.el8                            BaseOS     320 k 
 curl-minimal                    x86_64     7.61.1-8.el8                           BaseOS     153 k 
 cyrus-sasl-lib                  x86_64     2.1.27-0.3rc7.el8                      BaseOS     123 k 
 dbus                            x86_64     1:1.12.8-7.el8                         BaseOS      40 k 
 dbus-common                     noarch     1:1.12.8-7.el8                         BaseOS      45 k 
 dbus-daemon                     x86_64     1:1.12.8-7.el8                         BaseOS     240 k 
 dbus-libs                       x86_64     1:1.12.8-7.el8                         BaseOS     183 k 
 dbus-tools                      x86_64     1:1.12.8-7.el8                         BaseOS      85 k 
 device-mapper                   x86_64     8:1.02.155-6.el8                       BaseOS     370 k 
 device-mapper-libs              x86_64     8:1.02.155-6.el8                       BaseOS     402 k 
 dnf                             noarch     4.0.9.2-5.el8                          BaseOS     440 k 
 dnf-data                        noarch     4.0.9.2-5.el8                          BaseOS     135 k 
 elfutils-default-yama-scope     noarch     0.174-6.el8                            BaseOS      46 k 
 elfutils-libelf                 x86_64     0.174-6.el8                            BaseOS     210 k
 elfutils-libs                   x86_64     0.174-6.el8                            BaseOS     316 k 
 expat                           x86_64     2.2.5-3.el8                            BaseOS     110 k
 file-libs                       x86_64     5.33-8.el8                             BaseOS     542 k 
 filesystem                      x86_64     3.8-2.el8                              BaseOS     1.1 M
 gawk                            x86_64     4.2.1-1.el8                            BaseOS     1.1 M 
 gdbm                            x86_64     1:1.18-1.el8                           BaseOS     130 k
 gdbm-libs                       x86_64     1:1.18-1.el8                           BaseOS      60 k 
 glib2                           x86_64     2.56.4-1.el8                           BaseOS     2.5 M 
 glibc                           x86_64     2.28-42.el8.1                          BaseOS     3.8 M 
 glibc-common                    x86_64     2.28-42.el8.1                          BaseOS     812 k 
 glibc-langpack-zu               x86_64     2.28-42.el8.1                          BaseOS     414 k 
 gmp                             x86_64     1:6.1.2-8.el8                          BaseOS     319 k 
 gnupg2                          x86_64     2.2.9-1.el8                            BaseOS     2.3 M 
 gnutls                          x86_64     3.6.5-2.el8                            BaseOS     896 k 
 gpgme                           x86_64     1.10.0-6.el8.0.1                       BaseOS     241 k 
 grep                            x86_64     3.1-6.el8                              BaseOS     274 k 
 gzip                            x86_64     1.9-4.el8                              BaseOS     166 k 
 ima-evm-utils                   x86_64     1.1-4.el8                              BaseOS      55 k 
 info                            x86_64     6.5-4.el8                              BaseOS     198 k 
 iptables-libs                   x86_64     1.8.2-9.el8_0.1                        BaseOS      97 k 
 json-c                          x86_64     0.13.1-0.2.el8                         BaseOS      40 k 
 keyutils-libs                   x86_64     1.5.10-6.el8                           BaseOS      34 k 
 kmod-libs                       x86_64     25-11.el8_0.2                          BaseOS      69 k 
 krb5-libs                       x86_64     1.16.1-22.el8                          BaseOS     840 k 
 libacl                          x86_64     2.2.53-1.el8                           BaseOS      35 k 
 libarchive                      x86_64     3.3.2-3.el8                            BaseOS     358 k 
 libassuan                       x86_64     2.5.1-3.el8                            BaseOS      83 k 
 libattr                         x86_64     2.4.48-3.el8                           BaseOS      27 k 
 libblkid                        x86_64     2.32.1-8.el8                           BaseOS     213 k 
 libcap                          x86_64     2.25-9.el8                             BaseOS      57 k 
 libcap-ng                       x86_64     0.7.9-4.el8                            BaseOS      33 k 
 libcom_err                      x86_64     1.44.3-2.el8                           BaseOS      48 k 
 libcomps                        x86_64     0.1.8-13.el8                           BaseOS      81 k 
 libcurl-minimal                 x86_64     7.61.1-8.el8                           BaseOS     281 k 
 libdb                           x86_64     5.3.28-36.el8                          BaseOS     750 k 
 libdb-utils                     x86_64     5.3.28-36.el8                          BaseOS     150 k 
 libdnf                          x86_64     0.22.5-5.el8_0                         BaseOS     574 k 
 libfdisk                        x86_64     2.32.1-8.el8                           BaseOS     247 k
 libffi                          x86_64     3.1-18.el8                             BaseOS      37 k 
 libgcc                          x86_64     8.2.1-3.5.el8                          BaseOS      77 k
 libgcrypt                       x86_64     1.8.3-2.el8                            BaseOS     459 k 
 libgpg-error                    x86_64     1.31-1.el8                             BaseOS     242 k
 libidn2                         x86_64     2.0.5-1.el8                            BaseOS      90 k 
 libksba                         x86_64     1.3.5-7.el8                            BaseOS     135 k
 libmodulemd                     x86_64     2.0.0-5.el8                            BaseOS     154 k 
 libmodulemd1                    x86_64     1.8.0-5.el8                            BaseOS     175 k 
 libmount                        x86_64     2.32.1-8.el8                           BaseOS     229 k 
 libnghttp2                      x86_64     1.33.0-1.el8                           BaseOS      77 k 
 libnsl2                         x86_64     1.2.0-2.20180605git4a062cf.el8         BaseOS      58 k 
 libpcap                         x86_64     14:1.9.0-1.el8                         BaseOS     160 k 
 libpkgconf                      x86_64     1.4.2-1.el8                            BaseOS      35 k 
 libpwquality                    x86_64     1.4.0-9.el8                            BaseOS     103 k 
 librepo                         x86_64     1.9.2-1.el8                            BaseOS      84 k 
 libreport-filesystem            x86_64     2.9.5-6.el8                            BaseOS      20 k 
 libseccomp                      x86_64     2.3.3-3.el8                            BaseOS      64 k 
 libselinux                      x86_64     2.8-6.el8                              BaseOS     178 k 
 libsemanage                     x86_64     2.8-5.el8                              BaseOS     162 k 
 libsepol                        x86_64     2.8-2.el8                              BaseOS     338 k 
 libsigsegv                      x86_64     2.11-5.el8                             BaseOS      30 k 
 libsmartcols                    x86_64     2.32.1-8.el8                           BaseOS     173 k 
 libsolv                         x86_64     0.6.35-6.el8                           BaseOS     352 k 
 libstdc++                       x86_64     8.2.1-3.5.el8                          BaseOS     448 k 
 libtasn1                        x86_64     4.13-3.el8                             BaseOS      76 k 
 libtirpc                        x86_64     1.1.4-3.el8                            BaseOS     112 k 
 libunistring                    x86_64     0.9.9-3.el8                            BaseOS     422 k 
 libusbx                         x86_64     1.0.22-1.el8                           BaseOS      71 k 
 libutempter                     x86_64     1.1.6-14.el8                           BaseOS      32 k 
 libuuid                         x86_64     2.32.1-8.el8                           BaseOS      93 k 
 libverto                        x86_64     0.3.0-5.el8                            BaseOS      24 k 
 libxcrypt                       x86_64     4.1.1-4.el8                            BaseOS      73 k 
 libxml2                         x86_64     2.9.7-5.el8                            BaseOS     696 k 
 libyaml                         x86_64     0.1.7-5.el8                            BaseOS      61 k 
 lua-libs                        x86_64     5.3.4-10.el8                           BaseOS     118 k 
 lz4-libs                        x86_64     1.8.1.2-4.el8                          BaseOS      55 k 
 mpfr                            x86_64     3.1.6-1.el8                            BaseOS     221 k 
 ncurses-base                    noarch     6.1-7.20180224.el8                     BaseOS      81 k
 ncurses-libs                    x86_64     6.1-7.20180224.el8                     BaseOS     335 k 
 nettle                          x86_64     3.4.1-1.el8                            BaseOS     302 k
 npth                            x86_64     1.5-4.el8                              BaseOS      26 k 
 openldap                        x86_64     2.4.46-9.el8                           BaseOS     352 k
 openssl-libs                    x86_64     1:1.1.1-8.el8                          BaseOS     1.4 M 
 p11-kit                         x86_64     0.23.14-5.el8_0                        BaseOS     272 k
 p11-kit-trust                   x86_64     0.23.14-5.el8_0                        BaseOS     139 k 
 pam                             x86_64     1.3.1-4.el8                            BaseOS     734 k 
 pcre                            x86_64     8.42-4.el8                             BaseOS     208 k 
 pcre2                           x86_64     10.32-1.el8                            BaseOS     244 k 
 pkgconf                         x86_64     1.4.2-1.el8                            BaseOS      38 k 
 pkgconf-m4                      noarch     1.4.2-1.el8                            BaseOS      17 k 
 pkgconf-pkg-config              x86_64     1.4.2-1.el8                            BaseOS      15 k 
 platform-python                 x86_64     3.6.8-2.el8_0.0.1                      BaseOS      79 k 
 platform-python-pip             noarch     9.0.3-13.el8                           BaseOS     1.8 M 
 platform-python-setuptools      noarch     39.2.0-4.el8                           BaseOS     632 k 
 popt                            x86_64     1.16-14.el8                            BaseOS      61 k 
 python3-dnf                     noarch     4.0.9.2-5.el8                          BaseOS     496 k 
 python3-gpg                     x86_64     1.10.0-6.el8.0.1                       BaseOS     229 k 
 python3-hawkey                  x86_64     0.22.5-5.el8_0                         BaseOS      86 k 
 python3-iniparse                noarch     0.4-31.el8                             BaseOS      49 k 
 python3-libcomps                x86_64     0.1.8-13.el8                           BaseOS      52 k 
 python3-libdnf                  x86_64     0.22.5-5.el8_0                         BaseOS     618 k 
 python3-libs                    x86_64     3.6.8-2.el8_0.0.1                      BaseOS     7.9 M 
 python3-rpm                     x86_64     4.14.2-9.el8                           BaseOS     147 k 
 python3-six                     noarch     1.11.0-8.el8                           BaseOS      38 k 
 readline                        x86_64     7.0-10.el8                             BaseOS     199 k 
 rpm                             x86_64     4.14.2-9.el8                           BaseOS     536 k 
 rpm-build-libs                  x86_64     4.14.2-9.el8                           BaseOS     149 k 
 rpm-libs                        x86_64     4.14.2-9.el8                           BaseOS     333 k 
 sed                             x86_64     4.5-1.el8                              BaseOS     298 k 
 setup                           noarch     2.12.2-2.el8                           BaseOS     180 k 
 shadow-utils                    x86_64     2:4.6-7.el8                            BaseOS     1.2 M 
 sqlite-libs                     x86_64     3.26.0-3.el8                           BaseOS     579 k 
 systemd                         x86_64     239-13.el8_0.5                         BaseOS     3.4 M 
 systemd-libs                    x86_64     239-13.el8_0.5                         BaseOS     551 k 
 systemd-pam                     x86_64     239-13.el8_0.5                         BaseOS     222 k 
 tzdata                          noarch     2019a-1.el8                            BaseOS     465 k
 util-linux                      x86_64     2.32.1-8.el8                           BaseOS     2.5 M 
 xz-libs                         x86_64     5.2.4-3.el8                            BaseOS      94 k
 zlib                            x86_64     1.2.11-10.el8                          BaseOS     101 k 
                                                                                                   
Transaction Summary                                                                                 
====================================================================================================
Install     142 Packages                                                                            
                                                                                                   
Total download size: 58 M                                                                           
Installed size: 206 M                                                                               
Is this ok [y/N]: y
Downloading Packages:                                                                     [114/3796]
(1/142): acl-2.2.53-1.el8.x86_64.rpm                                         |  81 kB  00:00:00
warning: /target/var/cache/yum/BaseOS/packages/acl-2.2.53-1.el8.x86_64.rpm: Header V3 RSA/SHA256 Sig
nature, key ID 8483c65d: NOKEY
Public key for acl-2.2.53-1.el8.x86_64.rpm is not installed
(2/142): audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64.rpm               | 116 kB  00:00:00
(3/142): basesystem-11-5.el8.noarch.rpm                                      |  10 kB  00:00:00
(4/142): bash-4.4.19-7.el8.x86_64.rpm                                        | 1.5 MB  00:00:00
(5/142): bzip2-libs-1.0.6-26.el8.x86_64.rpm                                  |  48 kB  00:00:00
(6/142): ca-certificates-2018.2.24-6.el8.noarch.rpm                          | 394 kB  00:00:00
(7/142): chkconfig-1.11-1.el8.x86_64.rpm                                     | 189 kB  00:00:00
(8/142): coreutils-single-8.30-6.el8.x86_64.rpm                              | 628 kB  00:00:00
(9/142): cracklib-2.9.6-15.el8.x86_64.rpm                                    |  93 kB  00:00:00
(10/142): crypto-policies-20181217-6.git9a35207.el8.noarch.rpm               |  54 kB  00:00:00
(11/142): cryptsetup-libs-2.0.6-1.el8.x86_64.rpm                             | 320 kB  00:00:00
(12/142): curl-minimal-7.61.1-8.el8.x86_64.rpm                               | 153 kB  00:00:00
(13/142): cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64.rpm                        | 123 kB  00:00:00
(14/142): dbus-1.12.8-7.el8.x86_64.rpm                                       |  40 kB  00:00:00
(15/142): dbus-common-1.12.8-7.el8.noarch.rpm                                |  45 kB  00:00:00
(16/142): dbus-daemon-1.12.8-7.el8.x86_64.rpm                                | 240 kB  00:00:00
(17/142): dbus-libs-1.12.8-7.el8.x86_64.rpm                                  | 183 kB  00:00:00
(18/142): dbus-tools-1.12.8-7.el8.x86_64.rpm                                 |  85 kB  00:00:00
(19/142): device-mapper-1.02.155-6.el8.x86_64.rpm                            | 370 kB  00:00:00
(20/142): device-mapper-libs-1.02.155-6.el8.x86_64.rpm                       | 402 kB  00:00:00
(21/142): dnf-4.0.9.2-5.el8.noarch.rpm                                       | 440 kB  00:00:00
(22/142): dnf-data-4.0.9.2-5.el8.noarch.rpm                                  | 135 kB  00:00:00
(23/142): elfutils-default-yama-scope-0.174-6.el8.noarch.rpm                 |  46 kB  00:00:00
(24/142): elfutils-libelf-0.174-6.el8.x86_64.rpm                             | 210 kB  00:00:00
(25/142): elfutils-libs-0.174-6.el8.x86_64.rpm                               | 316 kB  00:00:00
(26/142): expat-2.2.5-3.el8.x86_64.rpm                                       | 110 kB  00:00:00
(27/142): file-libs-5.33-8.el8.x86_64.rpm                                    | 542 kB  00:00:00
(28/142): filesystem-3.8-2.el8.x86_64.rpm                                    | 1.1 MB  00:00:00
(29/142): gawk-4.2.1-1.el8.x86_64.rpm                                        | 1.1 MB  00:00:00
(30/142): gdbm-1.18-1.el8.x86_64.rpm                                         | 130 kB  00:00:00
(31/142): gdbm-libs-1.18-1.el8.x86_64.rpm                                    |  60 kB  00:00:00
(32/142): glib2-2.56.4-1.el8.x86_64.rpm                                      | 2.5 MB  00:00:00
(33/142): glibc-2.28-42.el8.1.x86_64.rpm                                     | 3.8 MB  00:00:00
(34/142): glibc-common-2.28-42.el8.1.x86_64.rpm                              | 812 kB  00:00:00
(35/142): glibc-langpack-zu-2.28-42.el8.1.x86_64.rpm                         | 414 kB  00:00:00
(36/142): gmp-6.1.2-8.el8.x86_64.rpm                                         | 319 kB  00:00:00
(37/142): gnupg2-2.2.9-1.el8.x86_64.rpm                                      | 2.3 MB  00:00:00     
(38/142): gnutls-3.6.5-2.el8.x86_64.rpm                                      | 896 kB  00:00:00
(39/142): gpgme-1.10.0-6.el8.0.1.x86_64.rpm                                  | 241 kB  00:00:00
(40/142): grep-3.1-6.el8.x86_64.rpm                                          | 274 kB  00:00:00
(41/142): gzip-1.9-4.el8.x86_64.rpm                                          | 166 kB  00:00:00
(42/142): ima-evm-utils-1.1-4.el8.x86_64.rpm                                 |  55 kB  00:00:00
(43/142): info-6.5-4.el8.x86_64.rpm                                          | 198 kB  00:00:00
(44/142): iptables-libs-1.8.2-9.el8_0.1.x86_64.rpm                           |  97 kB  00:00:00
(45/142): json-c-0.13.1-0.2.el8.x86_64.rpm                                   |  40 kB  00:00:00
(46/142): keyutils-libs-1.5.10-6.el8.x86_64.rpm                              |  34 kB  00:00:00
(47/142): kmod-libs-25-11.el8_0.2.x86_64.rpm                                 |  69 kB  00:00:00
(48/142): krb5-libs-1.16.1-22.el8.x86_64.rpm                                 | 840 kB  00:00:00
(49/142): libacl-2.2.53-1.el8.x86_64.rpm                                     |  35 kB  00:00:00
(50/142): libarchive-3.3.2-3.el8.x86_64.rpm                                  | 358 kB  00:00:00
(51/142): libassuan-2.5.1-3.el8.x86_64.rpm                                   |  83 kB  00:00:00
(52/142): libattr-2.4.48-3.el8.x86_64.rpm                                    |  27 kB  00:00:00
(53/142): libblkid-2.32.1-8.el8.x86_64.rpm                                   | 213 kB  00:00:00
(54/142): libcap-2.25-9.el8.x86_64.rpm                                       |  57 kB  00:00:00
(55/142): libcap-ng-0.7.9-4.el8.x86_64.rpm                                   |  33 kB  00:00:00
(56/142): libcom_err-1.44.3-2.el8.x86_64.rpm                                 |  48 kB  00:00:00
(57/142): libcomps-0.1.8-13.el8.x86_64.rpm                                   |  81 kB  00:00:00
(58/142): libcurl-minimal-7.61.1-8.el8.x86_64.rpm                            | 281 kB  00:00:00
(59/142): libdb-5.3.28-36.el8.x86_64.rpm                                     | 750 kB  00:00:00
(60/142): libdb-utils-5.3.28-36.el8.x86_64.rpm                               | 150 kB  00:00:00
(61/142): libdnf-0.22.5-5.el8_0.x86_64.rpm                                   | 574 kB  00:00:00
(62/142): libfdisk-2.32.1-8.el8.x86_64.rpm                                   | 247 kB  00:00:00
(63/142): libffi-3.1-18.el8.x86_64.rpm                                       |  37 kB  00:00:00
(64/142): libgcc-8.2.1-3.5.el8.x86_64.rpm                                    |  77 kB  00:00:00
(65/142): libgcrypt-1.8.3-2.el8.x86_64.rpm                                   | 459 kB  00:00:00
(66/142): libgpg-error-1.31-1.el8.x86_64.rpm                                 | 242 kB  00:00:00
(67/142): libidn2-2.0.5-1.el8.x86_64.rpm                                     |  90 kB  00:00:00
(68/142): libksba-1.3.5-7.el8.x86_64.rpm                                     | 135 kB  00:00:00
(69/142): libmodulemd-2.0.0-5.el8.x86_64.rpm                                 | 154 kB  00:00:00
(70/142): libmodulemd1-1.8.0-5.el8.x86_64.rpm                                | 175 kB  00:00:00
(71/142): libmount-2.32.1-8.el8.x86_64.rpm                                   | 229 kB  00:00:00
(72/142): libnghttp2-1.33.0-1.el8.x86_64.rpm                                 |  77 kB  00:00:00
(73/142): libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm                  |  58 kB  00:00:00
(74/142): libpcap-1.9.0-1.el8.x86_64.rpm                                     | 160 kB  00:00:00
(75/142): libpkgconf-1.4.2-1.el8.x86_64.rpm                                  |  35 kB  00:00:00     
(76/142): libpwquality-1.4.0-9.el8.x86_64.rpm                                | 103 kB  00:00:00
(77/142): librepo-1.9.2-1.el8.x86_64.rpm                                     |  84 kB  00:00:00
(78/142): libreport-filesystem-2.9.5-6.el8.x86_64.rpm                        |  20 kB  00:00:00
(79/142): libseccomp-2.3.3-3.el8.x86_64.rpm                                  |  64 kB  00:00:00
(80/142): libselinux-2.8-6.el8.x86_64.rpm                                    | 178 kB  00:00:00
(81/142): libsemanage-2.8-5.el8.x86_64.rpm                                   | 162 kB  00:00:00
(82/142): libsepol-2.8-2.el8.x86_64.rpm                                      | 338 kB  00:00:00
(83/142): libsigsegv-2.11-5.el8.x86_64.rpm                                   |  30 kB  00:00:00
(84/142): libsmartcols-2.32.1-8.el8.x86_64.rpm                               | 173 kB  00:00:00
(85/142): libsolv-0.6.35-6.el8.x86_64.rpm                                    | 352 kB  00:00:00
(86/142): libstdc++-8.2.1-3.5.el8.x86_64.rpm                                 | 448 kB  00:00:00
(87/142): libtasn1-4.13-3.el8.x86_64.rpm                                     |  76 kB  00:00:00
(88/142): libtirpc-1.1.4-3.el8.x86_64.rpm                                    | 112 kB  00:00:00
(89/142): libunistring-0.9.9-3.el8.x86_64.rpm                                | 422 kB  00:00:00
(90/142): libusbx-1.0.22-1.el8.x86_64.rpm                                    |  71 kB  00:00:00
(91/142): libutempter-1.1.6-14.el8.x86_64.rpm                                |  32 kB  00:00:00
(92/142): libuuid-2.32.1-8.el8.x86_64.rpm                                    |  93 kB  00:00:00
(93/142): libverto-0.3.0-5.el8.x86_64.rpm                                    |  24 kB  00:00:00
(94/142): libxcrypt-4.1.1-4.el8.x86_64.rpm                                   |  73 kB  00:00:00
(95/142): libxml2-2.9.7-5.el8.x86_64.rpm                                     | 696 kB  00:00:00
(96/142): libyaml-0.1.7-5.el8.x86_64.rpm                                     |  61 kB  00:00:00
(97/142): lua-libs-5.3.4-10.el8.x86_64.rpm                                   | 118 kB  00:00:00
(98/142): lz4-libs-1.8.1.2-4.el8.x86_64.rpm                                  |  55 kB  00:00:00
(99/142): mpfr-3.1.6-1.el8.x86_64.rpm                                        | 221 kB  00:00:00
(100/142): ncurses-base-6.1-7.20180224.el8.noarch.rpm                        |  81 kB  00:00:00
(101/142): ncurses-libs-6.1-7.20180224.el8.x86_64.rpm                        | 335 kB  00:00:00
(102/142): nettle-3.4.1-1.el8.x86_64.rpm                                     | 302 kB  00:00:00
(103/142): npth-1.5-4.el8.x86_64.rpm                                         |  26 kB  00:00:00
(104/142): openldap-2.4.46-9.el8.x86_64.rpm                                  | 352 kB  00:00:00
(105/142): openssl-libs-1.1.1-8.el8.x86_64.rpm                               | 1.4 MB  00:00:00
(106/142): p11-kit-0.23.14-5.el8_0.x86_64.rpm                                | 272 kB  00:00:00
(107/142): p11-kit-trust-0.23.14-5.el8_0.x86_64.rpm                          | 139 kB  00:00:00
(108/142): pam-1.3.1-4.el8.x86_64.rpm                                        | 734 kB  00:00:00
(109/142): pcre-8.42-4.el8.x86_64.rpm                                        | 208 kB  00:00:00
(110/142): pcre2-10.32-1.el8.x86_64.rpm                                      | 244 kB  00:00:00
(111/142): pkgconf-1.4.2-1.el8.x86_64.rpm                                    |  38 kB  00:00:00
(112/142): pkgconf-m4-1.4.2-1.el8.noarch.rpm                                 |  17 kB  00:00:00
(113/142): pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm                         |  15 kB  00:00:00     
(114/142): platform-python-3.6.8-2.el8_0.0.1.x86_64.rpm                      |  79 kB  00:00:00
(115/142): platform-python-pip-9.0.3-13.el8.noarch.rpm                       | 1.8 MB  00:00:00
(116/142): platform-python-setuptools-39.2.0-4.el8.noarch.rpm                | 632 kB  00:00:00
(117/142): popt-1.16-14.el8.x86_64.rpm                                       |  61 kB  00:00:00
(118/142): python3-dnf-4.0.9.2-5.el8.noarch.rpm                              | 496 kB  00:00:00
(119/142): python3-gpg-1.10.0-6.el8.0.1.x86_64.rpm                           | 229 kB  00:00:00
(120/142): python3-hawkey-0.22.5-5.el8_0.x86_64.rpm                          |  86 kB  00:00:00
(121/142): python3-iniparse-0.4-31.el8.noarch.rpm                            |  49 kB  00:00:00
(122/142): python3-libcomps-0.1.8-13.el8.x86_64.rpm                          |  52 kB  00:00:00
(123/142): python3-libdnf-0.22.5-5.el8_0.x86_64.rpm                          | 618 kB  00:00:00
(124/142): python3-libs-3.6.8-2.el8_0.0.1.x86_64.rpm                         | 7.9 MB  00:00:00
(125/142): python3-rpm-4.14.2-9.el8.x86_64.rpm                               | 147 kB  00:00:00
(126/142): python3-six-1.11.0-8.el8.noarch.rpm                               |  38 kB  00:00:00
(127/142): readline-7.0-10.el8.x86_64.rpm                                    | 199 kB  00:00:00
(128/142): rpm-4.14.2-9.el8.x86_64.rpm                                       | 536 kB  00:00:00
(129/142): rpm-build-libs-4.14.2-9.el8.x86_64.rpm                            | 149 kB  00:00:00
(130/142): rpm-libs-4.14.2-9.el8.x86_64.rpm                                  | 333 kB  00:00:00
(131/142): sed-4.5-1.el8.x86_64.rpm                                          | 298 kB  00:00:00
(132/142): setup-2.12.2-2.el8.noarch.rpm                                     | 180 kB  00:00:00
(133/142): shadow-utils-4.6-7.el8.x86_64.rpm                                 | 1.2 MB  00:00:00
(134/142): sqlite-libs-3.26.0-3.el8.x86_64.rpm                               | 579 kB  00:00:00
(135/142): systemd-239-13.el8_0.5.x86_64.rpm                                 | 3.4 MB  00:00:00
(136/142): systemd-libs-239-13.el8_0.5.x86_64.rpm                            | 551 kB  00:00:00
(137/142): systemd-pam-239-13.el8_0.5.x86_64.rpm                             | 222 kB  00:00:00
(138/142): tzdata-2019a-1.el8.noarch.rpm                                     | 465 kB  00:00:00
(139/142): util-linux-2.32.1-8.el8.x86_64.rpm                                | 2.5 MB  00:00:00
(140/142): xz-libs-5.2.4-3.el8.x86_64.rpm                                    |  94 kB  00:00:00
(141/142): yum-4.0.9.2-5.el8.noarch.rpm                                      | 173 kB  00:00:00
(142/142): zlib-1.2.11-10.el8.x86_64.rpm                                     | 101 kB  00:00:00
----------------------------------------------------------------------------------------------------
Total                                                                12 MB/s |  58 MB     00:04
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial                         
Importing GPG key 0x8483C65D:                                                                  
 Userid : CentOS (CentOS Official Signing Key) <security@centos.org>                           
 Package: centos-release-8.0-0.1905.0.9.el8.x86_64 (installed)                                 
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial                                          
Is this ok [y/N]: y
Running Transaction Check                                                                 [258/4094]
Running Transaction Test                                                                           
Transaction Test Succeeded                                                                         
Running Transaction                                                                                
  Installing : libgcc-8.2.1-3.5.el8.x86_64                                                    1/142
  Installing : setup-2.12.2-2.el8.noarch                                                      2/142
  Installing : filesystem-3.8-2.el8.x86_64                                                    3/142
  Installing : basesystem-11-5.el8.noarch                                                     4/142
  Installing : tzdata-2019a-1.el8.noarch                                                      5/142
  Installing : pkgconf-m4-1.4.2-1.el8.noarch                                                  6/142
  Installing : 1:dbus-common-1.12.8-7.el8.noarch                                              7/142
  Installing : ncurses-base-6.1-7.20180224.el8.noarch                                         8/142
  Installing : pcre2-10.32-1.el8.x86_64                                                       9/142
  Installing : libselinux-2.8-6.el8.x86_64                                                   10/142
  Installing : ncurses-libs-6.1-7.20180224.el8.x86_64                                        11/142
  Installing : glibc-langpack-zu-2.28-42.el8.1.x86_64                                        12/142
  Installing : glibc-common-2.28-42.el8.1.x86_64                                             13/142
  Installing : glibc-2.28-42.el8.1.x86_64                                                    14/142
  Installing : bash-4.4.19-7.el8.x86_64                                                      15/142
  Installing : libsepol-2.8-2.el8.x86_64                                                     16/142
  Installing : zlib-1.2.11-10.el8.x86_64                                                     17/142
  Installing : xz-libs-5.2.4-3.el8.x86_64                                                    18/142
  Installing : bzip2-libs-1.0.6-26.el8.x86_64                                                19/142
  Installing : libgpg-error-1.31-1.el8.x86_64                                                20/142
  Installing : libcap-2.25-9.el8.x86_64                                                      21/142
  Installing : info-6.5-4.el8.x86_64                                                         22/142
  Installing : elfutils-libelf-0.174-6.el8.x86_64                                            23/142
  Installing : libxcrypt-4.1.1-4.el8.x86_64                                                  24/142
  Installing : libxml2-2.9.7-5.el8.x86_64                                                    25/142
  Installing : sqlite-libs-3.26.0-3.el8.x86_64                                               26/142
  Installing : popt-1.16-14.el8.x86_64                                                       27/142
  Installing : libuuid-2.32.1-8.el8.x86_64                                                   28/142
  Installing : readline-7.0-10.el8.x86_64                                                    29/142
install-info: No such file or directory for /dev/null
install-info: No such file or directory for /dev/null
  Installing : json-c-0.13.1-0.2.el8.x86_64                                                  30/142
  Installing : libsmartcols-2.32.1-8.el8.x86_64                                              31/142
  Installing : lua-libs-5.3.4-10.el8.x86_64                                                  32/142
  Installing : libattr-2.4.48-3.el8.x86_64                                                   33/142
  Installing : libacl-2.2.53-1.el8.x86_64                                                    34/142
  Installing : coreutils-single-8.30-6.el8.x86_64                                            35/142
  Installing : libblkid-2.32.1-8.el8.x86_64                                                  36/142
  Installing : libmount-2.32.1-8.el8.x86_64                                                  37/142
  Installing : sed-4.5-1.el8.x86_64                                                          38/142
install-info: No such file or directory for /dev/null                                              
  Installing : 1:gmp-6.1.2-8.el8.x86_64                                                      39/142
  Installing : libcom_err-1.44.3-2.el8.x86_64                                                40/142
  Installing : expat-2.2.5-3.el8.x86_64                                                      41/142
  Installing : libffi-3.1-18.el8.x86_64                                                      42/142
  Installing : p11-kit-0.23.14-5.el8_0.x86_64                                                43/142
  Installing : chkconfig-1.11-1.el8.x86_64                                                   44/142
  Installing : libgcrypt-1.8.3-2.el8.x86_64                                                  45/142
  Installing : libcap-ng-0.7.9-4.el8.x86_64                                                  46/142
  Installing : audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64                             47/142
  Installing : libstdc++-8.2.1-3.5.el8.x86_64                                                48/142
  Installing : lz4-libs-1.8.1.2-4.el8.x86_64                                                 49/142
  Installing : libunistring-0.9.9-3.el8.x86_64                                               50/142
  Installing : libidn2-2.0.5-1.el8.x86_64                                                    51/142
  Installing : libassuan-2.5.1-3.el8.x86_64                                                  52/142
  Installing : file-libs-5.33-8.el8.x86_64                                                   53/142
  Installing : libyaml-0.1.7-5.el8.x86_64                                                    54/142
  Installing : 1:gdbm-libs-1.18-1.el8.x86_64                                                 55/142
  Installing : pcre-8.42-4.el8.x86_64                                                        56/142
  Installing : glib2-2.56.4-1.el8.x86_64                                                     57/142
  Installing : grep-3.1-6.el8.x86_64                                                         58/142
  Installing : systemd-libs-239-13.el8_0.5.x86_64                                            59/142
  Installing : libmodulemd1-1.8.0-5.el8.x86_64                                               60/142
  Installing : crypto-policies-20181217-6.git9a35207.el8.noarch                              61/142
  Installing : 1:dbus-libs-1.12.8-7.el8.x86_64                                               62/142
  Installing : keyutils-libs-1.5.10-6.el8.x86_64                                             63/142
  Installing : libtasn1-4.13-3.el8.x86_64                                                    64/142
  Installing : p11-kit-trust-0.23.14-5.el8_0.x86_64                                          65/142
  Installing : ca-certificates-2018.2.24-6.el8.noarch                                        66/142
  Installing : 1:openssl-libs-1.1.1-8.el8.x86_64                                             67/142
  Installing : libdb-5.3.28-36.el8.x86_64                                                    68/142
  Installing : ima-evm-utils-1.1-4.el8.x86_64                                                69/142
  Installing : libdb-utils-5.3.28-36.el8.x86_64                                              70/142
  Installing : libarchive-3.3.2-3.el8.x86_64                                                 71/142
  Installing : kmod-libs-25-11.el8_0.2.x86_64                                                72/142
  Installing : 1:dbus-tools-1.12.8-7.el8.x86_64                                              73/142
  Installing : libusbx-1.0.22-1.el8.x86_64                                                   74/142
  Installing : 1:gdbm-1.18-1.el8.x86_64                                                      75/142
  Installing : libsemanage-2.8-5.el8.x86_64                                                  76/142
  Installing : 2:shadow-utils-4.6-7.el8.x86_64                                               77/142
  Installing : libutempter-1.1.6-14.el8.x86_64                                               78/142
  Installing : 1:dbus-daemon-1.12.8-7.el8.x86_64                                             79/142
  Installing : libcomps-0.1.8-13.el8.x86_64                                                  80/142
  Installing : mpfr-3.1.6-1.el8.x86_64                                                       81/142
  Installing : nettle-3.4.1-1.el8.x86_64                                                     82/142
  Installing : gnutls-3.6.5-2.el8.x86_64                                                     83/142
  Installing : libfdisk-2.32.1-8.el8.x86_64                                                  84/142
  Installing : gzip-1.9-4.el8.x86_64                                                         85/142
  Installing : cracklib-2.9.6-15.el8.x86_64                                                  86/142
  Installing : acl-2.2.53-1.el8.x86_64                                                       87/142
  Installing : libksba-1.3.5-7.el8.x86_64                                                    88/142
  Installing : elfutils-default-yama-scope-0.174-6.el8.noarch                                89/142
  Installing : elfutils-libs-0.174-6.el8.x86_64                                              90/142
  Installing : npth-1.5-4.el8.x86_64                                                         91/142
  Installing : libsigsegv-2.11-5.el8.x86_64                                                  92/142
  Installing : gawk-4.2.1-1.el8.x86_64                                                       93/142
  Installing : libverto-0.3.0-5.el8.x86_64                                                   94/142
  Installing : krb5-libs-1.16.1-22.el8.x86_64                                                95/142
  Installing : libtirpc-1.1.4-3.el8.x86_64                                                   96/142
  Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64                                 97/142
  Installing : platform-python-pip-9.0.3-13.el8.noarch                                       98/142
  Installing : platform-python-setuptools-39.2.0-4.el8.noarch                                99/142
  Installing : platform-python-3.6.8-2.el8_0.0.1.x86_64                                     100/142
  Installing : python3-libs-3.6.8-2.el8_0.0.1.x86_64                                        101/142
  Installing : libpwquality-1.4.0-9.el8.x86_64                                              102/142
  Installing : pam-1.3.1-4.el8.x86_64                                                       103/142
  Installing : util-linux-2.32.1-8.el8.x86_64                                               104/142
  Installing : python3-libcomps-0.1.8-13.el8.x86_64                                         105/142
  Installing : python3-six-1.11.0-8.el8.noarch                                              106/142
  Installing : python3-iniparse-0.4-31.el8.noarch                                           107/142
  Installing : cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64                                      108/142
  Installing : openldap-2.4.46-9.el8.x86_64                                                 109/142
  Installing : gnupg2-2.2.9-1.el8.x86_64                                                    110/142
  Installing : gpgme-1.10.0-6.el8.0.1.x86_64                                                111/142
  Installing : python3-gpg-1.10.0-6.el8.0.1.x86_64                                          112/142
  Installing : libnghttp2-1.33.0-1.el8.x86_64                                               113/142
  Installing : libcurl-minimal-7.61.1-8.el8.x86_64                                          114/142
  Installing : librepo-1.9.2-1.el8.x86_64                                                   115/142
  Installing : curl-minimal-7.61.1-8.el8.x86_64                                             116/142
  Installing : rpm-libs-4.14.2-9.el8.x86_64                                                 117/142
  Installing : rpm-4.14.2-9.el8.x86_64                                                      118/142
  Installing : libsolv-0.6.35-6.el8.x86_64                                                  119/142
  Installing : libdnf-0.22.5-5.el8_0.x86_64                                                 120/142
  Installing : python3-libdnf-0.22.5-5.el8_0.x86_64                                         121/142
  Installing : python3-hawkey-0.22.5-5.el8_0.x86_64                                         122/142
  Installing : rpm-build-libs-4.14.2-9.el8.x86_64                                           123/142
  Installing : python3-rpm-4.14.2-9.el8.x86_64                                              124/142
  Installing : libpkgconf-1.4.2-1.el8.x86_64                                                125/142
  Installing : pkgconf-1.4.2-1.el8.x86_64                                                   126/142
  Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64                                        127/142
  Installing : 14:libpcap-1.9.0-1.el8.x86_64                                                128/142
  Installing : iptables-libs-1.8.2-9.el8_0.1.x86_64                                         129/142
  Installing : libseccomp-2.3.3-3.el8.x86_64                                                130/142
  Installing : 8:device-mapper-1.02.155-6.el8.x86_64                                        131/142
  Installing : 8:device-mapper-libs-1.02.155-6.el8.x86_64                                   132/142
  Installing : cryptsetup-libs-2.0.6-1.el8.x86_64                                           133/142
  Installing : systemd-pam-239-13.el8_0.5.x86_64                                            134/142
  Installing : systemd-239-13.el8_0.5.x86_64                                                135/142
  Installing : 1:dbus-1.12.8-7.el8.x86_64                                                   136/142
  Installing : libreport-filesystem-2.9.5-6.el8.x86_64                                      137/142
  Installing : dnf-data-4.0.9.2-5.el8.noarch                                                138/142
  Installing : python3-dnf-4.0.9.2-5.el8.noarch                                             139/142
  Installing : dnf-4.0.9.2-5.el8.noarch                                                     140/142
  Installing : yum-4.0.9.2-5.el8.noarch                                                     141/142
  Installing : libmodulemd-2.0.0-5.el8.x86_64                                               142/142
                                                                                                   
Installed:                                                                                         
  yum.noarch 0:4.0.9.2-5.el8                                                                       
                                                                                                   
Dependency Installed:                                                                              
  acl.x86_64 0:2.2.53-1.el8                                                                        
  audit-libs.x86_64 0:3.0-0.10.20180831git0047a6c.el8                                              
  basesystem.noarch 0:11-5.el8                                                                     
  bash.x86_64 0:4.4.19-7.el8                                                                       
  bzip2-libs.x86_64 0:1.0.6-26.el8                                                                 
  ca-certificates.noarch 0:2018.2.24-6.el8                                                         
  chkconfig.x86_64 0:1.11-1.el8                                                                    
  coreutils-single.x86_64 0:8.30-6.el8                                                             
  cracklib.x86_64 0:2.9.6-15.el8                                                                   
  crypto-policies.noarch 0:20181217-6.git9a35207.el8                                               
  cryptsetup-libs.x86_64 0:2.0.6-1.el8                                                             
  curl-minimal.x86_64 0:7.61.1-8.el8                                                               
  cyrus-sasl-lib.x86_64 0:2.1.27-0.3rc7.el8                                                        
  dbus.x86_64 1:1.12.8-7.el8                                                                       
  dbus-common.noarch 1:1.12.8-7.el8                                                                
  dbus-daemon.x86_64 1:1.12.8-7.el8                                                                
  dbus-libs.x86_64 1:1.12.8-7.el8                                                                  
  dbus-tools.x86_64 1:1.12.8-7.el8                                                                 
  device-mapper.x86_64 8:1.02.155-6.el8                                                            
  device-mapper-libs.x86_64 8:1.02.155-6.el8                                                       
  dnf.noarch 0:4.0.9.2-5.el8                                                                       
  dnf-data.noarch 0:4.0.9.2-5.el8                                                                  
  elfutils-default-yama-scope.noarch 0:0.174-6.el8                                                 
  elfutils-libelf.x86_64 0:0.174-6.el8                                                             
  elfutils-libs.x86_64 0:0.174-6.el8                                                               
  expat.x86_64 0:2.2.5-3.el8                                                                       
  file-libs.x86_64 0:5.33-8.el8                                                                    
  filesystem.x86_64 0:3.8-2.el8                                                                    
  gawk.x86_64 0:4.2.1-1.el8                                                                        
  gdbm.x86_64 1:1.18-1.el8                                                                         
  gdbm-libs.x86_64 1:1.18-1.el8                                                                    
  glib2.x86_64 0:2.56.4-1.el8                                                                      
  glibc.x86_64 0:2.28-42.el8.1                                                                     
  glibc-common.x86_64 0:2.28-42.el8.1                                                              
  glibc-langpack-zu.x86_64 0:2.28-42.el8.1                                                         
  gmp.x86_64 1:6.1.2-8.el8                                                                         
  gnupg2.x86_64 0:2.2.9-1.el8                                                                      
  gnutls.x86_64 0:3.6.5-2.el8                                                                      
  gpgme.x86_64 0:1.10.0-6.el8.0.1                                                                  
  grep.x86_64 0:3.1-6.el8                                                                          
  gzip.x86_64 0:1.9-4.el8                                                                          
  ima-evm-utils.x86_64 0:1.1-4.el8                                                                 
  info.x86_64 0:6.5-4.el8                                                                          
  iptables-libs.x86_64 0:1.8.2-9.el8_0.1                                                           
  json-c.x86_64 0:0.13.1-0.2.el8                                                                   
  keyutils-libs.x86_64 0:1.5.10-6.el8                                                              
  kmod-libs.x86_64 0:25-11.el8_0.2                                                                 
  krb5-libs.x86_64 0:1.16.1-22.el8                                                                 
  libacl.x86_64 0:2.2.53-1.el8                                                                     
  libarchive.x86_64 0:3.3.2-3.el8                                                                  
  libassuan.x86_64 0:2.5.1-3.el8                                                                   
  libattr.x86_64 0:2.4.48-3.el8                                                                    
  libblkid.x86_64 0:2.32.1-8.el8                                                                   
  libcap.x86_64 0:2.25-9.el8                                                                       
  libcap-ng.x86_64 0:0.7.9-4.el8                                                                   
  libcom_err.x86_64 0:1.44.3-2.el8                                                                 
  libcomps.x86_64 0:0.1.8-13.el8                                                                   
  libcurl-minimal.x86_64 0:7.61.1-8.el8                                                            
  libdb.x86_64 0:5.3.28-36.el8                                                                     
  libdb-utils.x86_64 0:5.3.28-36.el8                                                               
  libdnf.x86_64 0:0.22.5-5.el8_0                                                                   
  libfdisk.x86_64 0:2.32.1-8.el8                                                                   
  libffi.x86_64 0:3.1-18.el8                                                                       
  libgcc.x86_64 0:8.2.1-3.5.el8                                                                    
  libgcrypt.x86_64 0:1.8.3-2.el8                                                                   
  libgpg-error.x86_64 0:1.31-1.el8                                                                 
  libidn2.x86_64 0:2.0.5-1.el8                                                                     
  libksba.x86_64 0:1.3.5-7.el8                                                                     
  libmodulemd.x86_64 0:2.0.0-5.el8                                                                 
  libmodulemd1.x86_64 0:1.8.0-5.el8                                                                
  libmount.x86_64 0:2.32.1-8.el8                                                                   
  libnghttp2.x86_64 0:1.33.0-1.el8                                                                 
  libnsl2.x86_64 0:1.2.0-2.20180605git4a062cf.el8                                                  
  libpcap.x86_64 14:1.9.0-1.el8                                                                    
  libpkgconf.x86_64 0:1.4.2-1.el8                                                                  
  libpwquality.x86_64 0:1.4.0-9.el8                                                                
  librepo.x86_64 0:1.9.2-1.el8                                                                     
  libreport-filesystem.x86_64 0:2.9.5-6.el8                                                        
  libseccomp.x86_64 0:2.3.3-3.el8                                                                  
  libselinux.x86_64 0:2.8-6.el8                                                                    
  libsemanage.x86_64 0:2.8-5.el8                                                                   
  libsepol.x86_64 0:2.8-2.el8                                                                      
  libsigsegv.x86_64 0:2.11-5.el8                                                                   
  libsmartcols.x86_64 0:2.32.1-8.el8                                                               
  libsolv.x86_64 0:0.6.35-6.el8                                                                    
  libstdc++.x86_64 0:8.2.1-3.5.el8                                                                 
  libtasn1.x86_64 0:4.13-3.el8                                                                     
  libtirpc.x86_64 0:1.1.4-3.el8                                                                    
  libunistring.x86_64 0:0.9.9-3.el8                                                                
  libusbx.x86_64 0:1.0.22-1.el8                                                                    
  libutempter.x86_64 0:1.1.6-14.el8                                                                
  libuuid.x86_64 0:2.32.1-8.el8                                                                    
  libverto.x86_64 0:0.3.0-5.el8                                                                    
  libxcrypt.x86_64 0:4.1.1-4.el8                                                                   
  libxml2.x86_64 0:2.9.7-5.el8                                                                     
  libyaml.x86_64 0:0.1.7-5.el8                                                                     
  lua-libs.x86_64 0:5.3.4-10.el8                                                                   
  lz4-libs.x86_64 0:1.8.1.2-4.el8                                                                  
  mpfr.x86_64 0:3.1.6-1.el8                                                                        
  ncurses-base.noarch 0:6.1-7.20180224.el8                                                         
  ncurses-libs.x86_64 0:6.1-7.20180224.el8                                                         
  nettle.x86_64 0:3.4.1-1.el8                                                                      
  npth.x86_64 0:1.5-4.el8                                                                          
  openldap.x86_64 0:2.4.46-9.el8                                                                   
  openssl-libs.x86_64 1:1.1.1-8.el8                                                                
  p11-kit.x86_64 0:0.23.14-5.el8_0                                                                 
  p11-kit-trust.x86_64 0:0.23.14-5.el8_0                                                           
  pam.x86_64 0:1.3.1-4.el8                                                                         
  pcre.x86_64 0:8.42-4.el8                                                                         
  pcre2.x86_64 0:10.32-1.el8                                                                       
  pkgconf.x86_64 0:1.4.2-1.el8                                                                     
  pkgconf-m4.noarch 0:1.4.2-1.el8                                                                  
  pkgconf-pkg-config.x86_64 0:1.4.2-1.el8                                                          
  platform-python.x86_64 0:3.6.8-2.el8_0.0.1                                                       
  platform-python-pip.noarch 0:9.0.3-13.el8                                                        
  platform-python-setuptools.noarch 0:39.2.0-4.el8                                                 
  popt.x86_64 0:1.16-14.el8                                                                        
  python3-dnf.noarch 0:4.0.9.2-5.el8                                                               
  python3-gpg.x86_64 0:1.10.0-6.el8.0.1                                                            
  python3-hawkey.x86_64 0:0.22.5-5.el8_0                                                           
  python3-iniparse.noarch 0:0.4-31.el8                                                             
  python3-libcomps.x86_64 0:0.1.8-13.el8                                                           
  python3-libdnf.x86_64 0:0.22.5-5.el8_0                                                           
  python3-libs.x86_64 0:3.6.8-2.el8_0.0.1                                                          
  python3-rpm.x86_64 0:4.14.2-9.el8                                                                
  python3-six.noarch 0:1.11.0-8.el8                                                                
  readline.x86_64 0:7.0-10.el8                                                                     
  rpm.x86_64 0:4.14.2-9.el8                                                                        
  rpm-build-libs.x86_64 0:4.14.2-9.el8                                                             
  rpm-libs.x86_64 0:4.14.2-9.el8                                                                   
  sed.x86_64 0:4.5-1.el8                                                                           
  setup.noarch 0:2.12.2-2.el8                                                                      
  shadow-utils.x86_64 2:4.6-7.el8                                                                  
  sqlite-libs.x86_64 0:3.26.0-3.el8                                                                
  systemd.x86_64 0:239-13.el8_0.5                                                                  
  systemd-libs.x86_64 0:239-13.el8_0.5                                                             
  systemd-pam.x86_64 0:239-13.el8_0.5                                                              
  tzdata.noarch 0:2019a-1.el8                                                                      
  util-linux.x86_64 0:2.32.1-8.el8                                                                 
  xz-libs.x86_64 0:5.2.4-3.el8                                                                     
  zlib.x86_64 0:1.2.11-10.el8                                                                      
                                                                                                   
Complete!

Prepare the chroot

You'll soon be using chroot to change into your new install, but before you can do that you need to give it an /etc/resolv.conf and mount some kernel filesystems inside it.

user@rescue:~$ sudo cp -v /etc/resolv.conf /target/etc/
'/etc/resolv.conf' -> '/target/etc/resolv.conf'
user@rescue:~$ sudo mount -v --bind /dev /target/dev
mount: /dev bound on /target/dev.
user@rescue:~$ sudo mount -v -t proc procfs /target/proc
mount: procfs mounted on /target/proc.
user@rescue:~$ sudo mount -v -t sysfs sysfs /target/sys
mount: sysfs mounted on /target/sys.

Enter the chroot

user@rescue:~$ sudo chroot /target
bash-4.4#

You'll be root inside the chroot so no more sudo.

Fix /var/run

For some reason /var/run doesn't get set up as a symlink to /run. This will break things, so fix it now.

bash-4.4# cd /var
bash-4.4# rm -vr run
removed directory 'run/console'
removed directory 'run/faillock'
removed directory 'run/sepermit'
removed directory 'run'
bash-4.4# ln -vs /run /var/run
'/var/run' -> '/run'
bash-4.4# cd /

Reinstall package managers and base packages

At the point of installing kernel-core there seems to be a delay of several minutes while it builds some initramfs files and nothing appears to be happening. It isn't broken; this is normal.

Some errors from sss_cache also appear to be harmless.

bash-4.4# yum --releasever=8 install yum centos-release                                            
Failed to set locale, defaulting to C                                                              
CentOS-8 - AppStream                                                2.5 MB/s | 5.6 MB     00:02    
CentOS-8 - Base                                                     2.4 MB/s | 5.3 MB     00:02    
CentOS-8 - Extras                                                   982  B/s | 2.1 kB     00:02    
Dependencies resolved.                                                                             
====================================================================================================
 Package                         Arch       Version                             Repository     Size
====================================================================================================
Installing:                                                                                        
 centos-release                  x86_64     8.0-0.1905.0.9.el8                  BaseOS         26 k
 yum                             noarch     4.0.9.2-5.el8                       BaseOS        173 k
Installing dependencies:                                                                           
 unbound-libs                    x86_64     1.7.3-8.el8                         AppStream     499 k
 xkeyboard-config                noarch     2.24-3.el8                          AppStream     828 k
 acl                             x86_64     2.2.53-1.el8                        BaseOS         81 k 
 audit-libs                      x86_64     3.0-0.10.20180831git0047a6c.el8     BaseOS        116 k
 basesystem                      noarch     11-5.el8                            BaseOS         10 k
 bash                            x86_64     4.4.19-7.el8                        BaseOS        1.5 M
 brotli                          x86_64     1.0.6-1.el8                         BaseOS        323 k
 bzip2-libs                      x86_64     1.0.6-26.el8                        BaseOS         48 k
 ca-certificates                 noarch     2018.2.24-6.el8                     BaseOS        394 k
 chkconfig                       x86_64     1.11-1.el8                          BaseOS        189 k
 coreutils                       x86_64     8.30-6.el8                          BaseOS        1.2 M
 coreutils-common                x86_64     8.30-6.el8                          BaseOS        2.0 M
 cpio                            x86_64     2.12-8.el8                          BaseOS        265 k
 cracklib                        x86_64     2.9.6-15.el8                        BaseOS         93 k
 crypto-policies                 noarch     20181217-6.git9a35207.el8           BaseOS         54 k
 cryptsetup-libs                 x86_64     2.0.6-1.el8                         BaseOS        320 k
 curl                            x86_64     7.61.1-8.el8                        BaseOS        352 k
 cyrus-sasl-lib                  x86_64     2.1.27-0.3rc7.el8                   BaseOS        123 k
 dbus                            x86_64     1:1.12.8-7.el8                      BaseOS         40 k
 dbus-common                     noarch     1:1.12.8-7.el8                      BaseOS         45 k
 dbus-daemon                     x86_64     1:1.12.8-7.el8                      BaseOS        240 k
 dbus-libs                       x86_64     1:1.12.8-7.el8                      BaseOS        183 k
 dbus-tools                      x86_64     1:1.12.8-7.el8                      BaseOS         85 k
 device-mapper                   x86_64     8:1.02.155-6.el8                    BaseOS        370 k
 device-mapper-libs              x86_64     8:1.02.155-6.el8                    BaseOS        402 k
 dnf                             noarch     4.0.9.2-5.el8                       BaseOS        440 k
 dnf-data                        noarch     4.0.9.2-5.el8                       BaseOS        135 k
 dracut                          x86_64     049-10.git20190115.el8              BaseOS        361 k
 elfutils-default-yama-scope     noarch     0.174-6.el8                         BaseOS         46 k
 elfutils-libelf                 x86_64     0.174-6.el8                         BaseOS        210 k
 elfutils-libs                   x86_64     0.174-6.el8                         BaseOS        316 k
 expat                           x86_64     2.2.5-3.el8                         BaseOS        110 k 
 file                            x86_64     5.33-8.el8                          BaseOS         76 k
 file-libs                       x86_64     5.33-8.el8                          BaseOS        542 k 
 filesystem                      x86_64     3.8-2.el8                           BaseOS        1.1 M
 findutils                       x86_64     1:4.6.0-20.el8                      BaseOS        528 k
 gawk                            x86_64     4.2.1-1.el8                         BaseOS        1.1 M
 gdbm                            x86_64     1:1.18-1.el8                        BaseOS        130 k
 gdbm-libs                       x86_64     1:1.18-1.el8                        BaseOS         60 k
 gettext                         x86_64     0.19.8.1-14.el8                     BaseOS        1.1 M
 gettext-libs                    x86_64     0.19.8.1-14.el8                     BaseOS        311 k 
 glib2                           x86_64     2.56.4-1.el8                        BaseOS        2.5 M
 glibc                           x86_64     2.28-42.el8.1                       BaseOS        3.8 M
 glibc-all-langpacks             x86_64     2.28-42.el8.1                       BaseOS         25 M
 glibc-common                    x86_64     2.28-42.el8.1                       BaseOS        812 k
 gmp                             x86_64     1:6.1.2-8.el8                       BaseOS        319 k
 gnupg2                          x86_64     2.2.9-1.el8                         BaseOS        2.3 M
 gnutls                          x86_64     3.6.5-2.el8                         BaseOS        896 k
 gpgme                           x86_64     1.10.0-6.el8.0.1                    BaseOS        241 k
 grep                            x86_64     3.1-6.el8                           BaseOS        274 k
 grub2-common                    noarch     1:2.02-66.el8                       BaseOS        880 k
 grub2-tools                     x86_64     1:2.02-66.el8                       BaseOS        1.9 M
 grub2-tools-minimal             x86_64     1:2.02-66.el8                       BaseOS        196 k
 gzip                            x86_64     1.9-4.el8                           BaseOS        166 k
 ima-evm-utils                   x86_64     1.1-4.el8                           BaseOS         55 k
 info                            x86_64     6.5-4.el8                           BaseOS        198 k
 iptables-libs                   x86_64     1.8.2-9.el8_0.1                     BaseOS         97 k
 json-c                          x86_64     0.13.1-0.2.el8                      BaseOS         40 k
 kbd-legacy                      noarch     2.0.4-8.el8                         BaseOS        481 k
 kbd-misc                        noarch     2.0.4-8.el8                         BaseOS        1.4 M
 keyutils-libs                   x86_64     1.5.10-6.el8                        BaseOS         34 k
 kmod                            x86_64     25-11.el8_0.2                       BaseOS        127 k
 kmod-libs                       x86_64     25-11.el8_0.2                       BaseOS         69 k
 krb5-libs                       x86_64     1.16.1-22.el8                       BaseOS        840 k
 libacl                          x86_64     2.2.53-1.el8                        BaseOS         35 k
 libarchive                      x86_64     3.3.2-3.el8                         BaseOS        358 k
 libassuan                       x86_64     2.5.1-3.el8                         BaseOS         83 k
 libattr                         x86_64     2.4.48-3.el8                        BaseOS         27 k
 libblkid                        x86_64     2.32.1-8.el8                        BaseOS        213 k
 libcap                          x86_64     2.25-9.el8                          BaseOS         57 k 
 libcap-ng                       x86_64     0.7.9-4.el8                         BaseOS         33 k
 libcom_err                      x86_64     1.44.3-2.el8                        BaseOS         48 k 
 libcomps                        x86_64     0.1.8-13.el8                        BaseOS         81 k
 libcroco                        x86_64     0.6.12-4.el8                        BaseOS        113 k
 libcurl                         x86_64     7.61.1-8.el8                        BaseOS        294 k
 libdb                           x86_64     5.3.28-36.el8                       BaseOS        750 k
 libdb-utils                     x86_64     5.3.28-36.el8                       BaseOS        150 k
 libdnf                          x86_64     0.22.5-5.el8_0                      BaseOS        574 k
 libevent                        x86_64     2.1.8-5.el8                         BaseOS        253 k 
 libfdisk                        x86_64     2.32.1-8.el8                        BaseOS        247 k
 libffi                          x86_64     3.1-18.el8                          BaseOS         37 k
 libgcc                          x86_64     8.2.1-3.5.el8                       BaseOS         77 k
 libgcrypt                       x86_64     1.8.3-2.el8                         BaseOS        459 k
 libgomp                         x86_64     8.2.1-3.5.el8                       BaseOS        189 k
 libgpg-error                    x86_64     1.31-1.el8                          BaseOS        242 k
 libidn2                         x86_64     2.0.5-1.el8                         BaseOS         90 k
 libkcapi                        x86_64     1.1.1-16_1.el8                      BaseOS         47 k
 libkcapi-hmaccalc               x86_64     1.1.1-16_1.el8                      BaseOS         30 k
 libksba                         x86_64     1.3.5-7.el8                         BaseOS        135 k
 libmetalink                     x86_64     0.1.3-7.el8                         BaseOS         32 k
 libmodulemd1                    x86_64     1.8.0-5.el8                         BaseOS        175 k
 libmount                        x86_64     2.32.1-8.el8                        BaseOS        229 k
 libnghttp2                      x86_64     1.33.0-1.el8                        BaseOS         77 k
 libnsl2                         x86_64     1.2.0-2.20180605git4a062cf.el8      BaseOS         58 k
 libpcap                         x86_64     14:1.9.0-1.el8                      BaseOS        160 k
 libpkgconf                      x86_64     1.4.2-1.el8                         BaseOS         35 k
 libpsl                          x86_64     0.20.2-5.el8                        BaseOS         61 k
 libpwquality                    x86_64     1.4.0-9.el8                         BaseOS        103 k
 librepo                         x86_64     1.9.2-1.el8                         BaseOS         84 k
 libreport-filesystem            x86_64     2.9.5-6.el8                         BaseOS         20 k
 libseccomp                      x86_64     2.3.3-3.el8                         BaseOS         64 k
 libsecret                       x86_64     0.18.6-1.el8                        BaseOS        163 k
 libselinux                      x86_64     2.8-6.el8                           BaseOS        178 k
 libsemanage                     x86_64     2.8-5.el8                           BaseOS        162 k
 libsepol                        x86_64     2.8-2.el8                           BaseOS        338 k
 libsigsegv                      x86_64     2.11-5.el8                          BaseOS         30 k
 libsmartcols                    x86_64     2.32.1-8.el8                        BaseOS        173 k
 libsolv                         x86_64     0.6.35-6.el8                        BaseOS        352 k 
 libssh                          x86_64     0.8.5-2.el8                         BaseOS        227 k
 libstdc++                       x86_64     8.2.1-3.5.el8                       BaseOS        448 k 
 libtasn1                        x86_64     4.13-3.el8                          BaseOS         76 k
 libtirpc                        x86_64     1.1.4-3.el8                         BaseOS        112 k
 libunistring                    x86_64     0.9.9-3.el8                         BaseOS        422 k
 libusbx                         x86_64     1.0.22-1.el8                        BaseOS         71 k
 libutempter                     x86_64     1.1.6-14.el8                        BaseOS         32 k
 libuuid                         x86_64     2.32.1-8.el8                        BaseOS         93 k
 libverto                        x86_64     0.3.0-5.el8                         BaseOS         24 k 
 libxcrypt                       x86_64     4.1.1-4.el8                         BaseOS         73 k
 libxml2                         x86_64     2.9.7-5.el8                         BaseOS        696 k
 libyaml                         x86_64     0.1.7-5.el8                         BaseOS         61 k
 lua-libs                        x86_64     5.3.4-10.el8                        BaseOS        118 k
 lz4-libs                        x86_64     1.8.1.2-4.el8                       BaseOS         55 k
 mpfr                            x86_64     3.1.6-1.el8                         BaseOS        221 k
 ncurses                         x86_64     6.1-7.20180224.el8                  BaseOS        387 k
 ncurses-base                    noarch     6.1-7.20180224.el8                  BaseOS         81 k
 ncurses-libs                    x86_64     6.1-7.20180224.el8                  BaseOS        335 k
 nettle                          x86_64     3.4.1-1.el8                         BaseOS        302 k
 npth                            x86_64     1.5-4.el8                           BaseOS         26 k
 openldap                        x86_64     2.4.46-9.el8                        BaseOS        352 k
 openssl                         x86_64     1:1.1.1-8.el8                       BaseOS        664 k
 openssl-libs                    x86_64     1:1.1.1-8.el8                       BaseOS        1.4 M
 os-prober                       x86_64     1.74-6.el8                          BaseOS         51 k
 p11-kit                         x86_64     0.23.14-5.el8_0                     BaseOS        272 k
 p11-kit-trust                   x86_64     0.23.14-5.el8_0                     BaseOS        139 k
 pam                             x86_64     1.3.1-4.el8                         BaseOS        734 k
 pcre                            x86_64     8.42-4.el8                          BaseOS        208 k
 pcre2                           x86_64     10.32-1.el8                         BaseOS        244 k
 pkgconf                         x86_64     1.4.2-1.el8                         BaseOS         38 k
 pkgconf-m4                      noarch     1.4.2-1.el8                         BaseOS         17 k
 pkgconf-pkg-config              x86_64     1.4.2-1.el8                         BaseOS         15 k
 platform-python                 x86_64     3.6.8-2.el8_0.0.1                   BaseOS         79 k
 platform-python-pip             noarch     9.0.3-13.el8                        BaseOS        1.8 M
 platform-python-setuptools      noarch     39.2.0-4.el8                        BaseOS        632 k
 popt                            x86_64     1.16-14.el8                         BaseOS         61 k
 procps-ng                       x86_64     3.3.15-1.el8                        BaseOS        329 k
 publicsuffix-list-dafsa         noarch     20180723-1.el8                      BaseOS         56 k 
 python3-dnf                     noarch     4.0.9.2-5.el8                       BaseOS        496 k
 python3-gpg                     x86_64     1.10.0-6.el8.0.1                    BaseOS        229 k 
 python3-hawkey                  x86_64     0.22.5-5.el8_0                      BaseOS         86 k
 python3-iniparse                noarch     0.4-31.el8                          BaseOS         49 k
 python3-libcomps                x86_64     0.1.8-13.el8                        BaseOS         52 k
 python3-libdnf                  x86_64     0.22.5-5.el8_0                      BaseOS        618 k
 python3-libs                    x86_64     3.6.8-2.el8_0.0.1                   BaseOS        7.9 M
 python3-rpm                     x86_64     4.14.2-9.el8                        BaseOS        147 k
 python3-six                     noarch     1.11.0-8.el8                        BaseOS         38 k 
 readline                        x86_64     7.0-10.el8                          BaseOS        199 k
 rpm                             x86_64     4.14.2-9.el8                        BaseOS        536 k
 rpm-build-libs                  x86_64     4.14.2-9.el8                        BaseOS        149 k
 rpm-libs                        x86_64     4.14.2-9.el8                        BaseOS        333 k
 sed                             x86_64     4.5-1.el8                           BaseOS        298 k
 setup                           noarch     2.12.2-2.el8                        BaseOS        180 k
 shadow-utils                    x86_64     2:4.6-7.el8                         BaseOS        1.2 M
 sqlite-libs                     x86_64     3.26.0-3.el8                        BaseOS        579 k
 systemd                         x86_64     239-13.el8_0.5                      BaseOS        3.4 M
 systemd-libs                    x86_64     239-13.el8_0.5                      BaseOS        551 k
 systemd-pam                     x86_64     239-13.el8_0.5                      BaseOS        222 k
 systemd-udev                    x86_64     239-13.el8_0.5                      BaseOS        1.3 M
 trousers-lib                    x86_64     0.3.14-2.el8                        BaseOS        168 k
 tzdata                          noarch     2019a-1.el8                         BaseOS        465 k
 util-linux                      x86_64     2.32.1-8.el8                        BaseOS        2.5 M
 which                           x86_64     2.21-10.el8                         BaseOS         49 k
 xz                              x86_64     5.2.4-3.el8                         BaseOS        153 k
 xz-libs                         x86_64     5.2.4-3.el8                         BaseOS         94 k
 zlib                            x86_64     1.2.11-10.el8                       BaseOS        101 k
Installing weak dependencies:                                                                      
 libxkbcommon                    x86_64     0.8.2-1.el8                         AppStream     116 k
 pinentry                        x86_64     1.1.0-2.el8                         AppStream     100 k
 python3-unbound                 x86_64     1.7.3-8.el8                         AppStream     117 k
 cracklib-dicts                  x86_64     2.9.6-15.el8                        BaseOS        4.0 M
 diffutils                       x86_64     3.6-5.el8                           BaseOS        359 k
 gnupg2-smime                    x86_64     2.2.9-1.el8                         BaseOS        279 k
 grubby                          x86_64     8.40-34.el8                         BaseOS         49 k
 hardlink                        x86_64     1:1.3-6.el8                         BaseOS         29 k
 kbd                             x86_64     2.0.4-8.el8                         BaseOS        392 k 
 kpartx                          x86_64     0.7.8-7.el8                         BaseOS        100 k
 openssl-pkcs11                  x86_64     0.4.8-2.el8                         BaseOS         64 k 
 pigz                            x86_64     2.4-2.el8                           BaseOS         79 k
 rpm-plugin-systemd-inhibit      x86_64     4.14.2-9.el8                        BaseOS         72 k
 shared-mime-info                x86_64     1.9-3.el8                           BaseOS        329 k
 trousers                        x86_64     0.3.14-2.el8                        BaseOS        153 k
                                                                                                   
Transaction Summary                                                                                
====================================================================================================
Install  191 Packages                                                                              
                                                                                                   
Total download size: 105 M                                                                         
Installed size: 493 M                                                                              
Is this ok [y/N]: y
Downloading Packages:                                                                          
(1/191): libxkbcommon-0.8.2-1.el8.x86_64.rpm                        103 kB/s | 116 kB     00:01
(2/191): pinentry-1.1.0-2.el8.x86_64.rpm                             89 kB/s | 100 kB     00:01     
(3/191): python3-unbound-1.7.3-8.el8.x86_64.rpm                     101 kB/s | 117 kB     00:01
(4/191): acl-2.2.53-1.el8.x86_64.rpm                                2.7 MB/s |  81 kB     00:00
(5/191): audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64.rpm      3.1 MB/s | 116 kB     00:00
(6/191): basesystem-11-5.el8.noarch.rpm                             750 kB/s |  10 kB     00:00
(7/191): unbound-libs-1.7.3-8.el8.x86_64.rpm                        2.9 MB/s | 499 kB     00:00
(8/191): brotli-1.0.6-1.el8.x86_64.rpm                              5.9 MB/s | 323 kB     00:00
(9/191): bzip2-libs-1.0.6-26.el8.x86_64.rpm                         4.2 MB/s |  48 kB     00:00
(10/191): xkeyboard-config-2.24-3.el8.noarch.rpm                    2.9 MB/s | 828 kB     00:00
(11/191): bash-4.4.19-7.el8.x86_64.rpm                              9.1 MB/s | 1.5 MB     00:00
(12/191): centos-release-8.0-0.1905.0.9.el8.x86_64.rpm              2.3 MB/s |  26 kB     00:00
(13/191): ca-certificates-2018.2.24-6.el8.noarch.rpm                5.4 MB/s | 394 kB     00:00
(14/191): chkconfig-1.11-1.el8.x86_64.rpm                           9.5 MB/s | 189 kB     00:00
(15/191): cpio-2.12-8.el8.x86_64.rpm                                 11 MB/s | 265 kB     00:00
(16/191): cracklib-2.9.6-15.el8.x86_64.rpm                          5.9 MB/s |  93 kB     00:00
(17/191): coreutils-8.30-6.el8.x86_64.rpm                            10 MB/s | 1.2 MB     00:00
(18/191): coreutils-common-8.30-6.el8.x86_64.rpm                     16 MB/s | 2.0 MB     00:00
(19/191): crypto-policies-20181217-6.git9a35207.el8.noarch.rpm      4.3 MB/s |  54 kB     00:00
(20/191): cracklib-dicts-2.9.6-15.el8.x86_64.rpm                     40 MB/s | 4.0 MB     00:00
(21/191): cryptsetup-libs-2.0.6-1.el8.x86_64.rpm                    8.7 MB/s | 320 kB     00:00
(22/191): curl-7.61.1-8.el8.x86_64.rpm                              7.2 MB/s | 352 kB     00:00
(23/191): cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64.rpm               3.7 MB/s | 123 kB     00:00
(24/191): dbus-common-1.12.8-7.el8.noarch.rpm                       2.4 MB/s |  45 kB     00:00
(25/191): dbus-1.12.8-7.el8.x86_64.rpm                              1.2 MB/s |  40 kB     00:00
(26/191): dbus-daemon-1.12.8-7.el8.x86_64.rpm                        10 MB/s | 240 kB     00:00
(27/191): dbus-tools-1.12.8-7.el8.x86_64.rpm                        4.2 MB/s |  85 kB     00:00
(28/191): dbus-libs-1.12.8-7.el8.x86_64.rpm                         5.4 MB/s | 183 kB     00:00
(29/191): device-mapper-1.02.155-6.el8.x86_64.rpm                    12 MB/s | 370 kB     00:00
(30/191): device-mapper-libs-1.02.155-6.el8.x86_64.rpm               15 MB/s | 402 kB     00:00
(31/191): dnf-4.0.9.2-5.el8.noarch.rpm                               19 MB/s | 440 kB     00:00
(32/191): diffutils-3.6-5.el8.x86_64.rpm                            8.3 MB/s | 359 kB     00:00
(33/191): dnf-data-4.0.9.2-5.el8.noarch.rpm                         4.1 MB/s | 135 kB     00:00
(34/191): dracut-049-10.git20190115.el8.x86_64.rpm                   15 MB/s | 361 kB     00:00
(35/191): elfutils-default-yama-scope-0.174-6.el8.noarch.rpm        1.1 MB/s |  46 kB     00:00
(36/191): elfutils-libelf-0.174-6.el8.x86_64.rpm                    4.7 MB/s | 210 kB     00:00
(37/191): elfutils-libs-0.174-6.el8.x86_64.rpm                      6.8 MB/s | 316 kB     00:00
(38/191): file-5.33-8.el8.x86_64.rpm                                4.1 MB/s |  76 kB     00:00
(39/191): expat-2.2.5-3.el8.x86_64.rpm                              2.9 MB/s | 110 kB     00:00
(40/191): file-libs-5.33-8.el8.x86_64.rpm                            14 MB/s | 542 kB     00:00     
(41/191): filesystem-3.8-2.el8.x86_64.rpm                            23 MB/s | 1.1 MB     00:00
(42/191): findutils-4.6.0-20.el8.x86_64.rpm                         9.9 MB/s | 528 kB     00:00
(43/191): gdbm-1.18-1.el8.x86_64.rpm                                5.4 MB/s | 130 kB     00:00
(44/191): gdbm-libs-1.18-1.el8.x86_64.rpm                           4.1 MB/s |  60 kB     00:00
(45/191): gawk-4.2.1-1.el8.x86_64.rpm                                20 MB/s | 1.1 MB     00:00
(46/191): gettext-libs-0.19.8.1-14.el8.x86_64.rpm                    10 MB/s | 311 kB     00:00
(47/191): gettext-0.19.8.1-14.el8.x86_64.rpm                         24 MB/s | 1.1 MB     00:00
(48/191): glib2-2.56.4-1.el8.x86_64.rpm                              35 MB/s | 2.5 MB     00:00
(49/191): glibc-common-2.28-42.el8.1.x86_64.rpm                      27 MB/s | 812 kB     00:00
(50/191): gmp-6.1.2-8.el8.x86_64.rpm                                 30 MB/s | 319 kB     00:00
(51/191): gnupg2-2.2.9-1.el8.x86_64.rpm                              32 MB/s | 2.3 MB     00:00
(52/191): gnupg2-smime-2.2.9-1.el8.x86_64.rpm                        10 MB/s | 279 kB     00:00
(53/191): gnutls-3.6.5-2.el8.x86_64.rpm                              20 MB/s | 896 kB     00:00
(54/191): glibc-2.28-42.el8.1.x86_64.rpm                             14 MB/s | 3.8 MB     00:00
(55/191): gpgme-1.10.0-6.el8.0.1.x86_64.rpm                         6.2 MB/s | 241 kB     00:00
(56/191): grep-3.1-6.el8.x86_64.rpm                                  13 MB/s | 274 kB     00:00
(57/191): grub2-common-2.02-66.el8.noarch.rpm                        19 MB/s | 880 kB     00:00
(58/191): grub2-tools-minimal-2.02-66.el8.x86_64.rpm                6.6 MB/s | 196 kB     00:00
(59/191): grubby-8.40-34.el8.x86_64.rpm                             4.7 MB/s |  49 kB     00:00
(60/191): gzip-1.9-4.el8.x86_64.rpm                                 8.2 MB/s | 166 kB     00:00
(61/191): grub2-tools-2.02-66.el8.x86_64.rpm                         18 MB/s | 1.9 MB     00:00
(62/191): hardlink-1.3-6.el8.x86_64.rpm                             2.7 MB/s |  29 kB     00:00
(63/191): info-6.5-4.el8.x86_64.rpm                                  20 MB/s | 198 kB     00:00
(64/191): ima-evm-utils-1.1-4.el8.x86_64.rpm                        2.5 MB/s |  55 kB     00:00
(65/191): iptables-libs-1.8.2-9.el8_0.1.x86_64.rpm                  6.7 MB/s |  97 kB     00:00
(66/191): json-c-0.13.1-0.2.el8.x86_64.rpm                          3.0 MB/s |  40 kB     00:00
(67/191): kbd-2.0.4-8.el8.x86_64.rpm                                 11 MB/s | 392 kB     00:00
(68/191): kbd-legacy-2.0.4-8.el8.noarch.rpm                          11 MB/s | 481 kB     00:00
(69/191): keyutils-libs-1.5.10-6.el8.x86_64.rpm                     2.0 MB/s |  34 kB     00:00
(70/191): kbd-misc-2.0.4-8.el8.noarch.rpm                            31 MB/s | 1.4 MB     00:00
(71/191): kmod-25-11.el8_0.2.x86_64.rpm                             4.6 MB/s | 127 kB     00:00
(72/191): kmod-libs-25-11.el8_0.2.x86_64.rpm                        3.8 MB/s |  69 kB     00:00
(73/191): kpartx-0.7.8-7.el8.x86_64.rpm                             4.6 MB/s | 100 kB     00:00
(74/191): libacl-2.2.53-1.el8.x86_64.rpm                            2.2 MB/s |  35 kB     00:00
(75/191): krb5-libs-1.16.1-22.el8.x86_64.rpm                         12 MB/s | 840 kB     00:00
(76/191): libassuan-2.5.1-3.el8.x86_64.rpm                          4.8 MB/s |  83 kB     00:00
(77/191): libarchive-3.3.2-3.el8.x86_64.rpm                         5.6 MB/s | 358 kB     00:00
(78/191): libattr-2.4.48-3.el8.x86_64.rpm                           1.5 MB/s |  27 kB     00:00     
(79/191): libblkid-2.32.1-8.el8.x86_64.rpm                           11 MB/s | 213 kB     00:00
(80/191): libcap-ng-0.7.9-4.el8.x86_64.rpm                          4.1 MB/s |  33 kB     00:00
(81/191): libcap-2.25-9.el8.x86_64.rpm                              2.2 MB/s |  57 kB     00:00
(82/191): libcom_err-1.44.3-2.el8.x86_64.rpm                        3.7 MB/s |  48 kB     00:00
(83/191): libcomps-0.1.8-13.el8.x86_64.rpm                          5.4 MB/s |  81 kB     00:00
(84/191): libcroco-0.6.12-4.el8.x86_64.rpm                          7.1 MB/s | 113 kB     00:00
(85/191): glibc-all-langpacks-2.28-42.el8.1.x86_64.rpm               34 MB/s |  25 MB     00:00
(86/191): libcurl-7.61.1-8.el8.x86_64.rpm                           3.0 MB/s | 294 kB     00:00
(87/191): libdb-5.3.28-36.el8.x86_64.rpm                            7.9 MB/s | 750 kB     00:00
(88/191): libdb-utils-5.3.28-36.el8.x86_64.rpm                      8.6 MB/s | 150 kB     00:00
(89/191): libevent-2.1.8-5.el8.x86_64.rpm                           9.7 MB/s | 253 kB     00:00
(90/191): libfdisk-2.32.1-8.el8.x86_64.rpm                          8.2 MB/s | 247 kB     00:00
(91/191): libdnf-0.22.5-5.el8_0.x86_64.rpm                           11 MB/s | 574 kB     00:00
(92/191): libffi-3.1-18.el8.x86_64.rpm                              1.7 MB/s |  37 kB     00:00
(93/191): libgcc-8.2.1-3.5.el8.x86_64.rpm                           2.2 MB/s |  77 kB     00:00
(94/191): libgomp-8.2.1-3.5.el8.x86_64.rpm                          5.8 MB/s | 189 kB     00:00
(95/191): libgcrypt-1.8.3-2.el8.x86_64.rpm                          9.3 MB/s | 459 kB     00:00
(96/191): libgpg-error-1.31-1.el8.x86_64.rpm                        8.8 MB/s | 242 kB     00:00
(97/191): libidn2-2.0.5-1.el8.x86_64.rpm                            1.7 MB/s |  90 kB     00:00
(98/191): libkcapi-1.1.1-16_1.el8.x86_64.rpm                        1.2 MB/s |  47 kB     00:00
(99/191): libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64.rpm               685 kB/s |  30 kB     00:00
(100/191): libksba-1.3.5-7.el8.x86_64.rpm                           8.4 MB/s | 135 kB     00:00
(101/191): libmetalink-0.1.3-7.el8.x86_64.rpm                       1.5 MB/s |  32 kB     00:00
(102/191): libmodulemd1-1.8.0-5.el8.x86_64.rpm                      9.0 MB/s | 175 kB     00:00
(103/191): libmount-2.32.1-8.el8.x86_64.rpm                         8.0 MB/s | 229 kB     00:00
(104/191): libnghttp2-1.33.0-1.el8.x86_64.rpm                       1.6 MB/s |  77 kB     00:00
(105/191): libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm        1.4 MB/s |  58 kB     00:00
(106/191): libpcap-1.9.0-1.el8.x86_64.rpm                           4.2 MB/s | 160 kB     00:00
(107/191): libpsl-0.20.2-5.el8.x86_64.rpm                           4.0 MB/s |  61 kB     00:00
(108/191): libpkgconf-1.4.2-1.el8.x86_64.rpm                        1.8 MB/s |  35 kB     00:00
(109/191): libpwquality-1.4.0-9.el8.x86_64.rpm                      5.9 MB/s | 103 kB     00:00
(110/191): libreport-filesystem-2.9.5-6.el8.x86_64.rpm              1.2 MB/s |  20 kB     00:00
(111/191): librepo-1.9.2-1.el8.x86_64.rpm                           3.5 MB/s |  84 kB     00:00
(112/191): libseccomp-2.3.3-3.el8.x86_64.rpm                        3.5 MB/s |  64 kB     00:00
(113/191): libsecret-0.18.6-1.el8.x86_64.rpm                        9.1 MB/s | 163 kB     00:00
(114/191): libselinux-2.8-6.el8.x86_64.rpm                           10 MB/s | 178 kB     00:00
(115/191): libsemanage-2.8-5.el8.x86_64.rpm                         6.3 MB/s | 162 kB     00:00
(116/191): libsepol-2.8-2.el8.x86_64.rpm                            9.8 MB/s | 338 kB     00:00     
(117/191): libsigsegv-2.11-5.el8.x86_64.rpm                         928 kB/s |  30 kB     00:00
(118/191): libsmartcols-2.32.1-8.el8.x86_64.rpm                     5.3 MB/s | 173 kB     00:00
(119/191): libssh-0.8.5-2.el8.x86_64.rpm                            9.4 MB/s | 227 kB     00:00
(120/191): libsolv-0.6.35-6.el8.x86_64.rpm                          9.5 MB/s | 352 kB     00:00
(121/191): libtasn1-4.13-3.el8.x86_64.rpm                           5.0 MB/s |  76 kB     00:00
(122/191): libtirpc-1.1.4-3.el8.x86_64.rpm                          8.4 MB/s | 112 kB     00:00
(123/191): libstdc++-8.2.1-3.5.el8.x86_64.rpm                        11 MB/s | 448 kB     00:00
(124/191): libusbx-1.0.22-1.el8.x86_64.rpm                          6.3 MB/s |  71 kB     00:00
(125/191): libunistring-0.9.9-3.el8.x86_64.rpm                       15 MB/s | 422 kB     00:00
(126/191): libutempter-1.1.6-14.el8.x86_64.rpm                      2.0 MB/s |  32 kB     00:00
(127/191): libuuid-2.32.1-8.el8.x86_64.rpm                          3.9 MB/s |  93 kB     00:00
(128/191): libxcrypt-4.1.1-4.el8.x86_64.rpm                         3.8 MB/s |  73 kB     00:00
(129/191): libverto-0.3.0-5.el8.x86_64.rpm                          893 kB/s |  24 kB     00:00
(130/191): libyaml-0.1.7-5.el8.x86_64.rpm                           4.2 MB/s |  61 kB     00:00
(131/191): lua-libs-5.3.4-10.el8.x86_64.rpm                         8.8 MB/s | 118 kB     00:00
(132/191): libxml2-2.9.7-5.el8.x86_64.rpm                            15 MB/s | 696 kB     00:00
(133/191): lz4-libs-1.8.1.2-4.el8.x86_64.rpm                        1.9 MB/s |  55 kB     00:00
(134/191): mpfr-3.1.6-1.el8.x86_64.rpm                              6.6 MB/s | 221 kB     00:00
(135/191): ncurses-6.1-7.20180224.el8.x86_64.rpm                     21 MB/s | 387 kB     00:00
(136/191): ncurses-base-6.1-7.20180224.el8.noarch.rpm               4.6 MB/s |  81 kB     00:00
(137/191): nettle-3.4.1-1.el8.x86_64.rpm                             20 MB/s | 302 kB     00:00
(138/191): ncurses-libs-6.1-7.20180224.el8.x86_64.rpm                12 MB/s | 335 kB     00:00
(139/191): npth-1.5-4.el8.x86_64.rpm                                1.2 MB/s |  26 kB     00:00
(140/191): openldap-2.4.46-9.el8.x86_64.rpm                         9.5 MB/s | 352 kB     00:00
(141/191): openssl-pkcs11-0.4.8-2.el8.x86_64.rpm                    2.9 MB/s |  64 kB     00:00
(142/191): openssl-1.1.1-8.el8.x86_64.rpm                            12 MB/s | 664 kB     00:00
(143/191): openssl-libs-1.1.1-8.el8.x86_64.rpm                       21 MB/s | 1.4 MB     00:00
(144/191): os-prober-1.74-6.el8.x86_64.rpm                          2.5 MB/s |  51 kB     00:00
(145/191): p11-kit-0.23.14-5.el8_0.x86_64.rpm                        12 MB/s | 272 kB     00:00
(146/191): p11-kit-trust-0.23.14-5.el8_0.x86_64.rpm                 6.0 MB/s | 139 kB     00:00
(147/191): pcre-8.42-4.el8.x86_64.rpm                               5.5 MB/s | 208 kB     00:00
(148/191): pcre2-10.32-1.el8.x86_64.rpm                             6.3 MB/s | 244 kB     00:00
(149/191): pigz-2.4-2.el8.x86_64.rpm                                3.0 MB/s |  79 kB     00:00
(150/191): pkgconf-1.4.2-1.el8.x86_64.rpm                           2.2 MB/s |  38 kB     00:00
(151/191): pkgconf-m4-1.4.2-1.el8.noarch.rpm                        1.4 MB/s |  17 kB     00:00
(152/191): pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm                1.0 MB/s |  15 kB     00:00
(153/191): pam-1.3.1-4.el8.x86_64.rpm                               7.0 MB/s | 734 kB     00:00
(154/191): platform-python-3.6.8-2.el8_0.0.1.x86_64.rpm             2.8 MB/s |  79 kB     00:00     
(155/191): popt-1.16-14.el8.x86_64.rpm                              7.4 MB/s |  61 kB     00:00
(156/191): platform-python-setuptools-39.2.0-4.el8.noarch.rpm        18 MB/s | 632 kB     00:00
(157/191): platform-python-pip-9.0.3-13.el8.noarch.rpm               34 MB/s | 1.8 MB     00:00
(158/191): publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm        2.3 MB/s |  56 kB     00:00
(159/191): procps-ng-3.3.15-1.el8.x86_64.rpm                        5.6 MB/s | 329 kB     00:00
(160/191): python3-gpg-1.10.0-6.el8.0.1.x86_64.rpm                   11 MB/s | 229 kB     00:00
(161/191): python3-dnf-4.0.9.2-5.el8.noarch.rpm                      11 MB/s | 496 kB     00:00
(162/191): python3-iniparse-0.4-31.el8.noarch.rpm                   3.1 MB/s |  49 kB     00:00
(163/191): python3-hawkey-0.22.5-5.el8_0.x86_64.rpm                 2.7 MB/s |  86 kB     00:00
(164/191): python3-libcomps-0.1.8-13.el8.x86_64.rpm                 1.8 MB/s |  52 kB     00:00
(165/191): python3-rpm-4.14.2-9.el8.x86_64.rpm                      8.9 MB/s | 147 kB     00:00
(166/191): python3-six-1.11.0-8.el8.noarch.rpm                      7.9 MB/s |  38 kB     00:00
(167/191): python3-libdnf-0.22.5-5.el8_0.x86_64.rpm                  11 MB/s | 618 kB     00:00
(168/191): readline-7.0-10.el8.x86_64.rpm                            15 MB/s | 199 kB     00:00
(169/191): rpm-build-libs-4.14.2-9.el8.x86_64.rpm                   6.8 MB/s | 149 kB     00:00
(170/191): rpm-4.14.2-9.el8.x86_64.rpm                               18 MB/s | 536 kB     00:00
(171/191): rpm-libs-4.14.2-9.el8.x86_64.rpm                          18 MB/s | 333 kB     00:00
(172/191): rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64.rpm       3.7 MB/s |  72 kB     00:00
(173/191): sed-4.5-1.el8.x86_64.rpm                                  23 MB/s | 298 kB     00:00
(174/191): setup-2.12.2-2.el8.noarch.rpm                            7.0 MB/s | 180 kB     00:00
(175/191): shadow-utils-4.6-7.el8.x86_64.rpm                         28 MB/s | 1.2 MB     00:00
(176/191): sqlite-libs-3.26.0-3.el8.x86_64.rpm                       22 MB/s | 579 kB     00:00
(177/191): shared-mime-info-1.9-3.el8.x86_64.rpm                    4.4 MB/s | 329 kB     00:00
(178/191): systemd-libs-239-13.el8_0.5.x86_64.rpm                    13 MB/s | 551 kB     00:00
(179/191): python3-libs-3.6.8-2.el8_0.0.1.x86_64.rpm                 28 MB/s | 7.9 MB     00:00
(180/191): systemd-pam-239-13.el8_0.5.x86_64.rpm                    4.9 MB/s | 222 kB     00:00
(181/191): systemd-239-13.el8_0.5.x86_64.rpm                         23 MB/s | 3.4 MB     00:00
(182/191): trousers-0.3.14-2.el8.x86_64.rpm                         3.5 MB/s | 153 kB     00:00
(183/191): systemd-udev-239-13.el8_0.5.x86_64.rpm                    20 MB/s | 1.3 MB     00:00
(184/191): trousers-lib-0.3.14-2.el8.x86_64.rpm                     7.4 MB/s | 168 kB     00:00
(185/191): tzdata-2019a-1.el8.noarch.rpm                             11 MB/s | 465 kB     00:00
(186/191): which-2.21-10.el8.x86_64.rpm                             1.3 MB/s |  49 kB     00:00
(187/191): xz-5.2.4-3.el8.x86_64.rpm                                4.0 MB/s | 153 kB     00:00
(188/191): xz-libs-5.2.4-3.el8.x86_64.rpm                           3.3 MB/s |  94 kB     00:00
(189/191): yum-4.0.9.2-5.el8.noarch.rpm                              12 MB/s | 173 kB     00:00
(190/191): zlib-1.2.11-10.el8.x86_64.rpm                            8.6 MB/s | 101 kB     00:00
(191/191): util-linux-2.32.1-8.el8.x86_64.rpm                        26 MB/s | 2.5 MB     00:00
----------------------------------------------------------------------------------------------------
Total                                                                16 MB/s | 105 MB     00:06
warning: /var/cache/dnf/AppStream-a520ed22b0a8a736/packages/libxkbcommon-0.8.2-1.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY                                            
CentOS-8 - AppStream                                                1.6 MB/s | 1.6 kB     00:00
Importing GPG key 0x8483C65D:                                                                  
 Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"                     
 Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D                                
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial                                      
Is this ok [y/N]: y
Key imported successfully                                                                 [629/5205]
Running transaction check                                                                          
Transaction check succeeded.                                                                       
Running transaction test                                                                           
Transaction test succeeded.                                                                        
Running transaction                                                                                
  Running scriptlet: filesystem-3.8-2.el8.x86_64                                                1/1
  Preparing        :                                                                            1/1
  Installing       : libgcc-8.2.1-3.5.el8.x86_64                                              1/191
  Running scriptlet: libgcc-8.2.1-3.5.el8.x86_64                                              1/191
  Installing       : tzdata-2019a-1.el8.noarch                                                2/191
  Installing       : publicsuffix-list-dafsa-20180723-1.el8.noarch                            3/191
  Installing       : pkgconf-m4-1.4.2-1.el8.noarch                                            4/191
  Installing       : ncurses-base-6.1-7.20180224.el8.noarch                                   5/191
  Installing       : libreport-filesystem-2.9.5-6.el8.x86_64                                  6/191
  Installing       : dnf-data-4.0.9.2-5.el8.noarch                                            7/191
  Installing       : kbd-misc-2.0.4-8.el8.noarch                                              8/191
  Installing       : kbd-legacy-2.0.4-8.el8.noarch                                            9/191
  Installing       : dbus-common-1:1.12.8-7.el8.noarch                                       10/191
  Installing       : centos-release-8.0-0.1905.0.9.el8.x86_64                                11/191
  Installing       : setup-2.12.2-2.el8.noarch                                               12/191
  Running scriptlet: setup-2.12.2-2.el8.noarch                                               12/191
warning: /etc/group created as /etc/group.rpmnew                                                   
warning: /etc/gshadow created as /etc/gshadow.rpmnew
warning: /etc/passwd created as /etc/passwd.rpmnew
warning: /etc/shadow created as /etc/shadow.rpmnew

  Installing       : filesystem-3.8-2.el8.x86_64                                             13/191
  Installing       : basesystem-11-5.el8.noarch                                              14/191
  Installing       : pcre2-10.32-1.el8.x86_64                                                15/191
  Installing       : libselinux-2.8-6.el8.x86_64                                             16/191
  Installing       : ncurses-libs-6.1-7.20180224.el8.x86_64                                  17/191
  Installing       : glibc-all-langpacks-2.28-42.el8.1.x86_64                                18/191
  Installing       : glibc-common-2.28-42.el8.1.x86_64                                       19/191
  Running scriptlet: glibc-2.28-42.el8.1.x86_64                                              20/191
  Installing       : glibc-2.28-42.el8.1.x86_64                                              20/191
  Running scriptlet: glibc-2.28-42.el8.1.x86_64                                              20/191
warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew

  Installing       : bash-4.4.19-7.el8.x86_64                                                21/191
  Running scriptlet: bash-4.4.19-7.el8.x86_64                                                21/191
  Installing       : libsepol-2.8-2.el8.x86_64                                               22/191
  Running scriptlet: libsepol-2.8-2.el8.x86_64                                               22/191
  Installing       : zlib-1.2.11-10.el8.x86_64                                               23/191
  Installing       : xz-libs-5.2.4-3.el8.x86_64                                              24/191
  Installing       : info-6.5-4.el8.x86_64                                                   25/191
  Installing       : libgpg-error-1.31-1.el8.x86_64                                          26/191
  Installing       : bzip2-libs-1.0.6-26.el8.x86_64                                          27/191
  Installing       : libxml2-2.9.7-5.el8.x86_64                                              28/191
  Installing       : libcap-2.25-9.el8.x86_64                                                29/191
  Installing       : elfutils-libelf-0.174-6.el8.x86_64                                      30/191
  Installing       : expat-2.2.5-3.el8.x86_64                                                31/191
  Installing       : libxcrypt-4.1.1-4.el8.x86_64                                            32/191
  Installing       : popt-1.16-14.el8.x86_64                                                 33/191
  Installing       : libgcrypt-1.8.3-2.el8.x86_64                                            34/191
  Running scriptlet: libgcrypt-1.8.3-2.el8.x86_64                                            34/191
  Installing       : libunistring-0.9.9-3.el8.x86_64                                         35/191
  Installing       : readline-7.0-10.el8.x86_64                                              36/191
  Running scriptlet: readline-7.0-10.el8.x86_64                                              36/191
  Installing       : sqlite-libs-3.26.0-3.el8.x86_64                                         37/191
  Installing       : gmp-1:6.1.2-8.el8.x86_64                                                38/191
  Running scriptlet: gmp-1:6.1.2-8.el8.x86_64                                                38/191
  Installing       : libcom_err-1.44.3-2.el8.x86_64                                          39/191
  Running scriptlet: libcom_err-1.44.3-2.el8.x86_64                                          39/191
  Installing       : libuuid-2.32.1-8.el8.x86_64                                             40/191
  Running scriptlet: libuuid-2.32.1-8.el8.x86_64                                             40/191
  Installing       : lua-libs-5.3.4-10.el8.x86_64                                            41/191
  Installing       : libidn2-2.0.5-1.el8.x86_64                                              42/191
  Running scriptlet: libidn2-2.0.5-1.el8.x86_64                                              42/191
  Installing       : chkconfig-1.11-1.el8.x86_64                                             43/191
  Installing       : libassuan-2.5.1-3.el8.x86_64                                            44/191
  Installing       : json-c-0.13.1-0.2.el8.x86_64                                            45/191
  Installing       : libattr-2.4.48-3.el8.x86_64                                             46/191
  Installing       : libacl-2.2.53-1.el8.x86_64                                              47/191
  Installing       : sed-4.5-1.el8.x86_64                                                    48/191
  Running scriptlet: sed-4.5-1.el8.x86_64                                                    48/191
  Installing       : libffi-3.1-18.el8.x86_64                                                49/191
  Installing       : libsmartcols-2.32.1-8.el8.x86_64                                        50/191
  Running scriptlet: libsmartcols-2.32.1-8.el8.x86_64                                        50/191
  Installing       : libstdc++-8.2.1-3.5.el8.x86_64                                          51/191
  Running scriptlet: libstdc++-8.2.1-3.5.el8.x86_64                                          51/191
  Installing       : p11-kit-0.23.14-5.el8_0.x86_64                                          52/191
  Running scriptlet: p11-kit-0.23.14-5.el8_0.x86_64                                          52/191
  Installing       : file-libs-5.33-8.el8.x86_64                                             53/191
  Installing       : libcap-ng-0.7.9-4.el8.x86_64                                            54/191
  Installing       : audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64                       55/191
  Installing       : lz4-libs-1.8.1.2-4.el8.x86_64                                           56/191
  Installing       : libksba-1.3.5-7.el8.x86_64                                              57/191
  Installing       : findutils-1:4.6.0-20.el8.x86_64                                         58/191
  Running scriptlet: findutils-1:4.6.0-20.el8.x86_64                                         58/191
  Installing       : libgomp-8.2.1-3.5.el8.x86_64                                            59/191
  Running scriptlet: libgomp-8.2.1-3.5.el8.x86_64                                            59/191
  Installing       : grub2-common-1:2.02-66.el8.noarch                                       60/191
  Installing       : gdbm-libs-1:1.18-1.el8.x86_64                                           61/191
  Installing       : keyutils-libs-1.5.10-6.el8.x86_64                                       62/191
  Installing       : libtasn1-4.13-3.el8.x86_64                                              63/191
  Running scriptlet: libtasn1-4.13-3.el8.x86_64                                              63/191
  Installing       : p11-kit-trust-0.23.14-5.el8_0.x86_64                                    64/191
  Running scriptlet: p11-kit-trust-0.23.14-5.el8_0.x86_64                                    64/191
  Installing       : pcre-8.42-4.el8.x86_64                                                  65/191
  Installing       : grep-3.1-6.el8.x86_64                                                   66/191
  Running scriptlet: grep-3.1-6.el8.x86_64                                                   66/191
  Installing       : xz-5.2.4-3.el8.x86_64                                                   67/191
  Installing       : gdbm-1:1.18-1.el8.x86_64                                                68/191
  Installing       : libsemanage-2.8-5.el8.x86_64                                            69/191
  Installing       : file-5.33-8.el8.x86_64                                                  70/191
  Installing       : acl-2.2.53-1.el8.x86_64                                                 71/191
  Installing       : libpsl-0.20.2-5.el8.x86_64                                              72/191
  Installing       : mpfr-3.1.6-1.el8.x86_64                                                 73/191
  Running scriptlet: mpfr-3.1.6-1.el8.x86_64                                                 73/191
  Installing       : nettle-3.4.1-1.el8.x86_64                                               74/191
  Running scriptlet: nettle-3.4.1-1.el8.x86_64                                               74/191
  Installing       : libcomps-0.1.8-13.el8.x86_64                                            75/191
  Installing       : libmetalink-0.1.3-7.el8.x86_64                                          76/191
  Installing       : coreutils-common-8.30-6.el8.x86_64                                      77/191
  Running scriptlet: coreutils-common-8.30-6.el8.x86_64                                      77/191
  Installing       : diffutils-3.6-5.el8.x86_64                                              78/191
  Running scriptlet: diffutils-3.6-5.el8.x86_64                                              78/191
  Installing       : pigz-2.4-2.el8.x86_64                                                   79/191
  Installing       : brotli-1.0.6-1.el8.x86_64                                               80/191
  Installing       : cpio-2.12-8.el8.x86_64                                                  81/191
  Installing       : hardlink-1:1.3-6.el8.x86_64                                             82/191
  Installing       : libnghttp2-1.33.0-1.el8.x86_64                                          83/191
  Installing       : libpkgconf-1.4.2-1.el8.x86_64                                           84/191
  Installing       : pkgconf-1.4.2-1.el8.x86_64                                              85/191
  Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                                   86/191
  Installing       : libpcap-14:1.9.0-1.el8.x86_64                                           87/191
  Installing       : iptables-libs-1.8.2-9.el8_0.1.x86_64                                    88/191
  Installing       : libseccomp-2.3.3-3.el8.x86_64                                           89/191
  Running scriptlet: libseccomp-2.3.3-3.el8.x86_64                                           89/191
  Installing       : libsigsegv-2.11-5.el8.x86_64                                            90/191
  Installing       : gawk-4.2.1-1.el8.x86_64                                                 91/191
  Installing       : libverto-0.3.0-5.el8.x86_64                                             92/191
  Installing       : libyaml-0.1.7-5.el8.x86_64                                              93/191
  Installing       : ncurses-6.1-7.20180224.el8.x86_64                                       94/191
  Installing       : npth-1.5-4.el8.x86_64                                                   95/191
  Installing       : which-2.21-10.el8.x86_64                                                96/191
  Installing       : xkeyboard-config-2.24-3.el8.noarch                                      97/191
  Installing       : libxkbcommon-0.8.2-1.el8.x86_64                                         98/191
  Installing       : cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64                                 99/191
  Running scriptlet: cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64                                 99/191
  Installing       : libssh-0.8.5-2.el8.x86_64                                              100/191
  Installing       : openldap-2.4.46-9.el8.x86_64                                           101/191
  Installing       : libcurl-7.61.1-8.el8.x86_64                                            102/191
  Installing       : libkcapi-1.1.1-16_1.el8.x86_64                                         103/191
  Installing       : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64                                104/191
  Installing       : libarchive-3.3.2-3.el8.x86_64                                          105/191
  Installing       : libdb-utils-5.3.28-36.el8.x86_64                                       106/191
  Installing       : curl-7.61.1-8.el8.x86_64                                               107/191
  Installing       : openssl-1:1.1.1-8.el8.x86_64                                           108/191
  Installing       : elfutils-default-yama-scope-0.174-6.el8.noarch                         109/191
  Running scriptlet: elfutils-default-yama-scope-0.174-6.el8.noarch                         109/191
  Installing       : elfutils-libs-0.174-6.el8.x86_64                                       110/191
  Installing       : gzip-1.9-4.el8.x86_64                                                  111/191
  Running scriptlet: gzip-1.9-4.el8.x86_64                                                  111/191
  Installing       : cracklib-2.9.6-15.el8.x86_64                                           112/191
  Installing       : cracklib-dicts-2.9.6-15.el8.x86_64                                     113/191
  Installing       : gettext-libs-0.19.8.1-14.el8.x86_64                                    114/191
  Installing       : libcroco-0.6.12-4.el8.x86_64                                           115/191
  Running scriptlet: libcroco-0.6.12-4.el8.x86_64                                           115/191
  Installing       : procps-ng-3.3.15-1.el8.x86_64                                          116/191
  Installing       : krb5-libs-1.16.1-22.el8.x86_64                                         117/191
  Installing       : libtirpc-1.1.4-3.el8.x86_64                                            118/191
  Running scriptlet: libtirpc-1.1.4-3.el8.x86_64                                            118/191
  Installing       : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64                          119/191
  Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64                          119/191
  Installing       : grub2-tools-minimal-1:2.02-66.el8.x86_64                               120/191
  Installing       : kpartx-0.7.8-7.el8.x86_64                                              121/191
  Installing       : device-mapper-8:1.02.155-6.el8.x86_64                                  122/191
  Installing       : openssl-pkcs11-0.4.8-2.el8.x86_64                                      123/191
  Running scriptlet: openssl-pkcs11-0.4.8-2.el8.x86_64                                      123/191
  Installing       : rpm-4.14.2-9.el8.x86_64                                                124/191
  Installing       : libfdisk-2.32.1-8.el8.x86_64                                           125/191
  Running scriptlet: libfdisk-2.32.1-8.el8.x86_64                                           125/191
  Installing       : libmount-2.32.1-8.el8.x86_64                                           126/191
  Running scriptlet: libmount-2.32.1-8.el8.x86_64                                           126/191
  Installing       : gettext-0.19.8.1-14.el8.x86_64                                         127/191
  Running scriptlet: gettext-0.19.8.1-14.el8.x86_64                                         127/191
  Installing       : glib2-2.56.4-1.el8.x86_64                                              128/191
  Installing       : dbus-libs-1:1.12.8-7.el8.x86_64                                        129/191
  Running scriptlet: dbus-libs-1:1.12.8-7.el8.x86_64                                        129/191
  Installing       : dbus-tools-1:1.12.8-7.el8.x86_64                                       130/191
  Installing       : coreutils-8.30-6.el8.x86_64                                            131/191
  Installing       : systemd-libs-239-13.el8_0.5.x86_64                                     132/191
  Running scriptlet: systemd-libs-239-13.el8_0.5.x86_64                                     132/191
  Installing       : libblkid-2.32.1-8.el8.x86_64                                           133/191
  Running scriptlet: libblkid-2.32.1-8.el8.x86_64                                           133/191
  Installing       : device-mapper-libs-8:1.02.155-6.el8.x86_64                             134/191
  Running scriptlet: device-mapper-libs-8:1.02.155-6.el8.x86_64                             134/191
  Installing       : shadow-utils-2:4.6-7.el8.x86_64                                        135/191
  Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch                                 136/191
  Installing       : ca-certificates-2018.2.24-6.el8.noarch                                 136/191
  Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch                                 136/191
  Running scriptlet: dbus-daemon-1:1.12.8-7.el8.x86_64                                      137/191
  Installing       : dbus-daemon-1:1.12.8-7.el8.x86_64                                      137/191
  Running scriptlet: dbus-daemon-1:1.12.8-7.el8.x86_64                                      137/191
  Running scriptlet: libutempter-1.1.6-14.el8.x86_64                                        138/191
  Installing       : libutempter-1.1.6-14.el8.x86_64                                        138/191
  Installing       : shared-mime-info-1.9-3.el8.x86_64                                      139/191
  Running scriptlet: shared-mime-info-1.9-3.el8.x86_64                                      139/191
  Installing       : kmod-25-11.el8_0.2.x86_64                                              140/191
  Installing       : kmod-libs-25-11.el8_0.2.x86_64                                         141/191
  Running scriptlet: kmod-libs-25-11.el8_0.2.x86_64                                         141/191
  Installing       : kbd-2.0.4-8.el8.x86_64                                                 142/191
  Installing       : libpwquality-1.4.0-9.el8.x86_64                                        143/191
  Installing       : systemd-pam-239-13.el8_0.5.x86_64                                      144/191
  Installing       : cryptsetup-libs-2.0.6-1.el8.x86_64                                     145/191
  Running scriptlet: cryptsetup-libs-2.0.6-1.el8.x86_64                                     145/191
  Installing       : dracut-049-10.git20190115.el8.x86_64                                   146/191
  Installing       : libdb-5.3.28-36.el8.x86_64                                             147/191
  Running scriptlet: libdb-5.3.28-36.el8.x86_64                                             147/191
  Installing       : pam-1.3.1-4.el8.x86_64                                                 148/191
  Running scriptlet: pam-1.3.1-4.el8.x86_64                                                 148/191
  Installing       : util-linux-2.32.1-8.el8.x86_64                                         149/191
  Running scriptlet: util-linux-2.32.1-8.el8.x86_64                                         149/191
  Installing       : rpm-libs-4.14.2-9.el8.x86_64                                           150/191
  Running scriptlet: rpm-libs-4.14.2-9.el8.x86_64                                           150/191
  Installing       : trousers-lib-0.3.14-2.el8.x86_64                                       151/191
  Running scriptlet: trousers-lib-0.3.14-2.el8.x86_64                                       151/191
  Installing       : openssl-libs-1:1.1.1-8.el8.x86_64                                      152/191
  Running scriptlet: openssl-libs-1:1.1.1-8.el8.x86_64                                      152/191
  Installing       : grubby-8.40-34.el8.x86_64                                              153/191
  Installing       : crypto-policies-20181217-6.git9a35207.el8.noarch                       154/191
  Running scriptlet: crypto-policies-20181217-6.git9a35207.el8.noarch                       154/191
  Installing       : os-prober-1.74-6.el8.x86_64                                            155/191
  Running scriptlet: grub2-tools-1:2.02-66.el8.x86_64                                       156/191
  Installing       : grub2-tools-1:2.02-66.el8.x86_64                                       156/191
  Running scriptlet: grub2-tools-1:2.02-66.el8.x86_64                                       156/191
  Installing       : gnutls-3.6.5-2.el8.x86_64                                              157/191
  Installing       : dbus-1:1.12.8-7.el8.x86_64                                             158/191
  Running scriptlet: systemd-239-13.el8_0.5.x86_64                                          159/191
  Installing       : systemd-239-13.el8_0.5.x86_64                                          159/191
  Running scriptlet: systemd-239-13.el8_0.5.x86_64                                          159/191
  Installing       : systemd-udev-239-13.el8_0.5.x86_64                                     160/191
  Running scriptlet: systemd-udev-239-13.el8_0.5.x86_64                                     160/191
  Running scriptlet: trousers-0.3.14-2.el8.x86_64                                           161/191
  Installing       : trousers-0.3.14-2.el8.x86_64                                           161/191
  Running scriptlet: trousers-0.3.14-2.el8.x86_64                                           161/191
  Installing       : platform-python-pip-9.0.3-13.el8.noarch                                162/191
  Installing       : platform-python-setuptools-39.2.0-4.el8.noarch                         163/191
  Installing       : platform-python-3.6.8-2.el8_0.0.1.x86_64                               164/191
  Running scriptlet: platform-python-3.6.8-2.el8_0.0.1.x86_64                               164/191
  Installing       : python3-libs-3.6.8-2.el8_0.0.1.x86_64                                  165/191
  Installing       : libmodulemd1-1.8.0-5.el8.x86_64                                        166/191
  Installing       : libsolv-0.6.35-6.el8.x86_64                                            167/191
  Installing       : ima-evm-utils-1.1-4.el8.x86_64                                         168/191
  Installing       : libevent-2.1.8-5.el8.x86_64                                            169/191
  Running scriptlet: unbound-libs-1.7.3-8.el8.x86_64                                        170/191
  Installing       : unbound-libs-1.7.3-8.el8.x86_64                                        170/191
  Running scriptlet: unbound-libs-1.7.3-8.el8.x86_64                                        170/191
  Installing       : python3-unbound-1.7.3-8.el8.x86_64                                     171/191
  Installing       : python3-libcomps-0.1.8-13.el8.x86_64                                   172/191
  Installing       : python3-six-1.11.0-8.el8.noarch                                        173/191
  Installing       : python3-iniparse-0.4-31.el8.noarch                                     174/191
  Installing       : rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64                         175/191
  Installing       : libusbx-1.0.22-1.el8.x86_64                                            176/191
  Installing       : libsecret-0.18.6-1.el8.x86_64                                          177/191
  Installing       : pinentry-1.1.0-2.el8.x86_64                                            178/191
  Running scriptlet: pinentry-1.1.0-2.el8.x86_64                                            178/191
  Installing       : gnupg2-smime-2.2.9-1.el8.x86_64                                        179/191
  Installing       : gnupg2-2.2.9-1.el8.x86_64                                              180/191
  Installing       : gpgme-1.10.0-6.el8.0.1.x86_64                                          181/191
  Installing       : librepo-1.9.2-1.el8.x86_64                                             182/191
  Installing       : libdnf-0.22.5-5.el8_0.x86_64                                           183/191
  Installing       : python3-libdnf-0.22.5-5.el8_0.x86_64                                   184/191
  Installing       : python3-hawkey-0.22.5-5.el8_0.x86_64                                   185/191
  Installing       : python3-gpg-1.10.0-6.el8.0.1.x86_64                                    186/191
  Installing       : rpm-build-libs-4.14.2-9.el8.x86_64                                     187/191
  Running scriptlet: rpm-build-libs-4.14.2-9.el8.x86_64                                     187/191
  Installing       : python3-rpm-4.14.2-9.el8.x86_64                                        188/191
  Installing       : python3-dnf-4.0.9.2-5.el8.noarch                                       189/191
  Installing       : dnf-4.0.9.2-5.el8.noarch                                               190/191
  Running scriptlet: dnf-4.0.9.2-5.el8.noarch                                               190/191
  Installing       : yum-4.0.9.2-5.el8.noarch                                               191/191
  Running scriptlet: filesystem-3.8-2.el8.x86_64                                            191/191
  Running scriptlet: glibc-all-langpacks-2.28-42.el8.1.x86_64                               191/191
  Running scriptlet: glibc-common-2.28-42.el8.1.x86_64                                      191/191
  Running scriptlet: info-6.5-4.el8.x86_64                                                  191/191
  Running scriptlet: glib2-2.56.4-1.el8.x86_64                                              191/191
  Running scriptlet: shared-mime-info-1.9-3.el8.x86_64                                      191/191
  Running scriptlet: systemd-239-13.el8_0.5.x86_64                                          191/191
  Running scriptlet: systemd-udev-239-13.el8_0.5.x86_64                                     191/191
  Verifying        : libxkbcommon-0.8.2-1.el8.x86_64                                          1/191
  Verifying        : pinentry-1.1.0-2.el8.x86_64                                              2/191
  Verifying        : python3-unbound-1.7.3-8.el8.x86_64                                       3/191
  Verifying        : unbound-libs-1.7.3-8.el8.x86_64                                          4/191
  Verifying        : xkeyboard-config-2.24-3.el8.noarch                                       5/191
  Verifying        : acl-2.2.53-1.el8.x86_64                                                  6/191
  Verifying        : audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64                        7/191
  Verifying        : basesystem-11-5.el8.noarch                                               8/191
  Verifying        : bash-4.4.19-7.el8.x86_64                                                 9/191
  Verifying        : brotli-1.0.6-1.el8.x86_64                                               10/191
  Verifying        : bzip2-libs-1.0.6-26.el8.x86_64                                          11/191
  Verifying        : ca-certificates-2018.2.24-6.el8.noarch                                  12/191
  Verifying        : centos-release-8.0-0.1905.0.9.el8.x86_64                                13/191
  Verifying        : chkconfig-1.11-1.el8.x86_64                                             14/191
  Verifying        : coreutils-8.30-6.el8.x86_64                                             15/191
  Verifying        : coreutils-common-8.30-6.el8.x86_64                                      16/191
  Verifying        : cpio-2.12-8.el8.x86_64                                                  17/191
  Verifying        : cracklib-2.9.6-15.el8.x86_64                                            18/191
  Verifying        : cracklib-dicts-2.9.6-15.el8.x86_64                                      19/191
  Verifying        : crypto-policies-20181217-6.git9a35207.el8.noarch                        20/191
  Verifying        : cryptsetup-libs-2.0.6-1.el8.x86_64                                      21/191
  Verifying        : curl-7.61.1-8.el8.x86_64                                                22/191
  Verifying        : cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64                                 23/191
  Verifying        : dbus-1:1.12.8-7.el8.x86_64                                              24/191
  Verifying        : dbus-common-1:1.12.8-7.el8.noarch                                       25/191
  Verifying        : dbus-daemon-1:1.12.8-7.el8.x86_64                                       26/191
  Verifying        : dbus-libs-1:1.12.8-7.el8.x86_64                                         27/191
  Verifying        : dbus-tools-1:1.12.8-7.el8.x86_64                                        28/191
  Verifying        : device-mapper-8:1.02.155-6.el8.x86_64                                   29/191
  Verifying        : device-mapper-libs-8:1.02.155-6.el8.x86_64                              30/191
  Verifying        : diffutils-3.6-5.el8.x86_64                                              31/191
  Verifying        : dnf-4.0.9.2-5.el8.noarch                                                32/191
  Verifying        : dnf-data-4.0.9.2-5.el8.noarch                                           33/191
  Verifying        : dracut-049-10.git20190115.el8.x86_64                                    34/191
  Verifying        : elfutils-default-yama-scope-0.174-6.el8.noarch                          35/191
  Verifying        : elfutils-libelf-0.174-6.el8.x86_64                                      36/191
  Verifying        : elfutils-libs-0.174-6.el8.x86_64                                        37/191
  Verifying        : expat-2.2.5-3.el8.x86_64                                                38/191
  Verifying        : file-5.33-8.el8.x86_64                                                  39/191
  Verifying        : file-libs-5.33-8.el8.x86_64                                             40/191
  Verifying        : filesystem-3.8-2.el8.x86_64                                             41/191
  Verifying        : findutils-1:4.6.0-20.el8.x86_64                                         42/191
  Verifying        : gawk-4.2.1-1.el8.x86_64                                                 43/191
  Verifying        : gdbm-1:1.18-1.el8.x86_64                                                44/191
  Verifying        : gdbm-libs-1:1.18-1.el8.x86_64                                           45/191
  Verifying        : gettext-0.19.8.1-14.el8.x86_64                                          46/191
  Verifying        : gettext-libs-0.19.8.1-14.el8.x86_64                                     47/191
  Verifying        : glib2-2.56.4-1.el8.x86_64                                               48/191
  Verifying        : glibc-2.28-42.el8.1.x86_64                                              49/191
  Verifying        : glibc-all-langpacks-2.28-42.el8.1.x86_64                                50/191
  Verifying        : glibc-common-2.28-42.el8.1.x86_64                                       51/191
  Verifying        : gmp-1:6.1.2-8.el8.x86_64                                                52/191
  Verifying        : gnupg2-2.2.9-1.el8.x86_64                                               53/191
  Verifying        : gnupg2-smime-2.2.9-1.el8.x86_64                                         54/191
  Verifying        : gnutls-3.6.5-2.el8.x86_64                                               55/191
  Verifying        : gpgme-1.10.0-6.el8.0.1.x86_64                                           56/191
  Verifying        : grep-3.1-6.el8.x86_64                                                   57/191
  Verifying        : grub2-common-1:2.02-66.el8.noarch                                       58/191
  Verifying        : grub2-tools-1:2.02-66.el8.x86_64                                        59/191
  Verifying        : grub2-tools-minimal-1:2.02-66.el8.x86_64                                60/191
  Verifying        : grubby-8.40-34.el8.x86_64                                               61/191
  Verifying        : gzip-1.9-4.el8.x86_64                                                   62/191
  Verifying        : hardlink-1:1.3-6.el8.x86_64                                             63/191
  Verifying        : ima-evm-utils-1.1-4.el8.x86_64                                          64/191
  Verifying        : info-6.5-4.el8.x86_64                                                   65/191
  Verifying        : iptables-libs-1.8.2-9.el8_0.1.x86_64                                    66/191
  Verifying        : json-c-0.13.1-0.2.el8.x86_64                                            67/191
  Verifying        : kbd-2.0.4-8.el8.x86_64                                                  68/191
  Verifying        : kbd-legacy-2.0.4-8.el8.noarch                                           69/191
  Verifying        : kbd-misc-2.0.4-8.el8.noarch                                             70/191
  Verifying        : keyutils-libs-1.5.10-6.el8.x86_64                                       71/191
  Verifying        : kmod-25-11.el8_0.2.x86_64                                               72/191
  Verifying        : kmod-libs-25-11.el8_0.2.x86_64                                          73/191
  Verifying        : kpartx-0.7.8-7.el8.x86_64                                               74/191
  Verifying        : krb5-libs-1.16.1-22.el8.x86_64                                          75/191
  Verifying        : libacl-2.2.53-1.el8.x86_64                                              76/191
  Verifying        : libarchive-3.3.2-3.el8.x86_64                                           77/191
  Verifying        : libassuan-2.5.1-3.el8.x86_64                                            78/191
  Verifying        : libattr-2.4.48-3.el8.x86_64                                             79/191
  Verifying        : libblkid-2.32.1-8.el8.x86_64                                            80/191
  Verifying        : libcap-2.25-9.el8.x86_64                                                81/191
  Verifying        : libcap-ng-0.7.9-4.el8.x86_64                                            82/191
  Verifying        : libcom_err-1.44.3-2.el8.x86_64                                          83/191
  Verifying        : libcomps-0.1.8-13.el8.x86_64                                            84/191
  Verifying        : libcroco-0.6.12-4.el8.x86_64                                            85/191
  Verifying        : libcurl-7.61.1-8.el8.x86_64                                             86/191
  Verifying        : libdb-5.3.28-36.el8.x86_64                                              87/191
  Verifying        : libdb-utils-5.3.28-36.el8.x86_64                                        88/191
  Verifying        : libdnf-0.22.5-5.el8_0.x86_64                                            89/191
  Verifying        : libevent-2.1.8-5.el8.x86_64                                             90/191
  Verifying        : libfdisk-2.32.1-8.el8.x86_64                                            91/191
  Verifying        : libffi-3.1-18.el8.x86_64                                                92/191
  Verifying        : libgcc-8.2.1-3.5.el8.x86_64                                             93/191
  Verifying        : libgcrypt-1.8.3-2.el8.x86_64                                            94/191
  Verifying        : libgomp-8.2.1-3.5.el8.x86_64                                            95/191
  Verifying        : libgpg-error-1.31-1.el8.x86_64                                          96/191
  Verifying        : libidn2-2.0.5-1.el8.x86_64                                              97/191
  Verifying        : libkcapi-1.1.1-16_1.el8.x86_64                                          98/191
  Verifying        : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64                                 99/191
  Verifying        : libksba-1.3.5-7.el8.x86_64                                             100/191
  Verifying        : libmetalink-0.1.3-7.el8.x86_64                                         101/191
  Verifying        : libmodulemd1-1.8.0-5.el8.x86_64                                        102/191
  Verifying        : libmount-2.32.1-8.el8.x86_64                                           103/191
  Verifying        : libnghttp2-1.33.0-1.el8.x86_64                                         104/191
  Verifying        : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64                          105/191
  Verifying        : libpcap-14:1.9.0-1.el8.x86_64                                          106/191
  Verifying        : libpkgconf-1.4.2-1.el8.x86_64                                          107/191
  Verifying        : libpsl-0.20.2-5.el8.x86_64                                             108/191
  Verifying        : libpwquality-1.4.0-9.el8.x86_64                                        109/191
  Verifying        : librepo-1.9.2-1.el8.x86_64                                             110/191
  Verifying        : libreport-filesystem-2.9.5-6.el8.x86_64                                111/191
  Verifying        : libseccomp-2.3.3-3.el8.x86_64                                          112/191
  Verifying        : libsecret-0.18.6-1.el8.x86_64                                          113/191
  Verifying        : libselinux-2.8-6.el8.x86_64                                            114/191
  Verifying        : libsemanage-2.8-5.el8.x86_64                                           115/191
  Verifying        : libsepol-2.8-2.el8.x86_64                                              116/191
  Verifying        : libsigsegv-2.11-5.el8.x86_64                                           117/191
  Verifying        : libsmartcols-2.32.1-8.el8.x86_64                                       118/191
  Verifying        : libsolv-0.6.35-6.el8.x86_64                                            119/191
  Verifying        : libssh-0.8.5-2.el8.x86_64                                              120/191
  Verifying        : libstdc++-8.2.1-3.5.el8.x86_64                                         121/191
  Verifying        : libtasn1-4.13-3.el8.x86_64                                             122/191
  Verifying        : libtirpc-1.1.4-3.el8.x86_64                                            123/191
  Verifying        : libunistring-0.9.9-3.el8.x86_64                                        124/191
  Verifying        : libusbx-1.0.22-1.el8.x86_64                                            125/191
  Verifying        : libutempter-1.1.6-14.el8.x86_64                                        126/191
  Verifying        : libuuid-2.32.1-8.el8.x86_64                                            127/191
  Verifying        : libverto-0.3.0-5.el8.x86_64                                            128/191
  Verifying        : libxcrypt-4.1.1-4.el8.x86_64                                           129/191
  Verifying        : libxml2-2.9.7-5.el8.x86_64                                             130/191
  Verifying        : libyaml-0.1.7-5.el8.x86_64                                             131/191
  Verifying        : lua-libs-5.3.4-10.el8.x86_64                                           132/191
  Verifying        : lz4-libs-1.8.1.2-4.el8.x86_64                                          133/191
  Verifying        : mpfr-3.1.6-1.el8.x86_64                                                134/191
  Verifying        : ncurses-6.1-7.20180224.el8.x86_64                                      135/191
  Verifying        : ncurses-base-6.1-7.20180224.el8.noarch                                 136/191
  Verifying        : ncurses-libs-6.1-7.20180224.el8.x86_64                                 137/191
  Verifying        : nettle-3.4.1-1.el8.x86_64                                              138/191
  Verifying        : npth-1.5-4.el8.x86_64                                                  139/191
  Verifying        : openldap-2.4.46-9.el8.x86_64                                           140/191
  Verifying        : openssl-1:1.1.1-8.el8.x86_64                                           141/191
  Verifying        : openssl-libs-1:1.1.1-8.el8.x86_64                                      142/191
  Verifying        : openssl-pkcs11-0.4.8-2.el8.x86_64                                      143/191
  Verifying        : os-prober-1.74-6.el8.x86_64                                            144/191
  Verifying        : p11-kit-0.23.14-5.el8_0.x86_64                                         145/191
  Verifying        : p11-kit-trust-0.23.14-5.el8_0.x86_64                                   146/191
  Verifying        : pam-1.3.1-4.el8.x86_64                                                 147/191
  Verifying        : pcre-8.42-4.el8.x86_64                                                 148/191
  Verifying        : pcre2-10.32-1.el8.x86_64                                               149/191
  Verifying        : pigz-2.4-2.el8.x86_64                                                  150/191
  Verifying        : pkgconf-1.4.2-1.el8.x86_64                                             151/191
  Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                                          152/191
  Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                                  153/191
  Verifying        : platform-python-3.6.8-2.el8_0.0.1.x86_64                               154/191
  Verifying        : platform-python-pip-9.0.3-13.el8.noarch                                155/191
  Verifying        : platform-python-setuptools-39.2.0-4.el8.noarch                         156/191
  Verifying        : popt-1.16-14.el8.x86_64                                                157/191
  Verifying        : procps-ng-3.3.15-1.el8.x86_64                                          158/191
  Verifying        : publicsuffix-list-dafsa-20180723-1.el8.noarch                          159/191
  Verifying        : python3-dnf-4.0.9.2-5.el8.noarch                                       160/191
  Verifying        : python3-gpg-1.10.0-6.el8.0.1.x86_64                                    161/191
  Verifying        : python3-hawkey-0.22.5-5.el8_0.x86_64                                   162/191
  Verifying        : python3-iniparse-0.4-31.el8.noarch                                     163/191
  Verifying        : python3-libcomps-0.1.8-13.el8.x86_64                                   164/191
  Verifying        : python3-libdnf-0.22.5-5.el8_0.x86_64                                   165/191
  Verifying        : python3-libs-3.6.8-2.el8_0.0.1.x86_64                                  166/191
  Verifying        : python3-rpm-4.14.2-9.el8.x86_64                                        167/191
  Verifying        : python3-six-1.11.0-8.el8.noarch                                        168/191
  Verifying        : readline-7.0-10.el8.x86_64                                             169/191
  Verifying        : rpm-4.14.2-9.el8.x86_64                                                170/191
  Verifying        : rpm-build-libs-4.14.2-9.el8.x86_64                                     171/191
  Verifying        : rpm-libs-4.14.2-9.el8.x86_64                                           172/191
  Verifying        : rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64                         173/191
  Verifying        : sed-4.5-1.el8.x86_64                                                   174/191
  Verifying        : setup-2.12.2-2.el8.noarch                                              175/191
  Verifying        : shadow-utils-2:4.6-7.el8.x86_64                                        176/191
  Verifying        : shared-mime-info-1.9-3.el8.x86_64                                      177/191
  Verifying        : sqlite-libs-3.26.0-3.el8.x86_64                                        178/191
  Verifying        : systemd-239-13.el8_0.5.x86_64                                          179/191
  Verifying        : systemd-libs-239-13.el8_0.5.x86_64                                     180/191
  Verifying        : systemd-pam-239-13.el8_0.5.x86_64                                      181/191
  Verifying        : systemd-udev-239-13.el8_0.5.x86_64                                     182/191
  Verifying        : trousers-0.3.14-2.el8.x86_64                                           183/191
  Verifying        : trousers-lib-0.3.14-2.el8.x86_64                                       184/191
  Verifying        : tzdata-2019a-1.el8.noarch                                              185/191
  Verifying        : util-linux-2.32.1-8.el8.x86_64                                         186/191
  Verifying        : which-2.21-10.el8.x86_64                                               187/191
  Verifying        : xz-5.2.4-3.el8.x86_64                                                  188/191
  Verifying        : xz-libs-5.2.4-3.el8.x86_64                                             189/191
  Verifying        : yum-4.0.9.2-5.el8.noarch                                               190/191
  Verifying        : zlib-1.2.11-10.el8.x86_64                                              191/191
                                                                                                   
Installed:                                                                                         
  centos-release-8.0-0.1905.0.9.el8.x86_64                                                         
  yum-4.0.9.2-5.el8.noarch                                                                         
  libxkbcommon-0.8.2-1.el8.x86_64                                                                  
  pinentry-1.1.0-2.el8.x86_64                                                                      
  python3-unbound-1.7.3-8.el8.x86_64                                                               
  cracklib-dicts-2.9.6-15.el8.x86_64                                                               
  diffutils-3.6-5.el8.x86_64                                                                       
  gnupg2-smime-2.2.9-1.el8.x86_64                                                                  
  grubby-8.40-34.el8.x86_64                                                                        
  hardlink-1:1.3-6.el8.x86_64                                                                      
  kbd-2.0.4-8.el8.x86_64                                                                           
  kpartx-0.7.8-7.el8.x86_64                                                                        
  openssl-pkcs11-0.4.8-2.el8.x86_64                                                                
  pigz-2.4-2.el8.x86_64                                                                            
  rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64                                                   
  shared-mime-info-1.9-3.el8.x86_64                                                                
  trousers-0.3.14-2.el8.x86_64                                                                     
  unbound-libs-1.7.3-8.el8.x86_64                                                                  
  xkeyboard-config-2.24-3.el8.noarch                                                               
  acl-2.2.53-1.el8.x86_64                                                                          
  audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64                                                
  basesystem-11-5.el8.noarch                                                                       
  bash-4.4.19-7.el8.x86_64                                                                         
  brotli-1.0.6-1.el8.x86_64                                                                        
  bzip2-libs-1.0.6-26.el8.x86_64                                                                   
  ca-certificates-2018.2.24-6.el8.noarch                                                           
  chkconfig-1.11-1.el8.x86_64                                                                      
  coreutils-8.30-6.el8.x86_64                                                                      
  coreutils-common-8.30-6.el8.x86_64                                                               
  cpio-2.12-8.el8.x86_64                                                                           
  cracklib-2.9.6-15.el8.x86_64                                                                     
  crypto-policies-20181217-6.git9a35207.el8.noarch                                                 
  cryptsetup-libs-2.0.6-1.el8.x86_64                                                               
  curl-7.61.1-8.el8.x86_64                                                                         
  cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64                                                          
  dbus-1:1.12.8-7.el8.x86_64                                                                       
  dbus-common-1:1.12.8-7.el8.noarch                                                                
  dbus-daemon-1:1.12.8-7.el8.x86_64                                                                
  dbus-libs-1:1.12.8-7.el8.x86_64                                                                  
  dbus-tools-1:1.12.8-7.el8.x86_64                                                                 
  device-mapper-8:1.02.155-6.el8.x86_64                                                            
  device-mapper-libs-8:1.02.155-6.el8.x86_64                                                       
  dnf-4.0.9.2-5.el8.noarch                                                                         
  dnf-data-4.0.9.2-5.el8.noarch                                                                    
  dracut-049-10.git20190115.el8.x86_64                                                             
  elfutils-default-yama-scope-0.174-6.el8.noarch                                                   
  elfutils-libelf-0.174-6.el8.x86_64                                                               
  elfutils-libs-0.174-6.el8.x86_64                                                                 
  expat-2.2.5-3.el8.x86_64                                                                         
  file-5.33-8.el8.x86_64                                                                           
  file-libs-5.33-8.el8.x86_64                                                                      
  filesystem-3.8-2.el8.x86_64                                                                      
  findutils-1:4.6.0-20.el8.x86_64                                                                  
  gawk-4.2.1-1.el8.x86_64                                                                          
  gdbm-1:1.18-1.el8.x86_64                                                                         
  gdbm-libs-1:1.18-1.el8.x86_64                                                                    
  gettext-0.19.8.1-14.el8.x86_64                                                                   
  gettext-libs-0.19.8.1-14.el8.x86_64                                                              
  glib2-2.56.4-1.el8.x86_64                                                                        
  glibc-2.28-42.el8.1.x86_64                                                                       
  glibc-all-langpacks-2.28-42.el8.1.x86_64                                                         
  glibc-common-2.28-42.el8.1.x86_64                                                                
  gmp-1:6.1.2-8.el8.x86_64                                                                         
  gnupg2-2.2.9-1.el8.x86_64                                                                        
  gnutls-3.6.5-2.el8.x86_64                                                                        
  gpgme-1.10.0-6.el8.0.1.x86_64                                                                    
  grep-3.1-6.el8.x86_64                                                                            
  grub2-common-1:2.02-66.el8.noarch                                                                
  grub2-tools-1:2.02-66.el8.x86_64                                                                 
  grub2-tools-minimal-1:2.02-66.el8.x86_64                                                         
  gzip-1.9-4.el8.x86_64                                                                            
  ima-evm-utils-1.1-4.el8.x86_64                                                                   
  info-6.5-4.el8.x86_64                                                                            
  iptables-libs-1.8.2-9.el8_0.1.x86_64                                                             
  json-c-0.13.1-0.2.el8.x86_64                                                                     
  kbd-legacy-2.0.4-8.el8.noarch                                                                    
  kbd-misc-2.0.4-8.el8.noarch                                                                      
  keyutils-libs-1.5.10-6.el8.x86_64                                                                
  kmod-25-11.el8_0.2.x86_64                                                                        
  kmod-libs-25-11.el8_0.2.x86_64                                                                   
  krb5-libs-1.16.1-22.el8.x86_64                                                                   
  libacl-2.2.53-1.el8.x86_64                                                                       
  libarchive-3.3.2-3.el8.x86_64                                                                    
  libassuan-2.5.1-3.el8.x86_64                                                                     
  libattr-2.4.48-3.el8.x86_64                                                                      
  libblkid-2.32.1-8.el8.x86_64                                                                     
  libcap-2.25-9.el8.x86_64                                                                         
  libcap-ng-0.7.9-4.el8.x86_64                                                                     
  libcom_err-1.44.3-2.el8.x86_64                                                                   
  libcomps-0.1.8-13.el8.x86_64                                                                     
  libcroco-0.6.12-4.el8.x86_64                                                                     
  libcurl-7.61.1-8.el8.x86_64                                                                      
  libdb-5.3.28-36.el8.x86_64                                                                       
  libdb-utils-5.3.28-36.el8.x86_64                                                                 
  libdnf-0.22.5-5.el8_0.x86_64                                                                     
  libevent-2.1.8-5.el8.x86_64                                                                      
  libfdisk-2.32.1-8.el8.x86_64                                                                     
  libffi-3.1-18.el8.x86_64                                                                         
  libgcc-8.2.1-3.5.el8.x86_64                                                                      
  libgcrypt-1.8.3-2.el8.x86_64                                                                     
  libgomp-8.2.1-3.5.el8.x86_64                                                                     
  libgpg-error-1.31-1.el8.x86_64                                                                   
  libidn2-2.0.5-1.el8.x86_64                                                                       
  libkcapi-1.1.1-16_1.el8.x86_64                                                                   
  libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64                                                          
  libksba-1.3.5-7.el8.x86_64                                                                       
  libmetalink-0.1.3-7.el8.x86_64                                                                   
  libmodulemd1-1.8.0-5.el8.x86_64                                                                  
  libmount-2.32.1-8.el8.x86_64                                                                     
  libnghttp2-1.33.0-1.el8.x86_64                                                                   
  libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64                                                    
  libpcap-14:1.9.0-1.el8.x86_64                                                                    
  libpkgconf-1.4.2-1.el8.x86_64                                                                    
  libpsl-0.20.2-5.el8.x86_64                                                                       
  libpwquality-1.4.0-9.el8.x86_64                                                                  
  librepo-1.9.2-1.el8.x86_64                                                                       
  libreport-filesystem-2.9.5-6.el8.x86_64                                                          
  libseccomp-2.3.3-3.el8.x86_64                                                                    
  libsecret-0.18.6-1.el8.x86_64                                                                    
  libselinux-2.8-6.el8.x86_64                                                                      
  libsemanage-2.8-5.el8.x86_64                                                                     
  libsepol-2.8-2.el8.x86_64                                                                        
  libsigsegv-2.11-5.el8.x86_64                                                                     
  libsmartcols-2.32.1-8.el8.x86_64                                                                 
  libsolv-0.6.35-6.el8.x86_64                                                                      
  libssh-0.8.5-2.el8.x86_64                                                                        
  libstdc++-8.2.1-3.5.el8.x86_64                                                                   
  libtasn1-4.13-3.el8.x86_64                                                                       
  libtirpc-1.1.4-3.el8.x86_64                                                                      
  libunistring-0.9.9-3.el8.x86_64                                                                  
  libusbx-1.0.22-1.el8.x86_64                                                                      
  libutempter-1.1.6-14.el8.x86_64                                                                  
  libuuid-2.32.1-8.el8.x86_64                                                                      
  libverto-0.3.0-5.el8.x86_64                                                                      
  libxcrypt-4.1.1-4.el8.x86_64                                                                     
  libxml2-2.9.7-5.el8.x86_64                                                                       
  libyaml-0.1.7-5.el8.x86_64                                                                       
  lua-libs-5.3.4-10.el8.x86_64                                                                     
  lz4-libs-1.8.1.2-4.el8.x86_64                                                                    
  mpfr-3.1.6-1.el8.x86_64                                                                          
  ncurses-6.1-7.20180224.el8.x86_64                                                                
  ncurses-base-6.1-7.20180224.el8.noarch                                                           
  ncurses-libs-6.1-7.20180224.el8.x86_64                                                           
  nettle-3.4.1-1.el8.x86_64                                                                        
  npth-1.5-4.el8.x86_64                                                                            
  openldap-2.4.46-9.el8.x86_64                                                                     
  openssl-1:1.1.1-8.el8.x86_64                                                                     
  openssl-libs-1:1.1.1-8.el8.x86_64                                                                
  os-prober-1.74-6.el8.x86_64                                                                      
  p11-kit-0.23.14-5.el8_0.x86_64                                                                   
  p11-kit-trust-0.23.14-5.el8_0.x86_64                                                             
  pam-1.3.1-4.el8.x86_64                                                                           
  pcre-8.42-4.el8.x86_64                                                                           
  pcre2-10.32-1.el8.x86_64                                                                         
  pkgconf-1.4.2-1.el8.x86_64                                                                       
  pkgconf-m4-1.4.2-1.el8.noarch                                                                    
  pkgconf-pkg-config-1.4.2-1.el8.x86_64                                                            
  platform-python-3.6.8-2.el8_0.0.1.x86_64                                                         
  platform-python-pip-9.0.3-13.el8.noarch                                                          
  platform-python-setuptools-39.2.0-4.el8.noarch                                                   
  popt-1.16-14.el8.x86_64                                                                          
  procps-ng-3.3.15-1.el8.x86_64                                                                    
  publicsuffix-list-dafsa-20180723-1.el8.noarch                                                    
  python3-dnf-4.0.9.2-5.el8.noarch                                                                 
  python3-gpg-1.10.0-6.el8.0.1.x86_64                                                              
  python3-hawkey-0.22.5-5.el8_0.x86_64                                                             
  python3-iniparse-0.4-31.el8.noarch                                                               
  python3-libcomps-0.1.8-13.el8.x86_64                                                             
  python3-libdnf-0.22.5-5.el8_0.x86_64                                                             
  python3-libs-3.6.8-2.el8_0.0.1.x86_64                                                            
  python3-rpm-4.14.2-9.el8.x86_64                                                                  
  python3-six-1.11.0-8.el8.noarch                                                                  
  readline-7.0-10.el8.x86_64                                                                       
  rpm-4.14.2-9.el8.x86_64                                                                          
  rpm-build-libs-4.14.2-9.el8.x86_64                                                               
  rpm-libs-4.14.2-9.el8.x86_64                                                                     
  sed-4.5-1.el8.x86_64                                                                             
  setup-2.12.2-2.el8.noarch                                                                        
  shadow-utils-2:4.6-7.el8.x86_64                                                                  
  sqlite-libs-3.26.0-3.el8.x86_64                                                                  
  systemd-239-13.el8_0.5.x86_64                                                                    
  systemd-libs-239-13.el8_0.5.x86_64                                                               
  systemd-pam-239-13.el8_0.5.x86_64                                                                
  systemd-udev-239-13.el8_0.5.x86_64                                                               
  trousers-lib-0.3.14-2.el8.x86_64                                                                 
  tzdata-2019a-1.el8.noarch                                                                        
  util-linux-2.32.1-8.el8.x86_64                                                                   
  which-2.21-10.el8.x86_64                                                                         
  xz-5.2.4-3.el8.x86_64                                                                            
  xz-libs-5.2.4-3.el8.x86_64                                                                       
  zlib-1.2.11-10.el8.x86_64                                                                        
                                                                                                   
Complete!
bash-4.4# yum --exclude=iwl*-firmware install @core @base redhat-lsb-core dracut-tools dracut-config-generic dracut-config-rescue
Last metadata expiration check: 0:09:18 ago on Sat 28 Sep 2019 03:12:08 UTC.                       
No match for group package "centos-release-eula"                                                   
Dependencies resolved.                                                                             
====================================================================================================
 Package                         Arch     Version                                 Repository   Size
====================================================================================================
Installing:                                                                                        
 redhat-lsb-core                 x86_64   4.1-47.el8                              AppStream    46 k
 dracut-config-generic           x86_64   049-10.git20190115.el8                  BaseOS       49 k
 dracut-tools                    x86_64   049-10.git20190115.el8                  BaseOS       52 k
Installing group/module packages:                                                                  
 dnf-plugin-spacewalk            noarch   2.8.5-11.module_el8.0.0+180+337688dc    AppStream    24 k
 fprintd-pam                     x86_64   0.8.1-2.el8                             AppStream    22 k
 insights-client                 noarch   3.0.5-4.el8                             AppStream   267 k
 nmap-ncat                       x86_64   2:7.70-4.el8                            AppStream   236 k
 pinfo                           x86_64   0.6.10-18.el8                           AppStream   125 k
 plymouth                        x86_64   0.9.3-12.el8                            AppStream   114 k
 rsyslog                         x86_64   8.37.0-9.el8                            AppStream   685 k
 rsyslog-gnutls                  x86_64   8.37.0-9.el8                            AppStream    26 k
 rsyslog-gssapi                  x86_64   8.37.0-9.el8                            AppStream    30 k
 rsyslog-relp                    x86_64   8.37.0-9.el8                            AppStream    28 k
 tcpdump                         x86_64   14:4.9.2-5.el8                          AppStream   477 k
 vim-enhanced                    x86_64   2:8.0.1763-10.el8                       AppStream   1.4 M
 wget                            x86_64   1.19.5-7.el8_0.1                        AppStream   734 k
 NetworkManager                  x86_64   1:1.14.0-14.el8                         BaseOS      1.9 M
 NetworkManager-team             x86_64   1:1.14.0-14.el8                         BaseOS      130 k
 NetworkManager-tui              x86_64   1:1.14.0-14.el8                         BaseOS      216 k
 at                              x86_64   3.1.20-11.el8                           BaseOS       81 k
 attr                            x86_64   2.4.48-3.el8                            BaseOS       68 k
 audit                           x86_64   3.0-0.10.20180831git0047a6c.el8         BaseOS      247 k 
 authselect                      x86_64   1.0-13.el8                              BaseOS       50 k
 bash-completion                 noarch   1:2.7-5.el8                             BaseOS      274 k
 bc                              x86_64   1.07.1-5.el8                            BaseOS      129 k
 biosdevname                     x86_64   0.7.3-2.el8                             BaseOS       44 k
 blktrace                        x86_64   1.2.0-9.el8                             BaseOS      150 k
 bpftool                         x86_64   4.18.0-80.7.1.el8_0                     BaseOS      944 k
 bzip2                           x86_64   1.0.6-26.el8                            BaseOS       60 k 
 chrony                          x86_64   3.3-3.el8                               BaseOS      264 k
 cockpit                         x86_64   185.1-1.el8_0                           BaseOS       68 k
 cronie                          x86_64   1.5.2-2.el8                             BaseOS      118 k
 crontabs                        noarch   1.11-16.20150630git.el8                 BaseOS       25 k
 cryptsetup                      x86_64   2.0.6-1.el8                             BaseOS      159 k 
 cyrus-sasl-plain                x86_64   2.1.27-0.3rc7.el8                       BaseOS       47 k
 dnf-plugins-core                noarch   4.0.2.2-3.el8                           BaseOS       59 k 
 dos2unix                        x86_64   7.4.0-3.el8                             BaseOS      241 k
 dosfstools                      x86_64   4.1-6.el8                               BaseOS      122 k
 dracut-config-rescue            x86_64   049-10.git20190115.el8                  BaseOS       51 k
 e2fsprogs                       x86_64   1.44.3-2.el8                            BaseOS      1.0 M
 ed                              x86_64   1.14.2-4.el8                            BaseOS       82 k
 ethtool                         x86_64   2:4.16-1.el8                            BaseOS      144 k
 firewalld                       noarch   0.6.3-7.el8                             BaseOS      467 k
 hostname                        x86_64   3.20-6.el8                              BaseOS       32 k
 initscripts                     x86_64   10.00.1-1.el8                           BaseOS      337 k
 iproute                         x86_64   4.18.0-11.el8                           BaseOS      607 k
 iprutils                        x86_64   2.4.16.1-2.el8                          BaseOS      256 k
 iptstate                        x86_64   2.2.6-6.el8                             BaseOS       54 k
 iputils                         x86_64   20180629-1.el8                          BaseOS      148 k
 irqbalance                      x86_64   2:1.4.0-2.el8                           BaseOS       55 k
 iwl100-firmware                 noarch   39.31.5.1-92.el8.1                      BaseOS      164 k
 iwl1000-firmware                noarch   1:39.31.5.1-92.el8.1                    BaseOS      227 k
 iwl105-firmware                 noarch   18.168.6.1-92.el8.1                     BaseOS      248 k
 iwl135-firmware                 noarch   18.168.6.1-92.el8.1                     BaseOS      257 k
 iwl2000-firmware                noarch   18.168.6.1-92.el8.1                     BaseOS      250 k
 iwl2030-firmware                noarch   18.168.6.1-92.el8.1                     BaseOS      259 k
 iwl3160-firmware                noarch   1:25.30.13.0-92.el8.1                   BaseOS      1.7 M
 iwl3945-firmware                noarch   15.32.2.9-92.el8.1                      BaseOS      102 k
 iwl4965-firmware                noarch   228.61.2.24-92.el8.1                    BaseOS      115 k
 iwl5000-firmware                noarch   8.83.5.1_1-92.el8.1                     BaseOS      308 k 
 iwl5150-firmware                noarch   8.24.2.2-92.el8.1                       BaseOS      160 k
 iwl6000-firmware                noarch   9.221.4.1-92.el8.1                      BaseOS      180 k
 iwl6000g2a-firmware             noarch   18.168.6.1-92.el8.1                     BaseOS      323 k
 iwl6050-firmware                noarch   41.28.5.1-92.el8.1                      BaseOS      256 k
 iwl7260-firmware                noarch   1:25.30.13.0-92.el8.1                   BaseOS      8.0 M
 kernel-tools                    x86_64   4.18.0-80.7.1.el8_0                     BaseOS      565 k
 kexec-tools                     x86_64   2.0.17-28.el8                           BaseOS      463 k 
 kmod-kvdo                       x86_64   6.2.0.293-50.el8                        BaseOS      348 k
 kpatch                          noarch   0.6.1-1.el8                             BaseOS       15 k
 ledmon                          x86_64   0.90-3.el8                              BaseOS       70 k
 less                            x86_64   530-1.el8                               BaseOS      164 k
 libstoragemgmt                  x86_64   1.6.2-9.el8                             BaseOS      266 k 
 libsysfs                        x86_64   2.1.0-24.el8                            BaseOS       53 k
 linux-firmware                  noarch   20190111-92.gitd9fb2ee6.el8             BaseOS       60 M 
 logrotate                       x86_64   3.14.0-3.el8                            BaseOS       86 k
 lshw                            x86_64   B.02.18-16.el8                          BaseOS      313 k
 lsof                            x86_64   4.91-2.el8                              BaseOS      253 k
 lsscsi                          x86_64   0.30-1.el8                              BaseOS       69 k
 lvm2                            x86_64   8:2.03.02-6.el8                         BaseOS      1.5 M
 mailcap                         noarch   2.1.48-3.el8                            BaseOS       39 k
 man-db                          x86_64   2.7.6.1-17.el8                          BaseOS      887 k
 man-pages                       x86_64   4.15-6.el8                              BaseOS      5.9 M
 mcelog                          x86_64   3:159-1.el8                             BaseOS       75 k
 mdadm                           x86_64   4.1-4.el8                               BaseOS      445 k
 microcode_ctl                   x86_64   4:20180807a-2.20190618.1.el8_0          BaseOS      2.0 M
 mlocate                         x86_64   0.26-20.el8                             BaseOS      121 k
 mtr                             x86_64   2:0.92-1.el8                            BaseOS       95 k
 nano                            x86_64   2.9.8-1.el8                             BaseOS      581 k
 net-tools                       x86_64   2.0-0.51.20160912git.el8                BaseOS      323 k
 openssh-clients                 x86_64   7.8p1-4.el8                             BaseOS      656 k
 openssh-server                  x86_64   7.8p1-4.el8                             BaseOS      474 k
 parted                          x86_64   3.2-36.el8                              BaseOS      555 k
 passwd                          x86_64   0.80-2.el8                              BaseOS      114 k
 pciutils                        x86_64   3.5.6-4.el8                             BaseOS      105 k
 policycoreutils                 x86_64   2.8-16.1.el8                            BaseOS      362 k
 prefixdevname                   x86_64   0.1.0-6.el8                             BaseOS      466 k
 psacct                          x86_64   6.6.3-4.el8                             BaseOS      104 k
 quota                           x86_64   1:4.04-10.el8                           BaseOS      214 k 
 realmd                          x86_64   0.16.3-16.el8                           BaseOS      232 k
 rng-tools                       x86_64   6.6-2.el8                               BaseOS       57 k
 rootfiles                       noarch   8.1-22.el8                              BaseOS       13 k
 rsync                           x86_64   3.1.3-4.el8                             BaseOS      404 k
 selinux-policy-targeted         noarch   3.14.1-61.el8_0.1                       BaseOS       15 M
 sg3_utils                       x86_64   1.44-2.el8                              BaseOS      917 k
 sg3_utils-libs                  x86_64   1.44-2.el8                              BaseOS       99 k 
 smartmontools                   x86_64   1:6.6-3.el8                             BaseOS      503 k
 sos                             noarch   3.6-10.el8_0.1                          BaseOS      473 k
 sssd                            x86_64   2.0.0-43.el8_0.3                        BaseOS       87 k
 sssd-common                     x86_64   2.0.0-43.el8_0.3                        BaseOS      1.4 M
 sssd-kcm                        x86_64   2.0.0-43.el8_0.3                        BaseOS      207 k 
 strace                          x86_64   4.24-3.el8                              BaseOS      964 k
 sudo                            x86_64   1.8.25p1-4.el8                          BaseOS      872 k 
 symlinks                        x86_64   1.4-19.el8                              BaseOS       23 k
 tar                             x86_64   2:1.30-4.el8                            BaseOS      838 k
 teamd                           x86_64   1.27-10.el8                             BaseOS      126 k
 time                            x86_64   1.9-3.el8                               BaseOS       54 k
 tree                            x86_64   1.7.0-15.el8                            BaseOS       59 k
 tuned                           noarch   2.10.0-15.el8                           BaseOS      262 k
 unzip                           x86_64   6.0-41.el8                              BaseOS      193 k
 usbutils                        x86_64   010-3.el8                               BaseOS      108 k
 util-linux-user                 x86_64   2.32.1-8.el8                            BaseOS       97 k
 vdo                             x86_64   6.2.0.298-10.el8_0                      BaseOS      682 k
 vim-minimal                     x86_64   2:8.0.1763-10.el8                       BaseOS      573 k
 virt-what                       x86_64   1.18-6.el8                              BaseOS       35 k
 words                           noarch   3.0-28.el8                              BaseOS      1.4 M
 xfsdump                         x86_64   3.1.8-2.el8                             BaseOS      332 k
 xfsprogs                        x86_64   4.19.0-2.el8                            BaseOS      1.1 M
 zip                             x86_64   3.0-23.el8                              BaseOS      270 k
Installing dependencies:                                                                           
 PackageKit                      x86_64   1.1.12-2.el8                            AppStream   600 k
 PackageKit-glib                 x86_64   1.1.12-2.el8                            AppStream   141 k
 authselect-compat               x86_64   1.0-13.el8                              AppStream    36 k
 bind-libs                       x86_64   32:9.11.4-17.P2.el8_0.1                 AppStream   169 k
 bind-libs-lite                  x86_64   32:9.11.4-17.P2.el8_0.1                 AppStream   1.1 M
 bind-license                    noarch   32:9.11.4-17.P2.el8_0.1                 AppStream    98 k
 cairo                           x86_64   1.15.12-3.el8                           AppStream   721 k 
 cairo-gobject                   x86_64   1.15.12-3.el8                           AppStream    33 k
 cups-client                     x86_64   1:2.2.6-25.el8                          AppStream   167 k
 desktop-file-utils              x86_64   0.23-8.el8                              AppStream    80 k
 fprintd                         x86_64   0.8.1-2.el8                             AppStream    99 k
 gpm-libs                        x86_64   1.20.7-15.el8                           AppStream    39 k
 libX11                          x86_64   1.6.7-1.el8                             AppStream   612 k
 libX11-common                   noarch   1.6.7-1.el8                             AppStream   157 k 
 libXau                          x86_64   1.0.8-13.el8                            AppStream    36 k
 libXext                         x86_64   1.3.3-9.el8                             AppStream    45 k
 libXrender                      x86_64   0.9.10-7.el8                            AppStream    33 k
 libestr                         x86_64   0.1.10-1.el8                            AppStream    27 k
 libfastjson                     x86_64   0.99.8-2.el8                            AppStream    37 k 
 libfprint                       x86_64   0.8.2-1.el8.0.1                         AppStream   210 k
 librelp                         x86_64   1.2.16-1.el8                            AppStream    70 k 
 libxcb                          x86_64   1.13-5.el8                              AppStream   230 k
 nspr                            x86_64   4.20.0-2.el8                            AppStream   143 k
 nss                             x86_64   3.41.0-5.el8                            AppStream   715 k
 nss-softokn                     x86_64   3.41.0-5.el8                            AppStream   453 k
 nss-softokn-freebl              x86_64   3.41.0-5.el8                            AppStream   272 k
 nss-sysinit                     x86_64   3.41.0-5.el8                            AppStream    68 k
 nss-util                        x86_64   3.41.0-5.el8                            AppStream   133 k
 pixman                          x86_64   0.36.0-1.el8                            AppStream   256 k
 plymouth-core-libs              x86_64   0.9.3-12.el8                            AppStream   114 k
 plymouth-scripts                x86_64   0.9.3-12.el8                            AppStream    42 k
 python3-bind                    noarch   32:9.11.4-17.P2.el8_0.1                 AppStream   145 k
 python3-cairo                   x86_64   1.16.3-6.el8                            AppStream    90 k
 python3-dnf-plugin-spacewalk    noarch   2.8.5-11.module_el8.0.0+180+337688dc    AppStream    30 k
 python3-gobject                 x86_64   3.28.3-1.el8                            AppStream    25 k
 python3-hwdata                  noarch   2.3.6-3.el8                             AppStream    39 k
 python3-netifaces               x86_64   0.10.6-4.el8                            AppStream    25 k
 python3-newt                    x86_64   0.52.20-9.el8                           AppStream    63 k
 python3-pyOpenSSL               noarch   18.0.0-1.el8                            AppStream   103 k
 python3-rhn-client-tools        x86_64   2.8.16-13.module_el8.0.0+180+337688dc   AppStream   109 k
 python3-rhnlib                  noarch   2.8.6-8.module_el8.0.0+180+337688dc     AppStream    77 k
 python3-systemd                 x86_64   234-8.el8                               AppStream    81 k
 redhat-lsb-submod-security      x86_64   4.1-47.el8                              AppStream    22 k
 rhn-client-tools                x86_64   2.8.16-13.module_el8.0.0+180+337688dc   AppStream   385 k
 setroubleshoot-plugins          noarch   3.3.10-1.el8                            AppStream   365 k 
 vim-common                      x86_64   2:8.0.1763-10.el8                       AppStream   6.3 M
 vim-filesystem                  noarch   2:8.0.1763-10.el8                       AppStream    48 k
 xdg-utils                       noarch   1.1.2-5.el8                             AppStream    84 k
 NetworkManager-libnm            x86_64   1:1.14.0-14.el8                         BaseOS      1.6 M
 authselect-libs                 x86_64   1.0-13.el8                              BaseOS      123 k
 avahi-libs                      x86_64   0.7-19.el8                              BaseOS       62 k
 bind-export-libs                x86_64   32:9.11.4-17.P2.el8_0.1                 BaseOS      1.1 M 
 binutils                        x86_64   2.30-49.el8                             BaseOS      5.7 M
 c-ares                          x86_64   1.13.0-5.el8                            BaseOS       93 k
 checkpolicy                     x86_64   2.8-2.el8                               BaseOS      338 k
 cockpit-bridge                  x86_64   185.1-1.el8_0                           BaseOS      596 k
 cockpit-system                  noarch   185.1-1.el8_0                           BaseOS      1.6 M 
 cockpit-ws                      x86_64   185.1-1.el8_0                           BaseOS      834 k
 cronie-anacron                  x86_64   1.5.2-2.el8                             BaseOS       41 k 
 cups-libs                       x86_64   1:2.2.6-25.el8                          BaseOS      432 k
 cyrus-sasl-gssapi               x86_64   2.1.27-0.3rc7.el8                       BaseOS       49 k
 dbus-glib                       x86_64   0.110-2.el8                             BaseOS      127 k
 dejavu-fonts-common             noarch   2.35-6.el8                              BaseOS       74 k
 dejavu-sans-fonts               noarch   2.35-6.el8                              BaseOS      1.5 M
 device-mapper-event             x86_64   8:1.02.155-6.el8                        BaseOS      265 k
 device-mapper-event-libs        x86_64   8:1.02.155-6.el8                        BaseOS      264 k
 device-mapper-persistent-data   x86_64   0.7.6-1.el8                             BaseOS      456 k
 dhcp-client                     x86_64   12:4.3.6-30.el8                         BaseOS      317 k
 dhcp-common                     noarch   12:4.3.6-30.el8                         BaseOS      206 k
 dhcp-libs                       x86_64   12:4.3.6-30.el8                         BaseOS      146 k
 dmidecode                       x86_64   1:3.2-1.el8                             BaseOS       89 k
 dracut-network                  x86_64   049-10.git20190115.el8                  BaseOS       96 k
 dracut-squash                   x86_64   049-10.git20190115.el8                  BaseOS       51 k
 e2fsprogs-libs                  x86_64   1.44.3-2.el8                            BaseOS      207 k
 emacs-filesystem                noarch   1:26.1-5.el8                            BaseOS       69 k
 fipscheck                       x86_64   1.5.0-4.el8                             BaseOS       28 k
 fipscheck-lib                   x86_64   1.5.0-4.el8                             BaseOS       16 k
 firewalld-filesystem            noarch   0.6.3-7.el8                             BaseOS       75 k
 fontconfig                      x86_64   2.13.1-3.el8                            BaseOS      275 k
 fontpackages-filesystem         noarch   1.44-22.el8                             BaseOS       16 k
 freetype                        x86_64   2.9.1-4.el8                             BaseOS      393 k
 fuse-libs                       x86_64   2.9.7-12.el8                            BaseOS      102 k
 gdk-pixbuf2                     x86_64   2.36.12-2.el8                           BaseOS      466 k 
 glib-networking                 x86_64   2.56.1-1.1.el8                          BaseOS      155 k
 gobject-introspection           x86_64   1.56.1-1.el8                            BaseOS      255 k
 groff-base                      x86_64   1.22.3-18.el8                           BaseOS      1.0 M
 gsettings-desktop-schemas       x86_64   3.28.1-1.el8                            BaseOS      619 k
 hdparm                          x86_64   9.54-2.el8                              BaseOS      100 k
 hwdata                          noarch   0.314-8.0.el8                           BaseOS      1.5 M
 ipcalc                          x86_64   0.2.4-3.el8                             BaseOS       38 k 
 ipset                           x86_64   6.38-3.el8                              BaseOS       50 k
 ipset-libs                      x86_64   6.38-3.el8                              BaseOS       57 k
 iptables                        x86_64   1.8.2-9.el8_0.1                         BaseOS      582 k
 iptables-ebtables               x86_64   1.8.2-9.el8_0.1                         BaseOS       67 k
 jansson                         x86_64   2.11-3.el8                              BaseOS       46 k 
 json-glib                       x86_64   1.4.4-1.el8                             BaseOS      144 k
 kernel-core                     x86_64   4.18.0-80.7.1.el8_0                     BaseOS       24 M 
 kernel-tools-libs               x86_64   4.18.0-80.7.1.el8_0                     BaseOS      424 k
 libaio                          x86_64   0.3.110-12.el8                          BaseOS       32 k
 libappstream-glib               x86_64   0.7.14-3.el8                            BaseOS      338 k
 libbasicobjects                 x86_64   0.1.1-39.el8                            BaseOS       31 k
 libcollection                   x86_64   0.7.0-39.el8                            BaseOS       48 k
 libconfig                       x86_64   1.5-9.el8                               BaseOS       69 k
 libdaemon                       x86_64   0.14-15.el8                             BaseOS       36 k
 libdhash                        x86_64   0.5.0-39.el8                            BaseOS       34 k
 libedit                         x86_64   3.1-23.20170329cvs.el8                  BaseOS      102 k
 libgudev                        x86_64   232-4.el8                               BaseOS       33 k
 libicu                          x86_64   60.2-7.el8                              BaseOS      8.8 M
 libini_config                   x86_64   1.3.1-39.el8                            BaseOS       70 k
 libipa_hbac                     x86_64   2.0.0-43.el8_0.3                        BaseOS       96 k
 libldb                          x86_64   1.4.2-2.el8                             BaseOS      167 k
 libmnl                          x86_64   1.0.4-6.el8                             BaseOS       30 k
 libmodman                       x86_64   2.0.1-17.el8                            BaseOS       36 k
 libndp                          x86_64   1.6-6.el8                               BaseOS       39 k
 libnetfilter_conntrack          x86_64   1.0.6-5.el8                             BaseOS       65 k
 libnfnetlink                    x86_64   1.0.1-13.el8                            BaseOS       33 k
 libnfsidmap                     x86_64   1:2.3.3-14.el8_0                        BaseOS      121 k
 libnftnl                        x86_64   1.1.1-4.el8                             BaseOS       83 k
 libnl3                          x86_64   3.4.0-4.el8                             BaseOS      309 k
 libnl3-cli                      x86_64   3.4.0-4.el8                             BaseOS      193 k
 libpath_utils                   x86_64   0.2.1-39.el8                            BaseOS       34 k 
 libpipeline                     x86_64   1.5.0-2.el8                             BaseOS       54 k
 libpng                          x86_64   2:1.6.34-5.el8                          BaseOS      126 k
 libproxy                        x86_64   0.4.15-5.2.el8                          BaseOS       75 k
 libref_array                    x86_64   0.1.5-39.el8                            BaseOS       33 k
 libselinux-utils                x86_64   2.8-6.el8                               BaseOS      168 k
 libsmbclient                    x86_64   4.9.1-8.el8                             BaseOS      139 k
 libsoup                         x86_64   2.62.3-1.el8                            BaseOS      424 k 
 libss                           x86_64   1.44.3-2.el8                            BaseOS       53 k
 libsss_certmap                  x86_64   2.0.0-43.el8_0.3                        BaseOS      123 k
 libsss_idmap                    x86_64   2.0.0-43.el8_0.3                        BaseOS      101 k
 libsss_nss_idmap                x86_64   2.0.0-43.el8_0.3                        BaseOS      107 k
 libstemmer                      x86_64   0-10.585svn.el8                         BaseOS       73 k 
 libtalloc                       x86_64   2.1.14-3.el8                            BaseOS       48 k
 libtdb                          x86_64   1.3.16-3.el8                            BaseOS       57 k 
 libteam                         x86_64   1.27-10.el8                             BaseOS       62 k
 libtevent                       x86_64   0.9.37-2.el8                            BaseOS       48 k
 libuser                         x86_64   0.62-21.el8                             BaseOS      416 k
 libwbclient                     x86_64   4.9.1-8.el8                             BaseOS      112 k
 lvm2-libs                       x86_64   8:2.03.02-6.el8                         BaseOS      1.1 M
 lzo                             x86_64   2.08-14.el8                             BaseOS       69 k
 m4                              x86_64   1.4.18-7.el8                            BaseOS      223 k
 mailx                           x86_64   12.5-29.el8                             BaseOS      257 k
 make                            x86_64   1:4.2.1-9.el8                           BaseOS      498 k
 mozjs52                         x86_64   52.9.0-1.el8                            BaseOS      6.7 M
 ncurses-compat-libs             x86_64   6.1-7.20180224.el8                      BaseOS      331 k
 newt                            x86_64   0.52.20-9.el8                           BaseOS      121 k
 nftables                        x86_64   1:0.9.0-8.el8                           BaseOS      262 k
 numactl-libs                    x86_64   2.0.12-2.el8                            BaseOS       36 k
 openssh                         x86_64   7.8p1-4.el8                             BaseOS      504 k
 patch                           x86_64   2.7.6-8.el8                             BaseOS      138 k
 pciutils-libs                   x86_64   3.5.6-4.el8                             BaseOS       53 k
 policycoreutils-python-utils    noarch   2.8-16.1.el8                            BaseOS      228 k
 polkit                          x86_64   0.115-6.el8                             BaseOS      153 k
 polkit-libs                     x86_64   0.115-6.el8                             BaseOS       75 k
 polkit-pkla-compat              x86_64   0.1-12.el8                              BaseOS       46 k
 postfix                         x86_64   2:3.3.1-8.el8                           BaseOS      1.5 M
 psmisc                          x86_64   23.1-3.el8                              BaseOS      151 k
 python3-asn1crypto              noarch   0.24.0-3.el8                            BaseOS      181 k 
 python3-audit                   x86_64   3.0-0.10.20180831git0047a6c.el8         BaseOS       85 k
 python3-cffi                    x86_64   1.11.5-5.el8                            BaseOS      237 k
 python3-chardet                 noarch   3.0.4-7.el8                             BaseOS      195 k
 python3-configobj               noarch   5.0.6-11.el8                            BaseOS       68 k
 python3-cryptography            x86_64   2.3-2.el8                               BaseOS      510 k
 python3-dateutil                noarch   1:2.6.1-6.el8                           BaseOS      251 k
 python3-dbus                    x86_64   1.2.4-14.el8                            BaseOS      132 k 
 python3-decorator               noarch   4.2.1-2.el8                             BaseOS       27 k
 python3-dmidecode               x86_64   3.12.2-13.el8                           BaseOS       93 k
 python3-dnf-plugins-core        noarch   4.0.2.2-3.el8                           BaseOS      171 k
 python3-firewall                noarch   0.6.3-7.el8                             BaseOS      386 k
 python3-gobject-base            x86_64   3.28.3-1.el8                            BaseOS      313 k 
 python3-idna                    noarch   2.5-5.el8                               BaseOS       97 k
 python3-librepo                 x86_64   1.9.2-1.el8                             BaseOS       50 k 
 python3-libselinux              x86_64   2.8-6.el8                               BaseOS      256 k
 python3-libsemanage             x86_64   2.8-5.el8                               BaseOS      127 k
 python3-libstoragemgmt          noarch   1.6.2-9.el8                             BaseOS      167 k
 python3-libstoragemgmt-clibs    x86_64   1.6.2-9.el8                             BaseOS       26 k
 python3-libxml2                 x86_64   2.9.7-5.el8                             BaseOS      236 k
 python3-linux-procfs            noarch   0.6-6.el8                               BaseOS       42 k
 python3-magic                   noarch   5.33-8.el8                              BaseOS       45 k
 python3-perf                    x86_64   4.18.0-80.7.1.el8_0                     BaseOS      522 k
 python3-ply                     noarch   3.9-7.el8                               BaseOS      108 k
 python3-policycoreutils         noarch   2.8-16.1.el8                            BaseOS      2.2 M
 python3-pycparser               noarch   2.14-14.el8                             BaseOS      109 k
 python3-pysocks                 noarch   1.6.8-3.el8                             BaseOS       34 k
 python3-pyudev                  noarch   0.21.0-7.el8                            BaseOS       84 k
 python3-pyyaml                  x86_64   3.12-12.el8                             BaseOS      193 k
 python3-requests                noarch   2.20.0-1.el8                            BaseOS      123 k
 python3-schedutils              x86_64   0.6-5.el8                               BaseOS       29 k
 python3-setools                 x86_64   4.2.0-2.el8                             BaseOS      598 k
 python3-slip                    noarch   0.6.4-11.el8                            BaseOS       39 k
 python3-slip-dbus               noarch   0.6.4-11.el8                            BaseOS       39 k
 python3-sssdconfig              noarch   2.0.0-43.el8_0.3                        BaseOS      113 k
 python3-syspurpose              x86_64   1.23.8-35.el8                           BaseOS      267 k
 python3-urllib3                 noarch   1.23-5.el8                              BaseOS      178 k
 quota-nls                       noarch   1:4.04-10.el8                           BaseOS       94 k
 rpm-plugin-selinux              x86_64   4.14.2-9.el8                            BaseOS       71 k 
 samba-client-libs               x86_64   4.9.1-8.el8                             BaseOS      5.0 M
 samba-common                    noarch   4.9.1-8.el8                             BaseOS      207 k
 samba-common-libs               x86_64   4.9.1-8.el8                             BaseOS      169 k
 selinux-policy                  noarch   3.14.1-61.el8_0.1                       BaseOS      591 k
 slang                           x86_64   2.3.2-3.el8                             BaseOS      368 k
 snappy                          x86_64   1.1.7-5.el8                             BaseOS       36 k
 spax                            x86_64   1.5.3-13.el8                            BaseOS      217 k 
 squashfs-tools                  x86_64   4.3-17.el8                              BaseOS      164 k
 sssd-ad                         x86_64   2.0.0-43.el8_0.3                        BaseOS      222 k
 sssd-client                     x86_64   2.0.0-43.el8_0.3                        BaseOS      159 k
 sssd-common-pac                 x86_64   2.0.0-43.el8_0.3                        BaseOS      156 k
 sssd-ipa                        x86_64   2.0.0-43.el8_0.3                        BaseOS      316 k 
 sssd-krb5                       x86_64   2.0.0-43.el8_0.3                        BaseOS      129 k
 sssd-krb5-common                x86_64   2.0.0-43.el8_0.3                        BaseOS      167 k 
 sssd-ldap                       x86_64   2.0.0-43.el8_0.3                        BaseOS      179 k
Installing weak dependencies:                                                                      
 bind-utils                      x86_64   32:9.11.4-17.P2.el8_0.1                 AppStream   433 k
 centos-logos                    x86_64   80.5-2.el8                              AppStream   706 k
 cockpit-packagekit              noarch   184.1-1.el8                             AppStream   675 k
 geolite2-city                   noarch   20180605-1.el8                          AppStream    19 M
 geolite2-country                noarch   20180605-1.el8                          AppStream   1.0 M
 libmaxminddb                    x86_64   1.2.0-6.el8                             AppStream    25 k
 setroubleshoot-server           x86_64   3.3.19-1.el8                            AppStream   395 k
 sscg                            x86_64   2.3.3-6.el8                             AppStream    43 k
 adcli                           x86_64   0.8.2-2.el8                             BaseOS      102 k
 libsss_autofs                   x86_64   2.0.0-43.el8_0.3                        BaseOS       98 k
 libsss_sudo                     x86_64   2.0.0-43.el8_0.3                        BaseOS       96 k
 sssd-nfs-idmap                  x86_64   2.0.0-43.el8_0.3                        BaseOS       94 k
 sssd-proxy                      x86_64   2.0.0-43.el8_0.3                        BaseOS      123 k
 timedatex                       x86_64   0.5-3.el8                               BaseOS       32 k
Enabling module streams:                                                                           
 satellite-5-client                       1.0                                                      
Installing Groups:                                                                                 
 Core                                                                                              
 Base                                                                                              
                                                                                                   
Transaction Summary                                                                                
====================================================================================================
Install  354 Packages                                                                              
                                                                                                   
Total download size: 255 M                                                                         
Installed size: 948 M                                                                              
Is this ok [y/N]: y
Downloading Packages:                                                                               
(1/354): PackageKit-glib-1.1.12-2.el8.x86_64.rpm                    139 kB/s | 141 kB     00:01    
(2/354): PackageKit-1.1.12-2.el8.x86_64.rpm                         480 kB/s | 600 kB     00:01    
(3/354): authselect-compat-1.0-13.el8.x86_64.rpm                     24 kB/s |  36 kB     00:01    
(4/354): bind-libs-9.11.4-17.P2.el8_0.1.x86_64.rpm                  213 kB/s | 169 kB     00:00    
(5/354): bind-license-9.11.4-17.P2.el8_0.1.noarch.rpm               285 kB/s |  98 kB     00:00    
(6/354): bind-utils-9.11.4-17.P2.el8_0.1.x86_64.rpm                 2.3 MB/s | 433 kB     00:00    
(7/354): bind-libs-lite-9.11.4-17.P2.el8_0.1.x86_64.rpm             1.4 MB/s | 1.1 MB     00:00    
(8/354): cairo-1.15.12-3.el8.x86_64.rpm                             2.0 MB/s | 721 kB     00:00    
(9/354): cairo-gobject-1.15.12-3.el8.x86_64.rpm                      59 kB/s |  33 kB     00:00    
(10/354): centos-logos-80.5-2.el8.x86_64.rpm                        1.3 MB/s | 706 kB     00:00    
(11/354): cockpit-packagekit-184.1-1.el8.noarch.rpm                 1.4 MB/s | 675 kB     00:00    
(12/354): desktop-file-utils-0.23-8.el8.x86_64.rpm                  1.1 MB/s |  80 kB     00:00    
(13/354): cups-client-2.2.6-25.el8.x86_64.rpm                       858 kB/s | 167 kB     00:00     
(14/354): fprintd-0.8.1-2.el8.x86_64.rpm                            1.8 MB/s |  99 kB     00:00    
(15/354): dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc 232 kB/s |  24 kB     00:00    
(16/354): fprintd-pam-0.8.1-2.el8.x86_64.rpm                         76 kB/s |  22 kB     00:00    
(17/354): geolite2-country-20180605-1.el8.noarch.rpm                1.9 MB/s | 1.0 MB     00:00    
(18/354): gpm-libs-1.20.7-15.el8.x86_64.rpm                          70 kB/s |  39 kB     00:00    
(19/354): insights-client-3.0.5-4.el8.noarch.rpm                    655 kB/s | 267 kB     00:00    
(20/354): libX11-1.6.7-1.el8.x86_64.rpm                             1.1 MB/s | 612 kB     00:00    
(21/354): libX11-common-1.6.7-1.el8.noarch.rpm                      387 kB/s | 157 kB     00:00    
(22/354): libXau-1.0.8-13.el8.x86_64.rpm                            320 kB/s |  36 kB     00:00    
(23/354): libXext-1.3.3-9.el8.x86_64.rpm                            155 kB/s |  45 kB     00:00    
(24/354): libXrender-0.9.10-7.el8.x86_64.rpm                        125 kB/s |  33 kB     00:00    
(25/354): libestr-0.1.10-1.el8.x86_64.rpm                           218 kB/s |  27 kB     00:00    
(26/354): libfastjson-0.99.8-2.el8.x86_64.rpm                       252 kB/s |  37 kB     00:00    
(27/354): libfprint-0.8.2-1.el8.0.1.x86_64.rpm                      1.9 MB/s | 210 kB     00:00
(28/354): libmaxminddb-1.2.0-6.el8.x86_64.rpm                       291 kB/s |  25 kB     00:00
(29/354): librelp-1.2.16-1.el8.x86_64.rpm                           1.4 MB/s |  70 kB     00:00
(30/354): libxcb-1.13-5.el8.x86_64.rpm                              454 kB/s | 230 kB     00:00
(31/354): nmap-ncat-7.70-4.el8.x86_64.rpm                           432 kB/s | 236 kB     00:00
(32/354): nspr-4.20.0-2.el8.x86_64.rpm                              299 kB/s | 143 kB     00:00
(33/354): nss-3.41.0-5.el8.x86_64.rpm                               1.4 MB/s | 715 kB     00:00
(34/354): nss-softokn-3.41.0-5.el8.x86_64.rpm                       1.0 MB/s | 453 kB     00:00
(35/354): nss-softokn-freebl-3.41.0-5.el8.x86_64.rpm                568 kB/s | 272 kB     00:00
(36/354): geolite2-city-20180605-1.el8.noarch.rpm                   5.1 MB/s |  19 MB     00:03
(37/354): nss-sysinit-3.41.0-5.el8.x86_64.rpm                       158 kB/s |  68 kB     00:00
(38/354): nss-util-3.41.0-5.el8.x86_64.rpm                          240 kB/s | 133 kB     00:00
(39/354): pinfo-0.6.10-18.el8.x86_64.rpm                            392 kB/s | 125 kB     00:00    
(40/354): pixman-0.36.0-1.el8.x86_64.rpm                            648 kB/s | 256 kB     00:00    
(41/354): plymouth-0.9.3-12.el8.x86_64.rpm                          332 kB/s | 114 kB     00:00    
(42/354): plymouth-core-libs-0.9.3-12.el8.x86_64.rpm                337 kB/s | 114 kB     00:00    
(43/354): plymouth-scripts-0.9.3-12.el8.x86_64.rpm                  169 kB/s |  42 kB     00:00    
(44/354): python3-cairo-1.16.3-6.el8.x86_64.rpm                     603 kB/s |  90 kB     00:00    
(45/354): python3-bind-9.11.4-17.P2.el8_0.1.noarch.rpm              790 kB/s | 145 kB     00:00    
(46/354): python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+ 182 kB/s |  30 kB     00:00    
(47/354): python3-hwdata-2.3.6-3.el8.noarch.rpm                     147 kB/s |  39 kB     00:00    
(48/354): python3-gobject-3.28.3-1.el8.x86_64.rpm                    73 kB/s |  25 kB     00:00    
(49/354): python3-netifaces-0.10.6-4.el8.x86_64.rpm                  98 kB/s |  25 kB     00:00    
(50/354): python3-newt-0.52.20-9.el8.x86_64.rpm                     457 kB/s |  63 kB     00:00    
(51/354): python3-pyOpenSSL-18.0.0-1.el8.noarch.rpm                 656 kB/s | 103 kB     00:00     
(52/354): python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch 1.0 MB/s |  77 kB     00:00    
(53/354): python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337 308 kB/s | 109 kB     00:00    
(54/354): redhat-lsb-core-4.1-47.el8.x86_64.rpm                     100 kB/s |  46 kB     00:00    
(55/354): python3-systemd-234-8.el8.x86_64.rpm                      142 kB/s |  81 kB     00:00    
(56/354): rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x8 1.4 MB/s | 385 kB     00:00    
(57/354): redhat-lsb-submod-security-4.1-47.el8.x86_64.rpm           36 kB/s |  22 kB     00:00    
(58/354): rsyslog-gnutls-8.37.0-9.el8.x86_64.rpm                    139 kB/s |  26 kB     00:00    
(59/354): rsyslog-8.37.0-9.el8.x86_64.rpm                           1.8 MB/s | 685 kB     00:00    
(60/354): rsyslog-gssapi-8.37.0-9.el8.x86_64.rpm                    156 kB/s |  30 kB     00:00    
(61/354): rsyslog-relp-8.37.0-9.el8.x86_64.rpm                       85 kB/s |  28 kB     00:00    
(62/354): setroubleshoot-plugins-3.3.10-1.el8.noarch.rpm            956 kB/s | 365 kB     00:00    
(63/354): sscg-2.3.3-6.el8.x86_64.rpm                               280 kB/s |  43 kB     00:00    
(64/354): setroubleshoot-server-3.3.19-1.el8.x86_64.rpm             487 kB/s | 395 kB     00:00    
(65/354): tcpdump-4.9.2-5.el8.x86_64.rpm                            863 kB/s | 477 kB     00:00
(66/354): vim-filesystem-8.0.1763-10.el8.noarch.rpm                 108 kB/s |  48 kB     00:00
(67/354): vim-enhanced-8.0.1763-10.el8.x86_64.rpm                   2.2 MB/s | 1.4 MB     00:00
(68/354): wget-1.19.5-7.el8_0.1.x86_64.rpm                          982 kB/s | 734 kB     00:00
(69/354): xdg-utils-1.1.2-5.el8.noarch.rpm                          129 kB/s |  84 kB     00:00
(70/354): vim-common-8.0.1763-10.el8.x86_64.rpm                     3.2 MB/s | 6.3 MB     00:01
(71/354): NetworkManager-team-1.14.0-14.el8.x86_64.rpm              931 kB/s | 130 kB     00:00
(72/354): NetworkManager-libnm-1.14.0-14.el8.x86_64.rpm             3.7 MB/s | 1.6 MB     00:00
(73/354): NetworkManager-1.14.0-14.el8.x86_64.rpm                   4.0 MB/s | 1.9 MB     00:00
(74/354): adcli-0.8.2-2.el8.x86_64.rpm                              2.5 MB/s | 102 kB     00:00
(75/354): NetworkManager-tui-1.14.0-14.el8.x86_64.rpm               3.3 MB/s | 216 kB     00:00
(76/354): at-3.1.20-11.el8.x86_64.rpm                               3.1 MB/s |  81 kB     00:00
(77/354): attr-2.4.48-3.el8.x86_64.rpm                              2.0 MB/s |  68 kB     00:00    
(78/354): audit-3.0-0.10.20180831git0047a6c.el8.x86_64.rpm          5.1 MB/s | 247 kB     00:00    
(79/354): authselect-1.0-13.el8.x86_64.rpm                          1.2 MB/s |  50 kB     00:00    
(80/354): authselect-libs-1.0-13.el8.x86_64.rpm                     2.7 MB/s | 123 kB     00:00    
(81/354): avahi-libs-0.7-19.el8.x86_64.rpm                          2.1 MB/s |  62 kB     00:00    
(82/354): bash-completion-2.7-5.el8.noarch.rpm                      5.0 MB/s | 274 kB     00:00    
(83/354): bc-1.07.1-5.el8.x86_64.rpm                                2.8 MB/s | 129 kB     00:00    
(84/354): biosdevname-0.7.3-2.el8.x86_64.rpm                        985 kB/s |  44 kB     00:00    
(85/354): blktrace-1.2.0-9.el8.x86_64.rpm                           1.2 MB/s | 150 kB     00:00    
(86/354): bind-export-libs-9.11.4-17.P2.el8_0.1.x86_64.rpm          3.6 MB/s | 1.1 MB     00:00    
(87/354): bzip2-1.0.6-26.el8.x86_64.rpm                             1.5 MB/s |  60 kB     00:00    
(88/354): c-ares-1.13.0-5.el8.x86_64.rpm                            1.8 MB/s |  93 kB     00:00    
(89/354): checkpolicy-2.8-2.el8.x86_64.rpm                          2.5 MB/s | 338 kB     00:00     
(90/354): bpftool-4.18.0-80.7.1.el8_0.x86_64.rpm                    2.6 MB/s | 944 kB     00:00    
(91/354): cockpit-185.1-1.el8_0.x86_64.rpm                          1.3 MB/s |  68 kB     00:00    
(92/354): chrony-3.3-3.el8.x86_64.rpm                               3.3 MB/s | 264 kB     00:00    
(93/354): cockpit-bridge-185.1-1.el8_0.x86_64.rpm                   2.1 MB/s | 596 kB     00:00    
(94/354): binutils-2.30-49.el8.x86_64.rpm                           5.8 MB/s | 5.7 MB     00:00    
(95/354): cronie-1.5.2-2.el8.x86_64.rpm                             3.1 MB/s | 118 kB     00:00    
(96/354): cronie-anacron-1.5.2-2.el8.x86_64.rpm                     2.0 MB/s |  41 kB     00:00    
(97/354): cockpit-system-185.1-1.el8_0.noarch.rpm                   3.4 MB/s | 1.6 MB     00:00    
(98/354): crontabs-1.11-16.20150630git.el8.noarch.rpm               883 kB/s |  25 kB     00:00    
(99/354): cockpit-ws-185.1-1.el8_0.x86_64.rpm                       3.7 MB/s | 834 kB     00:00    
(100/354): cryptsetup-2.0.6-1.el8.x86_64.rpm                        3.4 MB/s | 159 kB     00:00    
(101/354): cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.x86_64.rpm           1.5 MB/s |  49 kB     00:00    
(102/354): cyrus-sasl-plain-2.1.27-0.3rc7.el8.x86_64.rpm            1.3 MB/s |  47 kB     00:00    
(103/354): cups-libs-2.2.6-25.el8.x86_64.rpm                        5.2 MB/s | 432 kB     00:00
(104/354): dbus-glib-0.110-2.el8.x86_64.rpm                         3.4 MB/s | 127 kB     00:00
(105/354): dejavu-fonts-common-2.35-6.el8.noarch.rpm                2.7 MB/s |  74 kB     00:00
(106/354): device-mapper-event-1.02.155-6.el8.x86_64.rpm            2.6 MB/s | 265 kB     00:00
(107/354): device-mapper-event-libs-1.02.155-6.el8.x86_64.rpm       2.6 MB/s | 264 kB     00:00
(108/354): dhcp-client-4.3.6-30.el8.x86_64.rpm                      3.1 MB/s | 317 kB     00:00
(109/354): dejavu-sans-fonts-2.35-6.el8.noarch.rpm                  5.3 MB/s | 1.5 MB     00:00
(110/354): device-mapper-persistent-data-0.7.6-1.el8.x86_64.rpm     2.5 MB/s | 456 kB     00:00
(111/354): dhcp-common-4.3.6-30.el8.noarch.rpm                      2.6 MB/s | 206 kB     00:00
(112/354): dmidecode-3.2-1.el8.x86_64.rpm                           2.6 MB/s |  89 kB     00:00
(113/354): dhcp-libs-4.3.6-30.el8.x86_64.rpm                        3.9 MB/s | 146 kB     00:00
(114/354): dnf-plugins-core-4.0.2.2-3.el8.noarch.rpm                1.7 MB/s |  59 kB     00:00
(115/354): dosfstools-4.1-6.el8.x86_64.rpm                          4.7 MB/s | 122 kB     00:00    
(116/354): dracut-config-generic-049-10.git20190115.el8.x86_64.rpm  2.2 MB/s |  49 kB     00:00    
(117/354): dracut-config-rescue-049-10.git20190115.el8.x86_64.rpm   2.5 MB/s |  51 kB     00:00    
(118/354): dracut-network-049-10.git20190115.el8.x86_64.rpm         3.7 MB/s |  96 kB     00:00    
(119/354): dos2unix-7.4.0-3.el8.x86_64.rpm                          3.5 MB/s | 241 kB     00:00    
(120/354): dracut-squash-049-10.git20190115.el8.x86_64.rpm          2.0 MB/s |  51 kB     00:00    
(121/354): dracut-tools-049-10.git20190115.el8.x86_64.rpm           1.7 MB/s |  52 kB     00:00    
(122/354): e2fsprogs-libs-1.44.3-2.el8.x86_64.rpm                   3.1 MB/s | 207 kB     00:00    
(123/354): ed-1.14.2-4.el8.x86_64.rpm                               1.7 MB/s |  82 kB     00:00    
(124/354): emacs-filesystem-26.1-5.el8.noarch.rpm                   2.2 MB/s |  69 kB     00:00    
(125/354): fipscheck-1.5.0-4.el8.x86_64.rpm                         972 kB/s |  28 kB     00:00    
(126/354): ethtool-4.16-1.el8.x86_64.rpm                            2.4 MB/s | 144 kB     00:00    
(127/354): fipscheck-lib-1.5.0-4.el8.x86_64.rpm                     790 kB/s |  16 kB     00:00     
(128/354): e2fsprogs-1.44.3-2.el8.x86_64.rpm                        6.0 MB/s | 1.0 MB     00:00    
(129/354): firewalld-filesystem-0.6.3-7.el8.noarch.rpm              2.1 MB/s |  75 kB     00:00    
(130/354): fontpackages-filesystem-1.44-22.el8.noarch.rpm           801 kB/s |  16 kB     00:00    
(131/354): firewalld-0.6.3-7.el8.noarch.rpm                         4.4 MB/s | 467 kB     00:00    
(132/354): fontconfig-2.13.1-3.el8.x86_64.rpm                       3.2 MB/s | 275 kB     00:00    
(133/354): fuse-libs-2.9.7-12.el8.x86_64.rpm                        2.9 MB/s | 102 kB     00:00    
(134/354): freetype-2.9.1-4.el8.x86_64.rpm                          4.8 MB/s | 393 kB     00:00    
(135/354): glib-networking-2.56.1-1.1.el8.x86_64.rpm                2.5 MB/s | 155 kB     00:00    
(136/354): gobject-introspection-1.56.1-1.el8.x86_64.rpm            3.9 MB/s | 255 kB     00:00    
(137/354): gdk-pixbuf2-2.36.12-2.el8.x86_64.rpm                     3.7 MB/s | 466 kB     00:00    
(138/354): hdparm-9.54-2.el8.x86_64.rpm                             1.5 MB/s | 100 kB     00:00    
(139/354): hostname-3.20-6.el8.x86_64.rpm                           779 kB/s |  32 kB     00:00    
(140/354): gsettings-desktop-schemas-3.28.1-1.el8.x86_64.rpm        3.7 MB/s | 619 kB     00:00    
(141/354): initscripts-10.00.1-1.el8.x86_64.rpm                     3.0 MB/s | 337 kB     00:00
(142/354): groff-base-1.22.3-18.el8.x86_64.rpm                      3.3 MB/s | 1.0 MB     00:00
(143/354): ipcalc-0.2.4-3.el8.x86_64.rpm                            1.2 MB/s |  38 kB     00:00
(144/354): iprutils-2.4.16.1-2.el8.x86_64.rpm                       2.3 MB/s | 256 kB     00:00
(145/354): ipset-6.38-3.el8.x86_64.rpm                              1.2 MB/s |  50 kB     00:00
(146/354): ipset-libs-6.38-3.el8.x86_64.rpm                         1.8 MB/s |  57 kB     00:00
(147/354): iproute-4.18.0-11.el8.x86_64.rpm                         2.7 MB/s | 607 kB     00:00
(148/354): iptables-ebtables-1.8.2-9.el8_0.1.x86_64.rpm             1.3 MB/s |  67 kB     00:00
(149/354): iptstate-2.2.6-6.el8.x86_64.rpm                          721 kB/s |  54 kB     00:00
(150/354): hwdata-0.314-8.0.el8.noarch.rpm                          2.8 MB/s | 1.5 MB     00:00
(151/354): iptables-1.8.2-9.el8_0.1.x86_64.rpm                      3.2 MB/s | 582 kB     00:00
(152/354): irqbalance-1.4.0-2.el8.x86_64.rpm                        1.4 MB/s |  55 kB     00:00
(153/354): iputils-20180629-1.el8.x86_64.rpm                        1.8 MB/s | 148 kB     00:00    
(154/354): iwl100-firmware-39.31.5.1-92.el8.1.noarch.rpm            2.0 MB/s | 164 kB     00:00    
(155/354): iwl1000-firmware-39.31.5.1-92.el8.1.noarch.rpm           1.7 MB/s | 227 kB     00:00    
(156/354): iwl105-firmware-18.168.6.1-92.el8.1.noarch.rpm           1.8 MB/s | 248 kB     00:00    
(157/354): iwl135-firmware-18.168.6.1-92.el8.1.noarch.rpm           2.4 MB/s | 257 kB     00:00    
(158/354): iwl2030-firmware-18.168.6.1-92.el8.1.noarch.rpm          1.9 MB/s | 259 kB     00:00    
(159/354): iwl2000-firmware-18.168.6.1-92.el8.1.noarch.rpm          1.6 MB/s | 250 kB     00:00    
(160/354): iwl3945-firmware-15.32.2.9-92.el8.1.noarch.rpm           2.1 MB/s | 102 kB     00:00    
(161/354): iwl4965-firmware-228.61.2.24-92.el8.1.noarch.rpm         1.8 MB/s | 115 kB     00:00    
(162/354): iwl5000-firmware-8.83.5.1_1-92.el8.1.noarch.rpm          3.0 MB/s | 308 kB     00:00    
(163/354): iwl5150-firmware-8.24.2.2-92.el8.1.noarch.rpm            1.8 MB/s | 160 kB     00:00    
(164/354): iwl6000-firmware-9.221.4.1-92.el8.1.noarch.rpm           2.6 MB/s | 180 kB     00:00    
(165/354): iwl3160-firmware-25.30.13.0-92.el8.1.noarch.rpm          4.7 MB/s | 1.7 MB     00:00     
(166/354): iwl6000g2a-firmware-18.168.6.1-92.el8.1.noarch.rpm       3.0 MB/s | 323 kB     00:00    
(167/354): iwl6050-firmware-41.28.5.1-92.el8.1.noarch.rpm           4.2 MB/s | 256 kB     00:00    
(168/354): jansson-2.11-3.el8.x86_64.rpm                            392 kB/s |  46 kB     00:00    
(169/354): json-glib-1.4.4-1.el8.x86_64.rpm                         1.2 MB/s | 144 kB     00:00    
(170/354): kernel-tools-4.18.0-80.7.1.el8_0.x86_64.rpm              2.5 MB/s | 565 kB     00:00    
(171/354): kernel-tools-libs-4.18.0-80.7.1.el8_0.x86_64.rpm         2.5 MB/s | 424 kB     00:00    
(172/354): kexec-tools-2.0.17-28.el8.x86_64.rpm                     2.2 MB/s | 463 kB     00:00    
(173/354): kmod-kvdo-6.2.0.293-50.el8.x86_64.rpm                    2.6 MB/s | 348 kB     00:00    
(174/354): kpatch-0.6.1-1.el8.noarch.rpm                            378 kB/s |  15 kB     00:00    
(175/354): ledmon-0.90-3.el8.x86_64.rpm                             2.2 MB/s |  70 kB     00:00    
(176/354): less-530-1.el8.x86_64.rpm                                1.9 MB/s | 164 kB     00:00    
(177/354): libaio-0.3.110-12.el8.x86_64.rpm                         758 kB/s |  32 kB     00:00    
(178/354): libappstream-glib-0.7.14-3.el8.x86_64.rpm                2.5 MB/s | 338 kB     00:00    
(179/354): libbasicobjects-0.1.1-39.el8.x86_64.rpm                  1.1 MB/s |  31 kB     00:00
(180/354): libcollection-0.7.0-39.el8.x86_64.rpm                    1.1 MB/s |  48 kB     00:00
(181/354): libconfig-1.5-9.el8.x86_64.rpm                           1.7 MB/s |  69 kB     00:00
(182/354): libdaemon-0.14-15.el8.x86_64.rpm                         1.1 MB/s |  36 kB     00:00
(183/354): libdhash-0.5.0-39.el8.x86_64.rpm                         1.1 MB/s |  34 kB     00:00
(184/354): iwl7260-firmware-25.30.13.0-92.el8.1.noarch.rpm          5.5 MB/s | 8.0 MB     00:01
(185/354): libedit-3.1-23.20170329cvs.el8.x86_64.rpm                1.7 MB/s | 102 kB     00:00
(186/354): libgudev-232-4.el8.x86_64.rpm                            1.1 MB/s |  33 kB     00:00
(187/354): libini_config-1.3.1-39.el8.x86_64.rpm                    1.2 MB/s |  70 kB     00:00
(188/354): libipa_hbac-2.0.0-43.el8_0.3.x86_64.rpm                  2.0 MB/s |  96 kB     00:00
(189/354): libldb-1.4.2-2.el8.x86_64.rpm                            2.7 MB/s | 167 kB     00:00
(190/354): libmnl-1.0.4-6.el8.x86_64.rpm                            827 kB/s |  30 kB     00:00
(191/354): libmodman-2.0.1-17.el8.x86_64.rpm                        2.1 MB/s |  36 kB     00:00    
(192/354): libndp-1.6-6.el8.x86_64.rpm                              1.7 MB/s |  39 kB     00:00    
(193/354): libnetfilter_conntrack-1.0.6-5.el8.x86_64.rpm            2.1 MB/s |  65 kB     00:00    
(194/354): libnfnetlink-1.0.1-13.el8.x86_64.rpm                     881 kB/s |  33 kB     00:00    
(195/354): libnfsidmap-2.3.3-14.el8_0.x86_64.rpm                    2.6 MB/s | 121 kB     00:00    
(196/354): libnftnl-1.1.1-4.el8.x86_64.rpm                          2.0 MB/s |  83 kB     00:00    
(197/354): libnl3-3.4.0-4.el8.x86_64.rpm                            2.8 MB/s | 309 kB     00:00    
(198/354): libnl3-cli-3.4.0-4.el8.x86_64.rpm                        3.2 MB/s | 193 kB     00:00    
(199/354): libpath_utils-0.2.1-39.el8.x86_64.rpm                    1.6 MB/s |  34 kB     00:00    
(200/354): libpipeline-1.5.0-2.el8.x86_64.rpm                       1.5 MB/s |  54 kB     00:00    
(201/354): libpng-1.6.34-5.el8.x86_64.rpm                           2.3 MB/s | 126 kB     00:00    
(202/354): libproxy-0.4.15-5.2.el8.x86_64.rpm                       2.1 MB/s |  75 kB     00:00    
(203/354): libref_array-0.1.5-39.el8.x86_64.rpm                     1.5 MB/s |  33 kB     00:00     
(204/354): libselinux-utils-2.8-6.el8.x86_64.rpm                    2.6 MB/s | 168 kB     00:00    
(205/354): libsmbclient-4.9.1-8.el8.x86_64.rpm                      2.4 MB/s | 139 kB     00:00    
(206/354): libsoup-2.62.3-1.el8.x86_64.rpm                          3.5 MB/s | 424 kB     00:00    
(207/354): libss-1.44.3-2.el8.x86_64.rpm                            1.0 MB/s |  53 kB     00:00    
(208/354): libsss_autofs-2.0.0-43.el8_0.3.x86_64.rpm                2.2 MB/s |  98 kB     00:00    
(209/354): libsss_certmap-2.0.0-43.el8_0.3.x86_64.rpm               2.3 MB/s | 123 kB     00:00    
(210/354): libsss_idmap-2.0.0-43.el8_0.3.x86_64.rpm                 2.7 MB/s | 101 kB     00:00    
(211/354): libsss_nss_idmap-2.0.0-43.el8_0.3.x86_64.rpm             2.1 MB/s | 107 kB     00:00    
(212/354): libsss_sudo-2.0.0-43.el8_0.3.x86_64.rpm                  3.1 MB/s |  96 kB     00:00    
(213/354): libstemmer-0-10.585svn.el8.x86_64.rpm                    2.2 MB/s |  73 kB     00:00    
(214/354): libstoragemgmt-1.6.2-9.el8.x86_64.rpm                    3.1 MB/s | 266 kB     00:00    
(215/354): libsysfs-2.1.0-24.el8.x86_64.rpm                         1.2 MB/s |  53 kB     00:00    
(216/354): libtalloc-2.1.14-3.el8.x86_64.rpm                        2.5 MB/s |  48 kB     00:00    
(217/354): libtdb-1.3.16-3.el8.x86_64.rpm                           1.7 MB/s |  57 kB     00:00
(218/354): libteam-1.27-10.el8.x86_64.rpm                           1.7 MB/s |  62 kB     00:00
(219/354): libtevent-0.9.37-2.el8.x86_64.rpm                        1.8 MB/s |  48 kB     00:00
(220/354): libuser-0.62-21.el8.x86_64.rpm                           3.3 MB/s | 416 kB     00:00
(221/354): libwbclient-4.9.1-8.el8.x86_64.rpm                       1.8 MB/s | 112 kB     00:00
(222/354): libicu-60.2-7.el8.x86_64.rpm                             4.7 MB/s | 8.8 MB     00:01
(223/354): logrotate-3.14.0-3.el8.x86_64.rpm                        164 kB/s |  86 kB     00:00
(224/354): lshw-B.02.18-16.el8.x86_64.rpm                           2.6 MB/s | 313 kB     00:00
(225/354): lsof-4.91-2.el8.x86_64.rpm                               2.1 MB/s | 253 kB     00:00
(226/354): lsscsi-0.30-1.el8.x86_64.rpm                             2.0 MB/s |  69 kB     00:00
(227/354): lvm2-2.03.02-6.el8.x86_64.rpm                            3.1 MB/s | 1.5 MB     00:00
(228/354): lvm2-libs-2.03.02-6.el8.x86_64.rpm                       3.0 MB/s | 1.1 MB     00:00
(229/354): lzo-2.08-14.el8.x86_64.rpm                               2.0 MB/s |  69 kB     00:00    
(230/354): m4-1.4.18-7.el8.x86_64.rpm                               2.8 MB/s | 223 kB     00:00    
(231/354): mailcap-2.1.48-3.el8.noarch.rpm                          1.4 MB/s |  39 kB     00:00    
(232/354): mailx-12.5-29.el8.x86_64.rpm                             2.1 MB/s | 257 kB     00:00    
(233/354): make-4.2.1-9.el8.x86_64.rpm                              2.8 MB/s | 498 kB     00:00    
(234/354): man-db-2.7.6.1-17.el8.x86_64.rpm                         3.2 MB/s | 887 kB     00:00    
(235/354): man-pages-4.15-6.el8.x86_64.rpm                          3.4 MB/s | 5.9 MB     00:01    
(236/354): mcelog-159-1.el8.x86_64.rpm                              1.9 MB/s |  75 kB     00:00    
(237/354): mdadm-4.1-4.el8.x86_64.rpm                               3.0 MB/s | 445 kB     00:00    
(238/354): kernel-core-4.18.0-80.7.1.el8_0.x86_64.rpm               3.1 MB/s |  24 MB     00:07    
(239/354): mlocate-0.26-20.el8.x86_64.rpm                           1.3 MB/s | 121 kB     00:00    
(240/354): microcode_ctl-20180807a-2.20190618.1.el8_0.x86_64.rpm    3.2 MB/s | 2.0 MB     00:00    
(241/354): mtr-0.92-1.el8.x86_64.rpm                                1.5 MB/s |  95 kB     00:00     
(242/354): nano-2.9.8-1.el8.x86_64.rpm                              2.9 MB/s | 581 kB     00:00    
(243/354): ncurses-compat-libs-6.1-7.20180224.el8.x86_64.rpm        3.0 MB/s | 331 kB     00:00    
(244/354): net-tools-2.0-0.51.20160912git.el8.x86_64.rpm            2.6 MB/s | 323 kB     00:00    
(245/354): newt-0.52.20-9.el8.x86_64.rpm                            2.0 MB/s | 121 kB     00:00    
(246/354): nftables-0.9.0-8.el8.x86_64.rpm                          2.7 MB/s | 262 kB     00:00    
(247/354): numactl-libs-2.0.12-2.el8.x86_64.rpm                     956 kB/s |  36 kB     00:00    
(248/354): openssh-7.8p1-4.el8.x86_64.rpm                           2.8 MB/s | 504 kB     00:00    
(249/354): openssh-clients-7.8p1-4.el8.x86_64.rpm                   3.1 MB/s | 656 kB     00:00    
(250/354): openssh-server-7.8p1-4.el8.x86_64.rpm                    2.7 MB/s | 474 kB     00:00    
(251/354): parted-3.2-36.el8.x86_64.rpm                             2.6 MB/s | 555 kB     00:00    
(252/354): passwd-0.80-2.el8.x86_64.rpm                             1.5 MB/s | 114 kB     00:00    
(253/354): patch-2.7.6-8.el8.x86_64.rpm                             2.2 MB/s | 138 kB     00:00    
(254/354): pciutils-3.5.6-4.el8.x86_64.rpm                          1.9 MB/s | 105 kB     00:00    
(255/354): pciutils-libs-3.5.6-4.el8.x86_64.rpm                     1.3 MB/s |  53 kB     00:00
(256/354): mozjs52-52.9.0-1.el8.x86_64.rpm                          3.0 MB/s | 6.7 MB     00:02
(257/354): policycoreutils-2.8-16.1.el8.x86_64.rpm                  2.8 MB/s | 362 kB     00:00
(258/354): polkit-0.115-6.el8.x86_64.rpm                            2.0 MB/s | 153 kB     00:00
(259/354): policycoreutils-python-utils-2.8-16.1.el8.noarch.rpm     2.3 MB/s | 228 kB     00:00
(260/354): polkit-libs-0.115-6.el8.x86_64.rpm                       1.8 MB/s |  75 kB     00:00
(261/354): polkit-pkla-compat-0.1-12.el8.x86_64.rpm                 1.7 MB/s |  46 kB     00:00
(262/354): prefixdevname-0.1.0-6.el8.x86_64.rpm                     2.3 MB/s | 466 kB     00:00
(263/354): psacct-6.6.3-4.el8.x86_64.rpm                            1.4 MB/s | 104 kB     00:00
(264/354): psmisc-23.1-3.el8.x86_64.rpm                             2.3 MB/s | 151 kB     00:00
(265/354): python3-asn1crypto-0.24.0-3.el8.noarch.rpm               2.3 MB/s | 181 kB     00:00
(266/354): postfix-3.3.1-8.el8.x86_64.rpm                           3.2 MB/s | 1.5 MB     00:00
(267/354): python3-audit-3.0-0.10.20180831git0047a6c.el8.x86_64.rpm 1.9 MB/s |  85 kB     00:00    
(268/354): python3-chardet-3.0.4-7.el8.noarch.rpm                   2.9 MB/s | 195 kB     00:00    
(269/354): python3-cffi-1.11.5-5.el8.x86_64.rpm                     2.6 MB/s | 237 kB     00:00    
(270/354): python3-configobj-5.0.6-11.el8.noarch.rpm                1.6 MB/s |  68 kB     00:00    
(271/354): python3-dateutil-2.6.1-6.el8.noarch.rpm                  2.3 MB/s | 251 kB     00:00    
(272/354): python3-cryptography-2.3-2.el8.x86_64.rpm                3.0 MB/s | 510 kB     00:00    
(273/354): python3-dbus-1.2.4-14.el8.x86_64.rpm                     2.7 MB/s | 132 kB     00:00    
(274/354): python3-decorator-4.2.1-2.el8.noarch.rpm                 867 kB/s |  27 kB     00:00    
(275/354): python3-dmidecode-3.12.2-13.el8.x86_64.rpm               1.9 MB/s |  93 kB     00:00    
(276/354): python3-dnf-plugins-core-4.0.2.2-3.el8.noarch.rpm        2.1 MB/s | 171 kB     00:00    
(277/354): python3-firewall-0.6.3-7.el8.noarch.rpm                  2.6 MB/s | 386 kB     00:00    
(278/354): python3-gobject-base-3.28.3-1.el8.x86_64.rpm             2.7 MB/s | 313 kB     00:00    
(279/354): python3-idna-2.5-5.el8.noarch.rpm                        2.5 MB/s |  97 kB     00:00     
(280/354): python3-librepo-1.9.2-1.el8.x86_64.rpm                   1.7 MB/s |  50 kB     00:00    
(281/354): python3-libsemanage-2.8-5.el8.x86_64.rpm                 2.1 MB/s | 127 kB     00:00    
(282/354): python3-libselinux-2.8-6.el8.x86_64.rpm                  2.7 MB/s | 256 kB     00:00    
(283/354): python3-libstoragemgmt-clibs-1.6.2-9.el8.x86_64.rpm      755 kB/s |  26 kB     00:00    
(284/354): python3-libstoragemgmt-1.6.2-9.el8.noarch.rpm            2.4 MB/s | 167 kB     00:00    
(285/354): python3-linux-procfs-0.6-6.el8.noarch.rpm                1.4 MB/s |  42 kB     00:00    
(286/354): python3-magic-5.33-8.el8.noarch.rpm                      1.6 MB/s |  45 kB     00:00    
(287/354): python3-libxml2-2.9.7-5.el8.x86_64.rpm                   2.8 MB/s | 236 kB     00:00    
(288/354): python3-ply-3.9-7.el8.noarch.rpm                         1.8 MB/s | 108 kB     00:00    
(289/354): python3-perf-4.18.0-80.7.1.el8_0.x86_64.rpm              2.3 MB/s | 522 kB     00:00    
(290/354): python3-pycparser-2.14-14.el8.noarch.rpm                 1.9 MB/s | 109 kB     00:00    
(291/354): python3-pysocks-1.6.8-3.el8.noarch.rpm                   407 kB/s |  34 kB     00:00    
(292/354): python3-pyudev-0.21.0-7.el8.noarch.rpm                   907 kB/s |  84 kB     00:00    
(293/354): python3-pyyaml-3.12-12.el8.x86_64.rpm                    895 kB/s | 193 kB     00:00
(294/354): python3-requests-2.20.0-1.el8.noarch.rpm                 1.6 MB/s | 123 kB     00:00
(295/354): python3-schedutils-0.6-5.el8.x86_64.rpm                  717 kB/s |  29 kB     00:00
(296/354): python3-policycoreutils-2.8-16.1.el8.noarch.rpm          3.1 MB/s | 2.2 MB     00:00
(297/354): python3-slip-0.6.4-11.el8.noarch.rpm                     1.1 MB/s |  39 kB     00:00
(298/354): python3-slip-dbus-0.6.4-11.el8.noarch.rpm                852 kB/s |  39 kB     00:00
(299/354): python3-sssdconfig-2.0.0-43.el8_0.3.noarch.rpm           1.8 MB/s | 113 kB     00:00
(300/354): python3-setools-4.2.0-2.el8.x86_64.rpm                   3.0 MB/s | 598 kB     00:00
(301/354): python3-urllib3-1.23-5.el8.noarch.rpm                    2.4 MB/s | 178 kB     00:00
(302/354): python3-syspurpose-1.23.8-35.el8.x86_64.rpm              2.4 MB/s | 267 kB     00:00
(303/354): quota-nls-4.04-10.el8.noarch.rpm                         1.8 MB/s |  94 kB     00:00
(304/354): quota-4.04-10.el8.x86_64.rpm                             3.1 MB/s | 214 kB     00:00
(305/354): rng-tools-6.6-2.el8.x86_64.rpm                           1.2 MB/s |  57 kB     00:00    
(306/354): realmd-0.16.3-16.el8.x86_64.rpm                          2.5 MB/s | 232 kB     00:00    
(307/354): rootfiles-8.1-22.el8.noarch.rpm                          425 kB/s |  13 kB     00:00    
(308/354): rpm-plugin-selinux-4.14.2-9.el8.x86_64.rpm               1.1 MB/s |  71 kB     00:00    
(309/354): rsync-3.1.3-4.el8.x86_64.rpm                             2.5 MB/s | 404 kB     00:00    
(310/354): samba-common-4.9.1-8.el8.noarch.rpm                      2.2 MB/s | 207 kB     00:00    
(311/354): samba-common-libs-4.9.1-8.el8.x86_64.rpm                 2.1 MB/s | 169 kB     00:00    
(312/354): selinux-policy-3.14.1-61.el8_0.1.noarch.rpm              2.8 MB/s | 591 kB     00:00    
(313/354): linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch.rpm    5.6 MB/s |  60 MB     00:10    
(314/354): samba-client-libs-4.9.1-8.el8.x86_64.rpm                 3.0 MB/s | 5.0 MB     00:01    
(315/354): sg3_utils-1.44-2.el8.x86_64.rpm                          4.2 MB/s | 917 kB     00:00    
(316/354): sg3_utils-libs-1.44-2.el8.x86_64.rpm                     2.5 MB/s |  99 kB     00:00    
(317/354): slang-2.3.2-3.el8.x86_64.rpm                             3.8 MB/s | 368 kB     00:00     
(318/354): snappy-1.1.7-5.el8.x86_64.rpm                            1.6 MB/s |  36 kB     00:00    
(319/354): smartmontools-6.6-3.el8.x86_64.rpm                       3.5 MB/s | 503 kB     00:00    
(320/354): spax-1.5.3-13.el8.x86_64.rpm                             2.5 MB/s | 217 kB     00:00    
(321/354): sos-3.6-10.el8_0.1.noarch.rpm                            3.7 MB/s | 473 kB     00:00    
(322/354): sssd-2.0.0-43.el8_0.3.x86_64.rpm                         2.1 MB/s |  87 kB     00:00    
(323/354): squashfs-tools-4.3-17.el8.x86_64.rpm                     3.1 MB/s | 164 kB     00:00    
(324/354): sssd-client-2.0.0-43.el8_0.3.x86_64.rpm                  2.6 MB/s | 159 kB     00:00    
(325/354): sssd-ad-2.0.0-43.el8_0.3.x86_64.rpm                      3.2 MB/s | 222 kB     00:00    
(326/354): sssd-common-pac-2.0.0-43.el8_0.3.x86_64.rpm              2.8 MB/s | 156 kB     00:00    
(327/354): sssd-ipa-2.0.0-43.el8_0.3.x86_64.rpm                     3.1 MB/s | 316 kB     00:00    
(328/354): sssd-kcm-2.0.0-43.el8_0.3.x86_64.rpm                     3.2 MB/s | 207 kB     00:00    
(329/354): sssd-krb5-2.0.0-43.el8_0.3.x86_64.rpm                    2.7 MB/s | 129 kB     00:00    
(330/354): sssd-krb5-common-2.0.0-43.el8_0.3.x86_64.rpm             3.2 MB/s | 167 kB     00:00    
(331/354): sssd-common-2.0.0-43.el8_0.3.x86_64.rpm                  3.8 MB/s | 1.4 MB     00:00
(332/354): sssd-ldap-2.0.0-43.el8_0.3.x86_64.rpm                    2.9 MB/s | 179 kB     00:00
(333/354): sssd-nfs-idmap-2.0.0-43.el8_0.3.x86_64.rpm               2.1 MB/s |  94 kB     00:00
(334/354): sssd-proxy-2.0.0-43.el8_0.3.x86_64.rpm                   2.8 MB/s | 123 kB     00:00
(335/354): sudo-1.8.25p1-4.el8.x86_64.rpm                           4.0 MB/s | 872 kB     00:00
(336/354): symlinks-1.4-19.el8.x86_64.rpm                           869 kB/s |  23 kB     00:00
(337/354): strace-4.24-3.el8.x86_64.rpm                             3.5 MB/s | 964 kB     00:00
(338/354): teamd-1.27-10.el8.x86_64.rpm                             1.9 MB/s | 126 kB     00:00
(339/354): time-1.9-3.el8.x86_64.rpm                                1.4 MB/s |  54 kB     00:00
(340/354): timedatex-0.5-3.el8.x86_64.rpm                           774 kB/s |  32 kB     00:00
(341/354): tar-1.30-4.el8.x86_64.rpm                                4.5 MB/s | 838 kB     00:00
(342/354): tree-1.7.0-15.el8.x86_64.rpm                             1.8 MB/s |  59 kB     00:00
(343/354): tuned-2.10.0-15.el8.noarch.rpm                           3.0 MB/s | 262 kB     00:00    
(344/354): unzip-6.0-41.el8.x86_64.rpm                              2.5 MB/s | 193 kB     00:00    
(345/354): usbutils-010-3.el8.x86_64.rpm                            2.7 MB/s | 108 kB     00:00    
(346/354): util-linux-user-2.32.1-8.el8.x86_64.rpm                  2.6 MB/s |  97 kB     00:00    
(347/354): vdo-6.2.0.298-10.el8_0.x86_64.rpm                        3.9 MB/s | 682 kB     00:00    
(348/354): virt-what-1.18-6.el8.x86_64.rpm                          1.2 MB/s |  35 kB     00:00    
(349/354): vim-minimal-8.0.1763-10.el8.x86_64.rpm                   3.0 MB/s | 573 kB     00:00    
(350/354): xfsdump-3.1.8-2.el8.x86_64.rpm                           3.3 MB/s | 332 kB     00:00    
(351/354): xfsprogs-4.19.0-2.el8.x86_64.rpm                         4.2 MB/s | 1.1 MB     00:00    
(352/354): words-3.0-28.el8.noarch.rpm                              3.2 MB/s | 1.4 MB     00:00    
(353/354): zip-3.0-23.el8.x86_64.rpm                                3.2 MB/s | 270 kB     00:00    
(354/354): selinux-policy-targeted-3.14.1-61.el8_0.1.noarch.rpm     4.3 MB/s |  15 MB     00:03    
----------------------------------------------------------------------------------------------------
Total                                                               7.6 MB/s | 255 MB     00:33    
Running transaction check                                                                          
Transaction check succeeded.                                                                       
Running transaction test                                                                           
Transaction test succeeded.                                                                        
Running transaction                                                                                
  Running scriptlet: kmod-kvdo-6.2.0.293-50.el8.x86_64                                          1/1
  Preparing        :                                                                            1/1
  Installing       : libtalloc-2.1.14-3.el8.x86_64                                            1/354
  Installing       : libtevent-0.9.37-2.el8.x86_64                                            2/354
  Installing       : libtdb-1.3.16-3.el8.x86_64                                               3/354
  Running scriptlet: libtdb-1.3.16-3.el8.x86_64                                               3/354
  Installing       : libldb-1.4.2-2.el8.x86_64                                                4/354
  Installing       : libref_array-0.1.5-39.el8.x86_64                                         5/354
  Installing       : libdhash-0.5.0-39.el8.x86_64                                             6/354
  Installing       : libcollection-0.7.0-39.el8.x86_64                                        7/354
  Installing       : libbasicobjects-0.1.1-39.el8.x86_64                                      8/354
  Installing       : libsss_certmap-2.0.0-43.el8_0.3.x86_64                                   9/354
  Running scriptlet: libsss_certmap-2.0.0-43.el8_0.3.x86_64                                   9/354
  Installing       : polkit-libs-0.115-6.el8.x86_64                                          10/354
  Running scriptlet: polkit-libs-0.115-6.el8.x86_64                                          10/354
  Installing       : libsss_idmap-2.0.0-43.el8_0.3.x86_64                                    11/354
  Running scriptlet: libsss_idmap-2.0.0-43.el8_0.3.x86_64                                    11/354
  Installing       : libmnl-1.0.4-6.el8.x86_64                                               12/354
  Running scriptlet: libmnl-1.0.4-6.el8.x86_64                                               12/354
  Installing       : nspr-4.20.0-2.el8.x86_64                                                13/354
  Running scriptlet: nspr-4.20.0-2.el8.x86_64                                                13/354
  Installing       : python3-libselinux-2.8-6.el8.x86_64                                     14/354
  Installing       : jansson-2.11-3.el8.x86_64                                               15/354
  Installing       : nss-util-3.41.0-5.el8.x86_64                                            16/354
  Installing       : libpng-2:1.6.34-5.el8.x86_64                                            17/354
  Installing       : libnl3-3.4.0-4.el8.x86_64                                               18/354
  Running scriptlet: libnl3-3.4.0-4.el8.x86_64                                               18/354
  Installing       : libaio-0.3.110-12.el8.x86_64                                            19/354
  Installing       : hwdata-0.314-8.0.el8.noarch                                             20/354
  Installing       : device-mapper-event-libs-8:1.02.155-6.el8.x86_64                        21/354
  Running scriptlet: device-mapper-event-libs-8:1.02.155-6.el8.x86_64                        21/354
  Installing       : freetype-2.9.1-4.el8.x86_64                                             22/354 
  Installing       : cronie-anacron-1.5.2-2.el8.x86_64                                       23/354
  Running scriptlet: cronie-anacron-1.5.2-2.el8.x86_64                                       23/354
  Installing       : cronie-1.5.2-2.el8.x86_64                                               24/354
  Running scriptlet: cronie-1.5.2-2.el8.x86_64                                               24/354
  Installing       : crontabs-1.11-16.20150630git.el8.noarch                                 25/354
  Running scriptlet: samba-common-4.9.1-8.el8.noarch                                         26/354
  Installing       : samba-common-4.9.1-8.el8.noarch                                         26/354
  Running scriptlet: samba-common-4.9.1-8.el8.noarch                                         26/354
  Installing       : python3-libxml2-2.9.7-5.el8.x86_64                                      27/354
  Installing       : python3-decorator-4.2.1-2.el8.noarch                                    28/354
  Installing       : pciutils-libs-3.5.6-4.el8.x86_64                                        29/354
  Running scriptlet: pciutils-libs-3.5.6-4.el8.x86_64                                        29/354
  Installing       : json-glib-1.4.4-1.el8.x86_64                                            30/354
  Installing       : gobject-introspection-1.56.1-1.el8.x86_64                               31/354
  Installing       : python3-gobject-base-3.28.3-1.el8.x86_64                                32/354
  Installing       : dbus-glib-0.110-2.el8.x86_64                                            33/354
  Running scriptlet: dbus-glib-0.110-2.el8.x86_64                                            33/354
  Installing       : python3-dbus-1.2.4-14.el8.x86_64                                        34/354
  Installing       : avahi-libs-0.7-19.el8.x86_64                                            35/354
  Installing       : pixman-0.36.0-1.el8.x86_64                                              36/354
  Installing       : bind-license-32:9.11.4-17.P2.el8_0.1.noarch                             37/354
  Installing       : bind-libs-lite-32:9.11.4-17.P2.el8_0.1.x86_64                           38/354
  Installing       : cups-libs-1:2.2.6-25.el8.x86_64                                         39/354
  Installing       : libwbclient-4.9.1-8.el8.x86_64                                          40/354
  Installing       : samba-common-libs-4.9.1-8.el8.x86_64                                    41/354
  Running scriptlet: samba-common-libs-4.9.1-8.el8.x86_64                                    41/354
  Installing       : samba-client-libs-4.9.1-8.el8.x86_64                                    42/354
  Running scriptlet: samba-client-libs-4.9.1-8.el8.x86_64                                    42/354
  Installing       : python3-dmidecode-3.12.2-13.el8.x86_64                                  43/354
  Installing       : libnl3-cli-3.4.0-4.el8.x86_64                                           44/354
  Running scriptlet: libnl3-cli-3.4.0-4.el8.x86_64                                           44/354
  Installing       : gdk-pixbuf2-2.36.12-2.el8.x86_64                                        45/354
  Running scriptlet: gdk-pixbuf2-2.36.12-2.el8.x86_64                                        45/354
  Installing       : iproute-4.18.0-11.el8.x86_64                                            46/354
  Installing       : libnftnl-1.1.1-4.el8.x86_64                                             47/354
  Running scriptlet: libnftnl-1.1.1-4.el8.x86_64                                             47/354
  Installing       : tar-2:1.30-4.el8.x86_64                                                 48/354
  Running scriptlet: tar-2:1.30-4.el8.x86_64                                                 48/354 
  Installing       : slang-2.3.2-3.el8.x86_64                                                49/354
  Installing       : newt-0.52.20-9.el8.x86_64                                               50/354
  Installing       : sg3_utils-libs-1.44-2.el8.x86_64                                        51/354
  Running scriptlet: sg3_utils-libs-1.44-2.el8.x86_64                                        51/354
  Installing       : python3-pyyaml-3.12-12.el8.x86_64                                       52/354
  Installing       : python3-ply-3.9-7.el8.noarch                                            53/354
  Installing       : python3-idna-2.5-5.el8.noarch                                           54/354
  Installing       : python3-audit-3.0-0.10.20180831git0047a6c.el8.x86_64                    55/354
  Installing       : lzo-2.08-14.el8.x86_64                                                  56/354
  Installing       : libuser-0.62-21.el8.x86_64                                              57/354
  Running scriptlet: libuser-0.62-21.el8.x86_64                                              57/354
  Installing       : libpath_utils-0.2.1-39.el8.x86_64                                       58/354
  Installing       : libini_config-1.3.1-39.el8.x86_64                                       59/354
  Installing       : libnfnetlink-1.0.1-13.el8.x86_64                                        60/354
  Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64                                        60/354
  Installing       : libnetfilter_conntrack-1.0.6-5.el8.x86_64                               61/354
  Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64                               61/354
  Running scriptlet: iptables-1.8.2-9.el8_0.1.x86_64                                         62/354
  Installing       : iptables-1.8.2-9.el8_0.1.x86_64                                         62/354
  Running scriptlet: iptables-1.8.2-9.el8_0.1.x86_64                                         62/354
  Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                                   63/354
  Installing       : iputils-20180629-1.el8.x86_64                                           64/354
  Running scriptlet: iputils-20180629-1.el8.x86_64                                           64/354
  Installing       : fontpackages-filesystem-1.44-22.el8.noarch                              65/354
  Installing       : ethtool-2:4.16-1.el8.x86_64                                             66/354
  Installing       : e2fsprogs-libs-1.44.3-2.el8.x86_64                                      67/354
  Running scriptlet: e2fsprogs-libs-1.44.3-2.el8.x86_64                                      67/354
  Installing       : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.x86_64                              68/354
  Installing       : binutils-2.30-49.el8.x86_64                                             69/354
  Running scriptlet: binutils-2.30-49.el8.x86_64                                             69/354
  Installing       : NetworkManager-libnm-1:1.14.0-14.el8.x86_64                             70/354
  Running scriptlet: NetworkManager-libnm-1:1.14.0-14.el8.x86_64                             70/354
  Installing       : geolite2-country-20180605-1.el8.noarch                                  71/354
  Installing       : geolite2-city-20180605-1.el8.noarch                                     72/354
  Installing       : libmaxminddb-1.2.0-6.el8.x86_64                                         73/354
  Running scriptlet: libmaxminddb-1.2.0-6.el8.x86_64                                         73/354
  Installing       : ipcalc-0.2.4-3.el8.x86_64                                               74/354
  Installing       : adcli-0.8.2-2.el8.x86_64                                                75/354 
  Running scriptlet: adcli-0.8.2-2.el8.x86_64                                                75/354
  Installing       : dejavu-fonts-common-2.35-6.el8.noarch                                   76/354
  Installing       : dejavu-sans-fonts-2.35-6.el8.noarch                                     77/354
  Installing       : fontconfig-2.13.1-3.el8.x86_64                                          78/354
  Running scriptlet: fontconfig-2.13.1-3.el8.x86_64                                          78/354
  Installing       : iptables-ebtables-1.8.2-9.el8_0.1.x86_64                                79/354
  Running scriptlet: iptables-ebtables-1.8.2-9.el8_0.1.x86_64                                79/354
  Installing       : sscg-2.3.3-6.el8.x86_64                                                 80/354
  Installing       : passwd-0.80-2.el8.x86_64                                                81/354
  Installing       : util-linux-user-2.32.1-8.el8.x86_64                                     82/354
  Installing       : squashfs-tools-4.3-17.el8.x86_64                                        83/354
  Installing       : dracut-squash-049-10.git20190115.el8.x86_64                             84/354
  Installing       : python3-bind-32:9.11.4-17.P2.el8_0.1.noarch                             85/354
  Installing       : python3-pycparser-2.14-14.el8.noarch                                    86/354
  Installing       : python3-cffi-1.11.5-5.el8.x86_64                                        87/354
  Installing       : python3-newt-0.52.20-9.el8.x86_64                                       88/354
  Installing       : nftables-1:0.9.0-8.el8.x86_64                                           89/354
  Running scriptlet: nftables-1:0.9.0-8.el8.x86_64                                           89/354
  Installing       : libteam-1.27-10.el8.x86_64                                              90/354
  Running scriptlet: libteam-1.27-10.el8.x86_64                                              90/354
  Installing       : libsmbclient-4.9.1-8.el8.x86_64                                         91/354
  Running scriptlet: libsmbclient-4.9.1-8.el8.x86_64                                         91/354
  Installing       : cups-client-1:2.2.6-25.el8.x86_64                                       92/354
  Running scriptlet: cups-client-1:2.2.6-25.el8.x86_64                                       92/354
  Installing       : bind-libs-32:9.11.4-17.P2.el8_0.1.x86_64                                93/354
  Installing       : bind-utils-32:9.11.4-17.P2.el8_0.1.x86_64                               94/354
  Installing       : PackageKit-glib-1.1.12-2.el8.x86_64                                     95/354
  Installing       : pciutils-3.5.6-4.el8.x86_64                                             96/354
  Installing       : device-mapper-event-8:1.02.155-6.el8.x86_64                             97/354
  Running scriptlet: device-mapper-event-8:1.02.155-6.el8.x86_64                             97/354
  Installing       : lvm2-libs-8:2.03.02-6.el8.x86_64                                        98/354
  Running scriptlet: lvm2-libs-8:2.03.02-6.el8.x86_64                                        98/354
  Installing       : python3-hwdata-2.3.6-3.el8.noarch                                       99/354
  Installing       : device-mapper-persistent-data-0.7.6-1.el8.x86_64                       100/354
  Installing       : lvm2-8:2.03.02-6.el8.x86_64                                            101/354
  Running scriptlet: lvm2-8:2.03.02-6.el8.x86_64                                            101/354
  Installing       : nss-softokn-freebl-3.41.0-5.el8.x86_64                                 102/354
  Installing       : nss-softokn-3.41.0-5.el8.x86_64                                        103/354 
  Installing       : nss-3.41.0-5.el8.x86_64                                                104/354
  Running scriptlet: nss-3.41.0-5.el8.x86_64                                                104/354
Setting system policy to DEFAULT                                                                   
Note: System-wide crypto policies are applied on application start-up.                             
It is recommended to restart the system for the change of policies                                 
to fully take place.                                                                               
                                                                                                   
  Installing       : nss-sysinit-3.41.0-5.el8.x86_64                                        105/354
  Installing       : libfprint-0.8.2-1.el8.0.1.x86_64                                       106/354
  Installing       : fprintd-0.8.1-2.el8.x86_64                                             107/354
  Installing       : redhat-lsb-submod-security-4.1-47.el8.x86_64                           108/354
  Installing       : python3-libsemanage-2.8-5.el8.x86_64                                   109/354
  Installing       : python3-setools-4.2.0-2.el8.x86_64                                     110/354
  Installing       : python3-slip-0.6.4-11.el8.noarch                                       111/354
  Installing       : python3-slip-dbus-0.6.4-11.el8.noarch                                  112/354
  Installing       : python3-firewall-0.6.3-7.el8.noarch                                    113/354
  Installing       : ipset-libs-6.38-3.el8.x86_64                                           114/354
  Running scriptlet: ipset-libs-6.38-3.el8.x86_64                                           114/354
  Installing       : ipset-6.38-3.el8.x86_64                                                115/354
  Installing       : fipscheck-lib-1.5.0-4.el8.x86_64                                       116/354
  Running scriptlet: fipscheck-lib-1.5.0-4.el8.x86_64                                       116/354
  Installing       : fipscheck-1.5.0-4.el8.x86_64                                           117/354
  Running scriptlet: openssh-7.8p1-4.el8.x86_64                                             118/354
  Installing       : openssh-7.8p1-4.el8.x86_64                                             118/354
  Installing       : xfsprogs-4.19.0-2.el8.x86_64                                           119/354
  Running scriptlet: xfsprogs-4.19.0-2.el8.x86_64                                           119/354
  Installing       : vim-minimal-2:8.0.1763-10.el8.x86_64                                   120/354
  Installing       : unzip-6.0-41.el8.x86_64                                                121/354
  Installing       : time-1.9-3.el8.x86_64                                                  122/354
  Running scriptlet: time-1.9-3.el8.x86_64                                                  122/354
  Installing       : spax-1.5.3-13.el8.x86_64                                               123/354
  Running scriptlet: spax-1.5.3-13.el8.x86_64                                               123/354
  Installing       : snappy-1.1.7-5.el8.x86_64                                              124/354
  Installing       : quota-nls-1:4.04-10.el8.noarch                                         125/354
  Installing       : python3-syspurpose-1.23.8-35.el8.x86_64                                126/354
  Installing       : python3-sssdconfig-2.0.0-43.el8_0.3.noarch                             127/354
  Installing       : python3-schedutils-0.6-5.el8.x86_64                                    128/354
  Installing       : python3-pyudev-0.21.0-7.el8.noarch                                     129/354 
  Installing       : python3-pysocks-1.6.8-3.el8.noarch                                     130/354
  Installing       : python3-urllib3-1.23-5.el8.noarch                                      131/354
  Installing       : python3-perf-4.18.0-80.7.1.el8_0.x86_64                                132/354
  Installing       : python3-magic-5.33-8.el8.noarch                                        133/354
  Installing       : python3-linux-procfs-0.6-6.el8.noarch                                  134/354
  Installing       : python3-librepo-1.9.2-1.el8.x86_64                                     135/354
  Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                                  136/354
  Installing       : python3-dnf-plugins-core-4.0.2.2-3.el8.noarch                          137/354
  Installing       : dnf-plugins-core-4.0.2.2-3.el8.noarch                                  138/354
  Installing       : python3-configobj-5.0.6-11.el8.noarch                                  139/354
  Installing       : python3-chardet-3.0.4-7.el8.noarch                                     140/354
  Installing       : python3-requests-2.20.0-1.el8.noarch                                   141/354
  Installing       : python3-asn1crypto-0.24.0-3.el8.noarch                                 142/354
  Installing       : python3-cryptography-2.3-2.el8.x86_64                                  143/354
  Installing       : python3-pyOpenSSL-18.0.0-1.el8.noarch                                  144/354
  Installing       : python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch              145/354
  Installing       : psmisc-23.1-3.el8.x86_64                                               146/354
  Installing       : patch-2.7.6-8.el8.x86_64                                               147/354
  Installing       : numactl-libs-2.0.12-2.el8.x86_64                                       148/354
  Running scriptlet: numactl-libs-2.0.12-2.el8.x86_64                                       148/354
  Installing       : ncurses-compat-libs-6.1-7.20180224.el8.x86_64                          149/354
  Installing       : mozjs52-52.9.0-1.el8.x86_64                                            150/354
  Running scriptlet: polkit-0.115-6.el8.x86_64                                              151/354
  Installing       : polkit-0.115-6.el8.x86_64                                              151/354
  Running scriptlet: polkit-0.115-6.el8.x86_64                                              151/354
  Installing       : polkit-pkla-compat-0.1-12.el8.x86_64                                   152/354
  Installing       : timedatex-0.5-3.el8.x86_64                                             153/354
  Running scriptlet: timedatex-0.5-3.el8.x86_64                                             153/354
  Installing       : make-1:4.2.1-9.el8.x86_64                                              154/354
  Running scriptlet: make-1:4.2.1-9.el8.x86_64                                              154/354
  Installing       : mailx-12.5-29.el8.x86_64                                               155/354
  Installing       : m4-1.4.18-7.el8.x86_64                                                 156/354
  Running scriptlet: m4-1.4.18-7.el8.x86_64                                                 156/354
  Running scriptlet: logrotate-3.14.0-3.el8.x86_64                                          157/354
  Installing       : logrotate-3.14.0-3.el8.x86_64                                          157/354
  Installing       : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch                      158/354
  Installing       : kernel-core-4.18.0-80.7.1.el8_0.x86_64                                 159/354
  Running scriptlet: kernel-core-4.18.0-80.7.1.el8_0.x86_64                                 159/354 
  Running scriptlet: kmod-kvdo-6.2.0.293-50.el8.x86_64                                      160/354
  Installing       : kmod-kvdo-6.2.0.293-50.el8.x86_64                                      160/354
  Running scriptlet: kmod-kvdo-6.2.0.293-50.el8.x86_64                                      160/354
  Installing       : libsysfs-2.1.0-24.el8.x86_64                                           161/354
  Running scriptlet: libsysfs-2.1.0-24.el8.x86_64                                           161/354
  Installing       : libstemmer-0-10.585svn.el8.x86_64                                      162/354
  Running scriptlet: libstemmer-0-10.585svn.el8.x86_64                                      162/354
  Installing       : libsss_sudo-2.0.0-43.el8_0.3.x86_64                                    163/354
  Running scriptlet: libsss_sudo-2.0.0-43.el8_0.3.x86_64                                    163/354
  Installing       : libsss_nss_idmap-2.0.0-43.el8_0.3.x86_64                               164/354
  Running scriptlet: libsss_nss_idmap-2.0.0-43.el8_0.3.x86_64                               164/354
  Installing       : sssd-client-2.0.0-43.el8_0.3.x86_64                                    165/354
  Running scriptlet: sssd-client-2.0.0-43.el8_0.3.x86_64                                    165/354
  Installing       : libsss_autofs-2.0.0-43.el8_0.3.x86_64                                  166/354
  Installing       : libss-1.44.3-2.el8.x86_64                                              167/354
  Running scriptlet: libss-1.44.3-2.el8.x86_64                                              167/354
  Installing       : libselinux-utils-2.8-6.el8.x86_64                                      168/354
  Installing       : policycoreutils-2.8-16.1.el8.x86_64                                    169/354
  Running scriptlet: policycoreutils-2.8-16.1.el8.x86_64                                    169/354
  Installing       : rpm-plugin-selinux-4.14.2-9.el8.x86_64                                 170/354
  Installing       : selinux-policy-3.14.1-61.el8_0.1.noarch                                171/354
  Running scriptlet: selinux-policy-3.14.1-61.el8_0.1.noarch                                171/354
  Running scriptlet: selinux-policy-targeted-3.14.1-61.el8_0.1.noarch                       172/354
  Installing       : selinux-policy-targeted-3.14.1-61.el8_0.1.noarch                       172/354
  Running scriptlet: selinux-policy-targeted-3.14.1-61.el8_0.1.noarch                       172/354
  Installing       : libpipeline-1.5.0-2.el8.x86_64                                         173/354
  Running scriptlet: libpipeline-1.5.0-2.el8.x86_64                                         173/354
  Installing       : libnfsidmap-1:2.3.3-14.el8_0.x86_64                                    174/354
  Installing       : sssd-nfs-idmap-2.0.0-43.el8_0.3.x86_64                                 175/354
  Installing       : libndp-1.6-6.el8.x86_64                                                176/354
  Running scriptlet: libndp-1.6-6.el8.x86_64                                                176/354
  Running scriptlet: NetworkManager-1:1.14.0-14.el8.x86_64                                  177/354
  Installing       : NetworkManager-1:1.14.0-14.el8.x86_64                                  177/354
  Running scriptlet: NetworkManager-1:1.14.0-14.el8.x86_64                                  177/354
  Installing       : libmodman-2.0.1-17.el8.x86_64                                          178/354
  Running scriptlet: libmodman-2.0.1-17.el8.x86_64                                          178/354
  Installing       : libproxy-0.4.15-5.2.el8.x86_64                                         179/354
  Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64                                         179/354 
  Installing       : libipa_hbac-2.0.0-43.el8_0.3.x86_64                                    180/354
  Running scriptlet: libipa_hbac-2.0.0-43.el8_0.3.x86_64                                    180/354
  Installing       : libicu-60.2-7.el8.x86_64                                               181/354
  Running scriptlet: libicu-60.2-7.el8.x86_64                                               181/354
  Running scriptlet: postfix-2:3.3.1-8.el8.x86_64                                           182/354
  Installing       : postfix-2:3.3.1-8.el8.x86_64                                           182/354
  Running scriptlet: postfix-2:3.3.1-8.el8.x86_64                                           182/354
/var/tmp/rpm-tmp.OYcp6j: line 47: hostname: command not found                                      
                                                                                                   
  Installing       : libgudev-232-4.el8.x86_64                                              183/354
  Installing       : libdaemon-0.14-15.el8.x86_64                                           184/354
  Installing       : teamd-1.27-10.el8.x86_64                                               185/354
  Installing       : NetworkManager-team-1:1.14.0-14.el8.x86_64                             186/354
  Installing       : libconfig-1.5-9.el8.x86_64                                             187/354
  Installing       : python3-libstoragemgmt-1.6.2-9.el8.noarch                              188/354
  Running scriptlet: libstoragemgmt-1.6.2-9.el8.x86_64                                      189/354
  Installing       : libstoragemgmt-1.6.2-9.el8.x86_64                                      189/354
  Running scriptlet: libstoragemgmt-1.6.2-9.el8.x86_64                                      189/354
  Installing       : python3-libstoragemgmt-clibs-1.6.2-9.el8.x86_64                        190/354
  Installing       : less-530-1.el8.x86_64                                                  191/354
  Installing       : kernel-tools-libs-4.18.0-80.7.1.el8_0.x86_64                           192/354
  Running scriptlet: kernel-tools-libs-4.18.0-80.7.1.el8_0.x86_64                           192/354
  Installing       : kernel-tools-4.18.0-80.7.1.el8_0.x86_64                                193/354
  Installing       : hostname-3.20-6.el8.x86_64                                             194/354
  Running scriptlet: hostname-3.20-6.el8.x86_64                                             194/354
  Installing       : hdparm-9.54-2.el8.x86_64                                               195/354
  Installing       : gsettings-desktop-schemas-3.28.1-1.el8.x86_64                          196/354
  Installing       : glib-networking-2.56.1-1.1.el8.x86_64                                  197/354
  Installing       : cockpit-bridge-185.1-1.el8_0.x86_64                                    198/354
  Installing       : libsoup-2.62.3-1.el8.x86_64                                            199/354
  Installing       : libappstream-glib-0.7.14-3.el8.x86_64                                  200/354
  Installing       : PackageKit-1.1.12-2.el8.x86_64                                         201/354
  Running scriptlet: PackageKit-1.1.12-2.el8.x86_64                                         201/354
  Installing       : cockpit-packagekit-184.1-1.el8.noarch                                  202/354
  Installing       : groff-base-1.22.3-18.el8.x86_64                                        203/354
  Running scriptlet: man-db-2.7.6.1-17.el8.x86_64                                           204/354
  Installing       : man-db-2.7.6.1-17.el8.x86_64                                           204/354
  Running scriptlet: man-db-2.7.6.1-17.el8.x86_64                                           204/354 
  Installing       : fuse-libs-2.9.7-12.el8.x86_64                                          205/354
  Running scriptlet: fuse-libs-2.9.7-12.el8.x86_64                                          205/354
  Installing       : firewalld-filesystem-0.6.3-7.el8.noarch                                206/354
  Installing       : emacs-filesystem-1:26.1-5.el8.noarch                                   207/354
  Installing       : desktop-file-utils-0.23-8.el8.x86_64                                   208/354
  Installing       : xdg-utils-1.1.2-5.el8.noarch                                           209/354
  Installing       : ed-1.14.2-4.el8.x86_64                                                 210/354
  Running scriptlet: ed-1.14.2-4.el8.x86_64                                                 210/354
  Installing       : dmidecode-1:3.2-1.el8.x86_64                                           211/354
  Installing       : virt-what-1.18-6.el8.x86_64                                            212/354
  Installing       : dhcp-libs-12:4.3.6-30.el8.x86_64                                       213/354
  Installing       : dhcp-common-12:4.3.6-30.el8.noarch                                     214/354
  Installing       : checkpolicy-2.8-2.el8.x86_64                                           215/354
  Installing       : python3-policycoreutils-2.8-16.1.el8.noarch                            216/354
  Installing       : policycoreutils-python-utils-2.8-16.1.el8.noarch                       217/354
  Installing       : c-ares-1.13.0-5.el8.x86_64                                             218/354
  Running scriptlet: c-ares-1.13.0-5.el8.x86_64                                             218/354
  Running scriptlet: sssd-common-2.0.0-43.el8_0.3.x86_64                                    219/354
  Installing       : sssd-common-2.0.0-43.el8_0.3.x86_64                                    219/354
  Running scriptlet: sssd-common-2.0.0-43.el8_0.3.x86_64                                    219/354
  Running scriptlet: sssd-krb5-common-2.0.0-43.el8_0.3.x86_64                               220/354
  Installing       : sssd-krb5-common-2.0.0-43.el8_0.3.x86_64                               220/354
  Installing       : sssd-common-pac-2.0.0-43.el8_0.3.x86_64                                221/354
  Installing       : sssd-ad-2.0.0-43.el8_0.3.x86_64                                        222/354
  Running scriptlet: sssd-ipa-2.0.0-43.el8_0.3.x86_64                                       223/354
  Installing       : sssd-ipa-2.0.0-43.el8_0.3.x86_64                                       223/354
  Installing       : sssd-krb5-2.0.0-43.el8_0.3.x86_64                                      224/354
  Installing       : sssd-ldap-2.0.0-43.el8_0.3.x86_64                                      225/354
  Running scriptlet: sssd-proxy-2.0.0-43.el8_0.3.x86_64                                     226/354
  Installing       : sssd-proxy-2.0.0-43.el8_0.3.x86_64                                     226/354
  Installing       : sssd-2.0.0-43.el8_0.3.x86_64                                           227/354
  Installing       : bzip2-1.0.6-26.el8.x86_64                                              228/354
  Installing       : bind-export-libs-32:9.11.4-17.P2.el8_0.1.x86_64                        229/354
  Running scriptlet: bind-export-libs-32:9.11.4-17.P2.el8_0.1.x86_64                        229/354
  Installing       : dhcp-client-12:4.3.6-30.el8.x86_64                                     230/354
  Installing       : dracut-network-049-10.git20190115.el8.x86_64                           231/354
  Installing       : kexec-tools-2.0.17-28.el8.x86_64                                       232/354
  Running scriptlet: kexec-tools-2.0.17-28.el8.x86_64                                       232/354 
  Installing       : bc-1.07.1-5.el8.x86_64                                                 233/354
  Running scriptlet: bc-1.07.1-5.el8.x86_64                                                 233/354
  Running scriptlet: authselect-libs-1.0-13.el8.x86_64                                      234/354
  Installing       : authselect-libs-1.0-13.el8.x86_64                                      234/354
  Installing       : realmd-0.16.3-16.el8.x86_64                                            235/354
  Installing       : authselect-1.0-13.el8.x86_64                                           236/354
  Installing       : authselect-compat-1.0-13.el8.x86_64                                    237/354
  Installing       : fprintd-pam-0.8.1-2.el8.x86_64                                         238/354
  Installing       : audit-3.0-0.10.20180831git0047a6c.el8.x86_64                           239/354
  Running scriptlet: audit-3.0-0.10.20180831git0047a6c.el8.x86_64                           239/354
  Installing       : attr-2.4.48-3.el8.x86_64                                               240/354
  Installing       : at-3.1.20-11.el8.x86_64                                                241/354
  Running scriptlet: at-3.1.20-11.el8.x86_64                                                241/354
  Installing       : vim-filesystem-2:8.0.1763-10.el8.noarch                                242/354
  Installing       : vim-common-2:8.0.1763-10.el8.x86_64                                    243/354
  Installing       : python3-systemd-234-8.el8.x86_64                                       244/354
  Installing       : python3-netifaces-0.10.6-4.el8.x86_64                                  245/354
  Installing       : rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64          246/354
  Running scriptlet: rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64          246/354
  Installing       : python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_6   247/354
  Installing       : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.no   248/354
  Running scriptlet: dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch       249/354
  Installing       : dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch       249/354
  Running scriptlet: dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch       249/354
  Installing       : plymouth-core-libs-0.9.3-12.el8.x86_64                                 250/354
  Running scriptlet: plymouth-core-libs-0.9.3-12.el8.x86_64                                 250/354
  Installing       : plymouth-scripts-0.9.3-12.el8.x86_64                                   251/354
  Installing       : plymouth-0.9.3-12.el8.x86_64                                           252/354
  Installing       : librelp-1.2.16-1.el8.x86_64                                            253/354
  Running scriptlet: librelp-1.2.16-1.el8.x86_64                                            253/354
  Installing       : libfastjson-0.99.8-2.el8.x86_64                                        254/354
  Running scriptlet: libfastjson-0.99.8-2.el8.x86_64                                        254/354
  Installing       : libestr-0.1.10-1.el8.x86_64                                            255/354
  Running scriptlet: libestr-0.1.10-1.el8.x86_64                                            255/354
  Installing       : rsyslog-8.37.0-9.el8.x86_64                                            256/354
  Running scriptlet: rsyslog-8.37.0-9.el8.x86_64                                            256/354
  Installing       : libXau-1.0.8-13.el8.x86_64                                             257/354
  Installing       : libxcb-1.13-5.el8.x86_64                                               258/354 
  Installing       : libX11-common-1.6.7-1.el8.noarch                                       259/354
  Installing       : libX11-1.6.7-1.el8.x86_64                                              260/354
  Installing       : libXext-1.3.3-9.el8.x86_64                                             261/354
  Installing       : libXrender-0.9.10-7.el8.x86_64                                         262/354
  Installing       : cairo-1.15.12-3.el8.x86_64                                             263/354
  Installing       : cairo-gobject-1.15.12-3.el8.x86_64                                     264/354
  Installing       : python3-cairo-1.16.3-6.el8.x86_64                                      265/354
  Installing       : python3-gobject-3.28.3-1.el8.x86_64                                    266/354
  Installing       : setroubleshoot-plugins-3.3.10-1.el8.noarch                             267/354
  Running scriptlet: setroubleshoot-server-3.3.19-1.el8.x86_64                              268/354
(Sat Sep 28 03:25:16:339584 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
(Sat Sep 28 03:25:16:382401 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
                                                                                                   
  Installing       : setroubleshoot-server-3.3.19-1.el8.x86_64                              268/354
  Running scriptlet: setroubleshoot-server-3.3.19-1.el8.x86_64                              268/354
  Installing       : cockpit-system-185.1-1.el8_0.noarch                                    269/354
  Installing       : gpm-libs-1.20.7-15.el8.x86_64                                          270/354
  Running scriptlet: gpm-libs-1.20.7-15.el8.x86_64                                          270/354
  Installing       : centos-logos-80.5-2.el8.x86_64                                         271/354
  Running scriptlet: centos-logos-80.5-2.el8.x86_64                                         271/354
  Running scriptlet: cockpit-ws-185.1-1.el8_0.x86_64                                        272/354
(Sat Sep 28 03:25:17:003633 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:17:039744 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                            
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:17:102530 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
(Sat Sep 28 03:25:17:140428 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
                                                                                                   
  Installing       : cockpit-ws-185.1-1.el8_0.x86_64                                        272/354
  Running scriptlet: cockpit-ws-185.1-1.el8_0.x86_64                                        272/354
  Installing       : cockpit-185.1-1.el8_0.x86_64                                           273/354
  Installing       : vim-enhanced-2:8.0.1763-10.el8.x86_64                                  274/354
  Installing       : rsyslog-gnutls-8.37.0-9.el8.x86_64                                     275/354
  Installing       : rsyslog-gssapi-8.37.0-9.el8.x86_64                                     276/354
  Installing       : rsyslog-relp-8.37.0-9.el8.x86_64                                       277/354
  Installing       : redhat-lsb-core-4.1-47.el8.x86_64                                      278/354
  Installing       : xfsdump-3.1.8-2.el8.x86_64                                             279/354
  Installing       : sos-3.6-10.el8_0.1.noarch                                              280/354
  Installing       : sssd-kcm-2.0.0-43.el8_0.3.x86_64                                       281/354
  Running scriptlet: sssd-kcm-2.0.0-43.el8_0.3.x86_64                                       281/354
  Installing       : tuned-2.10.0-15.el8.noarch                                             282/354
  Running scriptlet: tuned-2.10.0-15.el8.noarch                                             282/354
  Installing       : pinfo-0.6.10-18.el8.x86_64                                             283/354
  Running scriptlet: pinfo-0.6.10-18.el8.x86_64                                             283/354
  Installing       : firewalld-0.6.3-7.el8.noarch                                           284/354
  Running scriptlet: firewalld-0.6.3-7.el8.noarch                                           284/354
  Installing       : e2fsprogs-1.44.3-2.el8.x86_64                                          285/354
  Installing       : NetworkManager-tui-1:1.14.0-14.el8.x86_64                              286/354
  Installing       : rng-tools-6.6-2.el8.x86_64                                             287/354
  Running scriptlet: rng-tools-6.6-2.el8.x86_64                                             287/354
  Installing       : vdo-6.2.0.298-10.el8_0.x86_64                                          288/354
  Running scriptlet: vdo-6.2.0.298-10.el8_0.x86_64                                          288/354
  Running scriptlet: chrony-3.3-3.el8.x86_64                                                289/354
(Sat Sep 28 03:25:18:882786 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured, 
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:18:919751 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:18:982174 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
(Sat Sep 28 03:25:19:020397 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
                                                                                                   
  Installing       : chrony-3.3-3.el8.x86_64                                                289/354
  Running scriptlet: chrony-3.3-3.el8.x86_64                                                289/354
Running in chroot, ignoring request: daemon-reload                                                 
                                                                                                   
  Installing       : irqbalance-2:1.4.0-2.el8.x86_64                                        290/354
  Running scriptlet: irqbalance-2:1.4.0-2.el8.x86_64                                        290/354
  Running scriptlet: insights-client-3.0.5-4.el8.noarch                                     291/354
(Sat Sep 28 03:25:19:361600 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:19:399261 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:19:462702 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured, 
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
(Sat Sep 28 03:25:19:500407 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
useradd: sss_cache exited with status 2                                                            
useradd: Failed to flush the sssd cache.                                                           
                                                                                                   
  Installing       : insights-client-3.0.5-4.el8.noarch                                     291/354
  Running scriptlet: insights-client-3.0.5-4.el8.noarch                                     291/354
  Installing       : quota-1:4.04-10.el8.x86_64                                             292/354
  Installing       : zip-3.0-23.el8.x86_64                                                  293/354
  Installing       : sudo-1.8.25p1-4.el8.x86_64                                             294/354
  Running scriptlet: sudo-1.8.25p1-4.el8.x86_64                                             294/354
  Installing       : openssh-clients-7.8p1-4.el8.x86_64                                     295/354
  Running scriptlet: openssh-server-7.8p1-4.el8.x86_64                                      296/354
(Sat Sep 28 03:25:20:060733 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:20:098956 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
                                                                                                   
  Installing       : openssh-server-7.8p1-4.el8.x86_64                                      296/354
  Running scriptlet: openssh-server-7.8p1-4.el8.x86_64                                      296/354
  Installing       : kpatch-0.6.1-1.el8.noarch                                              297/354
  Installing       : iptstate-2.2.6-6.el8.x86_64                                            298/354
  Installing       : ledmon-0.90-3.el8.x86_64                                               299/354
  Installing       : sg3_utils-1.44-2.el8.x86_64                                            300/354
  Installing       : biosdevname-0.7.3-2.el8.x86_64                                         301/354
  Installing       : lshw-B.02.18-16.el8.x86_64                                             302/354
  Installing       : usbutils-010-3.el8.x86_64                                              303/354 
  Installing       : blktrace-1.2.0-9.el8.x86_64                                            304/354
  Installing       : words-3.0-28.el8.noarch                                                305/354
  Installing       : tree-1.7.0-15.el8.x86_64                                               306/354
  Installing       : symlinks-1.4-19.el8.x86_64                                             307/354
  Installing       : strace-4.24-3.el8.x86_64                                               308/354
  Running scriptlet: smartmontools-1:6.6-3.el8.x86_64                                       309/354
  Installing       : smartmontools-1:6.6-3.el8.x86_64                                       309/354
  Running scriptlet: smartmontools-1:6.6-3.el8.x86_64                                       309/354
  Installing       : rsync-3.1.3-4.el8.x86_64                                               310/354
  Installing       : rootfiles-8.1-22.el8.noarch                                            311/354
  Installing       : psacct-6.6.3-4.el8.x86_64                                              312/354
  Running scriptlet: psacct-6.6.3-4.el8.x86_64                                              312/354
  Installing       : prefixdevname-0.1.0-6.el8.x86_64                                       313/354
  Installing       : parted-3.2-36.el8.x86_64                                               314/354
  Running scriptlet: parted-3.2-36.el8.x86_64                                               314/354
  Installing       : net-tools-2.0-0.51.20160912git.el8.x86_64                              315/354
  Running scriptlet: net-tools-2.0-0.51.20160912git.el8.x86_64                              315/354
  Installing       : nano-2.9.8-1.el8.x86_64                                                316/354
  Running scriptlet: nano-2.9.8-1.el8.x86_64                                                316/354
  Installing       : mtr-2:0.92-1.el8.x86_64                                                317/354
  Running scriptlet: mlocate-0.26-20.el8.x86_64                                             318/354
(Sat Sep 28 03:25:21:683474 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
(Sat Sep 28 03:25:21:719518 2019) [sss_cache] [confdb_get_domains] (0x0010): No domains configured,
fatal error!                                                                                       
Could not open available domains                                                                   
groupadd: sss_cache exited with status 2                                                           
groupadd: Failed to flush the sssd cache.                                                          
                                                                                                   
  Installing       : mlocate-0.26-20.el8.x86_64                                             318/354
  Running scriptlet: mlocate-0.26-20.el8.x86_64                                             318/354
Running in chroot, ignoring request: start                                                         
                                                                                                   
  Installing       : microcode_ctl-4:20180807a-2.20190618.1.el8_0.x86_64                    319/354
  Running scriptlet: microcode_ctl-4:20180807a-2.20190618.1.el8_0.x86_64                    319/354 
  Installing       : mdadm-4.1-4.el8.x86_64                                                 320/354
  Running scriptlet: mdadm-4.1-4.el8.x86_64                                                 320/354
  Installing       : mcelog-3:159-1.el8.x86_64                                              321/354
  Running scriptlet: mcelog-3:159-1.el8.x86_64                                              321/354
  Installing       : man-pages-4.15-6.el8.x86_64                                            322/354
  Installing       : mailcap-2.1.48-3.el8.noarch                                            323/354
  Installing       : lsscsi-0.30-1.el8.x86_64                                               324/354
  Installing       : lsof-4.91-2.el8.x86_64                                                 325/354
  Installing       : iwl7260-firmware-1:25.30.13.0-92.el8.1.noarch                          326/354
  Installing       : iwl6050-firmware-41.28.5.1-92.el8.1.noarch                             327/354
  Installing       : iwl6000g2a-firmware-18.168.6.1-92.el8.1.noarch                         328/354
  Installing       : iwl6000-firmware-9.221.4.1-92.el8.1.noarch                             329/354
  Installing       : iwl5150-firmware-8.24.2.2-92.el8.1.noarch                              330/354
  Installing       : iwl5000-firmware-8.83.5.1_1-92.el8.1.noarch                            331/354
  Installing       : iwl4965-firmware-228.61.2.24-92.el8.1.noarch                           332/354
  Installing       : iwl3945-firmware-15.32.2.9-92.el8.1.noarch                             333/354
  Installing       : iwl3160-firmware-1:25.30.13.0-92.el8.1.noarch                          334/354
  Installing       : iwl2030-firmware-18.168.6.1-92.el8.1.noarch                            335/354
  Installing       : iwl2000-firmware-18.168.6.1-92.el8.1.noarch                            336/354
  Installing       : iwl135-firmware-18.168.6.1-92.el8.1.noarch                             337/354
  Installing       : iwl105-firmware-18.168.6.1-92.el8.1.noarch                             338/354
  Installing       : iwl1000-firmware-1:39.31.5.1-92.el8.1.noarch                           339/354
  Installing       : iwl100-firmware-39.31.5.1-92.el8.1.noarch                              340/354
  Installing       : iprutils-2.4.16.1-2.el8.x86_64                                         341/354
  Running scriptlet: iprutils-2.4.16.1-2.el8.x86_64                                         341/354
  Installing       : initscripts-10.00.1-1.el8.x86_64                                       342/354
  Running scriptlet: initscripts-10.00.1-1.el8.x86_64                                       342/354
  Installing       : dracut-tools-049-10.git20190115.el8.x86_64                             343/354
  Installing       : dracut-config-rescue-049-10.git20190115.el8.x86_64                     344/354
  Installing       : dracut-config-generic-049-10.git20190115.el8.x86_64                    345/354
  Installing       : dosfstools-4.1-6.el8.x86_64                                            346/354
  Installing       : dos2unix-7.4.0-3.el8.x86_64                                            347/354
  Installing       : cyrus-sasl-plain-2.1.27-0.3rc7.el8.x86_64                              348/354
  Installing       : cryptsetup-2.0.6-1.el8.x86_64                                          349/354
  Installing       : bpftool-4.18.0-80.7.1.el8_0.x86_64                                     350/354
  Installing       : bash-completion-1:2.7-5.el8.noarch                                     351/354
  Installing       : wget-1.19.5-7.el8_0.1.x86_64                                           352/354
  Running scriptlet: wget-1.19.5-7.el8_0.1.x86_64                                           352/354 
  Running scriptlet: tcpdump-14:4.9.2-5.el8.x86_64                                          353/354
  Installing       : tcpdump-14:4.9.2-5.el8.x86_64                                          353/354
  Installing       : nmap-ncat-2:7.70-4.el8.x86_64                                          354/354
  Running scriptlet: libwbclient-4.9.1-8.el8.x86_64                                         354/354
  Running scriptlet: kernel-core-4.18.0-80.7.1.el8_0.x86_64                                 354/354
dracut: No '/dev/log' or 'logger' included for syslog logging                                      
dracut: No '/dev/log' or 'logger' included for syslog logging                                      
                                                                                                   
  Running scriptlet: kmod-kvdo-6.2.0.293-50.el8.x86_64                                      354/354
  Running scriptlet: sssd-common-2.0.0-43.el8_0.3.x86_64                                    354/354
  Running scriptlet: authselect-libs-1.0-13.el8.x86_64                                      354/354
  Running scriptlet: authselect-compat-1.0-13.el8.x86_64                                    354/354
  Running scriptlet: centos-logos-80.5-2.el8.x86_64                                         354/354
  Running scriptlet: tuned-2.10.0-15.el8.noarch                                             354/354
  Running scriptlet: insights-client-3.0.5-4.el8.noarch                                     354/354
  Running scriptlet: rootfiles-8.1-22.el8.noarch                                            354/354
  Running scriptlet: microcode_ctl-4:20180807a-2.20190618.1.el8_0.x86_64                    354/354
  Running scriptlet: nmap-ncat-2:7.70-4.el8.x86_64                                          354/354
  Running scriptlet: fontconfig-2.13.1-3.el8.x86_64                                         354/354
  Running scriptlet: man-db-2.7.6.1-17.el8.x86_64                                           354/354
  Running scriptlet: desktop-file-utils-0.23-8.el8.x86_64                                   354/354
  Running scriptlet: vim-common-2:8.0.1763-10.el8.x86_64                                    354/354
  Verifying        : PackageKit-1.1.12-2.el8.x86_64                                           1/354
  Verifying        : PackageKit-glib-1.1.12-2.el8.x86_64                                      2/354
  Verifying        : authselect-compat-1.0-13.el8.x86_64                                      3/354
  Verifying        : bind-libs-32:9.11.4-17.P2.el8_0.1.x86_64                                 4/354
  Verifying        : bind-libs-lite-32:9.11.4-17.P2.el8_0.1.x86_64                            5/354
  Verifying        : bind-license-32:9.11.4-17.P2.el8_0.1.noarch                              6/354
  Verifying        : bind-utils-32:9.11.4-17.P2.el8_0.1.x86_64                                7/354
  Verifying        : cairo-1.15.12-3.el8.x86_64                                               8/354
  Verifying        : cairo-gobject-1.15.12-3.el8.x86_64                                       9/354
  Verifying        : centos-logos-80.5-2.el8.x86_64                                          10/354
  Verifying        : cockpit-packagekit-184.1-1.el8.noarch                                   11/354
  Verifying        : cups-client-1:2.2.6-25.el8.x86_64                                       12/354
  Verifying        : desktop-file-utils-0.23-8.el8.x86_64                                    13/354
  Verifying        : dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch        14/354
  Verifying        : fprintd-0.8.1-2.el8.x86_64                                              15/354
  Verifying        : fprintd-pam-0.8.1-2.el8.x86_64                                          16/354 
  Verifying        : geolite2-city-20180605-1.el8.noarch                                     17/354
  Verifying        : geolite2-country-20180605-1.el8.noarch                                  18/354
  Verifying        : gpm-libs-1.20.7-15.el8.x86_64                                           19/354
  Verifying        : insights-client-3.0.5-4.el8.noarch                                      20/354
  Verifying        : libX11-1.6.7-1.el8.x86_64                                               21/354
  Verifying        : libX11-common-1.6.7-1.el8.noarch                                        22/354
  Verifying        : libXau-1.0.8-13.el8.x86_64                                              23/354
  Verifying        : libXext-1.3.3-9.el8.x86_64                                              24/354
  Verifying        : libXrender-0.9.10-7.el8.x86_64                                          25/354
  Verifying        : libestr-0.1.10-1.el8.x86_64                                             26/354
  Verifying        : libfastjson-0.99.8-2.el8.x86_64                                         27/354
  Verifying        : libfprint-0.8.2-1.el8.0.1.x86_64                                        28/354
  Verifying        : libmaxminddb-1.2.0-6.el8.x86_64                                         29/354
  Verifying        : librelp-1.2.16-1.el8.x86_64                                             30/354
  Verifying        : libxcb-1.13-5.el8.x86_64                                                31/354
  Verifying        : nmap-ncat-2:7.70-4.el8.x86_64                                           32/354
  Verifying        : nspr-4.20.0-2.el8.x86_64                                                33/354
  Verifying        : nss-3.41.0-5.el8.x86_64                                                 34/354
  Verifying        : nss-softokn-3.41.0-5.el8.x86_64                                         35/354
  Verifying        : nss-softokn-freebl-3.41.0-5.el8.x86_64                                  36/354
  Verifying        : nss-sysinit-3.41.0-5.el8.x86_64                                         37/354
  Verifying        : nss-util-3.41.0-5.el8.x86_64                                            38/354
  Verifying        : pinfo-0.6.10-18.el8.x86_64                                              39/354
  Verifying        : pixman-0.36.0-1.el8.x86_64                                              40/354
  Verifying        : plymouth-0.9.3-12.el8.x86_64                                            41/354
  Verifying        : plymouth-core-libs-0.9.3-12.el8.x86_64                                  42/354
  Verifying        : plymouth-scripts-0.9.3-12.el8.x86_64                                    43/354
  Verifying        : python3-bind-32:9.11.4-17.P2.el8_0.1.noarch                             44/354
  Verifying        : python3-cairo-1.16.3-6.el8.x86_64                                       45/354
  Verifying        : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.no    46/354
  Verifying        : python3-gobject-3.28.3-1.el8.x86_64                                     47/354
  Verifying        : python3-hwdata-2.3.6-3.el8.noarch                                       48/354
  Verifying        : python3-netifaces-0.10.6-4.el8.x86_64                                   49/354
  Verifying        : python3-newt-0.52.20-9.el8.x86_64                                       50/354
  Verifying        : python3-pyOpenSSL-18.0.0-1.el8.noarch                                   51/354
  Verifying        : python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_6    52/354
  Verifying        : python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch               53/354
  Verifying        : python3-systemd-234-8.el8.x86_64                                        54/354 
  Verifying        : redhat-lsb-core-4.1-47.el8.x86_64                                       55/354
  Verifying        : redhat-lsb-submod-security-4.1-47.el8.x86_64                            56/354
  Verifying        : rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64           57/354
  Verifying        : rsyslog-8.37.0-9.el8.x86_64                                             58/354
  Verifying        : rsyslog-gnutls-8.37.0-9.el8.x86_64                                      59/354
  Verifying        : rsyslog-gssapi-8.37.0-9.el8.x86_64                                      60/354
  Verifying        : rsyslog-relp-8.37.0-9.el8.x86_64                                        61/354
  Verifying        : setroubleshoot-plugins-3.3.10-1.el8.noarch                              62/354
  Verifying        : setroubleshoot-server-3.3.19-1.el8.x86_64                               63/354
  Verifying        : sscg-2.3.3-6.el8.x86_64                                                 64/354
  Verifying        : tcpdump-14:4.9.2-5.el8.x86_64                                           65/354
  Verifying        : vim-common-2:8.0.1763-10.el8.x86_64                                     66/354
  Verifying        : vim-enhanced-2:8.0.1763-10.el8.x86_64                                   67/354
  Verifying        : vim-filesystem-2:8.0.1763-10.el8.noarch                                 68/354
  Verifying        : wget-1.19.5-7.el8_0.1.x86_64                                            69/354
  Verifying        : xdg-utils-1.1.2-5.el8.noarch                                            70/354
  Verifying        : NetworkManager-1:1.14.0-14.el8.x86_64                                   71/354
  Verifying        : NetworkManager-libnm-1:1.14.0-14.el8.x86_64                             72/354
  Verifying        : NetworkManager-team-1:1.14.0-14.el8.x86_64                              73/354
  Verifying        : NetworkManager-tui-1:1.14.0-14.el8.x86_64                               74/354
  Verifying        : adcli-0.8.2-2.el8.x86_64                                                75/354
  Verifying        : at-3.1.20-11.el8.x86_64                                                 76/354
  Verifying        : attr-2.4.48-3.el8.x86_64                                                77/354
  Verifying        : audit-3.0-0.10.20180831git0047a6c.el8.x86_64                            78/354
  Verifying        : authselect-1.0-13.el8.x86_64                                            79/354
  Verifying        : authselect-libs-1.0-13.el8.x86_64                                       80/354
  Verifying        : avahi-libs-0.7-19.el8.x86_64                                            81/354
  Verifying        : bash-completion-1:2.7-5.el8.noarch                                      82/354
  Verifying        : bc-1.07.1-5.el8.x86_64                                                  83/354
  Verifying        : bind-export-libs-32:9.11.4-17.P2.el8_0.1.x86_64                         84/354
  Verifying        : binutils-2.30-49.el8.x86_64                                             85/354
  Verifying        : biosdevname-0.7.3-2.el8.x86_64                                          86/354
  Verifying        : blktrace-1.2.0-9.el8.x86_64                                             87/354
  Verifying        : bpftool-4.18.0-80.7.1.el8_0.x86_64                                      88/354
  Verifying        : bzip2-1.0.6-26.el8.x86_64                                               89/354
  Verifying        : c-ares-1.13.0-5.el8.x86_64                                              90/354
  Verifying        : checkpolicy-2.8-2.el8.x86_64                                            91/354
  Verifying        : chrony-3.3-3.el8.x86_64                                                 92/354 
  Verifying        : cockpit-185.1-1.el8_0.x86_64                                            93/354
  Verifying        : cockpit-bridge-185.1-1.el8_0.x86_64                                     94/354
  Verifying        : cockpit-system-185.1-1.el8_0.noarch                                     95/354
  Verifying        : cockpit-ws-185.1-1.el8_0.x86_64                                         96/354
  Verifying        : cronie-1.5.2-2.el8.x86_64                                               97/354
  Verifying        : cronie-anacron-1.5.2-2.el8.x86_64                                       98/354
  Verifying        : crontabs-1.11-16.20150630git.el8.noarch                                 99/354
  Verifying        : cryptsetup-2.0.6-1.el8.x86_64                                          100/354
  Verifying        : cups-libs-1:2.2.6-25.el8.x86_64                                        101/354
  Verifying        : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.x86_64                             102/354
  Verifying        : cyrus-sasl-plain-2.1.27-0.3rc7.el8.x86_64                              103/354
  Verifying        : dbus-glib-0.110-2.el8.x86_64                                           104/354
  Verifying        : dejavu-fonts-common-2.35-6.el8.noarch                                  105/354
  Verifying        : dejavu-sans-fonts-2.35-6.el8.noarch                                    106/354
  Verifying        : device-mapper-event-8:1.02.155-6.el8.x86_64                            107/354
  Verifying        : device-mapper-event-libs-8:1.02.155-6.el8.x86_64                       108/354
  Verifying        : device-mapper-persistent-data-0.7.6-1.el8.x86_64                       109/354
  Verifying        : dhcp-client-12:4.3.6-30.el8.x86_64                                     110/354
  Verifying        : dhcp-common-12:4.3.6-30.el8.noarch                                     111/354
  Verifying        : dhcp-libs-12:4.3.6-30.el8.x86_64                                       112/354
  Verifying        : dmidecode-1:3.2-1.el8.x86_64                                           113/354
  Verifying        : dnf-plugins-core-4.0.2.2-3.el8.noarch                                  114/354
  Verifying        : dos2unix-7.4.0-3.el8.x86_64                                            115/354
  Verifying        : dosfstools-4.1-6.el8.x86_64                                            116/354
  Verifying        : dracut-config-generic-049-10.git20190115.el8.x86_64                    117/354
  Verifying        : dracut-config-rescue-049-10.git20190115.el8.x86_64                     118/354
  Verifying        : dracut-network-049-10.git20190115.el8.x86_64                           119/354
  Verifying        : dracut-squash-049-10.git20190115.el8.x86_64                            120/354
  Verifying        : dracut-tools-049-10.git20190115.el8.x86_64                             121/354
  Verifying        : e2fsprogs-1.44.3-2.el8.x86_64                                          122/354
  Verifying        : e2fsprogs-libs-1.44.3-2.el8.x86_64                                     123/354
  Verifying        : ed-1.14.2-4.el8.x86_64                                                 124/354
  Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                                   125/354
  Verifying        : ethtool-2:4.16-1.el8.x86_64                                            126/354
  Verifying        : fipscheck-1.5.0-4.el8.x86_64                                           127/354
  Verifying        : fipscheck-lib-1.5.0-4.el8.x86_64                                       128/354
  Verifying        : firewalld-0.6.3-7.el8.noarch                                           129/354
  Verifying        : firewalld-filesystem-0.6.3-7.el8.noarch                                130/354 
  Verifying        : fontconfig-2.13.1-3.el8.x86_64                                         131/354
  Verifying        : fontpackages-filesystem-1.44-22.el8.noarch                             132/354
  Verifying        : freetype-2.9.1-4.el8.x86_64                                            133/354
  Verifying        : fuse-libs-2.9.7-12.el8.x86_64                                          134/354
  Verifying        : gdk-pixbuf2-2.36.12-2.el8.x86_64                                       135/354
  Verifying        : glib-networking-2.56.1-1.1.el8.x86_64                                  136/354
  Verifying        : gobject-introspection-1.56.1-1.el8.x86_64                              137/354
  Verifying        : groff-base-1.22.3-18.el8.x86_64                                        138/354
  Verifying        : gsettings-desktop-schemas-3.28.1-1.el8.x86_64                          139/354
  Verifying        : hdparm-9.54-2.el8.x86_64                                               140/354
  Verifying        : hostname-3.20-6.el8.x86_64                                             141/354
  Verifying        : hwdata-0.314-8.0.el8.noarch                                            142/354
  Verifying        : initscripts-10.00.1-1.el8.x86_64                                       143/354
  Verifying        : ipcalc-0.2.4-3.el8.x86_64                                              144/354
  Verifying        : iproute-4.18.0-11.el8.x86_64                                           145/354
  Verifying        : iprutils-2.4.16.1-2.el8.x86_64                                         146/354
  Verifying        : ipset-6.38-3.el8.x86_64                                                147/354
  Verifying        : ipset-libs-6.38-3.el8.x86_64                                           148/354
  Verifying        : iptables-1.8.2-9.el8_0.1.x86_64                                        149/354
  Verifying        : iptables-ebtables-1.8.2-9.el8_0.1.x86_64                               150/354
  Verifying        : iptstate-2.2.6-6.el8.x86_64                                            151/354
  Verifying        : iputils-20180629-1.el8.x86_64                                          152/354
  Verifying        : irqbalance-2:1.4.0-2.el8.x86_64                                        153/354
  Verifying        : iwl100-firmware-39.31.5.1-92.el8.1.noarch                              154/354
  Verifying        : iwl1000-firmware-1:39.31.5.1-92.el8.1.noarch                           155/354
  Verifying        : iwl105-firmware-18.168.6.1-92.el8.1.noarch                             156/354
  Verifying        : iwl135-firmware-18.168.6.1-92.el8.1.noarch                             157/354
  Verifying        : iwl2000-firmware-18.168.6.1-92.el8.1.noarch                            158/354
  Verifying        : iwl2030-firmware-18.168.6.1-92.el8.1.noarch                            159/354
  Verifying        : iwl3160-firmware-1:25.30.13.0-92.el8.1.noarch                          160/354
  Verifying        : iwl3945-firmware-15.32.2.9-92.el8.1.noarch                             161/354
  Verifying        : iwl4965-firmware-228.61.2.24-92.el8.1.noarch                           162/354
  Verifying        : iwl5000-firmware-8.83.5.1_1-92.el8.1.noarch                            163/354
  Verifying        : iwl5150-firmware-8.24.2.2-92.el8.1.noarch                              164/354
  Verifying        : iwl6000-firmware-9.221.4.1-92.el8.1.noarch                             165/354
  Verifying        : iwl6000g2a-firmware-18.168.6.1-92.el8.1.noarch                         166/354
  Verifying        : iwl6050-firmware-41.28.5.1-92.el8.1.noarch                             167/354
  Verifying        : iwl7260-firmware-1:25.30.13.0-92.el8.1.noarch                          168/354 
  Verifying        : jansson-2.11-3.el8.x86_64                                              169/354
  Verifying        : json-glib-1.4.4-1.el8.x86_64                                           170/354
  Verifying        : kernel-core-4.18.0-80.7.1.el8_0.x86_64                                 171/354
  Verifying        : kernel-tools-4.18.0-80.7.1.el8_0.x86_64                                172/354
  Verifying        : kernel-tools-libs-4.18.0-80.7.1.el8_0.x86_64                           173/354
  Verifying        : kexec-tools-2.0.17-28.el8.x86_64                                       174/354
  Verifying        : kmod-kvdo-6.2.0.293-50.el8.x86_64                                      175/354
  Verifying        : kpatch-0.6.1-1.el8.noarch                                              176/354
  Verifying        : ledmon-0.90-3.el8.x86_64                                               177/354
  Verifying        : less-530-1.el8.x86_64                                                  178/354
  Verifying        : libaio-0.3.110-12.el8.x86_64                                           179/354
  Verifying        : libappstream-glib-0.7.14-3.el8.x86_64                                  180/354
  Verifying        : libbasicobjects-0.1.1-39.el8.x86_64                                    181/354
  Verifying        : libcollection-0.7.0-39.el8.x86_64                                      182/354
  Verifying        : libconfig-1.5-9.el8.x86_64                                             183/354
  Verifying        : libdaemon-0.14-15.el8.x86_64                                           184/354
  Verifying        : libdhash-0.5.0-39.el8.x86_64                                           185/354
  Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                                  186/354
  Verifying        : libgudev-232-4.el8.x86_64                                              187/354
  Verifying        : libicu-60.2-7.el8.x86_64                                               188/354
  Verifying        : libini_config-1.3.1-39.el8.x86_64                                      189/354
  Verifying        : libipa_hbac-2.0.0-43.el8_0.3.x86_64                                    190/354
  Verifying        : libldb-1.4.2-2.el8.x86_64                                              191/354
  Verifying        : libmnl-1.0.4-6.el8.x86_64                                              192/354
  Verifying        : libmodman-2.0.1-17.el8.x86_64                                          193/354
  Verifying        : libmodman-2.0.1-17.el8.x86_64                                          193/354 
  Verifying        : libndp-1.6-6.el8.x86_64                                                194/354
  Verifying        : libnetfilter_conntrack-1.0.6-5.el8.x86_64                              195/354
  Verifying        : libnfnetlink-1.0.1-13.el8.x86_64                                       196/354
  Verifying        : libnfsidmap-1:2.3.3-14.el8_0.x86_64                                    197/354
  Verifying        : libnftnl-1.1.1-4.el8.x86_64                                            198/354
  Verifying        : libnl3-3.4.0-4.el8.x86_64                                              199/354
  Verifying        : libnl3-cli-3.4.0-4.el8.x86_64                                          200/354
  Verifying        : libpath_utils-0.2.1-39.el8.x86_64                                      201/354
  Verifying        : libpipeline-1.5.0-2.el8.x86_64                                         202/354
  Verifying        : libpng-2:1.6.34-5.el8.x86_64                                           203/354
  Verifying        : libproxy-0.4.15-5.2.el8.x86_64                                         204/354
  Verifying        : libref_array-0.1.5-39.el8.x86_64                                       205/354
  Verifying        : libselinux-utils-2.8-6.el8.x86_64                                      206/354 
  Verifying        : libsmbclient-4.9.1-8.el8.x86_64                                        207/354
  Verifying        : libsoup-2.62.3-1.el8.x86_64                                            208/354
  Verifying        : libss-1.44.3-2.el8.x86_64                                              209/354
  Verifying        : libsss_autofs-2.0.0-43.el8_0.3.x86_64                                  210/354
  Verifying        : libsss_certmap-2.0.0-43.el8_0.3.x86_64                                 211/354
  Verifying        : libsss_idmap-2.0.0-43.el8_0.3.x86_64                                   212/354
  Verifying        : libsss_nss_idmap-2.0.0-43.el8_0.3.x86_64                               213/354
  Verifying        : libsss_sudo-2.0.0-43.el8_0.3.x86_64                                    214/354
  Verifying        : libstemmer-0-10.585svn.el8.x86_64                                      215/354
  Verifying        : libstoragemgmt-1.6.2-9.el8.x86_64                                      216/354
  Verifying        : libsysfs-2.1.0-24.el8.x86_64                                           217/354
  Verifying        : libtalloc-2.1.14-3.el8.x86_64                                          218/354
  Verifying        : libtdb-1.3.16-3.el8.x86_64                                             219/354
  Verifying        : libteam-1.27-10.el8.x86_64                                             220/354
  Verifying        : libtevent-0.9.37-2.el8.x86_64                                          221/354
  Verifying        : libuser-0.62-21.el8.x86_64                                             222/354
  Verifying        : libwbclient-4.9.1-8.el8.x86_64                                         223/354
  Verifying        : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch                      224/354
  Verifying        : logrotate-3.14.0-3.el8.x86_64                                          225/354
  Verifying        : lshw-B.02.18-16.el8.x86_64                                             226/354
  Verifying        : lsof-4.91-2.el8.x86_64                                                 227/354
  Verifying        : lsscsi-0.30-1.el8.x86_64                                               228/354
  Verifying        : lvm2-8:2.03.02-6.el8.x86_64                                            229/354
  Verifying        : lvm2-libs-8:2.03.02-6.el8.x86_64                                       230/354
  Verifying        : lzo-2.08-14.el8.x86_64                                                 231/354
  Verifying        : m4-1.4.18-7.el8.x86_64                                                 232/354
  Verifying        : mailcap-2.1.48-3.el8.noarch                                            233/354
  Verifying        : mailx-12.5-29.el8.x86_64                                               234/354
  Verifying        : make-1:4.2.1-9.el8.x86_64                                              235/354
  Verifying        : man-db-2.7.6.1-17.el8.x86_64                                           236/354
  Verifying        : man-pages-4.15-6.el8.x86_64                                            237/354
  Verifying        : mcelog-3:159-1.el8.x86_64                                              238/354
  Verifying        : mdadm-4.1-4.el8.x86_64                                                 239/354
  Verifying        : microcode_ctl-4:20180807a-2.20190618.1.el8_0.x86_64                    240/354
  Verifying        : mlocate-0.26-20.el8.x86_64                                             241/354
  Verifying        : mozjs52-52.9.0-1.el8.x86_64                                            242/354
  Verifying        : mtr-2:0.92-1.el8.x86_64                                                243/354
  Verifying        : nano-2.9.8-1.el8.x86_64                                                244/354 
  Verifying        : ncurses-compat-libs-6.1-7.20180224.el8.x86_64                          245/354
  Verifying        : net-tools-2.0-0.51.20160912git.el8.x86_64                              246/354
  Verifying        : newt-0.52.20-9.el8.x86_64                                              247/354
  Verifying        : nftables-1:0.9.0-8.el8.x86_64                                          248/354
  Verifying        : numactl-libs-2.0.12-2.el8.x86_64                                       249/354
  Verifying        : openssh-7.8p1-4.el8.x86_64                                             250/354
  Verifying        : openssh-clients-7.8p1-4.el8.x86_64                                     251/354
  Verifying        : openssh-server-7.8p1-4.el8.x86_64                                      252/354
  Verifying        : parted-3.2-36.el8.x86_64                                               253/354
  Verifying        : passwd-0.80-2.el8.x86_64                                               254/354
  Verifying        : patch-2.7.6-8.el8.x86_64                                               255/354
  Verifying        : pciutils-3.5.6-4.el8.x86_64                                            256/354
  Verifying        : pciutils-libs-3.5.6-4.el8.x86_64                                       257/354
  Verifying        : policycoreutils-2.8-16.1.el8.x86_64                                    258/354
  Verifying        : policycoreutils-python-utils-2.8-16.1.el8.noarch                       259/354
  Verifying        : polkit-0.115-6.el8.x86_64                                              260/354
  Verifying        : polkit-libs-0.115-6.el8.x86_64                                         261/354
  Verifying        : polkit-pkla-compat-0.1-12.el8.x86_64                                   262/354
  Verifying        : postfix-2:3.3.1-8.el8.x86_64                                           263/354
  Verifying        : prefixdevname-0.1.0-6.el8.x86_64                                       264/354
  Verifying        : psacct-6.6.3-4.el8.x86_64                                              265/354
  Verifying        : psmisc-23.1-3.el8.x86_64                                               266/354
  Verifying        : python3-asn1crypto-0.24.0-3.el8.noarch                                 267/354
  Verifying        : python3-audit-3.0-0.10.20180831git0047a6c.el8.x86_64                   268/354
  Verifying        : python3-cffi-1.11.5-5.el8.x86_64                                       269/354
  Verifying        : python3-chardet-3.0.4-7.el8.noarch                                     270/354
  Verifying        : python3-configobj-5.0.6-11.el8.noarch                                  271/354
  Verifying        : python3-cryptography-2.3-2.el8.x86_64                                  272/354
  Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                                  273/354
  Verifying        : python3-dbus-1.2.4-14.el8.x86_64                                       274/354
  Verifying        : python3-decorator-4.2.1-2.el8.noarch                                   275/354
  Verifying        : python3-dmidecode-3.12.2-13.el8.x86_64                                 276/354
  Verifying        : python3-dnf-plugins-core-4.0.2.2-3.el8.noarch                          277/354
  Verifying        : python3-firewall-0.6.3-7.el8.noarch                                    278/354
  Verifying        : python3-gobject-base-3.28.3-1.el8.x86_64                               279/354
  Verifying        : python3-idna-2.5-5.el8.noarch                                          280/354
  Verifying        : python3-librepo-1.9.2-1.el8.x86_64                                     281/354
  Verifying        : python3-libselinux-2.8-6.el8.x86_64                                    282/354 
  Verifying        : python3-libsemanage-2.8-5.el8.x86_64                                   283/354
  Verifying        : python3-libstoragemgmt-1.6.2-9.el8.noarch                              284/354
  Verifying        : python3-libstoragemgmt-clibs-1.6.2-9.el8.x86_64                        285/354
  Verifying        : python3-libxml2-2.9.7-5.el8.x86_64                                     286/354
  Verifying        : python3-linux-procfs-0.6-6.el8.noarch                                  287/354
  Verifying        : python3-magic-5.33-8.el8.noarch                                        288/354
  Verifying        : python3-perf-4.18.0-80.7.1.el8_0.x86_64                                289/354
  Verifying        : python3-ply-3.9-7.el8.noarch                                           290/354
  Verifying        : python3-policycoreutils-2.8-16.1.el8.noarch                            291/354
  Verifying        : python3-pycparser-2.14-14.el8.noarch                                   292/354
  Verifying        : python3-pysocks-1.6.8-3.el8.noarch                                     293/354
  Verifying        : python3-pyudev-0.21.0-7.el8.noarch                                     294/354
  Verifying        : python3-pyyaml-3.12-12.el8.x86_64                                      295/354
  Verifying        : python3-requests-2.20.0-1.el8.noarch                                   296/354
  Verifying        : python3-schedutils-0.6-5.el8.x86_64                                    297/354
  Verifying        : python3-setools-4.2.0-2.el8.x86_64                                     298/354
  Verifying        : python3-slip-0.6.4-11.el8.noarch                                       299/354
  Verifying        : python3-slip-dbus-0.6.4-11.el8.noarch                                  300/354
  Verifying        : python3-sssdconfig-2.0.0-43.el8_0.3.noarch                             301/354
  Verifying        : python3-syspurpose-1.23.8-35.el8.x86_64                                302/354
  Verifying        : python3-urllib3-1.23-5.el8.noarch                                      303/354
  Verifying        : quota-1:4.04-10.el8.x86_64                                             304/354
  Verifying        : quota-nls-1:4.04-10.el8.noarch                                         305/354
  Verifying        : realmd-0.16.3-16.el8.x86_64                                            306/354
  Verifying        : rng-tools-6.6-2.el8.x86_64                                             307/354
  Verifying        : rootfiles-8.1-22.el8.noarch                                            308/354
  Verifying        : rpm-plugin-selinux-4.14.2-9.el8.x86_64                                 309/354
  Verifying        : rsync-3.1.3-4.el8.x86_64                                               310/354
  Verifying        : samba-client-libs-4.9.1-8.el8.x86_64                                   311/354
  Verifying        : samba-common-4.9.1-8.el8.noarch                                        312/354
  Verifying        : samba-common-libs-4.9.1-8.el8.x86_64                                   313/354
  Verifying        : selinux-policy-3.14.1-61.el8_0.1.noarch                                314/354
  Verifying        : selinux-policy-targeted-3.14.1-61.el8_0.1.noarch                       315/354
  Verifying        : sg3_utils-1.44-2.el8.x86_64                                            316/354
  Verifying        : sg3_utils-libs-1.44-2.el8.x86_64                                       317/354
  Verifying        : slang-2.3.2-3.el8.x86_64                                               318/354
  Verifying        : smartmontools-1:6.6-3.el8.x86_64                                       319/354
  Verifying        : snappy-1.1.7-5.el8.x86_64                                              320/354 
  Verifying        : sos-3.6-10.el8_0.1.noarch                                              321/354
  Verifying        : spax-1.5.3-13.el8.x86_64                                               322/354
  Verifying        : squashfs-tools-4.3-17.el8.x86_64                                       323/354
  Verifying        : sssd-2.0.0-43.el8_0.3.x86_64                                           324/354
  Verifying        : sssd-ad-2.0.0-43.el8_0.3.x86_64                                        325/354
  Verifying        : sssd-client-2.0.0-43.el8_0.3.x86_64                                    326/354
  Verifying        : sssd-common-2.0.0-43.el8_0.3.x86_64                                    327/354
  Verifying        : sssd-common-pac-2.0.0-43.el8_0.3.x86_64                                328/354
  Verifying        : sssd-ipa-2.0.0-43.el8_0.3.x86_64                                       329/354
  Verifying        : sssd-kcm-2.0.0-43.el8_0.3.x86_64                                       330/354
  Verifying        : sssd-krb5-2.0.0-43.el8_0.3.x86_64                                      331/354
  Verifying        : sssd-krb5-common-2.0.0-43.el8_0.3.x86_64                               332/354
  Verifying        : sssd-ldap-2.0.0-43.el8_0.3.x86_64                                      333/354
  Verifying        : sssd-nfs-idmap-2.0.0-43.el8_0.3.x86_64                                 334/354
  Verifying        : sssd-proxy-2.0.0-43.el8_0.3.x86_64                                     335/354
  Verifying        : strace-4.24-3.el8.x86_64                                               336/354
  Verifying        : sudo-1.8.25p1-4.el8.x86_64                                             337/354
  Verifying        : symlinks-1.4-19.el8.x86_64                                             338/354
  Verifying        : tar-2:1.30-4.el8.x86_64                                                339/354
  Verifying        : teamd-1.27-10.el8.x86_64                                               340/354
  Verifying        : time-1.9-3.el8.x86_64                                                  341/354
  Verifying        : timedatex-0.5-3.el8.x86_64                                             342/354
  Verifying        : tree-1.7.0-15.el8.x86_64                                               343/354
  Verifying        : tuned-2.10.0-15.el8.noarch                                             344/354
  Verifying        : unzip-6.0-41.el8.x86_64                                                345/354
  Verifying        : usbutils-010-3.el8.x86_64                                              346/354
  Verifying        : util-linux-user-2.32.1-8.el8.x86_64                                    347/354
  Verifying        : vdo-6.2.0.298-10.el8_0.x86_64                                          348/354
  Verifying        : vim-minimal-2:8.0.1763-10.el8.x86_64                                   349/354
  Verifying        : virt-what-1.18-6.el8.x86_64                                            350/354
  Verifying        : words-3.0-28.el8.noarch                                                351/354
  Verifying        : xfsdump-3.1.8-2.el8.x86_64                                             352/354
  Verifying        : xfsprogs-4.19.0-2.el8.x86_64                                           353/354
  Verifying        : zip-3.0-23.el8.x86_64                                                  354/354
                                                                                                   
Installed:                                                                                         
  redhat-lsb-core-4.1-47.el8.x86_64                                                                
  dracut-config-generic-049-10.git20190115.el8.x86_64                                               
  dracut-tools-049-10.git20190115.el8.x86_64                                                       
  dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch                                 
  fprintd-pam-0.8.1-2.el8.x86_64                                                                   
  insights-client-3.0.5-4.el8.noarch                                                               
  nmap-ncat-2:7.70-4.el8.x86_64                                                                    
  pinfo-0.6.10-18.el8.x86_64                                                                       
  plymouth-0.9.3-12.el8.x86_64                                                                     
  rsyslog-8.37.0-9.el8.x86_64                                                                      
  rsyslog-gnutls-8.37.0-9.el8.x86_64                                                               
  rsyslog-gssapi-8.37.0-9.el8.x86_64                                                               
  rsyslog-relp-8.37.0-9.el8.x86_64                                                                 
  tcpdump-14:4.9.2-5.el8.x86_64                                                                    
  vim-enhanced-2:8.0.1763-10.el8.x86_64                                                            
  wget-1.19.5-7.el8_0.1.x86_64                                                                     
  NetworkManager-1:1.14.0-14.el8.x86_64                                                            
  NetworkManager-team-1:1.14.0-14.el8.x86_64                                                       
  NetworkManager-tui-1:1.14.0-14.el8.x86_64                                                        
  at-3.1.20-11.el8.x86_64                                                                          
  attr-2.4.48-3.el8.x86_64                                                                         
  audit-3.0-0.10.20180831git0047a6c.el8.x86_64                                                     
  authselect-1.0-13.el8.x86_64                                                                     
  bash-completion-1:2.7-5.el8.noarch                                                               
  bc-1.07.1-5.el8.x86_64                                                                           
  biosdevname-0.7.3-2.el8.x86_64                                                                   
  blktrace-1.2.0-9.el8.x86_64                                                                      
  bpftool-4.18.0-80.7.1.el8_0.x86_64                                                               
  bzip2-1.0.6-26.el8.x86_64                                                                        
  chrony-3.3-3.el8.x86_64                                                                          
  cockpit-185.1-1.el8_0.x86_64                                                                     
  cronie-1.5.2-2.el8.x86_64                                                                        
  crontabs-1.11-16.20150630git.el8.noarch                                                          
  cryptsetup-2.0.6-1.el8.x86_64                                                                    
  cyrus-sasl-plain-2.1.27-0.3rc7.el8.x86_64                                                        
  dnf-plugins-core-4.0.2.2-3.el8.noarch                                                            
  dos2unix-7.4.0-3.el8.x86_64                                                                      
  dosfstools-4.1-6.el8.x86_64                                                                      
  dracut-config-rescue-049-10.git20190115.el8.x86_64                                               
  e2fsprogs-1.44.3-2.el8.x86_64                                                                     
  ed-1.14.2-4.el8.x86_64                                                                           
  ethtool-2:4.16-1.el8.x86_64                                                                      
  firewalld-0.6.3-7.el8.noarch                                                                     
  hostname-3.20-6.el8.x86_64                                                                       
  initscripts-10.00.1-1.el8.x86_64                                                                 
  iproute-4.18.0-11.el8.x86_64                                                                     
  iprutils-2.4.16.1-2.el8.x86_64                                                                   
  iptstate-2.2.6-6.el8.x86_64                                                                      
  iputils-20180629-1.el8.x86_64                                                                    
  irqbalance-2:1.4.0-2.el8.x86_64                                                                  
  iwl100-firmware-39.31.5.1-92.el8.1.noarch                                                        
  iwl1000-firmware-1:39.31.5.1-92.el8.1.noarch                                                     
  iwl105-firmware-18.168.6.1-92.el8.1.noarch                                                       
  iwl135-firmware-18.168.6.1-92.el8.1.noarch                                                       
  iwl2000-firmware-18.168.6.1-92.el8.1.noarch                                                      
  iwl2030-firmware-18.168.6.1-92.el8.1.noarch                                                      
  iwl3160-firmware-1:25.30.13.0-92.el8.1.noarch                                                    
  iwl3945-firmware-15.32.2.9-92.el8.1.noarch                                                       
  iwl4965-firmware-228.61.2.24-92.el8.1.noarch                                                     
  iwl5000-firmware-8.83.5.1_1-92.el8.1.noarch                                                      
  iwl5150-firmware-8.24.2.2-92.el8.1.noarch                                                        
  iwl6000-firmware-9.221.4.1-92.el8.1.noarch                                                       
  iwl6000g2a-firmware-18.168.6.1-92.el8.1.noarch                                                   
  iwl6050-firmware-41.28.5.1-92.el8.1.noarch                                                       
  iwl7260-firmware-1:25.30.13.0-92.el8.1.noarch                                                    
  kernel-tools-4.18.0-80.7.1.el8_0.x86_64                                                          
  kexec-tools-2.0.17-28.el8.x86_64                                                                 
  kmod-kvdo-6.2.0.293-50.el8.x86_64                                                                
  kpatch-0.6.1-1.el8.noarch                                                                        
  ledmon-0.90-3.el8.x86_64                                                                         
  less-530-1.el8.x86_64                                                                            
  libstoragemgmt-1.6.2-9.el8.x86_64                                                                
  libsysfs-2.1.0-24.el8.x86_64                                                                     
  linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch                                                
  logrotate-3.14.0-3.el8.x86_64                                                                    
  lshw-B.02.18-16.el8.x86_64                                                                       
  lsof-4.91-2.el8.x86_64                                                                           
  lsscsi-0.30-1.el8.x86_64                                                                          
  lvm2-8:2.03.02-6.el8.x86_64                                                                      
  mailcap-2.1.48-3.el8.noarch                                                                      
  man-db-2.7.6.1-17.el8.x86_64                                                                     
  man-pages-4.15-6.el8.x86_64                                                                      
  mcelog-3:159-1.el8.x86_64                                                                        
  mdadm-4.1-4.el8.x86_64                                                                           
  microcode_ctl-4:20180807a-2.20190618.1.el8_0.x86_64                                              
  mlocate-0.26-20.el8.x86_64                                                                       
  mtr-2:0.92-1.el8.x86_64                                                                          
  nano-2.9.8-1.el8.x86_64                                                                          
  net-tools-2.0-0.51.20160912git.el8.x86_64                                                        
  openssh-clients-7.8p1-4.el8.x86_64                                                               
  openssh-server-7.8p1-4.el8.x86_64                                                                
  parted-3.2-36.el8.x86_64                                                                         
  passwd-0.80-2.el8.x86_64                                                                         
  pciutils-3.5.6-4.el8.x86_64                                                                      
  policycoreutils-2.8-16.1.el8.x86_64                                                              
  prefixdevname-0.1.0-6.el8.x86_64                                                                 
  psacct-6.6.3-4.el8.x86_64                                                                        
  quota-1:4.04-10.el8.x86_64                                                                       
  realmd-0.16.3-16.el8.x86_64                                                                      
  rng-tools-6.6-2.el8.x86_64                                                                       
  rootfiles-8.1-22.el8.noarch                                                                      
  rsync-3.1.3-4.el8.x86_64                                                                         
  selinux-policy-targeted-3.14.1-61.el8_0.1.noarch                                                 
  sg3_utils-1.44-2.el8.x86_64                                                                      
  sg3_utils-libs-1.44-2.el8.x86_64                                                                 
  smartmontools-1:6.6-3.el8.x86_64                                                                 
  sos-3.6-10.el8_0.1.noarch                                                                        
  sssd-2.0.0-43.el8_0.3.x86_64                                                                     
  sssd-common-2.0.0-43.el8_0.3.x86_64                                                              
  sssd-kcm-2.0.0-43.el8_0.3.x86_64                                                                 
  strace-4.24-3.el8.x86_64                                                                         
  sudo-1.8.25p1-4.el8.x86_64                                                                       
  symlinks-1.4-19.el8.x86_64                                                                       
  tar-2:1.30-4.el8.x86_64                                                                          
  teamd-1.27-10.el8.x86_64                                                                         
  time-1.9-3.el8.x86_64                                                                             
  tree-1.7.0-15.el8.x86_64                                                                         
  tuned-2.10.0-15.el8.noarch                                                                       
  unzip-6.0-41.el8.x86_64                                                                          
  usbutils-010-3.el8.x86_64                                                                        
  util-linux-user-2.32.1-8.el8.x86_64                                                              
  vdo-6.2.0.298-10.el8_0.x86_64                                                                    
  vim-minimal-2:8.0.1763-10.el8.x86_64                                                             
  virt-what-1.18-6.el8.x86_64                                                                      
  words-3.0-28.el8.noarch                                                                          
  xfsdump-3.1.8-2.el8.x86_64                                                                       
  xfsprogs-4.19.0-2.el8.x86_64                                                                     
  zip-3.0-23.el8.x86_64                                                                            
  bind-utils-32:9.11.4-17.P2.el8_0.1.x86_64                                                        
  centos-logos-80.5-2.el8.x86_64                                                                   
  cockpit-packagekit-184.1-1.el8.noarch                                                            
  geolite2-city-20180605-1.el8.noarch                                                              
  geolite2-country-20180605-1.el8.noarch                                                           
  libmaxminddb-1.2.0-6.el8.x86_64                                                                  
  setroubleshoot-server-3.3.19-1.el8.x86_64                                                        
  sscg-2.3.3-6.el8.x86_64                                                                          
  adcli-0.8.2-2.el8.x86_64                                                                         
  libsss_autofs-2.0.0-43.el8_0.3.x86_64                                                            
  libsss_sudo-2.0.0-43.el8_0.3.x86_64                                                              
  sssd-nfs-idmap-2.0.0-43.el8_0.3.x86_64                                                           
  sssd-proxy-2.0.0-43.el8_0.3.x86_64                                                               
  timedatex-0.5-3.el8.x86_64                                                                       
  PackageKit-1.1.12-2.el8.x86_64                                                                   
  PackageKit-glib-1.1.12-2.el8.x86_64                                                              
  authselect-compat-1.0-13.el8.x86_64                                                              
  bind-libs-32:9.11.4-17.P2.el8_0.1.x86_64                                                         
  bind-libs-lite-32:9.11.4-17.P2.el8_0.1.x86_64                                                    
  bind-license-32:9.11.4-17.P2.el8_0.1.noarch                                                      
  cairo-1.15.12-3.el8.x86_64                                                                       
  cairo-gobject-1.15.12-3.el8.x86_64                                                               
  cups-client-1:2.2.6-25.el8.x86_64                                                                
  desktop-file-utils-0.23-8.el8.x86_64                                                             
  fprintd-0.8.1-2.el8.x86_64                                                                       
  gpm-libs-1.20.7-15.el8.x86_64                                                                     
  libX11-1.6.7-1.el8.x86_64                                                                        
  libX11-common-1.6.7-1.el8.noarch                                                                 
  libXau-1.0.8-13.el8.x86_64                                                                       
  libXext-1.3.3-9.el8.x86_64                                                                       
  libXrender-0.9.10-7.el8.x86_64                                                                   
  libestr-0.1.10-1.el8.x86_64                                                                      
  libfastjson-0.99.8-2.el8.x86_64                                                                  
  libfprint-0.8.2-1.el8.0.1.x86_64                                                                 
  librelp-1.2.16-1.el8.x86_64                                                                      
  libxcb-1.13-5.el8.x86_64                                                                         
  nspr-4.20.0-2.el8.x86_64                                                                         
  nss-3.41.0-5.el8.x86_64                                                                          
  nss-softokn-3.41.0-5.el8.x86_64                                                                  
  nss-softokn-freebl-3.41.0-5.el8.x86_64                                                           
  nss-sysinit-3.41.0-5.el8.x86_64                                                                  
  nss-util-3.41.0-5.el8.x86_64                                                                     
  pixman-0.36.0-1.el8.x86_64                                                                       
  plymouth-core-libs-0.9.3-12.el8.x86_64                                                           
  plymouth-scripts-0.9.3-12.el8.x86_64                                                             
  python3-bind-32:9.11.4-17.P2.el8_0.1.noarch                                                      
  python3-cairo-1.16.3-6.el8.x86_64                                                                
  python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch                         
  python3-gobject-3.28.3-1.el8.x86_64                                                              
  python3-hwdata-2.3.6-3.el8.noarch                                                                
  python3-netifaces-0.10.6-4.el8.x86_64                                                            
  python3-newt-0.52.20-9.el8.x86_64                                                                
  python3-pyOpenSSL-18.0.0-1.el8.noarch                                                            
  python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64                            
  python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch                                        
  python3-systemd-234-8.el8.x86_64                                                                 
  redhat-lsb-submod-security-4.1-47.el8.x86_64                                                     
  rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64                                    
  setroubleshoot-plugins-3.3.10-1.el8.noarch                                                       
  vim-common-2:8.0.1763-10.el8.x86_64                                                              
  vim-filesystem-2:8.0.1763-10.el8.noarch                                                          
  xdg-utils-1.1.2-5.el8.noarch                                                                     
  NetworkManager-libnm-1:1.14.0-14.el8.x86_64                                                      
  authselect-libs-1.0-13.el8.x86_64                                                                 
  avahi-libs-0.7-19.el8.x86_64                                                                     
  bind-export-libs-32:9.11.4-17.P2.el8_0.1.x86_64                                                  
  binutils-2.30-49.el8.x86_64                                                                      
  c-ares-1.13.0-5.el8.x86_64                                                                       
  checkpolicy-2.8-2.el8.x86_64                                                                     
  cockpit-bridge-185.1-1.el8_0.x86_64                                                              
  cockpit-system-185.1-1.el8_0.noarch                                                              
  cockpit-ws-185.1-1.el8_0.x86_64                                                                  
  cronie-anacron-1.5.2-2.el8.x86_64                                                                
  cups-libs-1:2.2.6-25.el8.x86_64                                                                  
  cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.x86_64                                                       
  dbus-glib-0.110-2.el8.x86_64                                                                     
  dejavu-fonts-common-2.35-6.el8.noarch                                                            
  dejavu-sans-fonts-2.35-6.el8.noarch                                                              
  device-mapper-event-8:1.02.155-6.el8.x86_64                                                      
  device-mapper-event-libs-8:1.02.155-6.el8.x86_64                                                 
  device-mapper-persistent-data-0.7.6-1.el8.x86_64                                                 
  dhcp-client-12:4.3.6-30.el8.x86_64                                                               
  dhcp-common-12:4.3.6-30.el8.noarch                                                               
  dhcp-libs-12:4.3.6-30.el8.x86_64                                                                 
  dmidecode-1:3.2-1.el8.x86_64                                                                     
  dracut-network-049-10.git20190115.el8.x86_64                                                     
  dracut-squash-049-10.git20190115.el8.x86_64                                                      
  e2fsprogs-libs-1.44.3-2.el8.x86_64                                                               
  emacs-filesystem-1:26.1-5.el8.noarch                                                             
  fipscheck-1.5.0-4.el8.x86_64                                                                     
  fipscheck-lib-1.5.0-4.el8.x86_64                                                                 
  firewalld-filesystem-0.6.3-7.el8.noarch                                                          
  fontconfig-2.13.1-3.el8.x86_64                                                                   
  fontpackages-filesystem-1.44-22.el8.noarch                                                       
  freetype-2.9.1-4.el8.x86_64                                                                      
  fuse-libs-2.9.7-12.el8.x86_64                                                                    
  gdk-pixbuf2-2.36.12-2.el8.x86_64                                                                 
  glib-networking-2.56.1-1.1.el8.x86_64                                                            
  gobject-introspection-1.56.1-1.el8.x86_64                                                        
  groff-base-1.22.3-18.el8.x86_64                                                                  
  gsettings-desktop-schemas-3.28.1-1.el8.x86_64                                                    
  hdparm-9.54-2.el8.x86_64                                                                          
  hwdata-0.314-8.0.el8.noarch                                                                      
  ipcalc-0.2.4-3.el8.x86_64                                                                        
  ipset-6.38-3.el8.x86_64                                                                          
  ipset-libs-6.38-3.el8.x86_64                                                                     
  iptables-1.8.2-9.el8_0.1.x86_64                                                                  
  iptables-ebtables-1.8.2-9.el8_0.1.x86_64                                                         
  jansson-2.11-3.el8.x86_64                                                                        
  json-glib-1.4.4-1.el8.x86_64                                                                     
  kernel-core-4.18.0-80.7.1.el8_0.x86_64                                                           
  kernel-tools-libs-4.18.0-80.7.1.el8_0.x86_64                                                     
  libaio-0.3.110-12.el8.x86_64                                                                     
  libappstream-glib-0.7.14-3.el8.x86_64                                                            
  libbasicobjects-0.1.1-39.el8.x86_64                                                              
  libcollection-0.7.0-39.el8.x86_64                                                                
  libconfig-1.5-9.el8.x86_64                                                                       
  libdaemon-0.14-15.el8.x86_64                                                                     
  libdhash-0.5.0-39.el8.x86_64                                                                     
  libedit-3.1-23.20170329cvs.el8.x86_64                                                            
  libgudev-232-4.el8.x86_64                                                                        
  libicu-60.2-7.el8.x86_64                                                                         
  libini_config-1.3.1-39.el8.x86_64                                                                
  libipa_hbac-2.0.0-43.el8_0.3.x86_64                                                              
  libldb-1.4.2-2.el8.x86_64                                                                        
  libmnl-1.0.4-6.el8.x86_64                                                                        
  libmodman-2.0.1-17.el8.x86_64                                                                    
  libndp-1.6-6.el8.x86_64                                                                          
  libnetfilter_conntrack-1.0.6-5.el8.x86_64                                                        
  libnfnetlink-1.0.1-13.el8.x86_64                                                                 
  libnfsidmap-1:2.3.3-14.el8_0.x86_64                                                              
  libnftnl-1.1.1-4.el8.x86_64                                                                      
  libnl3-3.4.0-4.el8.x86_64                                                                        
  libnl3-cli-3.4.0-4.el8.x86_64                                                                    
  libpath_utils-0.2.1-39.el8.x86_64                                                                
  libpipeline-1.5.0-2.el8.x86_64                                                                   
  libpng-2:1.6.34-5.el8.x86_64                                                                     
  libproxy-0.4.15-5.2.el8.x86_64                                                                   
  libref_array-0.1.5-39.el8.x86_64                                                                 
  libselinux-utils-2.8-6.el8.x86_64                                                                 
  libsmbclient-4.9.1-8.el8.x86_64                                                                  
  libsoup-2.62.3-1.el8.x86_64                                                                      
  libss-1.44.3-2.el8.x86_64                                                                        
  libsss_certmap-2.0.0-43.el8_0.3.x86_64                                                           
  libsss_idmap-2.0.0-43.el8_0.3.x86_64                                                             
  libsss_nss_idmap-2.0.0-43.el8_0.3.x86_64                                                         
  libstemmer-0-10.585svn.el8.x86_64                                                                
  libtalloc-2.1.14-3.el8.x86_64                                                                    
  libtdb-1.3.16-3.el8.x86_64                                                                       
  libteam-1.27-10.el8.x86_64                                                                       
  libtevent-0.9.37-2.el8.x86_64                                                                    
  libuser-0.62-21.el8.x86_64                                                                       
  libwbclient-4.9.1-8.el8.x86_64                                                                   
  lvm2-libs-8:2.03.02-6.el8.x86_64                                                                 
  lzo-2.08-14.el8.x86_64                                                                           
  m4-1.4.18-7.el8.x86_64                                                                           
  mailx-12.5-29.el8.x86_64                                                                         
  make-1:4.2.1-9.el8.x86_64                                                                        
  mozjs52-52.9.0-1.el8.x86_64                                                                      
  ncurses-compat-libs-6.1-7.20180224.el8.x86_64                                                    
  newt-0.52.20-9.el8.x86_64                                                                        
  nftables-1:0.9.0-8.el8.x86_64                                                                    
  numactl-libs-2.0.12-2.el8.x86_64                                                                 
  openssh-7.8p1-4.el8.x86_64                                                                       
  patch-2.7.6-8.el8.x86_64                                                                         
  pciutils-libs-3.5.6-4.el8.x86_64                                                                 
  policycoreutils-python-utils-2.8-16.1.el8.noarch                                                 
  polkit-0.115-6.el8.x86_64                                                                        
  polkit-libs-0.115-6.el8.x86_64                                                                   
  polkit-pkla-compat-0.1-12.el8.x86_64                                                             
  postfix-2:3.3.1-8.el8.x86_64                                                                     
  psmisc-23.1-3.el8.x86_64                                                                         
  python3-asn1crypto-0.24.0-3.el8.noarch                                                           
  python3-audit-3.0-0.10.20180831git0047a6c.el8.x86_64                                             
  python3-cffi-1.11.5-5.el8.x86_64                                                                 
  python3-chardet-3.0.4-7.el8.noarch                                                               
  python3-configobj-5.0.6-11.el8.noarch                                                            
  python3-cryptography-2.3-2.el8.x86_64                                                             
  python3-dateutil-1:2.6.1-6.el8.noarch                                                            
  python3-dbus-1.2.4-14.el8.x86_64                                                                 
  python3-decorator-4.2.1-2.el8.noarch                                                             
  python3-dmidecode-3.12.2-13.el8.x86_64                                                           
  python3-dnf-plugins-core-4.0.2.2-3.el8.noarch                                                    
  python3-firewall-0.6.3-7.el8.noarch                                                              
  python3-gobject-base-3.28.3-1.el8.x86_64                                                         
  python3-idna-2.5-5.el8.noarch                                                                    
  python3-librepo-1.9.2-1.el8.x86_64                                                               
  python3-libselinux-2.8-6.el8.x86_64                                                              
  python3-libsemanage-2.8-5.el8.x86_64                                                             
  python3-libstoragemgmt-1.6.2-9.el8.noarch                                                        
  python3-libstoragemgmt-clibs-1.6.2-9.el8.x86_64                                                  
  python3-libxml2-2.9.7-5.el8.x86_64                                                               
  python3-linux-procfs-0.6-6.el8.noarch                                                            
  python3-magic-5.33-8.el8.noarch                                                                  
  python3-perf-4.18.0-80.7.1.el8_0.x86_64                                                          
  python3-ply-3.9-7.el8.noarch                                                                     
  python3-policycoreutils-2.8-16.1.el8.noarch                                                      
  python3-pycparser-2.14-14.el8.noarch                                                             
  python3-pysocks-1.6.8-3.el8.noarch                                                               
  python3-pyudev-0.21.0-7.el8.noarch                                                               
  python3-pyyaml-3.12-12.el8.x86_64                                                                
  python3-requests-2.20.0-1.el8.noarch                                                             
  python3-schedutils-0.6-5.el8.x86_64                                                              
  python3-setools-4.2.0-2.el8.x86_64                                                                
  python3-slip-0.6.4-11.el8.noarch                                                                 
  python3-slip-dbus-0.6.4-11.el8.noarch                                                            
  python3-sssdconfig-2.0.0-43.el8_0.3.noarch                                                       
  python3-syspurpose-1.23.8-35.el8.x86_64                                                          
  python3-urllib3-1.23-5.el8.noarch                                                                
  quota-nls-1:4.04-10.el8.noarch                                                                   
  rpm-plugin-selinux-4.14.2-9.el8.x86_64                                                           
  samba-client-libs-4.9.1-8.el8.x86_64                                                             
  samba-common-4.9.1-8.el8.noarch                                                                  
  samba-common-libs-4.9.1-8.el8.x86_64                                                             
  selinux-policy-3.14.1-61.el8_0.1.noarch                                                          
  slang-2.3.2-3.el8.x86_64                                                                         
  snappy-1.1.7-5.el8.x86_64                                                                        
  spax-1.5.3-13.el8.x86_64                                                                         
  squashfs-tools-4.3-17.el8.x86_64                                                                 
  sssd-ad-2.0.0-43.el8_0.3.x86_64                                                                  
  sssd-client-2.0.0-43.el8_0.3.x86_64                                                              
  sssd-common-pac-2.0.0-43.el8_0.3.x86_64                                                          
  sssd-ipa-2.0.0-43.el8_0.3.x86_64                                                                 
  sssd-krb5-2.0.0-43.el8_0.3.x86_64                                                                
  sssd-krb5-common-2.0.0-43.el8_0.3.x86_64                                                         
  sssd-ldap-2.0.0-43.el8_0.3.x86_64                                                                
                                                                                                   
Complete!

Install and configure grub2 bootloader

Technically you do not need the grub2 binaries, only its config file, but things work better if you install it as usual.

Again the grub2-mkconfig step seems to take an abnormally long time with no feedback, but it does work eventually.

bash-4.4# yum install grub2
Last metadata expiration check: 0:33:01 ago on Sat 28 Sep 2019 03:12:08 UTC.
Dependencies resolved.                                                                   
====================================================================================================
 Package                      Arch              Version                     Repository         Size
====================================================================================================
Installing:
 grub2-pc                     x86_64            1:2.02-66.el8               BaseOS             35 k
Installing dependencies:
 grub2-pc-modules             noarch            1:2.02-66.el8               BaseOS            899 k
 grub2-tools-extra            x86_64            1:2.02-66.el8               BaseOS            1.0 M

Transaction Summary
====================================================================================================
Install  3 Packages

Total download size: 1.9 M
Installed size: 9.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): grub2-pc-2.02-66.el8.x86_64.rpm                              433 kB/s |  35 kB     00:00
(2/3): grub2-pc-modules-2.02-66.el8.noarch.rpm                      3.6 MB/s | 899 kB     00:00
(3/3): grub2-tools-extra-2.02-66.el8.x86_64.rpm                     3.9 MB/s | 1.0 MB     00:00
----------------------------------------------------------------------------------------------------
Total                                                               1.3 MB/s | 1.9 MB     00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                            1/1
  Installing       : grub2-tools-extra-1:2.02-66.el8.x86_64                                     1/3
  Installing       : grub2-pc-modules-1:2.02-66.el8.noarch                                      2/3
  Installing       : grub2-pc-1:2.02-66.el8.x86_64                                              3/3
  Running scriptlet: grub2-pc-1:2.02-66.el8.x86_64                                              3/3
  Verifying        : grub2-pc-1:2.02-66.el8.x86_64                                              1/3
  Verifying        : grub2-pc-modules-1:2.02-66.el8.noarch                                      2/3
  Verifying        : grub2-tools-extra-1:2.02-66.el8.x86_64                                     3/3
                                                                                                   
Installed:                                                                                         
  grub2-pc-1:2.02-66.el8.x86_64                     grub2-pc-modules-1:2.02-66.el8.noarch          
  grub2-tools-extra-1:2.02-66.el8.x86_64                                                           
                                                                                                   
Complete!
# cat > /etc/default/grub << EOF
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="crashkernel=auto rd.auto rhgb consoleblank=0"
GRUB_DISABLE_RECOVERY="true"
EOF
bash-4.4# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.18.0-80.7.1.el8_0.x86_64
Found initrd image: /boot/initramfs-4.18.0-80.7.1.el8_0.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-06ee8b8e67a64ad58a9c2c18a9a0af86
Found initrd image: /boot/initramfs-0-rescue-06ee8b8e67a64ad58a9c2c18a9a0af86.img
done

Enable ELRepo and install kernel-ml

This is necessary in order to get a kernel that will currently boot under Xen PV mode.

Again after installing kernel-ml-core this seems to take several minutes to create an initramfs with no feedback.

bash-4.4# yum --enablerepo=extras install elrepo-release
Last metadata expiration check: 0:54:25 ago on Sat 28 Sep 2019 03:12:08 UTC.
Dependencies resolved.
====================================================================================================
 Package                   Arch              Version                        Repository         Size
====================================================================================================
Installing:
 elrepo-release            noarch            8.0-2.el8.elrepo               extras             13 k

Transaction Summary
====================================================================================================
Install  1 Package

Total download size: 13 k
Installed size: 5.0 k
Is this ok [y/N]: y
Downloading Packages:
elrepo-release-8.0-2.el8.elrepo.noarch.rpm                           13 kB/s |  13 kB     00:01    
----------------------------------------------------------------------------------------------------
Total                                                               6.3 kB/s |  13 kB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                            1/1 
  Installing       : elrepo-release-8.0-2.el8.elrepo.noarch                                     1/1 
  Verifying        : elrepo-release-8.0-2.el8.elrepo.noarch                                     1/1 

Installed:
  elrepo-release-8.0-2.el8.elrepo.noarch                                                            

Complete!
bash-4.4# yum --enablerepo=extras install elrepo-release                                            
Last metadata expiration check: 0:54:25 ago on Sat 28 Sep 2019 03:12:08 UTC.                        
Dependencies resolved.                                                                              
====================================================================================================
 Package                   Arch              Version                        Repository         Size 
====================================================================================================
Installing:                                                                                         
 elrepo-release            noarch            8.0-2.el8.elrepo               extras             13 k 
                                                                                                    
Transaction Summary                                                                                 
====================================================================================================
Install  1 Package                                                                                  
                                                                                                    
Total download size: 13 k                                                                           
Installed size: 5.0 k                                                                               
Is this ok [y/N]: y                                                                                 
Downloading Packages:                                                                          
elrepo-release-8.0-2.el8.elrepo.noarch.rpm                           13 kB/s |  13 kB     00:01
---------------------------------------------------------------------------------------------------$
Total                                                               6.3 kB/s |  13 kB     00:02     
Running transaction check                                                                      
Transaction check succeeded.                                                                        Running transaction test                                      
Transaction test succeeded.                                                                    
Running transaction          
  Preparing        :                                                                            1/1
  Installing       : elrepo-release-8.0-2.el8.elrepo.noarch                                     1/1
  Verifying        : elrepo-release-8.0-2.el8.elrepo.noarch                                     1/1
                   
Installed:               
  elrepo-release-8.0-2.el8.elrepo.noarch
                            
Complete!               
bash-4.4# yum --enablerepo=elrepo-kernel install kernel-ml
ELRepo.org Community Enterprise Linux Repository - el8              8.9 kB/s |  21 kB     00:02
ELRepo.org Community Enterprise Linux Kernel Repository - el8       2.2 MB/s | 962 kB     00:00    
Dependencies resolved.                                                                             
===================================================================================================$
 Package                   Arch           Version                       Repository             Size
====================================================================================================
Installing:                                                                                         
 kernel-ml                 x86_64         5.3.1-1.el8.elrepo            elrepo-kernel          10 k 
Installing dependencies:                                                                            
 kernel-ml-core            x86_64         5.3.1-1.el8.elrepo            elrepo-kernel          26 M 
 kernel-ml-modules         x86_64         5.3.1-1.el8.elrepo            elrepo-kernel          21 M 
                                                                                                    
Transaction Summary                                                                                 
====================================================================================================
Install  3 Packages                                                                                 
                                                                                                    
Total download size: 47 M                                                                           
Installed size: 81 M                                                                                
Is this ok [y/N]: y                                                                                 
Downloading Packages:                                                                               
(1/3): kernel-ml-5.3.1-1.el8.elrepo.x86_64.rpm                      495 kB/s |  10 kB     00:00
(2/3): kernel-ml-modules-5.3.1-1.el8.elrepo.x86_64.rpm               32 MB/s |  21 MB     00:00
(3/3): kernel-ml-core-5.3.1-1.el8.elrepo.x86_64.rpm                  34 MB/s |  26 MB     00:00     
----------------------------------------------------------------------------------------------------
Total                                                                23 MB/s |  47 MB     00:02
warning: /var/cache/dnf/elrepo-kernel-e80375c2d5802dd1/packages/kernel-ml-core-5.3.1-1.el8.elrepo.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID baadae52: NOKEY
ELRepo.org Community Enterprise Linux Kernel Repository - el8       1.6 MB/s | 1.7 kB     00:00
Importing GPG key 0xBAADAE52:
 Userid     : "elrepo.org (RPM Signing Key for elrepo.org) <secure@elrepo.org>"                    
 Fingerprint: 96C0 104F 6315 4731 1E0B B1AE 309B C305 BAAD AE52                                    
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org                                              
Is this ok [y/N]: y
Key imported successfully
Running transaction check               
Transaction check succeeded.
Running transaction test
Transaction test succeeded.                               
Running transaction                                                                            
  Preparing        :                                                                            1/1
  Installing       : kernel-ml-core-5.3.1-1.el8.elrepo.x86_64                                   1/3
  Running scriptlet: kernel-ml-core-5.3.1-1.el8.elrepo.x86_64                                   1/3 
  Installing       : kernel-ml-modules-5.3.1-1.el8.elrepo.x86_64                                2/3
  Running scriptlet: kernel-ml-modules-5.3.1-1.el8.elrepo.x86_64                                2/3
  Installing       : kernel-ml-5.3.1-1.el8.elrepo.x86_64                                        3/3
  Running scriptlet: kernel-ml-core-5.3.1-1.el8.elrepo.x86_64                                   3/3
dracut: No '/dev/log' or 'logger' included for syslog logging                                      
                                                                                                   
  Running scriptlet: kernel-ml-5.3.1-1.el8.elrepo.x86_64                                        3/3
  Verifying        : kernel-ml-core-5.3.1-1.el8.elrepo.x86_64                                   1/3
  Verifying        : kernel-ml-5.3.1-1.el8.elrepo.x86_64                                        2/3
  Verifying        : kernel-ml-modules-5.3.1-1.el8.elrepo.x86_64                                3/3
                        
Installed:                                                
  kernel-ml-5.3.1-1.el8.elrepo.x86_64                kernel-ml-core-5.3.1-1.el8.elrepo.x86_64  
  kernel-ml-modules-5.3.1-1.el8.elrepo.x86_64                                                      
                                                                                                   
Complete!
bash-4.4# echo 'DEFAULTKERNEL=kernel-ml' >> /etc/sysconfig/kernel
bash-4.4# grub2-mkconfig -o /boot/grub2/grub.cfg
[  167.018544] device-mapper: uevent: version 1.0.3
[  167.018627] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.3.1-1.el8.elrepo.x86_64
Found initrd image: /boot/initramfs-5.3.1-1.el8.elrepo.x86_64.img
Found linux image: /boot/vmlinuz-4.18.0-80.7.1.el8_0.x86_64
Found initrd image: /boot/initramfs-4.18.0-80.7.1.el8_0.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-06ee8b8e67a64ad58a9c2c18a9a0af86
Found initrd image: /boot/initramfs-0-rescue-06ee8b8e67a64ad58a9c2c18a9a0af86.img
done

Configuring the new system

Assumptions:

  • Your IPv4 address is 85.119.82.225/21.
  • Your IPv6 assignment is 2001:ba8:1f1:f1d7::/64.
  • Your hostname is centos8.vps.bitfolk.space.

Networking

Add your host name to /etc/hosts:

bash-4.4# echo "85.119.82.225 centos8.vps.bitfolk.space centos8" >> /etc/hosts

Configure the networking scripts

The kernel won't rename your network interface, so eth0 will be the correct interface name.

bash-4.4# cat > /etc/sysconfig/network << EOF
NETWORKING=yes
NETWORKING_IPV6=yes
EOF
bash-4.4# cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
TYPE="Ethernet"
PROXY_METHOD="none"
BROWSER_ONLY="no"
BOOTPROTO="none"
DEFROUTE="yes"
IPV4_FAILURE_FATAL="no"
IPV6INIT="yes"
IPV6_AUTOCONF="no"
IPV6_DEFROUTE="yes"
IPV6_FAILURE_FATAL="no"
IPV6_ADDR_GEN_MODE="stable-privacy"
NAME="eth0"
DEVICE="eth0"
ONBOOT="yes"
IPADDR=85.119.82.225
PREFIX=21
GATEWAY=85.119.80.1
IPV6ADDR=2001:ba8:1f1:f1d7::2/64
IPV6_DEFAULTGW=2001:ba8:1f1:f1d7::1
DNS1=85.119.80.232
DNS2=85.119.80.233
EOF

Enable journald

bash-4.4# mkdir -v /var/log/journal
mkdir: created directory '/var/log/journal'
bash-4.4# chgrp -c systemd-journal /var/log/journal
changed group of '/var/log/journal' from root to systemd-journal
bash-4.4# chmod -c 2755 /var/log/journal
mode of '/var/log/journal' changed from 0755 (rwxr-xr-x) to 2755 (rwxr-sr-x)

Force SELinux relabelling on next boot

CentOS 8 has SELinux enabled by default so needs to label everything correctly on first boot. Creating this file tells the boot process to do so.

bash-4.4# touch /.autorelabel

Create /etc/fstab

This minimal /etc/fstab uses the suggested labels from mkfs.xfs / mkswap time. If you picked other labels or didn't use labels at all then you'll need to adjust accordingly.

bash-4.4# cat > /etc/fstab << EOF
LABEL=root /    xfs  defaults,noatime 0 0
LABEL=SWAP swap swap defaults         0 0
EOF

Finishing up

Set root password

bash-4.4# passwd root
Changing password for user root.
New password: 
Retype new password: 
passwd: all authentication tokens updated successfully.

Exit chroot and unmount everything

bash-4.4# exit
exit
user@rescue:~$ sudo umount -vlf /target
umount: /target (/dev/xvda1) unmounted

First proper boot

Shut down the Rescue VM and boot your real VM. What you can expect:

  1. BitFolk's grub bootloader starts and finds your bootoader config.
  2. BitFolk's bootloader chain loads your bootloader config.
  3. You get to choose from your boot menu items (or just let it time out).
  4. Your system boots and starts relabelling.
  5. After a weirdly long delay (~2 minutes), your system reboots when it finishes relabelling. You will now need to type console to start your console again. Your VM is still running!
  6. Your system boots normally
user@rescue:~$ sudo halt
[ 8405.768366] reboot: System halted
xen-shell> boot
[…]

                           GNU GRUB  version 2.02~rc1

 +----------------------------------------------------------------------------+
 |*CentOS Linux (5.3.1-1.el8.elrepo.x86_64) 8 (Core)                          | 
 | CentOS Linux (4.18.0-80.7.1.el8_0.x86_64) 8 (Core)                         |
 | CentOS Linux (0-rescue-06ee8b8e67a64ad58a9c2c18a9a0af86) 8 (Core)          |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.          
      Press enter to boot the selected OS, `e' to edit the commands       
      before booting or `c' for a command-line. ESC to return             
      previous menu.                                                      

[…]

*** Warning -- SELinux targeted policy relabel is required.
*** Relabeling could take a very long time, depending on file
*** system size and speed of hard drives.
Warning: Skipping the following R/O filesystems:
/sys/fs/cgroup
Relabeling / /dev /dev/mqueue /dev/pts /dev/shm /run /sys /sys/fs/cgroup/blkio /sys/f
s/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/free
zer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/net_cls,net_prio /sys
/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/pstore /sys/kernel/debug
89.6%/sbin/setfiles: conflicting specifications for /usr/sbin/e2mmpstatus and /usr/sbin/dumpe2fs, using system_u:object_r:fsadm_exec_t:s0.
/ 100.0%
/dev 100.0%
Warning no default label for /dev/mqueue
/dev/mqueue 100.0%
/dev/pts 100.0%
/dev/shm 100.0%
/run 100.0%
/sys 100.0%
/sys/fs/cgroup/blkio 100.0%
/sys/fs/cgroup/cpu,cpuacct 100.0%
/sys/fs/cgroup/cpuset 100.0%
/sys/fs/cgroup/devices 100.0%
/sys/fs/cgroup/freezer 100.0%
/sys/fs/cgroup/hugetlb 100.0%
/sys/fs/cgroup/memory 100.0%
/sys/fs/cgroup/net_cls,net_prio 100.0%
/sys/fs/cgroup/perf_event 100.0%
/sys/fs/cgroup/pids 100.0%
/sys/fs/cgroup/rdma 100.0%
/sys/fs/cgroup/systemd 100.0%
/sys/fs/pstore 100.0%
/sys/kernel/debug 100.0%

Cleaning up labels on /tmp
[   35.434198] audit: type=1107 audit(1569646114.936:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='avc:  received setenforce notice (enforcing=0)
[   35.434198]  exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?'
[   35.463748] printk: systemd-shutdow: 23 output lines suppressed due to ratelimiting
[   35.488226] systemd-shutdown[1]: Syncing filesystems and block devices.
[   35.493571] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[   35.500969] systemd-journald[629]: Received SIGTERM from PID 1 (systemd-shutdow).
[  125.500647] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  125.506973] systemd-shutdown[1]: Sending SIGKILL to PID 706 (rngd).
[  125.510941] systemd-shutdown[1]: Unmounting file systems.
[  125.516731] [1295]: Remounting '/' read-only in with options 'seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[  125.571806] systemd-shutdown[1]: All filesystems unmounted.
[  125.571829] systemd-shutdown[1]: Deactivating swaps.
[  125.572017] systemd-shutdown[1]: Deactivating swap /dev/xvdb1.
[  125.577291] systemd-shutdown[1]: All swaps deactivated.
[  125.577311] systemd-shutdown[1]: Detaching loop devices.
[  125.577553] systemd-shutdown[1]: All loop devices detached.
[  125.577572] systemd-shutdown[1]: Detaching DM devices.
[  125.682421] reboot: Restarting system
xen-shell> console

[…]

CentOS Linux 8 (Core)
Kernel 5.3.1-1.el8.elrepo.x86_64 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

centos8 login:

Once it's booted and you're logged in as root you'll probably want to do the following:

Set locale

[root@centos8 ~]# localectl set-locale LANG=en_GB.utf8