Installing Fedora

From BitFolk
Jump to navigation Jump to search

This article discusses how to install Fedora Linux on a BitFolk VPS. It describes how to do so from the BitFolk Rescue VM.

Assumptions

Some basic facts about the BitFolk account that you will need to adjust for your actual situation in the instructions which follow later.

  • Standard block device allocation of a 10GiB xvda and a 1GiB xvdb. A single partition spanning the whole block device will be used for the root filesystem, which will be XFS.
  • A single IPv4 address: 85.119.82.225
  • An IPv6 assignment of 2001:ba8:1f1:f1d7::/64, where the 2001:ba8:1f1:f1d7::2 address will be statically assigned and autoconfiguration disabled.
  • BitFolk account name of ftest.
  • Host name of ftest.
  • Fully-qualified domain name of ftest.vps.bitfolk.space.

Procedure

Connect to your Xen Shell

If you're unfamiliar with the Xen Shell there is a dedicated article about it.

$ ssh ftest@ftest.console.bitfolk.com
xen-shell v1.48bitfolk56 - type 'help' for help.
xen-shell>

Make sure you're in PVH mode

Fedora kernels support both PV and PVH modes of virtualisation, but as of kernel-core-5.9.8-100 Fedora switched to compressing their kernels with zstd (used to be gzip), and the PV bootloader doesn't support that. So you'll want to be in PVH mode for an easier life. It's preferable anyway.

xen-shell> virtmode pvh

Make sure your VPS is not currently running

If you've got a VPS currently running then shut it down with the "shutdown" command. If that doesn't work then you may need to use the "destroy" command. Either way you need to end up with a status of "Shutdown".

xen-shell> status
Guest: Shutdown
xen-shell>

Boot Rescue VM

xen-shell> rescue
Booting rescue instance: ftest1
Parsing config from /etc/xen/rescue/ftest.conf
[    0.000000] Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)
[    0.000000] Command line: root=/dev/nfs ip=85.119.82.225:85.119.80.243:85.119.80.1:255.255.248.0:rescue hostname=rescue boot=live config nfsroot=85.119.80.243:/srv/rescue nfsopts=tcp persistent
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]: 1088, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1152, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1664, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xe7, context size is 2688 bytes, using 'standard' format.
[    0.000000] ACPI in unprivileged domain disabled
[    0.000000] Released 0 page(s)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen PV
[    0.121407] tsc: Fast TSC calibration failed
[    0.121408] tsc: Detected 3696.058 MHz processor
[    0.121422] last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.121423] Disabled
[    0.121424] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.121426] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC
[    0.248534] Kernel/User page tables isolation: disabled on XEN PV.
[    0.749820] RAMDISK: [mem 0x02c00000-0x09023fff]
[    0.750087] NUMA turned off
[    0.750089] Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[    0.750092] NODE_DATA(0) allocated [mem 0x7fc1c000-0x7fc20fff]
[    0.758612] Zone ranges:
[    0.758613]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.758614]   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    0.758615]   Normal   empty
[    0.758616]   Device   empty
[    0.758617] Movable zone start for each node
[    0.758617] Early memory node ranges
[    0.758618]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.758618]   node   0: [mem 0x0000000000100000-0x000000007fffffff]
[    0.758619] Reserved but unavailable: 1 pages
[    0.758620] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.765120] p2m virtual area at (____ptrval____), size is 40000000
[    0.862014] Remapped 0 page(s)
[    0.862085] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.862232] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.862237] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.862238] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.862239] [mem 0x80000000-0xffffffff] available for PCI devices
[    0.862242] Booting paravirtualized kernel on Xen
[    0.862243] Xen version: 4.12.1 (preserve-AD)
[    0.862245] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.919537] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.919543] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.919661] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u1048576
[    0.919691] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.919693] Built 1 zonelists, mobility grouping on.  Total pages: 515978
[    0.919694] Policy zone: DMA32
[    0.919695] Kernel command line: root=/dev/nfs ip=85.119.82.225:85.119.80.243:85.119.80.1:255.255.248.0:rescue hostname=rescue boot=live config nfsroot=85.119.80.243:/srv/rescue nfsopts=tcp persistent
[    0.924379] Memory: 1928020K/2096764K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 168744K reserved, 0K cma-reserved)
[    0.924518] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.925051] ftrace: allocating 31872 entries in 125 pages
[    0.933667] rcu: Hierarchical RCU implementation.
[    0.933668] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.933669] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.936721] Using NULL legacy PIC
[    0.936722] NR_IRQS: 33024, nr_irqs: 48, preallocated irqs: 0
[    0.936746] xen:events: Using FIFO-based ABI
[    0.936774] Console: colour dummy device 80x25
[    0.936824] console [tty0] enabled
[    0.937137] console [hvc0] enabled
[    0.937156] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.937237] installing Xen timer for CPU 0
[    0.937580] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a8d96ef4e7, max_idle_ns: 881591182769 ns
[    0.937804] Calibrating delay loop (skipped), value calculated using timer frequency.. 7392.11 BogoMIPS (lpj=14784232)
[    0.937838] pid_max: default: 32768 minimum: 301
[    0.938068] Security Framework initialized
[    0.938089] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.938296] AppArmor: AppArmor initialized
[    0.940466] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.941813] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.941921] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.941988] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.943117] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.943138] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.943163] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.943190] Spectre V2 : Mitigation: Full generic retpoline
[    0.943206] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.943229] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.943346] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.943374] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.943396] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.944059] MDS: Mitigation: Clear CPU buffers
[    0.944077] TAA: Mitigation: Clear CPU buffers
[    1.000207] cpu 0 spinlock event irq 1
[    1.000215] VPMU disabled by hypervisor.
[    1.000360] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    1.000419] rcu: Hierarchical SRCU implementation.
[    1.000842] random: crng done (trusting CPU's manufacturer)
[    1.000877] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.000944] smp: Bringing up secondary CPUs ...
[    1.001059] installing Xen timer for CPU 1
[    1.001083] SMP alternatives: switching to SMP code
[    1.047377] cpu 1 spinlock event irq 13
[    1.047377] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    1.047377] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    1.047377] smp: Brought up 1 node, 2 CPUs
[    1.047377] smpboot: Max logical packages: 1
[    1.047377] devtmpfs: initialized
[    1.047377] x86/mm: Memory block size: 128MB
[    1.049668] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.049687] futex hash table entries: 512 (order: 3, 32768 bytes)
[    1.049732] pinctrl core: initialized pinctrl subsystem
[    1.049838] NET: Registered protocol family 16
[    1.049854] xen:grant_table: Grant tables using version 1 layout
[    1.049869] Grant table initialized
[    1.049904] audit: initializing netlink subsys (disabled)
[    1.049916] audit: type=2000 audit(1578765039.880:1): state=initialized audit_enabled=0 res=1
[    1.050715] PCI: setting up Xen PCI frontend stub
[    1.050747] ACPI: Interpreter disabled.
[    1.050747] xen:balloon: Initialising balloon driver
[    1.057683] vgaarb: loaded
[    1.057719] pps_core: LinuxPPS API ver. 1 registered
[    1.057736] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.057766] PTP clock support registered
[    1.057785] EDAC MC: Ver: 3.0.0
[    1.057854] PCI: System does not support PCI
[    1.057854] clocksource: Switched to clocksource xen
[    1.074325] VFS: Disk quotas dquot_6.6.0
[    1.074338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.134939] hugetlbfs: disabling because there are no supported hugepage sizes
[    1.134990] AppArmor: AppArmor Filesystem Enabled
[    1.135004] pnp: PnP ACPI: disabled
[    1.138507] NET: Registered protocol family 2
[    1.138596] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    1.138639] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.138720] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.138743] TCP: Hash tables configured (established 16384 bind 16384)
[    1.138772] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.138791] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.138819] NET: Registered protocol family 1
[    1.138826] NET: Registered protocol family 44
[    1.138850] Unpacking initramfs...
[    1.176858] Freeing initrd memory: 102544K
[    1.177390] Initialise system trusted keyrings
[    1.177406] Key type blacklist registered
[    1.177535] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    1.178189] zbud: loaded
[    1.282589] Key type asymmetric registered
[    1.282609] Asymmetric key parser 'x509' registered
[    1.282643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.282757] io scheduler noop registered
[    1.282773] io scheduler deadline registered
[    1.282842] io scheduler cfq registered (default)
[    1.282861] io scheduler mq-deadline registered
[    1.283082] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.283746] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.284172] Linux agpgart interface v0.103
[    1.284188] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.284194] AMD IOMMUv2 functionality not available on this system
[    1.284383] i8042: PNP: No PS/2 controller found.
[    1.284389] i8042: Probing ports directly.
[    2.300038] i8042: No controller found
[    2.300157] mousedev: PS/2 mouse device common for all mice
[    2.300227] ledtrig-cpu: registered to indicate activity on CPUs
[    2.300344] NET: Registered protocol family 10
[    2.301742] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d96ef4e7, max_idle_ns: 881591182769 ns
[    2.325659] Segment Routing with IPv6
[    2.325713] mip6: Mobile IPv6
[    2.325729] NET: Registered protocol family 17
[    2.325849] mpls_gso: MPLS GSO support
[    2.326037] mce: Using 2 MCE banks
[    2.326058] sched_clock: Marking stable (2325145743, 867703)->(2327846418, -1832972)
[    2.326685] registered taskstats version 1
[    2.326692] Loading compiled-in X.509 certificates
[    2.364162] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    2.364180] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    2.364195] zswap: loaded using pool lzo/zbud
[    2.364425] AppArmor: AppArmor sha1 policy hashing enabled
[    2.364555] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    2.364562] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    2.364567] xenbus_probe_frontend: Device with no driver: device/vif/0
[    2.364629] hctosys: unable to open rtc device (rtc0)
[    2.365618] Freeing unused kernel image memory: 1584K
[    2.377751] Write protecting the kernel read-only data: 16384k
[    2.389172] Freeing unused kernel image memory: 2028K
[    2.389614] Freeing unused kernel image memory: 772K
[    2.414905] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.414916] Run /init as init process
Loading, please wait...
Starting version 241
[    2.544350] cryptd: max_cpu_qlen set to 1000
[    2.547906] AVX2 version of gcm_enc/dec engaged.
[    2.547914] AES CTR mode by8 optimization enabled
[    2.555558] Invalid max_queues (4), will use default max: 2.
[    2.556726] xen_netfront: Initialising Xen virtual ethernet driver
[    2.633970] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    2.635613]  xvda: xvda1
[    2.667522] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    2.668914]  xvdb: xvdb1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/live-top ... done.
Begin: Running /scripts/live-premount ... done.
Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel 4.19.0-6-amd64?
Using timeout of 15 seconds for network configuration.
STATICIP: 85.119.82.225:85.119.80.243:85.119.80.1:255.255.248.0:rescue
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
    link/ether 00:16:5e:00:02:39 brd ff:ff:ff:ff:ff:ff
[    5.176081] FS-Cache: Loaded
[    5.188843] RPC: Registered named UNIX socket transport module.
[    5.188856] RPC: Registered udp transport module.
[    5.188861] RPC: Registered tcp transport module.
[    5.188866] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.202017] FS-Cache: Netfs 'nfs' registered for caching
[    5.656313] loop: module loaded
Creating /etc/resolv.conf
Begin: Trying netboot from 85.119.80.243:/srv/rescue ... Begin: Trying nfsmount -o nolock -o ro -o tcp 85.119.80.243:/srv/rescue /run/live/medium ... done.
Begin: Running /scripts/live-realpremount ... done.
Begin: Mounting "/run/live/medium/live/filesystem.squashfs" on "/run/live/rootfs/filesystem.squashfs" via "/dev/loop0" ... [    5.855171] squashfs: version 4.0 (2009/01/31) Phillip Lougher
done.
Begin: Running /scripts/live-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    6.877893] systemd[1]: Inserted module 'autofs4'
[    6.918308] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    6.918395] systemd[1]: Detected virtualization xen.
[    6.918406] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 10 (buster)!

[    6.934328] systemd[1]: Set hostname to <localhost.localdomain>.
[    6.934655] systemd[1]: Initializing machine ID from random generator.
[    6.935005] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    7.259602] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    7.259747] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    7.259931] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.260061] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket.
         Starting udev Coldplug all Devices...
         Mounting POSIX Message Queue File System...
         Mounting Kernel Debug File System...
[  OK  ] Started live-tools - System Support Scripts.
         Starting Load Kernel Modules...
         Starting Create list of re…odes for the current kernel...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Journal Socket (/dev/log).
         Starting Journal Service...
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Load Kernel Modules.
         Starting Apply Kernel Variables...
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Create list of req… nodes for the current kernel.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Create System Users...
         Starting Load/Save Random Seed...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started udev Coldplug all Devices.
         Starting Helper to synchronize boot up for ifupdown...
[    7.426280] systemd-journald[343]: Received request to flush runtime journal from PID 1
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /tmp...
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Helper to synchronize boot up for ifupdown.
[  OK  ] Mounted /tmp.
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started udev Kernel Device Manager.
         Starting live-config conta…t process (late userspace)....
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[    7.595838] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    7.595850] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.595856] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.595862] RAPL PMU: hw unit of domain dram 2^-16 Joules
[    7.638217] input: PC Speaker as /devices/platform/pcspkr/input/input0
[  OK  ] Started Raise network interfaces.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Found device /dev/hvc0.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Reached target Sockets.
[    7.871229] intel_rapl: Found RAPL domain package
[    7.871245] intel_rapl: Found RAPL domain dram
[    7.871250] intel_rapl: DRAM domain energy unit 15300pj
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Found device /sys/subsystem/net/devices/eth0.
[  OK  ] Started ifup for eth0.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started live-config contai…oot process (late userspace)..
[  OK  ] Reached target Basic System.
         Starting Permit User Sessions...
[  OK  ] Started D-Bus System Message Bus.
         Starting /etc/rc.local Compatibility...
         Starting Login Service...
         Starting System Logging Service...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Login Service.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on hvc0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started System Logging Service.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

****************************************
Resetting user password to random value:
        New user password: vi3Vethe
****************************************

BitFolk Rescue Environment - https://tools.bitfolk.com/wiki/Rescue

This virtual machine is running read-only over NFS with a unionfs ramdisk to
allow changes. This means:

- anything you write to its filesystem will not survive a reboot
- you only have about half your RAM size as writable space

If you need to write more, or you need it to persist past a reboot, you'll need
to use your VPS's storage. Please see:

    https://tools.bitfolk.com/wiki/Rescue#Persistence

for more information.

Your user account is called 'user' and its password has been randomly-generated
(see above). Be careful what you do with it as networking is now active and
sshd is running. The 'user' account has full sudo access.

rescue login:

Log in to Rescue VM and become root

Your user name is "user" and the password is randomly-generated at each boot.

rescue login: user
Password: 
Linux rescue 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
user@rescue:~$ sudo -s
root@rescue:/home/user#

Connecting through SSH (optional)

You can complete the rest of the instructions using the Xen Shell console to the Rescue VM, where you are now. The console however does sometimes wrap text a bit strangely making it hard to read, so you may wish to SSH in from another terminal window.

The Rescue VM's sshd does not allow password authentication, only public key authentication, so you will either need to install an ssh public key in /home/user/.ssh/authorized_keys or else re-enable password authentication:

root@rescue:/home/user# sed -i 's/^PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
root@rescue:/home/user# systemctl restart ssh
root@rescue:/home/user#

Install needed tools in Rescue VM

The Rescue VM is Debian-based and doesn't have all the tools needed to install an RPM-based distribution like Fedora. Fortunately they are packaged in Debian, so can easily be installed.

root@rescue:/home/user# apt update
Get:1 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster InRelease [122 kB]
Get:2 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org buster/updates InRelease [65.4 kB]
Get:3 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster-updates InRelease [49.3 kB]
Get:4 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 Packages [7,908 kB]
Get:5 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main Translation-en [5,969 kB]
Get:6 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org buster/updates/main amd64 Packages [169 kB]
Get:7 http://apt-cacher.lon.bitfolk.com/debian/security.debian.org buster/updates/main Translation-en [87.9 kB]
Get:8 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster-updates/main amd64 Packages [5,792 B]
Get:9 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster-updates/main Translation-en [3,655 B]
Fetched 14.4 MB in 5s (3,129 kB/s)                          
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
root@rescue:/home/user# apt install rpm yum curl xfsprogs zstd parted
Reading package lists... Done
Building dependency tree       
Reading state information... Done
rpm is already the newest version (4.14.2.1+dfsg1-1).
The following additional packages will be installed:
  ca-certificates libcurl3-gnutls libcurl4 libglib2.0-0 libglib2.0-data
  libnghttp2-14 libpsl5 libpython-stdlib libpython2-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libreadline5 librtmp1 libsqlite0
  libssh2-1 openssl publicsuffix python python-libxml2 python-lzma
  python-minimal python-pycurl python-rpm python-sqlite python-sqlitecachec
  python-urlgrabber python2 python2-minimal python2.7 python2.7-minimal
  shared-mime-info xdg-user-dirs
Suggested packages:
  python-doc python-tk libcurl4-gnutls-dev python-pycurl-dbg python-pycurl-doc
  python-sqlite-dbg python2-doc python2.7-doc binfmt-support xfsdump acl attr
  quota
The following NEW packages will be installed:
  ca-certificates curl libcurl3-gnutls libcurl4 libglib2.0-0 libglib2.0-data
  libnghttp2-14 libpsl5 libpython-stdlib libpython2-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libreadline5 librtmp1 libsqlite0
  libssh2-1 openssl publicsuffix python python-libxml2 python-lzma
  python-minimal python-pycurl python-rpm python-sqlite python-sqlitecachec
  python-urlgrabber python2 python2-minimal python2.7 python2.7-minimal
  shared-mime-info xdg-user-dirs xfsprogs yum zstd
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.7 MB of archives.
After this operation, 54.8 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 buster/main amd64 libpython2
.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
Get:2 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python2.7-
minimal amd64 2.7.16-2+deb10u1 [1,369 kB]
Get:3 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python2-mi
nimal amd64 2.7.16-1 [41.4 kB]
Get:4 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-min
imal amd64 2.7.16-1 [21.0 kB]
Get:5 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libpython2
.7-stdlib amd64 2.7.16-2+deb10u1 [1,912 kB]
Get:6 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python2.7 
amd64 2.7.16-2+deb10u1 [305 kB]
Get:7 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libpython2
-stdlib amd64 2.7.16-1 [20.8 kB]
Get:8 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libpython-
stdlib amd64 2.7.16-1 [20.8 kB]
Get:9 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python2 am
d64 2.7.16-1 [41.6 kB]  
Get:10 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python am
d64 2.7.16-1 [22.8 kB]  
Get:11 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u2 [843 kB]
Get:12 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 ca-certificates all 20190110 [157 kB]
Get:13 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
Get:14 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] 
Get:15 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
Get:16 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
Get:17 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4 [332 kB] 
Get:18 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 curl amd64 7.64.0-4 [264 kB]
Get:19 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4 [329 kB]
Get:20 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u2 [1,258 kB]
Get:21 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libglib2.0-data all 2.58.3-2+deb10u2 [1,110 kB]
Get:22 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1,036 kB]
Get:23 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
Get:24 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 libsqlite0 amd64 2.8.17-15 [165 kB]
Get:25 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 publicsuffix all 20190415.1030-1 [116 kB]
Get:26 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-libxml2 amd64 2.9.4+dfsg1-7+b3 [206 kB]
Get:27 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-lzma amd64 0.5.3-4 [44.2 kB]
Get:28 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-pycurl amd64 7.43.0.2-0.1 [66.0 kB]
Get:29 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-rpm amd64 4.14.2.1+dfsg1-1 [1,353 kB]
Get:30 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-sqlite amd64 1.0.1-12 [21.5 kB]
Get:31 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-sqlitecachec amd64 1.1.4-1 [23.1 kB]
Get:32 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 python-urlgrabber all 3.10.2-1 [55.3 kB]
Progress: [ 99%] [#########################################################.] r/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
Get:34 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
Get:35 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] 
Get:36 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 yum all 3.4.3-3 [620 kB]
Get:37 http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main amd64 zstd amd64 1.3.8+dfsg-3 [335 kB] 
Fetched 14.7 MB in 4s (4,093 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
root@rescue:/home/user#

Wipe any existing partition tables

root@rescue:/home/user# for d in a b; do wipefs -a /dev/xvd${d}; done
/dev/xvda: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/xvda: calling ioctl to re-read partition table: Success
/dev/xvdb: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/xvdb: calling ioctl to re-read partition table: Success
root@rescue:/home/user#

Create partitions, filesystems, swap

root@rescue:/home/user# parted /dev/xvda mklabel gpt mkpart root xfs 0% 100%
root@rescue:/home/user# parted /dev/xvda set 1 boot on
root@rescue:/home/user# parted /dev/xvdb mklabel gpt mkpart swap linux-swap 0% 100%
root@rescue:/home/user# mkfs.xfs -m crc=1 -L root /dev/xvda1 -f
meta-data=/dev/xvda1             isize=512    agcount=4, agsize=655232 blks
         =                       sectsz=4096  attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=1, rmapbt=0
         =                       reflink=0
data     =                       bsize=4096   blocks=2620928, 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
root@rescue:/home/user# mkswap -L SWAP /dev/xvdb1
mkswap: /dev/xvdb1: warning: wiping old swap signature.
Setting up swapspace version 1, size = 1022 MiB (1071640576 bytes)
LABEL=SWAP, UUID=5a99c508-bf25-4d6d-881b-7534aa1db228
root@rescue:/home/user#

Mount target root and install basic RPMs

root@rescue:/home/user# mkdir -vp /target && mount -v /dev/xvda1 /target
mkdir: created directory '/target'
[82700.402486] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[82700.414187] XFS (xvda1): Mounting V5 Filesystem
[82700.442452] XFS (xvda1): Ending clean mount
mount: /dev/xvda1 mounted on /target.
root@rescue:/home/user# rpm --root /target -ivh \
  http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-release-31-1.noarch.rpm \
  http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-release-common-31-1.noarch.rpm \
  http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-repos-31-1.noarch.rpm \
  http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-gpg-keys-31-1.noarch.rpm
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
Retrieving http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-release-31-1.noarch.rpm
Retrieving http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-release-common-31-1.noarch.rpm
Retrieving http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-repos-31-1.noarch.rpm
Retrieving http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/Packages/f/fedora-gpg-keys-31-1.noarch.rpm
warning: /target/var/tmp/rpm-tmp.wI9B8w: Header V3 RSA/SHA256 Signature, key ID 3c3359c4: NOKEY
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:fedora-gpg-keys-31-1             ################################# [ 25%]
   2:fedora-release-common-31-1       ################################# [ 50%]
   3:fedora-release-31-1              ################################# [ 75%]
   4:fedora-repos-31-1                ################################# [100%]
root@rescue:/home/user#

Copy the Fedora GPG key

The Fedora GPG key needs to be added into RPM's key store in the Rescue VM.

root@rescue:/home/user# mkdir -vp /etc/pki/rpm-gpg
mkdir: created directory '/etc/pki'
mkdir: created directory '/etc/pki/rpm-gpg'
root@rescue:/home/user# cp -v /target/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64 /etc/pki/rpm-gpg/
'/target/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64' -> '/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64'
root@rescue:/home/user#

Give the target root a working /etc/resolv.conf

root@rescue:/home/user# cp -v /etc/resolv.conf /target/etc/
'/etc/resolv.conf' -> '/target/etc/resolv.conf'
root@rescue:/home/user#

Install yum in target root

This uses the yum binary in the Rescue VM to install the yum package in the target root filesystem. Due to the amount of dependencies installed, this will result in a lot of output.

root@rescue:/home/user# yum -y --installroot=/target --releasever=31 install yum
fedora/metalink                                             |  23 kB  00:00
fedora                                                      | 6.1 kB  00:00
fedora/primary_db                                           |  24 MB  00:00
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora-modular. Please verify its path and try again
root@rescue:/home/user# yum -y --installroot=/target --releasever=31 install yumfedora-modular/metalink                                     |  22 kB  00:00
fedora-modular                                              | 6.5 kB  00:00
fedora-modular/primary_db                                   | 878 kB  00:00
updates/metalink                                            |  20 kB  00:00
updates                                                     | 8.1 kB  00:00
updates/primary_db                                          | 8.6 MB  00:00
updates-modular/metalink                                    |  21 kB  00:00
updates-modular                                             | 4.9 kB  00:00
updates-modular/primary                                     | 517 kB  00:00
updates-modular                                                       2397/2397
Setting up Install Process
Resolving Dependencies  
--> Running transaction check
---> Package yum.noarch 0:4.2.17-1.fc31 will be installed
--> Processing Dependency: dnf = 4.2.17-1.fc31 for package: yum-4.2.17-1.fc31.noarch
--> Running transaction check
---> Package dnf.noarch 0:4.2.17-1.fc31 will be installed
--> Processing Dependency: python3-dnf = 4.2.17-1.fc31 for package: dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: /bin/sh for package: dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: /bin/sh for package: dnf-4.2.17-1.fc31.noarch
--> Running transaction check
---> Package bash.x86_64 0:5.0.11-1.fc31 will be installed
--> Processing Dependency: filesystem >= 3 for package: bash-5.0.11-1.fc31.x86_64
--> Processing Dependency: libdl.so.2(GLIBC_2.2.5)(64bit) for package: bash-5.0.11-1.fc31.x86_64
--> Processing Dependency: rtld(GNU_HASH) for package: bash-5.0.11-1.fc31.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: bash-5.0.11-1.fc31.x86_64
--> Processing Dependency: libdl.so.2()(64bit) for package: bash-5.0.11-1.fc31.x
86_64
--> Processing Dependency: libtinfo.so.6()(64bit) for package: bash-5.0.11-1.fc31.x86_64
---> Package python3-dnf.noarch 0:4.2.17-1.fc31 will be installed
--> Processing Dependency: dnf-data = 4.2.17-1.fc31 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python(abi) = 3.7 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: libmodulemd >= 1.4.0 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-hawkey >= 0.39.1 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-libcomps >= 0.1.8 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-libdnf >= 0.39.1 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-rpm >= 4.14.0 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: /usr/bin/python3 for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-gpg for package: python3-dnf-4.2.17-1.fc31.noarch
--> Processing Dependency: python3-libdnf for package: python3-dnf-4.2.17-1.fc31.noarch
--> Running transaction check
---> Package dnf-data.noarch 0:4.2.17-1.fc31 will be installed
--> Processing Dependency: libreport-filesystem for package: dnf-data-4.2.17-1.fc31.noarch
---> Package filesystem.x86_64 0:3.12-2.fc31 will be installed
--> Processing Dependency: setup for package: filesystem-3.12-2.fc31.x86_64
---> Package glibc.x86_64 0:2.30-8.fc31 will be installed
--> Processing Dependency: glibc-common = 2.30-8.fc31 for package: glibc-2.30-8.fc31.x86_64
--> Processing Dependency: glibc-langpack = 2.30-8.fc31 for package: glibc-2.30-8.fc31.x86_64
--> Processing Dependency: basesystem for package: glibc-2.30-8.fc31.x86_64
--> Processing Dependency: libgcc(x86-64) for package: glibc-2.30-8.fc31.x86_64
---> Package libmodulemd1.x86_64 0:1.8.16-1.fc31 will be installed
--> Processing Dependency: libglib-2.0.so.0()(64bit) for package: libmodulemd1-1.8.16-1.fc31.x86_64
--> Processing Dependency: libgobject-2.0.so.0()(64bit) for package: libmodulemd1-1.8.16-1.fc31.x86_64
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: libmodulemd1-1.8.16-1.fc31.x86_64
---> Package ncurses-libs.x86_64 0:6.1-12.20190803.fc31 will be installed
--> Processing Dependency: ncurses-base = 6.1-12.20190803.fc31 for package: ncurses-libs-6.1-12.20190803.fc31.x86_64
---> Package python3.x86_64 0:3.7.5-2.fc31 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.7.5-2.fc31 for package: python3-3.7.5-2.fc31.x86_64
--> Processing Dependency: libpython3.7m.so.1.0()(64bit) for package: python3-3.7.5-2.fc31.x86_64
---> Package python3-gpg.x86_64 0:1.13.1-3.fc31 will be installed
--> Processing Dependency: gpgme(x86-64) = 1.13.1-3.fc31 for package: python3-gpg-1.13.1-3.fc31.x86_64
--> Processing Dependency: libgpgme.so.11(GPGME_1.0)(64bit) for package: python3-gpg-1.13.1-3.fc31.x86_64
--> Processing Dependency: libgpgme.so.11(GPGME_1.1)(64bit) for package: python3-gpg-1.13.1-3.fc31.x86_64
--> Processing Dependency: libgpgme.so.11()(64bit) for package: python3-gpg-1.13.1-3.fc31.x86_64
---> Package python3-hawkey.x86_64 0:0.39.1-1.fc31 will be installed
--> Processing Dependency: libdnf(x86-64) = 0.39.1-1.fc31 for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsolv.so.1(SOLV_1.0)(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsolvext.so.1(SOLV_1.0)(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3)(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4)(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libdnf.so.2()(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsolv.so.1()(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsolvext.so.1()(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
--> Processing Dependency: libstdc++.so.6()(64bit) for package: python3-hawkey-0.39.1-1.fc31.x86_64
---> Package python3-libcomps.x86_64 0:0.1.14-1.fc31 will be installed
--> Processing Dependency: libcomps(x86-64) = 0.1.14-1.fc31 for package: python3-libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libcomps.so.0()(64bit) for package: python3-libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libz.so.1()(64bit) for package: python3-libcomps-0.1.14-1.fc31.x86_64
---> Package python3-libdnf.x86_64 0:0.39.1-1.fc31 will be installed
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.25)(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.27)(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.28)(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.29)(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.30)(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsmartcols.so.1()(64bit) for package: python3-libdnf-0.39.1-1.fc31.x86_64
---> Package python3-rpm.x86_64 0:4.15.1-1.fc31 will be installed
--> Processing Dependency: rpm-libs(x86-64) = 4.15.1-1.fc31 for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libacl.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libaudit.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libbz2.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libcap.so.2()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libcrypto.so.1.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libdb-5.3.so()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libdw.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libelf.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libimaevm.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: liblua-5.3.so()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: liblzma.so.5()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libmagic.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libpopt.so.0()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: librpm.so.9()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: librpmbuild.so.9()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: librpmio.so.9()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: librpmsign.so.9()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libzstd.so.1()(64bit) for package: python3-rpm-4.15.1-1.fc31.x86_64
--> Running transaction check
---> Package audit-libs.x86_64 0:3.0-0.15.20191104git1c2f876.fc31 will be installed
--> Processing Dependency: libcap-ng.so.0()(64bit) for package: audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_64
---> Package basesystem.noarch 0:11-8.fc31 will be installed
---> Package bzip2-libs.x86_64 0:1.0.8-1.fc31 will be installed
---> Package elfutils-libelf.x86_64 0:0.177-1.fc31 will be installed
---> Package elfutils-libs.x86_64 0:0.177-1.fc31 will be installed
--> Processing Dependency: default-yama-scope for package: elfutils-libs-0.177-1.fc31.x86_64
---> Package file-libs.x86_64 0:5.37-8.fc31 will be installed
---> Package glib2.x86_64 0:2.62.4-1.fc31 will be installed
--> Processing Dependency: libmount.so.1(MOUNT_2.19)(64bit) for package: glib2-2.62.4-1.fc31.x86_64
--> Processing Dependency: libmount.so.1(MOUNT_2.20)(64bit) for package: glib2-2.62.4-1.fc31.x86_64
--> Processing Dependency: libffi.so.6()(64bit) for package: glib2-2.62.4-1.fc31.x86_64
--> Processing Dependency: libmount.so.1()(64bit) for package: glib2-2.62.4-1.fc31.x86_64
--> Processing Dependency: libpcre.so.1()(64bit) for package: glib2-2.62.4-1.fc31.x86_64
--> Processing Dependency: libselinux.so.1()(64bit) for package: glib2-2.62.4-1.fc31.x86_64
---> Package glibc-common.x86_64 0:2.30-8.fc31 will be installed
--> Processing Dependency: tzdata >= 2003a for package: glibc-common-2.30-8.fc31.x86_64
---> Package glibc-langpack-zu.x86_64 0:2.30-8.fc31 will be installed
---> Package gpgme.x86_64 0:1.13.1-3.fc31 will be installed
--> Processing Dependency: gnupg2 >= 2.1.13 for package: gpgme-1.13.1-3.fc31.x86_64
--> Processing Dependency: libassuan.so.0(LIBASSUAN_1.0)(64bit) for package: gpgme-1.13.1-3.fc31.x86_64
--> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: gpgme-1.13.1-3.fc31.x86_64
--> Processing Dependency: libassuan.so.0()(64bit) for package: gpgme-1.13.1-3.fc31.x86_64
--> Processing Dependency: libgpg-error.so.0()(64bit) for package: gpgme-1.13.1-3.fc31.x86_64
---> Package ima-evm-utils.x86_64 0:1.2.1-2.fc31 will be installed
--> Processing Dependency: libkeyutils.so.1(KEYUTILS_0.3)(64bit) for package: ima-evm-utils-1.2.1-2.fc31.x86_64
--> Processing Dependency: tss2 for package: ima-evm-utils-1.2.1-2.fc31.x86_64
--> Processing Dependency: libkeyutils.so.1()(64bit) for package: ima-evm-utils-1.2.1-2.fc31.x86_64
---> Package libacl.x86_64 0:2.2.53-4.fc31 will be installed
--> Processing Dependency: libattr.so.1()(64bit) for package: libacl-2.2.53-4.fc31.x86_64
---> Package libcap.x86_64 0:2.26-6.fc31 will be installed
---> Package libcomps.x86_64 0:0.1.14-1.fc31 will be installed
--> Processing Dependency: libxml2.so.2(LIBXML2_2.4.30)(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libxml2.so.2(LIBXML2_2.5.8)(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.0)(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.23)(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libxml2.so.2(LIBXML2_2.6.3)(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libexpat.so.1()(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
--> Processing Dependency: libxml2.so.2()(64bit) for package: libcomps-0.1.14-1.fc31.x86_64
---> Package libdb.x86_64 0:5.3.28-38.fc31 will be installed
---> Package libdnf.x86_64 0:0.39.1-1.fc31 will be installed
--> Processing Dependency: librepo(x86-64) >= 1.11.0 for package: libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libjson-c.so.4()(64bit) for package: libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: librepo.so.0()(64bit) for package: libdnf-0.39.1-1.fc31.x86_64
--> Processing Dependency: libsqlite3.so.0()(64bit) for package: libdnf-0.39.1-1.fc31.x86_64
---> Package libgcc.x86_64 0:9.2.1-1.fc31 will be installed
---> Package libreport-filesystem.noarch 0:2.11.3-1.fc31 will be installed
---> Package libsmartcols.x86_64 0:2.34-4.fc31 will be installed
---> Package libsolv.x86_64 0:0.7.10-1.fc31 will be installed
--> Processing Dependency: libzck.so.1()(64bit) for package: libsolv-0.7.10-1.fc31.x86_64
---> Package libstdc++.x86_64 0:9.2.1-1.fc31 will be installed
---> Package libyaml.x86_64 0:0.2.2-2.fc31 will be installed
---> Package libzstd.x86_64 0:1.4.2-1.fc31 will be installed
---> Package lua-libs.x86_64 0:5.3.5-6.fc31 will be installed
---> Package ncurses-base.noarch 0:6.1-12.20190803.fc31 will be installed
---> Package openssl-libs.x86_64 1:1.1.1d-2.fc31 will be installed
--> Processing Dependency: ca-certificates >= 2008-5 for package: 1:openssl-libs-1.1.1d-2.fc31.x86_64
--> Processing Dependency: crypto-policies >= 20180730 for package: 1:openssl-libs-1.1.1d-2.fc31.x86_64
---> Package popt.x86_64 0:1.16-18.fc31 will be installed
---> Package python3-libs.x86_64 0:3.7.5-2.fc31 will be installed
--> Processing Dependency: libcrypt.so.2(XCRYPT_2.0)(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libnsl.so.2(LIBNSL_1.0)(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libtirpc.so.3(TIRPC_0.3.0)(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libuuid.so.1(UUID_2.20)(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: python-pip-wheel for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: python-setuptools-wheel for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libcrypt.so.2()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libgdbm.so.6()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libgdbm_compat.so.4()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libnsl.so.2()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libreadline.so.8()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libtirpc.so.3()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
--> Processing Dependency: libuuid.so.1()(64bit) for package: python3-libs-3.7.5-2.fc31.x86_64
---> Package rpm-build-libs.x86_64 0:4.15.1-1.fc31 will be installed
--> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: rpm-build-libs-4.15.1-1.fc31.x86_64
--> Processing Dependency: libgomp.so.1(GOMP_2.0)(64bit) for package: rpm-build-libs-4.15.1-1.fc31.x86_64
--> Processing Dependency: libgomp.so.1(GOMP_4.0)(64bit) for package: rpm-build-libs-4.15.1-1.fc31.x86_64
--> Processing Dependency: libgomp.so.1(OMP_1.0)(64bit) for package: rpm-build-libs-4.15.1-1.fc31.x86_64
--> Processing Dependency: libgomp.so.1()(64bit) for package: rpm-build-libs-4.15.1-1.fc31.x86_64
---> Package rpm-libs.x86_64 0:4.15.1-1.fc31 will be installed
--> Processing Dependency: rpm = 4.15.1-1.fc31 for package: rpm-libs-4.15.1-1.fc31.x86_64
---> Package rpm-sign-libs.x86_64 0:4.15.1-1.fc31 will be installed
---> Package setup.noarch 0:2.13.6-1.fc31 will be installed
---> Package xz-libs.x86_64 0:5.2.4-6.fc31 will be installed
---> Package zlib.x86_64 0:1.2.11-20.fc31 will be installed
--> Running transaction check
---> Package ca-certificates.noarch 0:2019.2.32-3.fc31 will be installed
--> Processing Dependency: p11-kit >= 0.23.10 for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: p11-kit >= 0.23.10 for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: p11-kit-trust >= 0.23.10 for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: p11-kit-trust >= 0.23.10 for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: coreutils for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: grep for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: grep for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: sed for package: ca-certificates-2019.2.32-3.fc31.noarch
--> Processing Dependency: sed for package: ca-certificates-2019.2.32-3.fc31.noarch
---> Package crypto-policies.noarch 0:20191128-2.gitcd267a5.fc31 will be installed
---> Package elfutils-default-yama-scope.noarch 0:0.177-1.fc31 will be installed
---> Package expat.x86_64 0:2.2.8-1.fc31 will be installed
---> Package gdbm-libs.x86_64 1:1.18.1-1.fc31 will be installed
---> Package gnupg2.x86_64 0:2.2.18-2.fc31 will be installed
--> Processing Dependency: libgcrypt >= 1.7.0 for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libgcrypt.so.20(GCRYPT_1.6)(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libgnutls.so.30(GNUTLS_3_4)(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libksba.so.8(KSBA_0.9)(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libnpth.so.0(NPTH_1.0)(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libgcrypt.so.20()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libgnutls.so.30()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libksba.so.8()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: liblber-2.4.so.2()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libldap-2.4.so.2()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libnpth.so.0()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: gnupg2-2.2.18-2.fc31.x86_64
---> Package json-c.x86_64 0:0.13.1-8.fc31 will be installed
---> Package keyutils-libs.x86_64 0:1.6-3.fc31 will be installed
---> Package libassuan.x86_64 0:2.5.3-2.fc31 will be installed
---> Package libattr.x86_64 0:2.4.48-7.fc31 will be installed
---> Package libcap-ng.x86_64 0:0.7.10-1.fc31 will be installed
---> Package libffi.x86_64 0:3.1-23.fc31 will be installed
---> Package libgomp.x86_64 0:9.2.1-1.fc31 will be installed
---> Package libgpg-error.x86_64 0:1.36-2.fc31 will be installed
---> Package libmount.x86_64 0:2.34-4.fc31 will be installed
--> Processing Dependency: libblkid = 2.34-4.fc31 for package: libmount-2.34-4.fc31.x86_64
--> Processing Dependency: libblkid.so.1(BLKID_1.0)(64bit) for package: libmount-2.34-4.fc31.x86_64
--> Processing Dependency: libblkid.so.1(BLKID_2.15)(64bit) for package: libmount-2.34-4.fc31.x86_64
--> Processing Dependency: libblkid.so.1(BLKID_2.17)(64bit) for package: libmount-2.34-4.fc31.x86_64
--> Processing Dependency: libblkid.so.1()(64bit) for package: libmount-2.34-4.fc31.x86_64
---> Package libnsl2.x86_64 0:1.2.0-5.20180605git4a062cf.fc31 will be installed
---> Package librepo.x86_64 0:1.11.1-1.fc31 will be installed
--> Processing Dependency: libcurl(x86-64) >= 7.28.0 for package: librepo-1.11.1-1.fc31.x86_64
--> Processing Dependency: libcurl.so.4()(64bit) for package: librepo-1.11.1-1.fc31.x86_64
---> Package libselinux.x86_64 0:2.9-5.fc31 will be installed
--> Processing Dependency: libsepol(x86-64) >= 2.9-1 for package: libselinux-2.9-5.fc31.x86_64
--> Processing Dependency: pcre2 for package: libselinux-2.9-5.fc31.x86_64
--> Processing Dependency: libpcre2-8.so.0()(64bit) for package: libselinux-2.9-5.fc31.x86_64
---> Package libtirpc.x86_64 0:1.2.5-0.fc31 will be installed
--> Processing Dependency: libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) for package: libtirpc-1.2.5-0.fc31.x86_64
--> Processing Dependency: libcom_err.so.2()(64bit) for package: libtirpc-1.2.5-0.fc31.x86_64
--> Processing Dependency: libgssapi_krb5.so.2()(64bit) for package: libtirpc-1.2.5-0.fc31.x86_64
--> Processing Dependency: libk5crypto.so.3()(64bit) for package: libtirpc-1.2.5-0.fc31.x86_64
--> Processing Dependency: libkrb5.so.3()(64bit) for package: libtirpc-1.2.5-0.fc31.x86_64
---> Package libuuid.x86_64 0:2.34-4.fc31 will be installed
---> Package libxcrypt.x86_64 0:4.4.10-2.fc31 will be installed
---> Package libxml2.x86_64 0:2.9.10-2.fc31 will be installed
---> Package pcre.x86_64 0:8.43-2.fc31.1 will be installed
---> Package python-pip-wheel.noarch 0:19.1.1-7.fc31 will be installed
---> Package python-setuptools-wheel.noarch 0:41.2.0-1.fc31 will be installed
---> Package readline.x86_64 0:8.0-3.fc31 will be installed
---> Package rpm.x86_64 0:4.15.1-1.fc31 will be installed
--> Processing Dependency: /usr/bin/db_stat for package: rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: curl for package: rpm-4.15.1-1.fc31.x86_64
--> Processing Dependency: libarchive.so.13()(64bit) for package: rpm-4.15.1-1.fc31.x86_64
---> Package sqlite-libs.x86_64 0:3.30.0-1.fc31 will be installed
---> Package tss2.x86_64 0:1331-2.fc31 will be installed
--> Processing Dependency: openssl for package: tss2-1331-2.fc31.x86_64
---> Package tzdata.noarch 0:2019c-1.fc31 will be installed
---> Package zchunk-libs.x86_64 0:1.1.4-1.fc31 will be installed
--> Running transaction check
---> Package coreutils-single.x86_64 0:8.31-6.fc31 will be installed
---> Package curl-minimal.x86_64 0:7.66.0-1.fc31 will be installed
---> Package gnutls.x86_64 0:3.6.11-1.fc31 will be installed
--> Processing Dependency: libtasn1 >= 4.3 for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: nettle >= 3.4.1 for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libhogweed.so.5(HOGWEED_5)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libhogweed.so.5(HOGWEED_INTERNAL_5_0)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libidn2.so.0(IDN2_0.0.0)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libnettle.so.7(NETTLE_7)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libnettle.so.7(NETTLE_INTERNAL_7_0)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libtasn1.so.6(LIBTASN1_0_3)(64bit) for package: gnutls-3.6.11-1.fc31.x86_64  
--> Processing Dependency: libgmp.so.10()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libhogweed.so.5()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libidn2.so.0()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libnettle.so.7()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libtasn1.so.6()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
--> Processing Dependency: libunistring.so.2()(64bit) for package: gnutls-3.6.11-1.fc31.x86_64
---> Package grep.x86_64 0:3.3-3.fc31 will be installed
---> Package krb5-libs.x86_64 0:1.17-45.fc31 will be installed
--> Processing Dependency: gawk for package: krb5-libs-1.17-45.fc31.x86_64
--> Processing Dependency: libverto.so.1()(64bit) for package: krb5-libs-1.17-45.fc31.x86_64
---> Package libarchive.x86_64 0:3.4.0-1.fc31 will be installed
--> Processing Dependency: liblz4.so.1()(64bit) for package: libarchive-3.4.0-1.fc31.x86_64
---> Package libblkid.x86_64 0:2.34-4.fc31 will be installed
---> Package libcom_err.x86_64 0:1.45.3-1.fc31 will be installed
---> Package libcurl-minimal.x86_64 0:7.66.0-1.fc31 will be installed
--> Processing Dependency: libnghttp2.so.14()(64bit) for package: libcurl-minimal-7.66.0-1.fc31.x86_64
---> Package libdb-utils.x86_64 0:5.3.28-38.fc31 will be installed
---> Package libgcrypt.x86_64 0:1.8.5-1.fc31 will be installed
---> Package libksba.x86_64 0:1.3.5-10.fc31 will be installed
---> Package libsepol.x86_64 0:2.9-2.fc31 will be installed
---> Package libusbx.x86_64 0:1.0.22-4.fc31 will be installed
--> Processing Dependency: libudev.so.1(LIBUDEV_183)(64bit) for package: libusbx-1.0.22-4.fc31.x86_64
--> Processing Dependency: libudev.so.1()(64bit) for package: libusbx-1.0.22-4.fc31.x86_64
---> Package npth.x86_64 0:1.6-3.fc31 will be installed
---> Package openldap.x86_64 0:2.4.47-3.fc31 will be installed
--> Processing Dependency: libsasl2.so.3()(64bit) for package: openldap-2.4.47-3.fc31.x86_64
---> Package openssl.x86_64 1:1.1.1d-2.fc31 will be installed
---> Package p11-kit.x86_64 0:0.23.16.1-2.fc31 will be installed
---> Package p11-kit-trust.x86_64 0:0.23.16.1-2.fc31 will be installed
--> Processing Dependency: /usr/sbin/update-alternatives for package: p11-kit-trust-0.23.16.1-2.fc31.x86_64
--> Processing Dependency: /usr/sbin/update-alternatives for package: p11-kit-trust-0.23.16.1-2.fc31.x86_64
---> Package pcre2.x86_64 0:10.33-16.fc31 will be installed
---> Package sed.x86_64 0:4.5-4.fc31 will be installed
--> Running transaction check
---> Package alternatives.x86_64 0:1.11-5.fc31 will be installed
---> Package cyrus-sasl-lib.x86_64 0:2.1.27-2.fc31 will be installed
---> Package gawk.x86_64 0:5.0.1-5.fc31 will be installed
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gawk-5.0.1-5.fc31.x86_64
--> Processing Dependency: libsigsegv.so.2()(64bit) for package: gawk-5.0.1-5.fc31.x86_64
---> Package gmp.x86_64 1:6.1.2-10.fc31 will be installed
---> Package libidn2.x86_64 0:2.3.0-1.fc31 will be installed
---> Package libnghttp2.x86_64 0:1.40.0-1.module_f31+7164+9e64a937 will be installed
---> Package libtasn1.x86_64 0:4.14-2.fc31 will be installed
---> Package libunistring.x86_64 0:0.9.10-6.fc31 will be installed
---> Package libverto.x86_64 0:0.3.0-8.fc31 will be installed
---> Package lz4-libs.x86_64 0:1.9.1-1.fc31 will be installed
---> Package nettle.x86_64 0:3.5.1-3.fc31 will be installed
---> Package systemd-libs.x86_64 0:243.5-1.fc31 will be installed
--> Running transaction check
---> Package libsigsegv.x86_64 0:2.11-8.fc31 will be installed
---> Package mpfr.x86_64 0:3.1.6-5.fc31 will be installed
--> Finished Dependency Resolution

Dependencies Resolved   

================================================================================
 Package                 Arch   Version                           Repository
                                                                           Size
================================================================================
Installing:
 yum                     noarch 4.2.17-1.fc31                     updates  44 k
Installing for dependencies:
 alternatives            x86_64 1.11-5.fc31                       fedora   35 k
 audit-libs              x86_64 3.0-0.15.20191104git1c2f876.fc31  updates 115 k
 basesystem              noarch 11-8.fc31                         fedora  6.9 k
 bash                    x86_64 5.0.11-1.fc31                     updates 1.6 M
 bzip2-libs              x86_64 1.0.8-1.fc31                      fedora   40 k
 ca-certificates         noarch 2019.2.32-3.fc31                  fedora  367 k
 coreutils-single        x86_64 8.31-6.fc31                       updates 622 k
 crypto-policies         noarch 20191128-2.gitcd267a5.fc31        updates  97 k
 curl-minimal            x86_64 7.66.0-1.fc31                     fedora  129 k
 cyrus-sasl-lib          x86_64 2.1.27-2.fc31                     fedora  102 k
 dnf                     noarch 4.2.17-1.fc31                     updates 403 k
 dnf-data                noarch 4.2.17-1.fc31                     updates  48 k
 elfutils-default-yama-scope
                         noarch 0.177-1.fc31                      fedora   16 k
 elfutils-libelf         x86_64 0.177-1.fc31                      fedora  191 k
 elfutils-libs           x86_64 0.177-1.fc31                      fedora  297 k
 expat                   x86_64 2.2.8-1.fc31                      fedora  102 k
 file-libs               x86_64 5.37-8.fc31                       updates 541 k
 filesystem              x86_64 3.12-2.fc31                       fedora  1.1 M
 gawk                    x86_64 5.0.1-5.fc31                      fedora  1.2 M
 gdbm-libs               x86_64 1:1.18.1-1.fc31                   fedora   55 k
 glib2                   x86_64 2.62.4-1.fc31                     updates 2.6 M
 glibc                   x86_64 2.30-8.fc31                       updates 3.5 M
 glibc-common            x86_64 2.30-8.fc31                       updates 644 k
 glibc-langpack-zu       x86_64 2.30-8.fc31                       updates 572 k
 gmp                     x86_64 1:6.1.2-10.fc31                   fedora  265 k
 gnupg2                  x86_64 2.2.18-2.fc31                     updates 2.4 M
 gnutls                  x86_64 3.6.11-1.fc31                     updates 948 k
 gpgme                   x86_64 1.13.1-3.fc31                     fedora  203 k
 grep                    x86_64 3.3-3.fc31                        fedora  249 k
 ima-evm-utils           x86_64 1.2.1-2.fc31                      fedora   57 k
 json-c                  x86_64 0.13.1-8.fc31                     updates  38 k
 keyutils-libs           x86_64 1.6-3.fc31                        fedora   31 k
 krb5-libs               x86_64 1.17-45.fc31                      fedora  755 k
 libacl                  x86_64 2.2.53-4.fc31                     fedora   25 k
 libarchive              x86_64 3.4.0-1.fc31                      fedora  383 k
 libassuan               x86_64 2.5.3-2.fc31                      fedora   69 k
 libattr                 x86_64 2.4.48-7.fc31                     fedora   18 k
 libblkid                x86_64 2.34-4.fc31                       updates 158 k
 libcap                  x86_64 2.26-6.fc31                       fedora   52 k
 libcap-ng               x86_64 0.7.10-1.fc31                     updates  28 k
 libcom_err              x86_64 1.45.3-1.fc31                     fedora   28 k
 libcomps                x86_64 0.1.14-1.fc31                     updates  80 k
 libcurl-minimal         x86_64 7.66.0-1.fc31                     fedora  254 k
 libdb                   x86_64 5.3.28-38.fc31                    fedora  763 k
 libdb-utils             x86_64 5.3.28-38.fc31                    fedora  143 k
 libdnf                  x86_64 0.39.1-1.fc31                     updates 636 k
 libffi                  x86_64 3.1-23.fc31                       fedora   33 k
 libgcc                  x86_64 9.2.1-1.fc31                      fedora   95 k
 libgcrypt               x86_64 1.8.5-1.fc31                      fedora  466 k
 libgomp                 x86_64 9.2.1-1.fc31                      fedora  230 k
 libgpg-error            x86_64 1.36-2.fc31                       fedora  200 k
 libidn2                 x86_64 2.3.0-1.fc31                      updates 104 k
 libksba                 x86_64 1.3.5-10.fc31                     fedora  132 k
 libmodulemd1            x86_64 1.8.16-1.fc31                     updates 175 k
 libmount                x86_64 2.34-4.fc31                       updates 184 k
 libnghttp2              x86_64 1.40.0-1.module_f31+7164+9e64a937 updates-modular
                                                                           78 k
 libnsl2                 x86_64 1.2.0-5.20180605git4a062cf.fc31   fedora   59 k
 librepo                 x86_64 1.11.1-1.fc31                     updates  96 k
 libreport-filesystem    noarch 2.11.3-1.fc31                     updates  14 k
 libselinux              x86_64 2.9-5.fc31                        fedora   86 k
 libsepol                x86_64 2.9-2.fc31                        fedora  301 k
 libsigsegv              x86_64 2.11-8.fc31                       fedora   26 k
 libsmartcols            x86_64 2.34-4.fc31                       updates 126 k
 libsolv                 x86_64 0.7.10-1.fc31                     updates 396 k
 libstdc++               x86_64 9.2.1-1.fc31                      fedora  627 k
 libtasn1                x86_64 4.14-2.fc31                       fedora   72 k
 libtirpc                x86_64 1.2.5-0.fc31                      updates  97 k
 libunistring            x86_64 0.9.10-6.fc31                     fedora  513 k
 libusbx                 x86_64 1.0.22-4.fc31                     fedora   69 k
 libuuid                 x86_64 2.34-4.fc31                       updates  27 k
 libverto                x86_64 0.3.0-8.fc31                      fedora   22 k
 libxcrypt               x86_64 4.4.10-2.fc31                     updates 126 k
 libxml2                 x86_64 2.9.10-2.fc31                     updates 693 k
 libyaml                 x86_64 0.2.2-2.fc31                      fedora   60 k
 libzstd                 x86_64 1.4.2-1.fc31                      fedora  269 k
 lua-libs                x86_64 5.3.5-6.fc31                      fedora  117 k
 lz4-libs                x86_64 1.9.1-1.fc31                      fedora   66 k
 mpfr                    x86_64 3.1.6-5.fc31                      fedora  220 k
 ncurses-base            noarch 6.1-12.20190803.fc31              fedora   60 k
 ncurses-libs            x86_64 6.1-12.20190803.fc31              fedora  331 k
 nettle                  x86_64 3.5.1-3.fc31                      fedora  404 k
 npth                    x86_64 1.6-3.fc31                        fedora   25 k
 openldap                x86_64 2.4.47-3.fc31                     fedora  304 k
 openssl                 x86_64 1:1.1.1d-2.fc31                   fedora  647 k
 openssl-libs            x86_64 1:1.1.1d-2.fc31                   fedora  1.4 M
 p11-kit                 x86_64 0.23.16.1-2.fc31                  fedora  292 k
 p11-kit-trust           x86_64 0.23.16.1-2.fc31                  fedora  144 k
 pcre                    x86_64 8.43-2.fc31.1                     fedora  193 k
 pcre2                   x86_64 10.33-16.fc31                     updates 255 k
 popt                    x86_64 1.16-18.fc31                      fedora   59 k
 python-pip-wheel        noarch 19.1.1-7.fc31                     updates 1.2 M
 python-setuptools-wheel noarch 41.2.0-1.fc31                     fedora  275 k
 python3                 x86_64 3.7.5-2.fc31                      updates  31 k
 python3-dnf             noarch 4.2.17-1.fc31                     updates 401 k
 python3-gpg             x86_64 1.13.1-3.fc31                     fedora  248 k
 python3-hawkey          x86_64 0.39.1-1.fc31                     updates 101 k
 python3-libcomps        x86_64 0.1.14-1.fc31                     updates  50 k
 python3-libdnf          x86_64 0.39.1-1.fc31                     updates 706 k
 python3-libs            x86_64 3.7.5-2.fc31                      updates 7.3 M
 python3-rpm             x86_64 4.15.1-1.fc31                     updates  95 k
 readline                x86_64 8.0-3.fc31                        fedora  206 k
 rpm                     x86_64 4.15.1-1.fc31                     updates 499 k
 rpm-build-libs          x86_64 4.15.1-1.fc31                     updates  97 k
 rpm-libs                x86_64 4.15.1-1.fc31                     updates 300 k
 rpm-sign-libs           x86_64 4.15.1-1.fc31                     updates  26 k
 sed                     x86_64 4.5-4.fc31                        fedora  291 k
 setup                   noarch 2.13.6-1.fc31                     updates 142 k
 sqlite-libs             x86_64 3.30.0-1.fc31                     updates 571 k
 systemd-libs            x86_64 243.5-1.fc31                      updates 525 k
 tss2                    x86_64 1331-2.fc31                       fedora  577 k
 tzdata                  noarch 2019c-1.fc31                      fedora  429 k
 xz-libs                 x86_64 5.2.4-6.fc31                      fedora   90 k
 zchunk-libs             x86_64 1.1.4-1.fc31                      updates  50 k
 zlib                    x86_64 1.2.11-20.fc31                    updates  92 k

Transaction Summary
================================================================================
Install     115 Packages

Total download size: 46 M
Installed size: 165 M
Downloading Packages:
(1/115): alternatives-1.11-5.fc31.x86_64.rpm                |  35 kB  00:00
warning: /target/var/cache/yum/fedora/packages/alternatives-1.11-5.fc31.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 3c3359c4: NOKEY
Public key for alternatives-1.11-5.fc31.x86_64.rpm is not installed
(2/115): audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_64 | 115 kB  00:00
Public key for audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_64.rpm is not installed
(3/115): basesystem-11-8.fc31.noarch.rpm                    | 6.9 kB  00:00
(4/115): bash-5.0.11-1.fc31.x86_64.rpm                      | 1.6 MB  00:00
(5/115): bzip2-libs-1.0.8-1.fc31.x86_64.rpm                 |  40 kB  00:00
(6/115): ca-certificates-2019.2.32-3.fc31.noarch.rpm        | 367 kB  00:00
(7/115): coreutils-single-8.31-6.fc31.x86_64.rpm            | 622 kB  00:00
(8/115): crypto-policies-20191128-2.gitcd267a5.fc31.noarch. |  97 kB  00:00
(9/115): curl-minimal-7.66.0-1.fc31.x86_64.rpm              | 129 kB  00:00
(10/115): cyrus-sasl-lib-2.1.27-2.fc31.x86_64.rpm           | 102 kB  00:00
(11/115): dnf-4.2.17-1.fc31.noarch.rpm                      | 403 kB  00:00
(12/115): dnf-data-4.2.17-1.fc31.noarch.rpm                 |  48 kB  00:00
(13/115): elfutils-default-yama-scope-0.177-1.fc31.noarch.r |  16 kB  00:00
(14/115): elfutils-libelf-0.177-1.fc31.x86_64.rpm           | 191 kB  00:00
(15/115): elfutils-libs-0.177-1.fc31.x86_64.rpm             | 297 kB  00:00
(16/115): expat-2.2.8-1.fc31.x86_64.rpm                     | 102 kB  00:00
(17/115): file-libs-5.37-8.fc31.x86_64.rpm                  | 541 kB  00:00
(18/115): filesystem-3.12-2.fc31.x86_64.rpm                 | 1.1 MB  00:00
(19/115): gawk-5.0.1-5.fc31.x86_64.rpm                      | 1.2 MB  00:00
(20/115): gdbm-libs-1.18.1-1.fc31.x86_64.rpm                |  55 kB  00:00
(21/115): glib2-2.62.4-1.fc31.x86_64.rpm                    | 2.6 MB  00:00
(22/115): glibc-2.30-8.fc31.x86_64.rpm                      | 3.5 MB  00:00
(23/115): glibc-common-2.30-8.fc31.x86_64.rpm               | 644 kB  00:00
(24/115): glibc-langpack-zu-2.30-8.fc31.x86_64.rpm          | 572 kB  00:00
(25/115): gmp-6.1.2-10.fc31.x86_64.rpm                      | 265 kB  00:00
(26/115): gnupg2-2.2.18-2.fc31.x86_64.rpm                   | 2.4 MB  00:00
(27/115): gnutls-3.6.11-1.fc31.x86_64.rpm                   | 948 kB  00:00
(28/115): gpgme-1.13.1-3.fc31.x86_64.rpm                    | 203 kB  00:00
(29/115): grep-3.3-3.fc31.x86_64.rpm                        | 249 kB  00:00
(30/115): ima-evm-utils-1.2.1-2.fc31.x86_64.rpm             |  57 kB  00:00
(31/115): json-c-0.13.1-8.fc31.x86_64.rpm                   |  38 kB  00:00
(32/115): keyutils-libs-1.6-3.fc31.x86_64.rpm               |  31 kB  00:00
(33/115): krb5-libs-1.17-45.fc31.x86_64.rpm                 | 755 kB  00:00
(34/115): libacl-2.2.53-4.fc31.x86_64.rpm                   |  25 kB  00:00
(35/115): libarchive-3.4.0-1.fc31.x86_64.rpm                | 383 kB  00:00
(36/115): libassuan-2.5.3-2.fc31.x86_64.rpm                 |  69 kB  00:00
(37/115): libattr-2.4.48-7.fc31.x86_64.rpm                  |  18 kB  00:00
(38/115): libblkid-2.34-4.fc31.x86_64.rpm                   | 158 kB  00:00
(39/115): libcap-2.26-6.fc31.x86_64.rpm                     |  52 kB  00:00
(40/115): libcap-ng-0.7.10-1.fc31.x86_64.rpm                |  28 kB  00:00
(41/115): libcom_err-1.45.3-1.fc31.x86_64.rpm               |  28 kB  00:00
(42/115): libcomps-0.1.14-1.fc31.x86_64.rpm                 |  80 kB  00:00
(43/115): libcurl-minimal-7.66.0-1.fc31.x86_64.rpm          | 254 kB  00:00
(44/115): libdb-5.3.28-38.fc31.x86_64.rpm                   | 763 kB  00:00
(45/115): libdb-utils-5.3.28-38.fc31.x86_64.rpm             | 143 kB  00:00
(46/115): libdnf-0.39.1-1.fc31.x86_64.rpm                   | 636 kB  00:00
(47/115): libffi-3.1-23.fc31.x86_64.rpm                     |  33 kB  00:00
(48/115): libgcc-9.2.1-1.fc31.x86_64.rpm                    |  95 kB  00:00
(49/115): libgcrypt-1.8.5-1.fc31.x86_64.rpm                 | 466 kB  00:00
(50/115): libgomp-9.2.1-1.fc31.x86_64.rpm                   | 230 kB  00:00
(51/115): libgpg-error-1.36-2.fc31.x86_64.rpm               | 200 kB  00:00
(52/115): libidn2-2.3.0-1.fc31.x86_64.rpm                   | 104 kB  00:00
(53/115): libksba-1.3.5-10.fc31.x86_64.rpm                  | 132 kB  00:00
(54/115): libmodulemd1-1.8.16-1.fc31.x86_64.rpm             | 175 kB  00:00
(55/115): libmount-2.34-4.fc31.x86_64.rpm                   | 184 kB  00:00
(56/115): libnghttp2-1.40.0-1.module_f31+7164+9e64a937.x86_ |  78 kB  00:00
Public key for libnghttp2-1.40.0-1.module_f31+7164+9e64a937.x86_64.rpm is not installed
(57/115): libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64.rp |  59 kB  00:00
(58/115): librepo-1.11.1-1.fc31.x86_64.rpm                  |  96 kB  00:00
(59/115): libreport-filesystem-2.11.3-1.fc31.noarch.rpm     |  14 kB  00:00
(60/115): libselinux-2.9-5.fc31.x86_64.rpm                  |  86 kB  00:00
(61/115): libsepol-2.9-2.fc31.x86_64.rpm                    | 301 kB  00:00
(62/115): libsigsegv-2.11-8.fc31.x86_64.rpm                 |  26 kB  00:00
(63/115): libsmartcols-2.34-4.fc31.x86_64.rpm               | 126 kB  00:00
(64/115): libsolv-0.7.10-1.fc31.x86_64.rpm                  | 396 kB  00:00
(65/115): libstdc++-9.2.1-1.fc31.x86_64.rpm                 | 627 kB  00:00
(66/115): libtasn1-4.14-2.fc31.x86_64.rpm                   |  72 kB  00:00
(67/115): libtirpc-1.2.5-0.fc31.x86_64.rpm                  |  97 kB  00:00
(68/115): libunistring-0.9.10-6.fc31.x86_64.rpm             | 513 kB  00:00
(69/115): libusbx-1.0.22-4.fc31.x86_64.rpm                  |  69 kB  00:00
(70/115): libuuid-2.34-4.fc31.x86_64.rpm                    |  27 kB  00:00
(71/115): libverto-0.3.0-8.fc31.x86_64.rpm                  |  22 kB  00:00
(72/115): libxcrypt-4.4.10-2.fc31.x86_64.rpm                | 126 kB  00:00
(73/115): libxml2-2.9.10-2.fc31.x86_64.rpm                  | 693 kB  00:00
(74/115): libyaml-0.2.2-2.fc31.x86_64.rpm                   |  60 kB  00:00
(75/115): libzstd-1.4.2-1.fc31.x86_64.rpm                   | 269 kB  00:00
(76/115): lua-libs-5.3.5-6.fc31.x86_64.rpm                  | 117 kB  00:00
(77/115): lz4-libs-1.9.1-1.fc31.x86_64.rpm                  |  66 kB  00:00
(78/115): mpfr-3.1.6-5.fc31.x86_64.rpm                      | 220 kB  00:00
(79/115): ncurses-base-6.1-12.20190803.fc31.noarch.rpm      |  60 kB  00:00
(80/115): ncurses-libs-6.1-12.20190803.fc31.x86_64.rpm      | 331 kB  00:00
(81/115): nettle-3.5.1-3.fc31.x86_64.rpm                    | 404 kB  00:00
(82/115): npth-1.6-3.fc31.x86_64.rpm                        |  25 kB  00:00
(83/115): openldap-2.4.47-3.fc31.x86_64.rpm                 | 304 kB  00:00
(84/115): openssl-1.1.1d-2.fc31.x86_64.rpm                  | 647 kB  00:00
(85/115): openssl-libs-1.1.1d-2.fc31.x86_64.rpm             | 1.4 MB  00:00
(86/115): p11-kit-0.23.16.1-2.fc31.x86_64.rpm               | 292 kB  00:00
(87/115): p11-kit-trust-0.23.16.1-2.fc31.x86_64.rpm         | 144 kB  00:00
(88/115): pcre-8.43-2.fc31.1.x86_64.rpm                     | 193 kB  00:00
(89/115): pcre2-10.33-16.fc31.x86_64.rpm                    | 255 kB  00:00
(90/115): popt-1.16-18.fc31.x86_64.rpm                      |  59 kB  00:00
(91/115): python-pip-wheel-19.1.1-7.fc31.noarch.rpm         | 1.2 MB  00:00
(92/115): python-setuptools-wheel-41.2.0-1.fc31.noarch.rpm  | 275 kB  00:00
(93/115): python3-3.7.5-2.fc31.x86_64.rpm                   |  31 kB  00:00
(94/115): python3-dnf-4.2.17-1.fc31.noarch.rpm              | 401 kB  00:00
(95/115): python3-gpg-1.13.1-3.fc31.x86_64.rpm              | 248 kB  00:00
(96/115): python3-hawkey-0.39.1-1.fc31.x86_64.rpm           | 101 kB  00:00
(97/115): python3-libcomps-0.1.14-1.fc31.x86_64.rpm         |  50 kB  00:00
(98/115): python3-libdnf-0.39.1-1.fc31.x86_64.rpm           | 706 kB  00:00
(99/115): python3-libs-3.7.5-2.fc31.x86_64.rpm              | 7.3 MB  00:00
(100/115): python3-rpm-4.15.1-1.fc31.x86_64.rpm             |  95 kB  00:00
(101/115): readline-8.0-3.fc31.x86_64.rpm                   | 206 kB  00:00
(102/115): rpm-4.15.1-1.fc31.x86_64.rpm                     | 499 kB  00:00
(103/115): rpm-build-libs-4.15.1-1.fc31.x86_64.rpm          |  97 kB  00:00
(104/115): rpm-libs-4.15.1-1.fc31.x86_64.rpm                | 300 kB  00:00
(105/115): rpm-sign-libs-4.15.1-1.fc31.x86_64.rpm           |  26 kB  00:00
(106/115): sed-4.5-4.fc31.x86_64.rpm                        | 291 kB  00:00
(107/115): setup-2.13.6-1.fc31.noarch.rpm                   | 142 kB  00:00
(108/115): sqlite-libs-3.30.0-1.fc31.x86_64.rpm             | 571 kB  00:00
(109/115): systemd-libs-243.5-1.fc31.x86_64.rpm             | 525 kB  00:00
(110/115): tss2-1331-2.fc31.x86_64.rpm                      | 577 kB  00:00
(111/115): tzdata-2019c-1.fc31.noarch.rpm                   | 429 kB  00:00
(112/115): xz-libs-5.2.4-6.fc31.x86_64.rpm                  |  90 kB  00:00
(113/115): yum-4.2.17-1.fc31.noarch.rpm                     |  44 kB  00:00
(114/115): zchunk-libs-1.1.4-1.fc31.x86_64.rpm              |  50 kB  00:00
(115/115): zlib-1.2.11-20.fc31.x86_64.rpm                   |  92 kB  00:00
--------------------------------------------------------------------------------
Total                                            11 MB/s |  46 MB     00:04
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64
Importing GPG key 0x3C3359C4:
 Userid : Fedora (31) <fedora-31-primary@fedoraproject.org>
 Package: fedora-gpg-keys-31-1.noarch (installed)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
fedora-release-31-1.noarch has installed conflicts system-release: fedora-release-31-1.noarch
  Installing : libgcc-9.2.1-1.fc31.x86_64                                 1/115
  Installing : setup-2.13.6-1.fc31.noarch                                 2/115
  Installing : filesystem-3.12-2.fc31.x86_64                              3/115
  Installing : basesystem-11-8.fc31.noarch                                4/115
  Installing : libreport-filesystem-2.11.3-1.fc31.noarch                  5/115
  Installing : dnf-data-4.2.17-1.fc31.noarch                              6/115
  Installing : tzdata-2019c-1.fc31.noarch                                 7/115
  Installing : python-setuptools-wheel-41.2.0-1.fc31.noarch               8/115
  Installing : ncurses-base-6.1-12.20190803.fc31.noarch                   9/115
  Installing : pcre2-10.33-16.fc31.x86_64                                10/115
  Installing : libselinux-2.9-5.fc31.x86_64                              11/115
  Installing : glibc-langpack-zu-2.30-8.fc31.x86_64                      12/115
  Installing : ncurses-libs-6.1-12.20190803.fc31.x86_64                  13/115
  Installing : glibc-common-2.30-8.fc31.x86_64                           14/115
  Installing : glibc-2.30-8.fc31.x86_64                                  15/115
  Installing : bash-5.0.11-1.fc31.x86_64                                 16/115
  Installing : libsepol-2.9-2.fc31.x86_64                                17/115
  Installing : zlib-1.2.11-20.fc31.x86_64                                18/115
  Installing : xz-libs-5.2.4-6.fc31.x86_64                               19/115
  Installing : bzip2-libs-1.0.8-1.fc31.x86_64                            20/115
  Installing : libzstd-1.4.2-1.fc31.x86_64                               21/115
  Installing : libdb-5.3.28-38.fc31.x86_64                               22/115
  Installing : libgpg-error-1.36-2.fc31.x86_64                           23/115
  Installing : popt-1.16-18.fc31.x86_64                                  24/115
  Installing : libcap-2.26-6.fc31.x86_64                                 25/115
  Installing : libxml2-2.9.10-2.fc31.x86_64                              26/115
  Installing : libcom_err-1.45.3-1.fc31.x86_64                           27/115
  Installing : lua-libs-5.3.5-6.fc31.x86_64                              28/115
  Installing : 1:gmp-6.1.2-10.fc31.x86_64                                29/115
  Installing : elfutils-libelf-0.177-1.fc31.x86_64                       30/115
  Installing : sqlite-libs-3.30.0-1.fc31.x86_64                          31/115
  Installing : libstdc++-9.2.1-1.fc31.x86_64                             32/115
  Installing : libuuid-2.34-4.fc31.x86_64                                33/115
  Installing : libffi-3.1-23.fc31.x86_64                                 34/115
  Installing : p11-kit-0.23.16.1-2.fc31.x86_64                           35/115
  Installing : readline-8.0-3.fc31.x86_64                                36/115
  Installing : libassuan-2.5.3-2.fc31.x86_64                             37/115
  Installing : libgcrypt-1.8.5-1.fc31.x86_64                             38/115
  Installing : file-libs-5.37-8.fc31.x86_64                              39/115
  Installing : keyutils-libs-1.6-3.fc31.x86_64                           40/115
  Installing : libsmartcols-2.34-4.fc31.x86_64                           41/115
  Installing : libattr-2.4.48-7.fc31.x86_64                              42/115
  Installing : libacl-2.2.53-4.fc31.x86_64                               43/115
  Installing : coreutils-single-8.31-6.fc31.x86_64                       44/115
  Installing : sed-4.5-4.fc31.x86_64                                     45/115
  Installing : libunistring-0.9.10-6.fc31.x86_64                         46/115
  Installing : libxcrypt-4.4.10-2.fc31.x86_64                            47/115
  Installing : expat-2.2.8-1.fc31.x86_64                                 48/115
  Installing : libtasn1-4.14-2.fc31.x86_64                               49/115
  Installing : lz4-libs-1.9.1-1.fc31.x86_64                              50/115
  Installing : pcre-8.43-2.fc31.1.x86_64                                 51/115
  Installing : grep-3.3-3.fc31.x86_64                                    52/115
  Installing : systemd-libs-243.5-1.fc31.x86_64                          53/115
  Installing : libusbx-1.0.22-4.fc31.x86_64                              54/115
  Installing : libcomps-0.1.14-1.fc31.x86_64                             55/115
  Installing : libidn2-2.3.0-1.fc31.x86_64                               56/115
  Installing : libblkid-2.34-4.fc31.x86_64                               57/115
  Installing : libmount-2.34-4.fc31.x86_64                               58/115
  Installing : glib2-2.62.4-1.fc31.x86_64                                59/115
  Installing : mpfr-3.1.6-5.fc31.x86_64                                  60/115
  Installing : nettle-3.5.1-3.fc31.x86_64                                61/115
  Installing : libksba-1.3.5-10.fc31.x86_64                              62/115
  Installing : libdb-utils-5.3.28-38.fc31.x86_64                         63/115
  Installing : elfutils-default-yama-scope-0.177-1.fc31.noarch           64/115
  Installing : elfutils-libs-0.177-1.fc31.x86_64                         65/115
  Installing : json-c-0.13.1-8.fc31.x86_64                               66/115
  Installing : libyaml-0.2.2-2.fc31.x86_64                               67/115
  Installing : libmodulemd1-1.8.16-1.fc31.x86_64                         68/115
  Installing : libgomp-9.2.1-1.fc31.x86_64                               69/115
  Installing : libverto-0.3.0-8.fc31.x86_64                              70/115
  Installing : libnghttp2-1.40.0-1.module_f31+7164+9e64a937.x86_64       71/115
  Installing : npth-1.6-3.fc31.x86_64                                    72/115
  Installing : libcap-ng-0.7.10-1.fc31.x86_64                            73/115
  Installing : audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_64        74/115
  Installing : alternatives-1.11-5.fc31.x86_64                           75/115
  Installing : p11-kit-trust-0.23.16.1-2.fc31.x86_64                     76/115
  Installing : ca-certificates-2019.2.32-3.fc31.noarch                   77/115
  Installing : python-pip-wheel-19.1.1-7.fc31.noarch                     78/115
  Installing : 1:gdbm-libs-1.18.1-1.fc31.x86_64                          79/115
  Installing : libsigsegv-2.11-8.fc31.x86_64                             80/115
  Installing : gawk-5.0.1-5.fc31.x86_64                                  81/115
  Installing : libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64            82/115
  Installing : libtirpc-1.2.5-0.fc31.x86_64                              83/115
  Installing : krb5-libs-1.17-45.fc31.x86_64                             84/115
  Installing : 1:openssl-libs-1.1.1d-2.fc31.x86_64                       85/115
  Installing : crypto-policies-20191128-2.gitcd267a5.fc31.noarch         86/115
  Installing : python3-3.7.5-2.fc31.x86_64                               87/115
  Installing : python3-libs-3.7.5-2.fc31.x86_64                          88/115
  Installing : libcurl-minimal-7.66.0-1.fc31.x86_64                      89/115
  Installing : zchunk-libs-1.1.4-1.fc31.x86_64                           90/115
  Installing : curl-minimal-7.66.0-1.fc31.x86_64                         91/115
  Installing : python3-libcomps-0.1.14-1.fc31.x86_64                     92/115
  Installing : gnutls-3.6.11-1.fc31.x86_64                               93/115
  Installing : libarchive-3.4.0-1.fc31.x86_64                            94/115
  Installing : rpm-libs-4.15.1-1.fc31.x86_64                             95/115
  Installing : rpm-4.15.1-1.fc31.x86_64                                  96/115
  Installing : libsolv-0.7.10-1.fc31.x86_64                              97/115
  Installing : rpm-build-libs-4.15.1-1.fc31.x86_64                       98/115
  Installing : 1:openssl-1.1.1d-2.fc31.x86_64                            99/115
  Installing : tss2-1331-2.fc31.x86_64                                  100/115
  Installing : ima-evm-utils-1.2.1-2.fc31.x86_64                        101/115
  Installing : cyrus-sasl-lib-2.1.27-2.fc31.x86_64                      102/115
  Installing : openldap-2.4.47-3.fc31.x86_64                            103/115
  Installing : gnupg2-2.2.18-2.fc31.x86_64                              104/115
  Installing : gpgme-1.13.1-3.fc31.x86_64                               105/115
  Installing : librepo-1.11.1-1.fc31.x86_64                             106/115
  Installing : libdnf-0.39.1-1.fc31.x86_64                              107/115
  Installing : python3-libdnf-0.39.1-1.fc31.x86_64                      108/115
  Installing : python3-hawkey-0.39.1-1.fc31.x86_64                      109/115
  Installing : python3-gpg-1.13.1-3.fc31.x86_64                         110/115
  Installing : rpm-sign-libs-4.15.1-1.fc31.x86_64                       111/115
  Installing : python3-rpm-4.15.1-1.fc31.x86_64                         112/115
  Installing : python3-dnf-4.2.17-1.fc31.noarch                         113/115
  Installing : dnf-4.2.17-1.fc31.noarch                                 114/115
  Installing : yum-4.2.17-1.fc31.noarch                                 115/115

Installed:
  yum.noarch 0:4.2.17-1.fc31

Dependency Installed:
  alternatives.x86_64 0:1.11-5.fc31
  audit-libs.x86_64 0:3.0-0.15.20191104git1c2f876.fc31
  basesystem.noarch 0:11-8.fc31
  bash.x86_64 0:5.0.11-1.fc31
  bzip2-libs.x86_64 0:1.0.8-1.fc31
  ca-certificates.noarch 0:2019.2.32-3.fc31
  coreutils-single.x86_64 0:8.31-6.fc31
  crypto-policies.noarch 0:20191128-2.gitcd267a5.fc31
  curl-minimal.x86_64 0:7.66.0-1.fc31
  cyrus-sasl-lib.x86_64 0:2.1.27-2.fc31
  dnf.noarch 0:4.2.17-1.fc31
  dnf-data.noarch 0:4.2.17-1.fc31
  elfutils-default-yama-scope.noarch 0:0.177-1.fc31
  elfutils-libelf.x86_64 0:0.177-1.fc31
  elfutils-libs.x86_64 0:0.177-1.fc31
  expat.x86_64 0:2.2.8-1.fc31
  file-libs.x86_64 0:5.37-8.fc31
  filesystem.x86_64 0:3.12-2.fc31
  gawk.x86_64 0:5.0.1-5.fc31
  gdbm-libs.x86_64 1:1.18.1-1.fc31
  glib2.x86_64 0:2.62.4-1.fc31
  glibc.x86_64 0:2.30-8.fc31
  glibc-common.x86_64 0:2.30-8.fc31
  glibc-langpack-zu.x86_64 0:2.30-8.fc31
  gmp.x86_64 1:6.1.2-10.fc31
  gnupg2.x86_64 0:2.2.18-2.fc31
  gnutls.x86_64 0:3.6.11-1.fc31
  gpgme.x86_64 0:1.13.1-3.fc31
  grep.x86_64 0:3.3-3.fc31
  ima-evm-utils.x86_64 0:1.2.1-2.fc31
  json-c.x86_64 0:0.13.1-8.fc31
  keyutils-libs.x86_64 0:1.6-3.fc31
  krb5-libs.x86_64 0:1.17-45.fc31
  libacl.x86_64 0:2.2.53-4.fc31
  libarchive.x86_64 0:3.4.0-1.fc31
  libassuan.x86_64 0:2.5.3-2.fc31
  libattr.x86_64 0:2.4.48-7.fc31
  libblkid.x86_64 0:2.34-4.fc31
  libcap.x86_64 0:2.26-6.fc31
  libcap-ng.x86_64 0:0.7.10-1.fc31
  libcom_err.x86_64 0:1.45.3-1.fc31
  libcomps.x86_64 0:0.1.14-1.fc31
  libcurl-minimal.x86_64 0:7.66.0-1.fc31
  libdb.x86_64 0:5.3.28-38.fc31
  libdb-utils.x86_64 0:5.3.28-38.fc31
  libdnf.x86_64 0:0.39.1-1.fc31
  libffi.x86_64 0:3.1-23.fc31
  libgcc.x86_64 0:9.2.1-1.fc31
  libgcrypt.x86_64 0:1.8.5-1.fc31
  libgomp.x86_64 0:9.2.1-1.fc31
  libgpg-error.x86_64 0:1.36-2.fc31
  libidn2.x86_64 0:2.3.0-1.fc31
  libksba.x86_64 0:1.3.5-10.fc31
  libmodulemd1.x86_64 0:1.8.16-1.fc31
  libmount.x86_64 0:2.34-4.fc31
  libnghttp2.x86_64 0:1.40.0-1.module_f31+7164+9e64a937
  libnsl2.x86_64 0:1.2.0-5.20180605git4a062cf.fc31
  librepo.x86_64 0:1.11.1-1.fc31
  libreport-filesystem.noarch 0:2.11.3-1.fc31
  libselinux.x86_64 0:2.9-5.fc31
  libsepol.x86_64 0:2.9-2.fc31
  libsigsegv.x86_64 0:2.11-8.fc31
  libsmartcols.x86_64 0:2.34-4.fc31
  libsolv.x86_64 0:0.7.10-1.fc31
  libstdc++.x86_64 0:9.2.1-1.fc31
  libtasn1.x86_64 0:4.14-2.fc31
  libtirpc.x86_64 0:1.2.5-0.fc31
  libunistring.x86_64 0:0.9.10-6.fc31
  libusbx.x86_64 0:1.0.22-4.fc31
  libuuid.x86_64 0:2.34-4.fc31
  libverto.x86_64 0:0.3.0-8.fc31
  libxcrypt.x86_64 0:4.4.10-2.fc31
  libxml2.x86_64 0:2.9.10-2.fc31
  libyaml.x86_64 0:0.2.2-2.fc31
  libzstd.x86_64 0:1.4.2-1.fc31
  lua-libs.x86_64 0:5.3.5-6.fc31
  lz4-libs.x86_64 0:1.9.1-1.fc31
  mpfr.x86_64 0:3.1.6-5.fc31
  ncurses-base.noarch 0:6.1-12.20190803.fc31
  ncurses-libs.x86_64 0:6.1-12.20190803.fc31
  nettle.x86_64 0:3.5.1-3.fc31
  npth.x86_64 0:1.6-3.fc31
  openldap.x86_64 0:2.4.47-3.fc31
  openssl.x86_64 1:1.1.1d-2.fc31
  openssl-libs.x86_64 1:1.1.1d-2.fc31
  p11-kit.x86_64 0:0.23.16.1-2.fc31
  p11-kit-trust.x86_64 0:0.23.16.1-2.fc31
  pcre.x86_64 0:8.43-2.fc31.1
  pcre2.x86_64 0:10.33-16.fc31
  popt.x86_64 0:1.16-18.fc31
  python-pip-wheel.noarch 0:19.1.1-7.fc31
  python-setuptools-wheel.noarch 0:41.2.0-1.fc31
  python3.x86_64 0:3.7.5-2.fc31
  python3-dnf.noarch 0:4.2.17-1.fc31
  python3-gpg.x86_64 0:1.13.1-3.fc31
  python3-hawkey.x86_64 0:0.39.1-1.fc31
  python3-libcomps.x86_64 0:0.1.14-1.fc31
  python3-libdnf.x86_64 0:0.39.1-1.fc31
  python3-libs.x86_64 0:3.7.5-2.fc31
  python3-rpm.x86_64 0:4.15.1-1.fc31
  readline.x86_64 0:8.0-3.fc31
  rpm.x86_64 0:4.15.1-1.fc31
  rpm-build-libs.x86_64 0:4.15.1-1.fc31
  rpm-libs.x86_64 0:4.15.1-1.fc31
  rpm-sign-libs.x86_64 0:4.15.1-1.fc31
  sed.x86_64 0:4.5-4.fc31
  setup.noarch 0:2.13.6-1.fc31
  sqlite-libs.x86_64 0:3.30.0-1.fc31
  systemd-libs.x86_64 0:243.5-1.fc31
  tss2.x86_64 0:1331-2.fc31
  tzdata.noarch 0:2019c-1.fc31
  xz-libs.x86_64 0:5.2.4-6.fc31
  zchunk-libs.x86_64 0:1.1.4-1.fc31
  zlib.x86_64 0:1.2.11-20.fc31

Complete!
root@rescue:/home/user#

Prepare the chroot and enter it

root@rescue:/home/user# mount -v --bind /dev /target/dev
mount: /dev bound on /target/dev.
root@rescue:/home/user# mount -v -t proc procfs /target/proc
mount: procfs mounted on /target/proc.
root@rescue:/home/user# mount -v -t sysfs sysfs /target/sys
mount: sysfs mounted on /target/sys.
root@rescue:/home/user# chroot /target /bin/bash
bash-5.0#

Fix /var/run

For some reason installing this base system does not leave /var/run as a symlink to /run, and this causes problems later, so fix this now.

bash-5.0# cd /var
bash-5.0# rm -vr run
removed directory 'run'
bash-5.0# ln -vs /run /var/run
'/var/run' -> '/run'
bash-5.0# cd /
bash-5.0#

Install the system

Now it's time to install enough packages to make a bootable server.

bash-5.0# yum -y --releasever=31 install yum fedora-release

[missed some of this output because of lack of scrollback…]

================================================================================
Install  244 Packages

Total download size: 115 M
Installed size: 550 M
Downloading Packages:
(1/244): audit-libs-3.0-0.15.20191104git1c2f876 1.7 MB/s | 115 kB     00:00
(2/244): adwaita-cursor-theme-3.34.3-1.fc31.noa 7.1 MB/s | 623 kB     00:00
(3/244): bash-5.0.11-1.fc31.x86_64.rpm           17 MB/s | 1.6 MB     00:00
(4/244): coreutils-8.31-6.fc31.x86_64.rpm        14 MB/s | 1.2 MB     00:00
(5/244): crypto-policies-20191128-2.gitcd267a5. 8.4 MB/s |  97 kB     00:00
(6/244): cryptsetup-libs-2.2.2-1.fc31.x86_64.rp  11 MB/s | 428 kB     00:00
(7/244): cups-libs-2.2.12-3.fc31.x86_64.rpm      12 MB/s | 276 kB     00:00
(8/244): device-mapper-1.02.165-1.fc31.x86_64.r 6.9 MB/s | 147 kB     00:00
(9/244): coreutils-common-8.31-6.fc31.x86_64.rp  18 MB/s | 1.9 MB     00:00
(10/244): device-mapper-libs-1.02.165-1.fc31.x8  10 MB/s | 182 kB     00:00
(11/244): dnf-data-4.2.17-1.fc31.noarch.rpm     3.7 MB/s |  48 kB     00:00
(12/244): dnf-4.2.17-1.fc31.noarch.rpm           16 MB/s | 403 kB     00:00
(13/244): fedora-release-common-31-2.noarch.rpm 1.0 MB/s |  20 kB     00:00
(14/244): fedora-release-31-2.noarch.rpm        320 kB/s |  11 kB     00:00
(15/244): fribidi-1.0.5-5.fc31.x86_64.rpm       5.6 MB/s |  83 kB     00:00
(16/244): file-libs-5.37-8.fc31.x86_64.rpm       11 MB/s | 541 kB     00:00
(17/244): gcr-3.34.0-1.fc31.x86_64.rpm          9.1 MB/s | 481 kB     00:00
(18/244): gcr-base-3.34.0-1.fc31.x86_64.rpm     8.1 MB/s | 296 kB     00:00
(19/244): glib-networking-2.62.3-1.fc31.x86_64. 6.3 MB/s | 155 kB     00:00
(20/244): adwaita-icon-theme-3.34.3-1.fc31.noar  18 MB/s |  11 MB     00:00
(21/244): glib2-2.62.4-1.fc31.x86_64.rpm         12 MB/s | 2.6 MB     00:00
(22/244): glibc-2.30-8.fc31.x86_64.rpm           15 MB/s | 3.5 MB     00:00
(23/244): glibc-common-2.30-8.fc31.x86_64.rpm    14 MB/s | 644 kB     00:00
(24/244): gnupg2-smime-2.2.18-2.fc31.x86_64.rpm 5.8 MB/s | 274 kB     00:00
(25/244): gnutls-3.6.11-1.fc31.x86_64.rpm        14 MB/s | 948 kB     00:00
(26/244): gtk-update-icon-cache-3.24.13-1.fc31. 3.0 MB/s |  34 kB     00:00
(27/244): gnupg2-2.2.18-2.fc31.x86_64.rpm        17 MB/s | 2.4 MB     00:00
(28/244): iptables-libs-1.8.3-7.fc31.x86_64.rpm 2.0 MB/s |  56 kB     00:00
(29/244): json-c-0.13.1-8.fc31.x86_64.rpm       977 kB/s |  38 kB     00:00
(30/244): libX11-1.6.9-2.fc31.x86_64.rpm        9.9 MB/s | 659 kB     00:00
(31/244): libX11-common-1.6.9-2.fc31.noarch.rpm 7.7 MB/s | 153 kB     00:00
(32/244): libblkid-2.34-4.fc31.x86_64.rpm       9.7 MB/s | 158 kB     00:00
(33/244): libcap-ng-0.7.10-1.fc31.x86_64.rpm    2.4 MB/s |  28 kB     00:00
(34/244): libcomps-0.1.14-1.fc31.x86_64.rpm     7.1 MB/s |  80 kB     00:00
(35/244): libdnf-0.39.1-1.fc31.x86_64.rpm        13 MB/s | 636 kB     00:00
(36/244): gtk3-3.24.13-1.fc31.x86_64.rpm         17 MB/s | 4.6 MB     00:00
(37/244): libedit-3.1-30.20191211cvs.fc31.x86_6 4.8 MB/s | 105 kB     00:00
(38/244): libgusb-0.3.1-1.fc31.x86_64.rpm       3.3 MB/s |  47 kB     00:00
(39/244): libfdisk-2.34-4.fc31.x86_64.rpm       8.9 MB/s | 210 kB     00:00
(40/244): libidn2-2.3.0-1.fc31.x86_64.rpm       7.4 MB/s | 104 kB     00:00
(41/244): libjpeg-turbo-2.0.2-5.fc31.x86_64.rpm  12 MB/s | 168 kB     00:00
(42/244): libmodulemd1-1.8.16-1.fc31.x86_64.rpm 9.5 MB/s | 175 kB     00:00
(43/244): libmount-2.34-4.fc31.x86_64.rpm        12 MB/s | 184 kB     00:00
(44/244): libnghttp2-1.39.2-2.fc31.x86_64.rpm   6.1 MB/s |  81 kB     00:00
(45/244): libpcap-1.9.1-1.fc31.x86_64.rpm       5.7 MB/s | 169 kB     00:00
(46/244): libpwquality-1.4.2-1.fc31.x86_64.rpm  3.1 MB/s | 101 kB     00:00
(47/244): librepo-1.11.1-1.fc31.x86_64.rpm      4.8 MB/s |  96 kB     00:00
(48/244): libreport-filesystem-2.11.3-1.fc31.no 1.3 MB/s |  14 kB     00:00
(49/244): libseccomp-2.4.2-2.fc31.x86_64.rpm    6.4 MB/s |  76 kB     00:00
(50/244): libsmartcols-2.34-4.fc31.x86_64.rpm   5.9 MB/s | 126 kB     00:00
(51/244): libsolv-0.7.10-1.fc31.x86_64.rpm       15 MB/s | 396 kB     00:00
(52/244): libsoup-2.68.3-1.fc31.x86_64.rpm       15 MB/s | 383 kB     00:00
(53/244): libssh-0.9.3-1.fc31.x86_64.rpm         12 MB/s | 213 kB     00:00
(54/244): libssh-config-0.9.3-1.fc31.noarch.rpm 1.0 MB/s |  11 kB     00:00
(55/244): libtiff-4.0.10-7.fc31.x86_64.rpm       10 MB/s | 179 kB     00:00
(56/244): libtirpc-1.2.5-0.fc31.x86_64.rpm      6.4 MB/s |  97 kB     00:00
(57/244): libuuid-2.34-4.fc31.x86_64.rpm        2.0 MB/s |  27 kB     00:00
(58/244): libxcrypt-4.4.10-2.fc31.x86_64.rpm    8.4 MB/s | 126 kB     00:00
(59/244): libxcrypt-compat-4.4.10-2.fc31.x86_64 9.6 MB/s |  99 kB     00:00
(60/244): libxkbcommon-0.9.1-3.fc31.x86_64.rpm  6.9 MB/s | 120 kB     00:00
(61/244): mkpasswd-5.5.4-1.fc31.x86_64.rpm      1.9 MB/s |  41 kB     00:00
(62/244): libxml2-2.9.10-2.fc31.x86_64.rpm       15 MB/s | 693 kB     00:00
(63/244): openssh-8.1p1-1.fc31.x86_64.rpm       9.2 MB/s | 440 kB     00:00
(64/244): openssh-clients-8.1p1-1.fc31.x86_64.r  14 MB/s | 601 kB     00:00
(65/244): openssl-pkcs11-0.4.10-3.fc31.x86_64.r 5.1 MB/s |  70 kB     00:00
(66/244): glibc-all-langpacks-2.30-8.fc31.x86_6  22 MB/s |  18 MB     00:00
(67/244): pango-1.44.7-1.fc31.x86_64.rpm        3.9 MB/s | 293 kB     00:00
(68/244): pam-1.3.1-21.fc31.x86_64.rpm          7.8 MB/s | 660 kB     00:00
(69/244): python-unversioned-command-3.7.5-2.fc 1.2 MB/s |  15 kB     00:00
(70/244): pcre2-10.33-16.fc31.x86_64.rpm        9.4 MB/s | 255 kB     00:00
(71/244): python3-3.7.5-2.fc31.x86_64.rpm       2.1 MB/s |  31 kB     00:00
(72/244): python3-hawkey-0.39.1-1.fc31.x86_64.r 5.9 MB/s | 101 kB     00:00
(73/244): python3-dnf-4.2.17-1.fc31.noarch.rpm   13 MB/s | 401 kB     00:00
(74/244): python-pip-wheel-19.1.1-7.fc31.noarch  19 MB/s | 1.2 MB     00:00
(75/244): python3-libcomps-0.1.14-1.fc31.x86_64 4.1 MB/s |  50 kB     00:00
(76/244): python3-libdnf-0.39.1-1.fc31.x86_64.r  11 MB/s | 706 kB     00:00
(77/244): python3-rpm-4.15.1-1.fc31.x86_64.rpm  5.9 MB/s |  95 kB     00:00
(78/244): python3-pip-19.1.1-7.fc31.noarch.rpm   20 MB/s | 1.6 MB     00:00
(79/244): python3-unbound-1.9.6-1.fc31.x86_64.r 7.2 MB/s | 100 kB     00:00
(80/244): rpm-build-libs-4.15.1-1.fc31.x86_64.r 6.1 MB/s |  97 kB     00:00
(81/244): rpm-4.15.1-1.fc31.x86_64.rpm           13 MB/s | 499 kB     00:00
(82/244): rpm-libs-4.15.1-1.fc31.x86_64.rpm      14 MB/s | 300 kB     00:00
(83/244): rpm-plugin-systemd-inhibit-4.15.1-1.f 2.0 MB/s |  22 kB     00:00
(84/244): rpm-sign-libs-4.15.1-1.fc31.x86_64.rp 2.9 MB/s |  26 kB     00:00
(85/244): setup-2.13.6-1.fc31.noarch.rpm        5.6 MB/s | 142 kB     00:00
(86/244): shared-mime-info-1.15-1.fc31.x86_64.r 9.4 MB/s | 303 kB     00:00
(87/244): sqlite-libs-3.30.0-1.fc31.x86_64.rpm   14 MB/s | 571 kB     00:00
(88/244): systemd-libs-243.5-1.fc31.x86_64.rpm   10 MB/s | 525 kB     00:00
(89/244): systemd-pam-243.5-1.fc31.x86_64.rpm    10 MB/s | 167 kB     00:00
(90/244): systemd-rpm-macros-243.5-1.fc31.noarc 2.5 MB/s |  23 kB     00:00
(91/244): unbound-libs-1.9.6-1.fc31.x86_64.rpm   13 MB/s | 515 kB     00:00
(92/244): python3-libs-3.7.5-2.fc31.x86_64.rpm   19 MB/s | 7.3 MB     00:00
(93/244): systemd-243.5-1.fc31.x86_64.rpm        17 MB/s | 3.8 MB     00:00
(94/244): whois-nls-5.5.4-1.fc31.noarch.rpm     1.9 MB/s |  33 kB     00:00
(95/244): yum-4.2.17-1.fc31.noarch.rpm          2.4 MB/s |  44 kB     00:00
(96/244): util-linux-2.34-4.fc31.x86_64.rpm      20 MB/s | 2.6 MB     00:00
(97/244): zchunk-libs-1.1.4-1.fc31.x86_64.rpm   2.3 MB/s |  50 kB     00:00
(98/244): xkeyboard-config-2.28-1.fc31.noarch.r  17 MB/s | 753 kB     00:00
(99/244): zlib-1.2.11-20.fc31.x86_64.rpm        6.9 MB/s |  92 kB     00:00
(100/244): acl-2.2.53-4.fc31.x86_64.rpm         909 kB/s |  72 kB     00:00
(101/244): abattis-cantarell-fonts-0.111-3.fc31 2.2 MB/s | 257 kB     00:00
(102/244): alternatives-1.11-5.fc31.x86_64.rpm  1.0 MB/s |  35 kB     00:00
(103/244): at-spi2-atk-2.34.1-1.fc31.x86_64.rpm 3.3 MB/s |  89 kB     00:00
(104/244): adobe-source-code-pro-fonts-2.030.1. 5.4 MB/s | 845 kB     00:00
(105/244): at-spi2-core-2.34.0-1.fc31.x86_64.rp 3.3 MB/s | 175 kB     00:00
(106/244): atk-2.34.1-1.fc31.x86_64.rpm         5.2 MB/s | 269 kB     00:00
(107/244): basesystem-11-8.fc31.noarch.rpm      195 kB/s | 6.9 kB     00:00
(108/244): avahi-libs-0.7-20.fc31.x86_64.rpm    1.4 MB/s |  63 kB     00:00
(109/244): bzip2-libs-1.0.8-1.fc31.x86_64.rpm   1.7 MB/s |  40 kB     00:00
(110/244): brotli-1.0.7-6.fc31.x86_64.rpm       6.5 MB/s | 341 kB     00:00
(111/244): ca-certificates-2019.2.32-3.fc31.noa 8.7 MB/s | 367 kB     00:00
(112/244): colord-libs-1.4.4-2.fc31.x86_64.rpm  7.7 MB/s | 236 kB     00:00
(113/244): cairo-gobject-1.16.0-6.fc31.x86_64.r 505 kB/s |  20 kB     00:00
(114/244): cairo-1.16.0-6.fc31.x86_64.rpm        10 MB/s | 707 kB     00:00
(115/244): cracklib-2.9.6-21.fc31.x86_64.rpm    3.6 MB/s |  83 kB     00:00
(116/244): curl-7.66.0-1.fc31.x86_64.rpm         12 MB/s | 294 kB     00:00
(117/244): cyrus-sasl-lib-2.1.27-2.fc31.x86_64. 3.8 MB/s | 102 kB     00:00
(118/244): dbus-1.12.16-3.fc31.x86_64.rpm       333 kB/s |  11 kB     00:00
(119/244): dbus-broker-21-6.fc31.x86_64.rpm     5.6 MB/s | 175 kB     00:00
(120/244): dbus-common-1.12.16-3.fc31.noarch.rp 697 kB/s |  17 kB     00:00
(121/244): dbus-libs-1.12.16-3.fc31.x86_64.rpm  8.5 MB/s | 161 kB     00:00
(122/244): deltarpm-3.6.2-2.fc31.x86_64.rpm     4.1 MB/s |  87 kB     00:00
(123/244): dconf-0.34.0-1.fc31.x86_64.rpm       3.7 MB/s | 109 kB     00:00
(124/244): diffutils-3.7-3.fc31.x86_64.rpm       14 MB/s | 401 kB     00:00
(125/244): elfutils-default-yama-scope-0.177-1. 543 kB/s |  16 kB     00:00
(126/244): cracklib-dicts-2.9.6-21.fc31.x86_64.  21 MB/s | 3.7 MB     00:00
(127/244): elfutils-libelf-0.177-1.fc31.x86_64. 5.9 MB/s | 191 kB     00:00
(128/244): elfutils-libs-0.177-1.fc31.x86_64.rp  10 MB/s | 297 kB     00:00
(129/244): expat-2.2.8-1.fc31.x86_64.rpm        5.1 MB/s | 102 kB     00:00
(130/244): fedora-repos-31-1.noarch.rpm         296 kB/s | 9.6 kB     00:00
(131/244): fedora-gpg-keys-31-1.noarch.rpm      2.4 MB/s | 100 kB     00:00
(132/244): filesystem-3.12-2.fc31.x86_64.rpm     11 MB/s | 1.1 MB     00:00
(133/244): fontconfig-2.13.92-3.fc31.x86_64.rpm  16 MB/s | 263 kB     00:00
(134/244): fontpackages-filesystem-1.44-25.fc31 630 kB/s | 8.1 kB     00:00
(135/244): fipscheck-lib-1.5.0-7.fc31.x86_64.rp 127 kB/s |  14 kB     00:00
(136/244): fipscheck-1.5.0-7.fc31.x86_64.rpm    230 kB/s |  26 kB     00:00
(137/244): gdbm-libs-1.18.1-1.fc31.x86_64.rpm   2.6 MB/s |  55 kB     00:00
(138/244): freetype-2.10.0-3.fc31.x86_64.rpm     13 MB/s | 384 kB     00:00
(139/244): gdk-pixbuf2-modules-2.40.0-1.fc31.x8 5.7 MB/s |  99 kB     00:00
(140/244): gdk-pixbuf2-2.40.0-1.fc31.x86_64.rpm  17 MB/s | 465 kB     00:00
(141/244): gawk-5.0.1-5.fc31.x86_64.rpm          19 MB/s | 1.2 MB     00:00
(142/244): gmp-6.1.2-10.fc31.x86_64.rpm         9.9 MB/s | 265 kB     00:00
(143/244): gpgme-1.13.1-3.fc31.x86_64.rpm       7.9 MB/s | 203 kB     00:00
(144/244): graphite2-1.3.13-1.fc31.x86_64.rpm   4.2 MB/s | 104 kB     00:00
(145/244): grep-3.3-3.fc31.x86_64.rpm           8.6 MB/s | 249 kB     00:00
(146/244): gsettings-desktop-schemas-3.34.0-1.f 9.3 MB/s | 644 kB     00:00
(147/244): gzip-1.10-1.fc31.x86_64.rpm          2.9 MB/s | 155 kB     00:00
(148/244): gnome-keyring-3.34.0-1.fc31.x86_64.r 4.8 MB/s | 944 kB     00:00
(149/244): hicolor-icon-theme-0.17-7.fc31.noarc 492 kB/s |  45 kB     00:00
(150/244): ima-evm-utils-1.2.1-2.fc31.x86_64.rp 1.6 MB/s |  57 kB     00:00
(151/244): jbigkit-libs-2.1-17.fc31.x86_64.rpm  1.4 MB/s |  53 kB     00:00
(152/244): jasper-libs-2.0.14-9.fc31.x86_64.rpm 2.6 MB/s | 165 kB     00:00
(153/244): harfbuzz-2.6.1-2.fc31.x86_64.rpm     3.7 MB/s | 628 kB     00:00
(154/244): json-glib-1.4.4-3.fc31.x86_64.rpm    5.7 MB/s | 145 kB     00:00
(155/244): keyutils-libs-1.6-3.fc31.x86_64.rpm  1.1 MB/s |  31 kB     00:00
(156/244): kmod-libs-26-4.fc31.x86_64.rpm       2.0 MB/s |  64 kB     00:00
(157/244): lcms2-2.9-6.fc31.x86_64.rpm          4.6 MB/s | 166 kB     00:00
(158/244): libXau-1.0.9-2.fc31.x86_64.rpm       1.3 MB/s |  31 kB     00:00
(159/244): krb5-libs-1.17-45.fc31.x86_64.rpm     11 MB/s | 755 kB     00:00
(160/244): libXcomposite-0.4.4-17.fc31.x86_64.r 938 kB/s |  23 kB     00:00
(161/244): libXcursor-1.1.15-6.fc31.x86_64.rpm  1.3 MB/s |  30 kB     00:00
(162/244): libXext-1.3.4-2.fc31.x86_64.rpm      2.7 MB/s |  39 kB     00:00
(163/244): libXdamage-1.1.4-17.fc31.x86_64.rpm  1.1 MB/s |  21 kB     00:00
(164/244): libXfixes-5.0.3-10.fc31.x86_64.rpm   1.0 MB/s |  19 kB     00:00
(165/244): libXinerama-1.1.4-4.fc31.x86_64.rpm  725 kB/s |  14 kB     00:00
(166/244): libXft-2.3.3-2.fc31.x86_64.rpm       1.7 MB/s |  64 kB     00:00
(167/244): libXi-1.7.10-2.fc31.x86_64.rpm       1.0 MB/s |  39 kB     00:00
(168/244): libXrandr-1.5.2-2.fc31.x86_64.rpm    1.5 MB/s |  27 kB     00:00
(169/244): libXrender-0.9.10-10.fc31.x86_64.rpm 1.9 MB/s |  27 kB     00:00
(170/244): libXtst-1.2.3-10.fc31.x86_64.rpm     859 kB/s |  21 kB     00:00
(171/244): libacl-2.2.53-4.fc31.x86_64.rpm      1.0 MB/s |  25 kB     00:00
(172/244): libargon2-20171227-3.fc31.x86_64.rpm 1.7 MB/s |  30 kB     00:00
(173/244): libarchive-3.4.0-1.fc31.x86_64.rpm   9.0 MB/s | 383 kB     00:00
(174/244): libassuan-2.5.3-2.fc31.x86_64.rpm    2.3 MB/s |  69 kB     00:00
(175/244): libattr-2.4.48-7.fc31.x86_64.rpm     565 kB/s |  18 kB     00:00
(176/244): libcom_err-1.45.3-1.fc31.x86_64.rpm  1.3 MB/s |  28 kB     00:00
(177/244): libcap-2.26-6.fc31.x86_64.rpm        1.8 MB/s |  52 kB     00:00
(178/244): libdatrie-0.2.9-10.fc31.x86_64.rpm   1.2 MB/s |  32 kB     00:00
(179/244): libcurl-7.66.0-1.fc31.x86_64.rpm     7.0 MB/s | 269 kB     00:00
(180/244): libdb-5.3.28-38.fc31.x86_64.rpm       19 MB/s | 763 kB     00:00
(181/244): libdb-utils-5.3.28-38.fc31.x86_64.rp 6.4 MB/s | 143 kB     00:00
(182/244): libepoxy-1.5.3-4.fc31.x86_64.rpm     9.4 MB/s | 248 kB     00:00
(183/244): libffi-3.1-23.fc31.x86_64.rpm        1.9 MB/s |  33 kB     00:00
(184/244): libevent-2.1.8-7.fc31.x86_64.rpm     8.7 MB/s | 258 kB     00:00
(185/244): libgcc-9.2.1-1.fc31.x86_64.rpm       4.0 MB/s |  95 kB     00:00
(186/244): libgcrypt-1.8.5-1.fc31.x86_64.rpm     16 MB/s | 466 kB     00:00
(187/244): libgomp-9.2.1-1.fc31.x86_64.rpm      8.6 MB/s | 230 kB     00:00
(188/244): libgpg-error-1.36-2.fc31.x86_64.rpm  9.2 MB/s | 200 kB     00:00
(189/244): libmetalink-0.1.3-9.fc31.x86_64.rpm  1.9 MB/s |  31 kB     00:00
(190/244): libksba-1.3.5-10.fc31.x86_64.rpm     5.8 MB/s | 132 kB     00:00
(191/244): libmodman-2.0.1-20.fc31.x86_64.rpm   1.3 MB/s |  34 kB     00:00
(192/244): libnsl2-1.2.0-5.20180605git4a062cf.f 2.2 MB/s |  59 kB     00:00
(193/244): libpng-1.6.37-2.fc31.x86_64.rpm      4.0 MB/s | 114 kB     00:00
(194/244): libproxy-0.4.15-14.fc31.x86_64.rpm   2.8 MB/s |  69 kB     00:00
(195/244): libpsl-0.21.0-2.fc31.x86_64.rpm      2.4 MB/s |  61 kB     00:00
(196/244): libsecret-0.19.1-1.fc31.x86_64.rpm   5.5 MB/s | 171 kB     00:00
(197/244): libselinux-2.9-5.fc31.x86_64.rpm     3.2 MB/s |  86 kB     00:00
(198/244): libsemanage-2.9-3.fc31.x86_64.rpm    3.7 MB/s | 123 kB     00:00
(199/244): libsigsegv-2.11-8.fc31.x86_64.rpm    1.2 MB/s |  26 kB     00:00
(200/244): libsepol-2.9-2.fc31.x86_64.rpm       8.7 MB/s | 301 kB     00:00
(201/244): libtasn1-4.14-2.fc31.x86_64.rpm      3.2 MB/s |  72 kB     00:00
(202/244): libthai-0.1.28-3.fc31.x86_64.rpm     7.2 MB/s | 213 kB     00:00
(203/244): libstdc++-9.2.1-1.fc31.x86_64.rpm     12 MB/s | 627 kB     00:00
(204/244): libusbx-1.0.22-4.fc31.x86_64.rpm     4.1 MB/s |  69 kB     00:00
(205/244): libunistring-0.9.10-6.fc31.x86_64.rp  14 MB/s | 513 kB     00:00
(206/244): libverto-0.3.0-8.fc31.x86_64.rpm     1.3 MB/s |  22 kB     00:00
(207/244): libutempter-1.1.6-17.fc31.x86_64.rpm 1.1 MB/s |  26 kB     00:00
(208/244): libwayland-client-1.17.0-2.fc31.x86_ 1.6 MB/s |  35 kB     00:00
(209/244): libwayland-cursor-1.17.0-2.fc31.x86_ 1.5 MB/s |  20 kB     00:00
(210/244): libwayland-egl-1.17.0-2.fc31.x86_64. 1.0 MB/s |  13 kB     00:00
(211/244): libyaml-0.2.2-2.fc31.x86_64.rpm      3.1 MB/s |  60 kB     00:00
(212/244): libxcb-1.13.1-3.fc31.x86_64.rpm      6.7 MB/s | 231 kB     00:00
(213/244): libzstd-1.4.2-1.fc31.x86_64.rpm      6.6 MB/s | 269 kB     00:00
(214/244): lua-libs-5.3.5-6.fc31.x86_64.rpm     4.4 MB/s | 117 kB     00:00
(215/244): lz4-libs-1.9.1-1.fc31.x86_64.rpm     2.7 MB/s |  66 kB     00:00
(216/244): mpfr-3.1.6-5.fc31.x86_64.rpm         8.8 MB/s | 220 kB     00:00
(217/244): ncurses-6.1-12.20190803.fc31.x86_64.  11 MB/s | 398 kB     00:00
(218/244): ncurses-base-6.1-12.20190803.fc31.no 2.2 MB/s |  60 kB     00:00
(219/244): ncurses-libs-6.1-12.20190803.fc31.x8  10 MB/s | 331 kB     00:00
(220/244): npth-1.6-3.fc31.x86_64.rpm           1.0 MB/s |  25 kB     00:00
(221/244): nettle-3.5.1-3.fc31.x86_64.rpm        13 MB/s | 404 kB     00:00
(222/244): openldap-2.4.47-3.fc31.x86_64.rpm    7.2 MB/s | 304 kB     00:00
(223/244): openssl-1.1.1d-2.fc31.x86_64.rpm      13 MB/s | 647 kB     00:00
(224/244): openssl-libs-1.1.1d-2.fc31.x86_64.rp  21 MB/s | 1.4 MB     00:00
(225/244): p11-kit-trust-0.23.16.1-2.fc31.x86_6 5.8 MB/s | 144 kB     00:00
(226/244): p11-kit-0.23.16.1-2.fc31.x86_64.rpm  6.6 MB/s | 292 kB     00:00
(227/244): pcre-8.43-2.fc31.1.x86_64.rpm        7.8 MB/s | 193 kB     00:00
(228/244): pinentry-1.1.0-6.fc31.x86_64.rpm     3.5 MB/s |  94 kB     00:00
(229/244): pixman-0.38.4-1.fc31.x86_64.rpm      7.3 MB/s | 260 kB     00:00
(230/244): popt-1.16-18.fc31.x86_64.rpm         2.8 MB/s |  59 kB     00:00
(231/244): publicsuffix-list-dafsa-20190417-2.f 2.0 MB/s |  56 kB     00:00
(232/244): python-setuptools-wheel-41.2.0-1.fc3 6.3 MB/s | 275 kB     00:00
(233/244): python3-gpg-1.13.1-3.fc31.x86_64.rpm 5.8 MB/s | 248 kB     00:00
(234/244): qrencode-libs-4.0.2-4.fc31.x86_64.rp 2.3 MB/s |  61 kB     00:00
(235/244): python3-setuptools-41.2.0-1.fc31.noa 8.3 MB/s | 578 kB     00:00
(236/244): readline-8.0-3.fc31.x86_64.rpm       4.9 MB/s | 206 kB     00:00
(237/244): rest-0.8.1-6.fc31.x86_64.rpm         2.2 MB/s |  70 kB     00:00
(238/244): sed-4.5-4.fc31.x86_64.rpm            6.4 MB/s | 291 kB     00:00
(239/244): trousers-0.3.13-13.fc31.x86_64.rpm   4.0 MB/s | 150 kB     00:00
(240/244): trousers-lib-0.3.13-13.fc31.x86_64.r 7.2 MB/s | 171 kB     00:00
(241/244): shadow-utils-4.6-16.fc31.x86_64.rpm   17 MB/s | 1.2 MB     00:00
(242/244): xz-libs-5.2.4-6.fc31.x86_64.rpm      3.4 MB/s |  90 kB     00:00
(243/244): tss2-1331-2.fc31.x86_64.rpm           10 MB/s | 577 kB     00:00
(244/244): tzdata-2019c-1.fc31.noarch.rpm       8.6 MB/s | 429 kB     00:00
--------------------------------------------------------------------------------
Total                                            28 MB/s | 115 MB     00:04
warning: /var/cache/dnf/updates-7fc4c739b3909d9f/packages/adwaita-cursor-theme-3.34.3-1.fc31.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 3c3359c4: NOKEY
Fedora 31 - x86_64 - Updates                    1.6 MB/s | 1.6 kB     00:00
Importing GPG key 0x3C3359C4:
 Userid     : "Fedora (31) <fedora-31-primary@fedoraproject.org>"
 Fingerprint: 7D22 D586 7F2A 4236 474B F7B8 50CB 390B 3C33 59C4
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: filesystem-3.12-2.fc31.x86_64                          1/1
  Preparing        :                                                        1/1
  Installing       : libgcc-9.2.1-1.fc31.x86_64                           1/244
  Running scriptlet: libgcc-9.2.1-1.fc31.x86_64                           1/244
  Installing       : fontpackages-filesystem-1.44-25.fc31.noarch          2/244
  Installing       : abattis-cantarell-fonts-0.111-3.fc31.noarch          3/244
  Installing       : adobe-source-code-pro-fonts-2.030.1.050-7.fc31.n     4/244
  Installing       : tzdata-2019c-1.fc31.noarch                           5/244
  Installing       : python-setuptools-wheel-41.2.0-1.fc31.noarch         6/244
  Installing       : publicsuffix-list-dafsa-20190417-2.fc31.noarch       7/244
  Installing       : ncurses-base-6.1-12.20190803.fc31.noarch             8/244
  Installing       : fedora-gpg-keys-31-1.noarch                          9/244
  Installing       : fedora-release-common-31-2.noarch                   10/244
  Installing       : fedora-release-31-2.noarch                          11/244
  Installing       : fedora-repos-31-1.noarch                            12/244
  Installing       : setup-2.13.6-1.fc31.noarch                          13/244
  Running scriptlet: setup-2.13.6-1.fc31.noarch                          13/244
  Installing       : filesystem-3.12-2.fc31.x86_64                       14/244
  Installing       : basesystem-11-8.fc31.noarch                         15/244
  Installing       : pcre2-10.33-16.fc31.x86_64                          16/244
  Installing       : libselinux-2.9-5.fc31.x86_64                        17/244
  Installing       : ncurses-libs-6.1-12.20190803.fc31.x86_64            18/244
  Installing       : glibc-all-langpacks-2.30-8.fc31.x86_64              19/244
  Installing       : glibc-common-2.30-8.fc31.x86_64                     20/244
  Running scriptlet: glibc-2.30-8.fc31.x86_64                            21/244
  Installing       : glibc-2.30-8.fc31.x86_64                            21/244
warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew

  Running scriptlet: glibc-2.30-8.fc31.x86_64                            21/244
  Installing       : bash-5.0.11-1.fc31.x86_64                           22/244
  Running scriptlet: bash-5.0.11-1.fc31.x86_64                           22/244
  Installing       : libsepol-2.9-2.fc31.x86_64                          23/244
  Running scriptlet: libsepol-2.9-2.fc31.x86_64                          23/244
  Installing       : zlib-1.2.11-20.fc31.x86_64                          24/244
  Installing       : bzip2-libs-1.0.8-1.fc31.x86_64                      25/244
  Installing       : xz-libs-5.2.4-6.fc31.x86_64                         26/244
  Installing       : libgpg-error-1.36-2.fc31.x86_64                     27/244
  Installing       : libzstd-1.4.2-1.fc31.x86_64                         28/244
  Installing       : libgcrypt-1.8.5-1.fc31.x86_64                       29/244
  Installing       : libdb-5.3.28-38.fc31.x86_64                         30/244
  Installing       : libstdc++-9.2.1-1.fc31.x86_64                       31/244
  Installing       : libxml2-2.9.10-2.fc31.x86_64                        32/244
  Installing       : libcap-2.26-6.fc31.x86_64                           33/244
  Installing       : libuuid-2.34-4.fc31.x86_64                          34/244
  Installing       : expat-2.2.8-1.fc31.x86_64                           35/244
  Installing       : popt-1.16-18.fc31.x86_64                            36/244
  Installing       : gmp-1:6.1.2-10.fc31.x86_64                          37/244
  Installing       : libffi-3.1-23.fc31.x86_64                           38/244
  Installing       : p11-kit-0.23.16.1-2.fc31.x86_64                     39/244
  Installing       : lua-libs-5.3.5-6.fc31.x86_64                        40/244
  Installing       : libassuan-2.5.3-2.fc31.x86_64                       41/244
  Installing       : sqlite-libs-3.30.0-1.fc31.x86_64                    42/244
  Installing       : elfutils-libelf-0.177-1.fc31.x86_64                 43/244
  Installing       : libpng-2:1.6.37-2.fc31.x86_64                       44/244
  Installing       : freetype-2.10.0-3.fc31.x86_64                       45/244
  Installing       : libcap-ng-0.7.10-1.fc31.x86_64                      46/244
  Installing       : audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_    47/244
  Installing       : libcom_err-1.45.3-1.fc31.x86_64                     48/244
  Installing       : readline-8.0-3.fc31.x86_64                          49/244
  Installing       : libjpeg-turbo-2.0.2-5.fc31.x86_64                   50/244
  Installing       : libsmartcols-2.34-4.fc31.x86_64                     51/244
  Installing       : libattr-2.4.48-7.fc31.x86_64                        52/244
  Installing       : libacl-2.2.53-4.fc31.x86_64                         53/244
  Installing       : sed-4.5-4.fc31.x86_64                               54/244
  Installing       : libunistring-0.9.10-6.fc31.x86_64                   55/244
  Installing       : libidn2-2.3.0-1.fc31.x86_64                         56/244
  Installing       : lz4-libs-1.9.1-1.fc31.x86_64                        57/244
  Installing       : libpsl-0.21.0-2.fc31.x86_64                         58/244
  Installing       : libwayland-client-1.17.0-2.fc31.x86_64              59/244
  Installing       : libksba-1.3.5-10.fc31.x86_64                        60/244
  Installing       : file-libs-5.37-8.fc31.x86_64                        61/244
  Installing       : fribidi-1.0.5-5.fc31.x86_64                         62/244
  Installing       : json-c-0.13.1-8.fc31.x86_64                         63/244
  Installing       : alternatives-1.11-5.fc31.x86_64                     64/244
  Installing       : brotli-1.0.7-6.fc31.x86_64                          65/244
  Installing       : keyutils-libs-1.6-3.fc31.x86_64                     66/244
  Installing       : libtasn1-4.14-2.fc31.x86_64                         67/244
  Installing       : p11-kit-trust-0.23.16.1-2.fc31.x86_64               68/244
  Running scriptlet: p11-kit-trust-0.23.16.1-2.fc31.x86_64               68/244
  Installing       : pcre-8.43-2.fc31.1.x86_64                           69/244
  Installing       : grep-3.3-3.fc31.x86_64                              70/244
  Installing       : pixman-0.38.4-1.fc31.x86_64                         71/244
  Installing       : libwayland-cursor-1.17.0-2.fc31.x86_64              72/244
  Installing       : acl-2.2.53-4.fc31.x86_64                            73/244
  Installing       : jasper-libs-2.0.14-9.fc31.x86_64                    74/244
  Installing       : libsemanage-2.9-3.fc31.x86_64                       75/244
  Installing       : mpfr-3.1.6-5.fc31.x86_64                            76/244
  Installing       : nettle-3.5.1-3.fc31.x86_64                          77/244
  Installing       : libcomps-0.1.14-1.fc31.x86_64                       78/244
  Installing       : libmetalink-0.1.3-9.fc31.x86_64                     79/244
  Installing       : graphite2-1.3.13-1.fc31.x86_64                      80/244
  Installing       : libmodman-2.0.1-20.fc31.x86_64                      81/244
  Installing       : libproxy-0.4.15-14.fc31.x86_64                      82/244
  Installing       : libdb-utils-5.3.28-38.fc31.x86_64                   83/244
  Installing       : hicolor-icon-theme-0.17-7.fc31.noarch               84/244
  Installing       : libedit-3.1-30.20191211cvs.fc31.x86_64              85/244
  Installing       : libnghttp2-1.39.2-2.fc31.x86_64                     86/244
  Installing       : libpcap-14:1.9.1-1.fc31.x86_64                      87/244
  Installing       : iptables-libs-1.8.3-7.fc31.x86_64                   88/244
  Installing       : libseccomp-2.4.2-2.fc31.x86_64                      89/244
  Installing       : diffutils-3.7-3.fc31.x86_64                         90/244
  Installing       : gdbm-libs-1:1.18.1-1.fc31.x86_64                    91/244
  Installing       : jbigkit-libs-2.1-17.fc31.x86_64                     92/244
  Installing       : libtiff-4.0.10-7.fc31.x86_64                        93/244
  Installing       : lcms2-2.9-6.fc31.x86_64                             94/244
  Installing       : libXau-1.0.9-2.fc31.x86_64                          95/244
  Installing       : libxcb-1.13.1-3.fc31.x86_64                         96/244
  Installing       : libargon2-20171227-3.fc31.x86_64                    97/244
  Installing       : libdatrie-0.2.9-10.fc31.x86_64                      98/244
  Installing       : libthai-0.1.28-3.fc31.x86_64                        99/244
  Installing       : libepoxy-1.5.3-4.fc31.x86_64                       100/244
  Installing       : libgomp-9.2.1-1.fc31.x86_64                        101/244
  Installing       : libsigsegv-2.11-8.fc31.x86_64                      102/244
  Installing       : gawk-5.0.1-5.fc31.x86_64                           103/244
  Installing       : libverto-0.3.0-8.fc31.x86_64                       104/244
  Installing       : libwayland-egl-1.17.0-2.fc31.x86_64                105/244
  Installing       : libyaml-0.2.2-2.fc31.x86_64                        106/244
  Installing       : ncurses-6.1-12.20190803.fc31.x86_64                107/244
  Installing       : npth-1.6-3.fc31.x86_64                             108/244
  Installing       : qrencode-libs-4.0.2-4.fc31.x86_64                  109/244
  Installing       : xkeyboard-config-2.28-1.fc31.noarch                110/244
  Installing       : libxkbcommon-0.9.1-3.fc31.x86_64                   111/244
  Installing       : whois-nls-5.5.4-1.fc31.noarch                      112/244
  Installing       : libxcrypt-4.4.10-2.fc31.x86_64                     113/244
  Installing       : mkpasswd-5.5.4-1.fc31.x86_64                       114/244
  Installing       : shadow-utils-2:4.6-16.fc31.x86_64                  115/244
  Installing       : libxcrypt-compat-4.4.10-2.fc31.x86_64              116/244
  Running scriptlet: libutempter-1.1.6-17.fc31.x86_64                   117/244
  Installing       : libutempter-1.1.6-17.fc31.x86_64                   117/244
  Installing       : systemd-rpm-macros-243.5-1.fc31.noarch             118/244
  Installing       : libssh-config-0.9.3-1.fc31.noarch                  119/244
  Installing       : libreport-filesystem-2.11.3-1.fc31.noarch          120/244
  Installing       : dnf-data-4.2.17-1.fc31.noarch                      121/244
  Installing       : libX11-common-1.6.9-2.fc31.noarch                  122/244
  Installing       : libX11-1.6.9-2.fc31.x86_64                         123/244
  Installing       : libXext-1.3.4-2.fc31.x86_64                        124/244
  Installing       : libXrender-0.9.10-10.fc31.x86_64                   125/244
  Installing       : libXfixes-5.0.3-10.fc31.x86_64                     126/244
  Installing       : libXi-1.7.10-2.fc31.x86_64                         127/244
  Installing       : libXtst-1.2.3-10.fc31.x86_64                       128/244
  Installing       : libXcursor-1.1.15-6.fc31.x86_64                    129/244
  Installing       : libXdamage-1.1.4-17.fc31.x86_64                    130/244
  Installing       : libXrandr-1.5.2-2.fc31.x86_64                      131/244
  Installing       : libXinerama-1.1.4-4.fc31.x86_64                    132/244
  Installing       : libXcomposite-0.4.4-17.fc31.x86_64                 133/244
  Installing       : coreutils-common-8.31-6.fc31.x86_64                134/244
  Installing       : krb5-libs-1.17-45.fc31.x86_64                      135/244
  Installing       : libtirpc-1.2.5-0.fc31.x86_64                       136/244
  Installing       : libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64     137/244
  Installing       : openssl-1:1.1.1d-2.fc31.x86_64                     138/244
  Installing       : python-pip-wheel-19.1.1-7.fc31.noarch              139/244
  Installing       : openssl-pkcs11-0.4.10-3.fc31.x86_64                140/244
  Installing       : python-unversioned-command-3.7.5-2.fc31.noarch     141/244
  Installing       : python3-pip-19.1.1-7.fc31.noarch                   142/244
  Installing       : python3-setuptools-41.2.0-1.fc31.noarch            143/244
  Installing       : python3-libs-3.7.5-2.fc31.x86_64                   144/244
  Installing       : python3-3.7.5-2.fc31.x86_64                        145/244
  Installing       : openssl-libs-1:1.1.1d-2.fc31.x86_64                146/244
  Installing       : coreutils-8.31-6.fc31.x86_64                       147/244
  Installing       : crypto-policies-20191128-2.gitcd267a5.fc31.noarc   148/244
  Running scriptlet: ca-certificates-2019.2.32-3.fc31.noarch            149/244
  Installing       : ca-certificates-2019.2.32-3.fc31.noarch            149/244
  Running scriptlet: ca-certificates-2019.2.32-3.fc31.noarch            149/244
  Installing       : systemd-libs-243.5-1.fc31.x86_64                   150/244
  Running scriptlet: systemd-libs-243.5-1.fc31.x86_64                   150/244
  Installing       : libblkid-2.34-4.fc31.x86_64                        151/244
  Running scriptlet: libblkid-2.34-4.fc31.x86_64                        151/244
  Installing       : fontconfig-2.13.92-3.fc31.x86_64                   152/244
  Running scriptlet: fontconfig-2.13.92-3.fc31.x86_64                   152/244
  Installing       : dbus-libs-1:1.12.16-3.fc31.x86_64                  153/244
  Installing       : libmount-2.34-4.fc31.x86_64                        154/244
  Installing       : shared-mime-info-1.15-1.fc31.x86_64                155/244
  Running scriptlet: shared-mime-info-1.15-1.fc31.x86_64                155/244
  Installing       : glib2-2.62.4-1.fc31.x86_64                         156/244
  Installing       : cairo-1.16.0-6.fc31.x86_64                         157/244
  Installing       : gdk-pixbuf2-2.40.0-1.fc31.x86_64                   158/244
  Installing       : atk-2.34.1-1.fc31.x86_64                           159/244
  Installing       : harfbuzz-2.6.1-2.fc31.x86_64                       160/244
  Installing       : cairo-gobject-1.16.0-6.fc31.x86_64                 161/244
  Installing       : gcr-base-3.34.0-1.fc31.x86_64                      162/244
  Installing       : libmodulemd1-1.8.16-1.fc31.x86_64                  163/244
  Installing       : libusbx-1.0.22-4.fc31.x86_64                       164/244
  Installing       : zchunk-libs-1.1.4-1.fc31.x86_64                    165/244
  Installing       : libevent-2.1.8-7.fc31.x86_64                       166/244
  Running scriptlet: unbound-libs-1.9.6-1.fc31.x86_64                   167/244
  Installing       : unbound-libs-1.9.6-1.fc31.x86_64                   167/244
  Running scriptlet: unbound-libs-1.9.6-1.fc31.x86_64                   167/244
  Installing       : python3-unbound-1.9.6-1.fc31.x86_64                168/244
  Installing       : libgusb-0.3.1-1.fc31.x86_64                        169/244
  Installing       : colord-libs-1.4.4-2.fc31.x86_64                    170/244
  Installing       : gtk-update-icon-cache-3.24.13-1.fc31.x86_64        171/244
  Installing       : gdk-pixbuf2-modules-2.40.0-1.fc31.x86_64           172/244
  Installing       : gsettings-desktop-schemas-3.34.0-1.fc31.x86_64     173/244
  Installing       : json-glib-1.4.4-3.fc31.x86_64                      174/244
  Installing       : avahi-libs-0.7-20.fc31.x86_64                      175/244
  Installing       : libXft-2.3.3-2.fc31.x86_64                         176/244
  Installing       : pango-1.44.7-1.fc31.x86_64                         177/244
  Installing       : libfdisk-2.34-4.fc31.x86_64                        178/244
  Installing       : libssh-0.9.3-1.fc31.x86_64                         179/244
  Installing       : gzip-1.10-1.fc31.x86_64                            180/244
  Installing       : cracklib-2.9.6-21.fc31.x86_64                      181/244
  Installing       : cracklib-dicts-2.9.6-21.fc31.x86_64                182/244
  Installing       : libpwquality-1.4.2-1.fc31.x86_64                   183/244
  Installing       : pam-1.3.1-21.fc31.x86_64                           184/244
  Installing       : util-linux-2.34-4.fc31.x86_64                      185/244
  Running scriptlet: util-linux-2.34-4.fc31.x86_64                      185/244
  Installing       : fipscheck-lib-1.5.0-7.fc31.x86_64                  186/244
  Installing       : fipscheck-1.5.0-7.fc31.x86_64                      187/244
  Running scriptlet: openssh-8.1p1-1.fc31.x86_64                        188/244
  Installing       : openssh-8.1p1-1.fc31.x86_64                        188/244
  Installing       : openssh-clients-8.1p1-1.fc31.x86_64                189/244
  Installing       : kmod-libs-26-4.fc31.x86_64                         190/244
  Installing       : libarchive-3.4.0-1.fc31.x86_64                     191/244
  Installing       : trousers-lib-0.3.13-13.fc31.x86_64                 192/244
  Installing       : device-mapper-1.02.165-1.fc31.x86_64               193/244
  Installing       : device-mapper-libs-1.02.165-1.fc31.x86_64          194/244
  Installing       : cryptsetup-libs-2.2.2-1.fc31.x86_64                195/244
  Installing       : elfutils-default-yama-scope-0.177-1.fc31.noarch    196/244
  Running scriptlet: elfutils-default-yama-scope-0.177-1.fc31.noarch    196/244
  Installing       : elfutils-libs-0.177-1.fc31.x86_64                  197/244
  Installing       : systemd-pam-243.5-1.fc31.x86_64                    198/244
  Installing       : dbus-1:1.12.16-3.fc31.x86_64                       199/244
  Installing       : gnutls-3.6.11-1.fc31.x86_64                        200/244
  Running scriptlet: systemd-243.5-1.fc31.x86_64                        201/244
  Installing       : systemd-243.5-1.fc31.x86_64                        201/244
  Running scriptlet: systemd-243.5-1.fc31.x86_64                        201/244
  Installing       : dbus-common-1:1.12.16-3.fc31.noarch                202/244
  Running scriptlet: dbus-common-1:1.12.16-3.fc31.noarch                202/244
Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.

  Running scriptlet: dbus-broker-21-6.fc31.x86_64                       203/244
  Installing       : dbus-broker-21-6.fc31.x86_64                       203/244
  Running scriptlet: dbus-broker-21-6.fc31.x86_64                       203/244
Failed to get unit file state for dbus-daemon.service: No such file or directory
Failed to get unit file state for dbus-daemon.service: No such file or directory
Failed to disable unit, unit dbus-daemon.service does not exist.
Failed to disable unit, unit dbus-daemon.service does not exist.

  Running scriptlet: trousers-0.3.13-13.fc31.x86_64                     204/244
  Installing       : trousers-0.3.13-13.fc31.x86_64                     204/244
  Running scriptlet: trousers-0.3.13-13.fc31.x86_64                     204/244
  Installing       : cups-libs-1:2.2.12-3.fc31.x86_64                   205/244
  Installing       : glib-networking-2.62.3-1.fc31.x86_64               206/244
  Installing       : libsoup-2.68.3-1.fc31.x86_64                       207/244
  Installing       : rest-0.8.1-6.fc31.x86_64                           208/244
  Installing       : at-spi2-core-2.34.0-1.fc31.x86_64                  209/244
  Installing       : at-spi2-atk-2.34.1-1.fc31.x86_64                   210/244
  Installing       : dconf-0.34.0-1.fc31.x86_64                         211/244
  Installing       : tss2-1331-2.fc31.x86_64                            212/244
  Installing       : ima-evm-utils-1.2.1-2.fc31.x86_64                  213/244
  Installing       : python3-libcomps-0.1.14-1.fc31.x86_64              214/244
  Installing       : cyrus-sasl-lib-2.1.27-2.fc31.x86_64                215/244
  Installing       : openldap-2.4.47-3.fc31.x86_64                      216/244
  Installing       : libcurl-7.66.0-1.fc31.x86_64                       217/244
  Installing       : curl-7.66.0-1.fc31.x86_64                          218/244
  Installing       : rpm-4.15.1-1.fc31.x86_64                           219/244
  Installing       : rpm-libs-4.15.1-1.fc31.x86_64                      220/244
  Installing       : libsolv-0.7.10-1.fc31.x86_64                       221/244
  Installing       : rpm-build-libs-4.15.1-1.fc31.x86_64                222/244
  Installing       : rpm-plugin-systemd-inhibit-4.15.1-1.fc31.x86_64    223/244
  Installing       : deltarpm-3.6.2-2.fc31.x86_64                       224/244
  Installing       : adwaita-cursor-theme-3.34.3-1.fc31.noarch          225/244
  Installing       : adwaita-icon-theme-3.34.3-1.fc31.noarch            226/244
  Installing       : gtk3-3.24.13-1.fc31.x86_64                         227/244
  Installing       : gcr-3.34.0-1.fc31.x86_64                           228/244
  Installing       : gnome-keyring-3.34.0-1.fc31.x86_64                 229/244
  Installing       : libsecret-0.19.1-1.fc31.x86_64                     230/244
  Installing       : pinentry-1.1.0-6.fc31.x86_64                       231/244
  Installing       : gnupg2-smime-2.2.18-2.fc31.x86_64                  232/244
  Installing       : gnupg2-2.2.18-2.fc31.x86_64                        233/244
  Installing       : gpgme-1.13.1-3.fc31.x86_64                         234/244
  Installing       : librepo-1.11.1-1.fc31.x86_64                       235/244
  Installing       : libdnf-0.39.1-1.fc31.x86_64                        236/244
  Installing       : python3-libdnf-0.39.1-1.fc31.x86_64                237/244
  Installing       : python3-hawkey-0.39.1-1.fc31.x86_64                238/244
  Installing       : python3-gpg-1.13.1-3.fc31.x86_64                   239/244
  Installing       : rpm-sign-libs-4.15.1-1.fc31.x86_64                 240/244
  Installing       : python3-rpm-4.15.1-1.fc31.x86_64                   241/244
  Installing       : python3-dnf-4.2.17-1.fc31.noarch                   242/244
  Installing       : dnf-4.2.17-1.fc31.noarch                           243/244
  Running scriptlet: dnf-4.2.17-1.fc31.noarch                           243/244
  Installing       : yum-4.2.17-1.fc31.noarch                           244/244
  Running scriptlet: filesystem-3.12-2.fc31.x86_64                      244/244
  Running scriptlet: glibc-all-langpacks-2.30-8.fc31.x86_64             244/244
  Running scriptlet: crypto-policies-20191128-2.gitcd267a5.fc31.noarc   244/244
  Running scriptlet: dconf-0.34.0-1.fc31.x86_64                         244/244
  Running scriptlet: yum-4.2.17-1.fc31.noarch                           244/244
  Verifying        : adwaita-cursor-theme-3.34.3-1.fc31.noarch            1/244
  Verifying        : adwaita-icon-theme-3.34.3-1.fc31.noarch              2/244
  Verifying        : audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_     3/244
  Verifying        : bash-5.0.11-1.fc31.x86_64                            4/244
  Verifying        : coreutils-8.31-6.fc31.x86_64                         5/244
  Verifying        : coreutils-common-8.31-6.fc31.x86_64                  6/244
  Verifying        : crypto-policies-20191128-2.gitcd267a5.fc31.noarc     7/244
  Verifying        : cryptsetup-libs-2.2.2-1.fc31.x86_64                  8/244
  Verifying        : cups-libs-1:2.2.12-3.fc31.x86_64                     9/244
  Verifying        : device-mapper-1.02.165-1.fc31.x86_64                10/244
  Verifying        : device-mapper-libs-1.02.165-1.fc31.x86_64           11/244
  Verifying        : dnf-4.2.17-1.fc31.noarch                            12/244
  Verifying        : dnf-data-4.2.17-1.fc31.noarch                       13/244
  Verifying        : fedora-release-31-2.noarch                          14/244
  Verifying        : fedora-release-common-31-2.noarch                   15/244
  Verifying        : file-libs-5.37-8.fc31.x86_64                        16/244
  Verifying        : fribidi-1.0.5-5.fc31.x86_64                         17/244
  Verifying        : gcr-3.34.0-1.fc31.x86_64                            18/244
  Verifying        : gcr-base-3.34.0-1.fc31.x86_64                       19/244
  Verifying        : glib-networking-2.62.3-1.fc31.x86_64                20/244
  Verifying        : glib2-2.62.4-1.fc31.x86_64                          21/244
  Verifying        : glibc-2.30-8.fc31.x86_64                            22/244
  Verifying        : glibc-all-langpacks-2.30-8.fc31.x86_64              23/244
  Verifying        : glibc-common-2.30-8.fc31.x86_64                     24/244
  Verifying        : gnupg2-2.2.18-2.fc31.x86_64                         25/244
  Verifying        : gnupg2-smime-2.2.18-2.fc31.x86_64                   26/244
  Verifying        : gnutls-3.6.11-1.fc31.x86_64                         27/244
  Verifying        : gtk-update-icon-cache-3.24.13-1.fc31.x86_64         28/244
  Verifying        : gtk3-3.24.13-1.fc31.x86_64                          29/244
  Verifying        : iptables-libs-1.8.3-7.fc31.x86_64                   30/244
  Verifying        : json-c-0.13.1-8.fc31.x86_64                         31/244
  Verifying        : libX11-1.6.9-2.fc31.x86_64                          32/244
  Verifying        : libX11-common-1.6.9-2.fc31.noarch                   33/244
  Verifying        : libblkid-2.34-4.fc31.x86_64                         34/244
  Verifying        : libcap-ng-0.7.10-1.fc31.x86_64                      35/244
  Verifying        : libcomps-0.1.14-1.fc31.x86_64                       36/244
  Verifying        : libdnf-0.39.1-1.fc31.x86_64                         37/244
  Verifying        : libedit-3.1-30.20191211cvs.fc31.x86_64              38/244
  Verifying        : libfdisk-2.34-4.fc31.x86_64                         39/244
  Verifying        : libgusb-0.3.1-1.fc31.x86_64                         40/244
  Verifying        : libidn2-2.3.0-1.fc31.x86_64                         41/244
  Verifying        : libjpeg-turbo-2.0.2-5.fc31.x86_64                   42/244
  Verifying        : libmodulemd1-1.8.16-1.fc31.x86_64                   43/244
  Verifying        : libmount-2.34-4.fc31.x86_64                         44/244
  Verifying        : libnghttp2-1.39.2-2.fc31.x86_64                     45/244
  Verifying        : libpcap-14:1.9.1-1.fc31.x86_64                      46/244
  Verifying        : libpwquality-1.4.2-1.fc31.x86_64                    47/244
  Verifying        : librepo-1.11.1-1.fc31.x86_64                        48/244
  Verifying        : libreport-filesystem-2.11.3-1.fc31.noarch           49/244
  Verifying        : libseccomp-2.4.2-2.fc31.x86_64                      50/244
  Verifying        : libsmartcols-2.34-4.fc31.x86_64                     51/244
  Verifying        : libsolv-0.7.10-1.fc31.x86_64                        52/244
  Verifying        : libsoup-2.68.3-1.fc31.x86_64                        53/244
  Verifying        : libssh-0.9.3-1.fc31.x86_64                          54/244
  Verifying        : libssh-config-0.9.3-1.fc31.noarch                   55/244
  Verifying        : libtiff-4.0.10-7.fc31.x86_64                        56/244
  Verifying        : libtirpc-1.2.5-0.fc31.x86_64                        57/244
  Verifying        : libuuid-2.34-4.fc31.x86_64                          58/244
  Verifying        : libxcrypt-4.4.10-2.fc31.x86_64                      59/244
  Verifying        : libxcrypt-compat-4.4.10-2.fc31.x86_64               60/244
  Verifying        : libxkbcommon-0.9.1-3.fc31.x86_64                    61/244
  Verifying        : libxml2-2.9.10-2.fc31.x86_64                        62/244
  Verifying        : mkpasswd-5.5.4-1.fc31.x86_64                        63/244
  Verifying        : openssh-8.1p1-1.fc31.x86_64                         64/244
  Verifying        : openssh-clients-8.1p1-1.fc31.x86_64                 65/244
  Verifying        : openssl-pkcs11-0.4.10-3.fc31.x86_64                 66/244
  Verifying        : pam-1.3.1-21.fc31.x86_64                            67/244
  Verifying        : pango-1.44.7-1.fc31.x86_64                          68/244
  Verifying        : pcre2-10.33-16.fc31.x86_64                          69/244
  Verifying        : python-pip-wheel-19.1.1-7.fc31.noarch               70/244
  Verifying        : python-unversioned-command-3.7.5-2.fc31.noarch      71/244
  Verifying        : python3-3.7.5-2.fc31.x86_64                         72/244
  Verifying        : python3-dnf-4.2.17-1.fc31.noarch                    73/244
  Verifying        : python3-hawkey-0.39.1-1.fc31.x86_64                 74/244
  Verifying        : python3-libcomps-0.1.14-1.fc31.x86_64               75/244
  Verifying        : python3-libdnf-0.39.1-1.fc31.x86_64                 76/244
  Verifying        : python3-libs-3.7.5-2.fc31.x86_64                    77/244
  Verifying        : python3-pip-19.1.1-7.fc31.noarch                    78/244
  Verifying        : python3-rpm-4.15.1-1.fc31.x86_64                    79/244
  Verifying        : python3-unbound-1.9.6-1.fc31.x86_64                 80/244
  Verifying        : rpm-4.15.1-1.fc31.x86_64                            81/244
  Verifying        : rpm-build-libs-4.15.1-1.fc31.x86_64                 82/244
  Verifying        : rpm-libs-4.15.1-1.fc31.x86_64                       83/244
  Verifying        : rpm-plugin-systemd-inhibit-4.15.1-1.fc31.x86_64     84/244
  Verifying        : rpm-sign-libs-4.15.1-1.fc31.x86_64                  85/244
  Verifying        : setup-2.13.6-1.fc31.noarch                          86/244
  Verifying        : shared-mime-info-1.15-1.fc31.x86_64                 87/244
  Verifying        : sqlite-libs-3.30.0-1.fc31.x86_64                    88/244
  Verifying        : systemd-243.5-1.fc31.x86_64                         89/244
  Verifying        : systemd-libs-243.5-1.fc31.x86_64                    90/244
  Verifying        : systemd-pam-243.5-1.fc31.x86_64                     91/244
  Verifying        : systemd-rpm-macros-243.5-1.fc31.noarch              92/244
  Verifying        : unbound-libs-1.9.6-1.fc31.x86_64                    93/244
  Verifying        : util-linux-2.34-4.fc31.x86_64                       94/244
  Verifying        : whois-nls-5.5.4-1.fc31.noarch                       95/244
  Verifying        : xkeyboard-config-2.28-1.fc31.noarch                 96/244
  Verifying        : yum-4.2.17-1.fc31.noarch                            97/244
  Verifying        : zchunk-libs-1.1.4-1.fc31.x86_64                     98/244
  Verifying        : zlib-1.2.11-20.fc31.x86_64                          99/244
  Verifying        : abattis-cantarell-fonts-0.111-3.fc31.noarch        100/244
  Verifying        : acl-2.2.53-4.fc31.x86_64                           101/244
  Verifying        : adobe-source-code-pro-fonts-2.030.1.050-7.fc31.n   102/244
  Verifying        : alternatives-1.11-5.fc31.x86_64                    103/244
  Verifying        : at-spi2-atk-2.34.1-1.fc31.x86_64                   104/244
  Verifying        : at-spi2-core-2.34.0-1.fc31.x86_64                  105/244
  Verifying        : atk-2.34.1-1.fc31.x86_64                           106/244
  Verifying        : avahi-libs-0.7-20.fc31.x86_64                      107/244
  Verifying        : basesystem-11-8.fc31.noarch                        108/244
  Verifying        : brotli-1.0.7-6.fc31.x86_64                         109/244
  Verifying        : bzip2-libs-1.0.8-1.fc31.x86_64                     110/244
  Verifying        : ca-certificates-2019.2.32-3.fc31.noarch            111/244
  Verifying        : cairo-1.16.0-6.fc31.x86_64                         112/244
  Verifying        : cairo-gobject-1.16.0-6.fc31.x86_64                 113/244
  Verifying        : colord-libs-1.4.4-2.fc31.x86_64                    114/244
  Verifying        : cracklib-2.9.6-21.fc31.x86_64                      115/244
  Verifying        : cracklib-dicts-2.9.6-21.fc31.x86_64                116/244
  Verifying        : curl-7.66.0-1.fc31.x86_64                          117/244
  Verifying        : cyrus-sasl-lib-2.1.27-2.fc31.x86_64                118/244
  Verifying        : dbus-1:1.12.16-3.fc31.x86_64                       119/244
  Verifying        : dbus-broker-21-6.fc31.x86_64                       120/244
  Verifying        : dbus-common-1:1.12.16-3.fc31.noarch                121/244
  Verifying        : dbus-libs-1:1.12.16-3.fc31.x86_64                  122/244
  Verifying        : dconf-0.34.0-1.fc31.x86_64                         123/244
  Verifying        : deltarpm-3.6.2-2.fc31.x86_64                       124/244
  Verifying        : diffutils-3.7-3.fc31.x86_64                        125/244
  Verifying        : elfutils-default-yama-scope-0.177-1.fc31.noarch    126/244
  Verifying        : elfutils-libelf-0.177-1.fc31.x86_64                127/244
  Verifying        : elfutils-libs-0.177-1.fc31.x86_64                  128/244
  Verifying        : expat-2.2.8-1.fc31.x86_64                          129/244
  Verifying        : fedora-gpg-keys-31-1.noarch                        130/244
  Verifying        : fedora-repos-31-1.noarch                           131/244
  Verifying        : filesystem-3.12-2.fc31.x86_64                      132/244
  Verifying        : fipscheck-1.5.0-7.fc31.x86_64                      133/244
  Verifying        : fipscheck-lib-1.5.0-7.fc31.x86_64                  134/244
  Verifying        : fontconfig-2.13.92-3.fc31.x86_64                   135/244
  Verifying        : fontpackages-filesystem-1.44-25.fc31.noarch        136/244
  Verifying        : freetype-2.10.0-3.fc31.x86_64                      137/244
  Verifying        : gawk-5.0.1-5.fc31.x86_64                           138/244
  Verifying        : gdbm-libs-1:1.18.1-1.fc31.x86_64                   139/244
  Verifying        : gdk-pixbuf2-2.40.0-1.fc31.x86_64                   140/244
  Verifying        : gdk-pixbuf2-modules-2.40.0-1.fc31.x86_64           141/244
  Verifying        : gmp-1:6.1.2-10.fc31.x86_64                         142/244
  Verifying        : gnome-keyring-3.34.0-1.fc31.x86_64                 143/244
  Verifying        : gpgme-1.13.1-3.fc31.x86_64                         144/244
  Verifying        : graphite2-1.3.13-1.fc31.x86_64                     145/244
  Verifying        : grep-3.3-3.fc31.x86_64                             146/244
  Verifying        : gsettings-desktop-schemas-3.34.0-1.fc31.x86_64     147/244
  Verifying        : gzip-1.10-1.fc31.x86_64                            148/244
  Verifying        : harfbuzz-2.6.1-2.fc31.x86_64                       149/244
  Verifying        : hicolor-icon-theme-0.17-7.fc31.noarch              150/244
  Verifying        : ima-evm-utils-1.2.1-2.fc31.x86_64                  151/244
  Verifying        : jasper-libs-2.0.14-9.fc31.x86_64                   152/244
  Verifying        : jbigkit-libs-2.1-17.fc31.x86_64                    153/244
  Verifying        : json-glib-1.4.4-3.fc31.x86_64                      154/244
  Verifying        : keyutils-libs-1.6-3.fc31.x86_64                    155/244
  Verifying        : kmod-libs-26-4.fc31.x86_64                         156/244
  Verifying        : krb5-libs-1.17-45.fc31.x86_64                      157/244
  Verifying        : lcms2-2.9-6.fc31.x86_64                            158/244
  Verifying        : libXau-1.0.9-2.fc31.x86_64                         159/244
  Verifying        : libXcomposite-0.4.4-17.fc31.x86_64                 160/244
  Verifying        : libXcursor-1.1.15-6.fc31.x86_64                    161/244
  Verifying        : libXdamage-1.1.4-17.fc31.x86_64                    162/244
  Verifying        : libXext-1.3.4-2.fc31.x86_64                        163/244
  Verifying        : libXfixes-5.0.3-10.fc31.x86_64                     164/244
  Verifying        : libXft-2.3.3-2.fc31.x86_64                         165/244
  Verifying        : libXi-1.7.10-2.fc31.x86_64                         166/244
  Verifying        : libXinerama-1.1.4-4.fc31.x86_64                    167/244
  Verifying        : libXrandr-1.5.2-2.fc31.x86_64                      168/244
  Verifying        : libXrender-0.9.10-10.fc31.x86_64                   169/244
  Verifying        : libXtst-1.2.3-10.fc31.x86_64                       170/244
  Verifying        : libacl-2.2.53-4.fc31.x86_64                        171/244
  Verifying        : libarchive-3.4.0-1.fc31.x86_64                     172/244
  Verifying        : libargon2-20171227-3.fc31.x86_64                   173/244
  Verifying        : libassuan-2.5.3-2.fc31.x86_64                      174/244
  Verifying        : libattr-2.4.48-7.fc31.x86_64                       175/244
  Verifying        : libcap-2.26-6.fc31.x86_64                          176/244
  Verifying        : libcom_err-1.45.3-1.fc31.x86_64                    177/244
  Verifying        : libcurl-7.66.0-1.fc31.x86_64                       178/244
  Verifying        : libdatrie-0.2.9-10.fc31.x86_64                     179/244
  Verifying        : libdb-5.3.28-38.fc31.x86_64                        180/244
  Verifying        : libdb-utils-5.3.28-38.fc31.x86_64                  181/244
  Verifying        : libepoxy-1.5.3-4.fc31.x86_64                       182/244
  Verifying        : libevent-2.1.8-7.fc31.x86_64                       183/244
  Verifying        : libffi-3.1-23.fc31.x86_64                          184/244
  Verifying        : libgcc-9.2.1-1.fc31.x86_64                         185/244
  Verifying        : libgcrypt-1.8.5-1.fc31.x86_64                      186/244
  Verifying        : libgomp-9.2.1-1.fc31.x86_64                        187/244
  Verifying        : libgpg-error-1.36-2.fc31.x86_64                    188/244
  Verifying        : libksba-1.3.5-10.fc31.x86_64                       189/244
  Verifying        : libmetalink-0.1.3-9.fc31.x86_64                    190/244
  Verifying        : libmodman-2.0.1-20.fc31.x86_64                     191/244
  Verifying        : libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64     192/244
  Verifying        : libpng-2:1.6.37-2.fc31.x86_64                      193/244
  Verifying        : libproxy-0.4.15-14.fc31.x86_64                     194/244
  Verifying        : libpsl-0.21.0-2.fc31.x86_64                        195/244
  Verifying        : libsecret-0.19.1-1.fc31.x86_64                     196/244
  Verifying        : libselinux-2.9-5.fc31.x86_64                       197/244
  Verifying        : libsemanage-2.9-3.fc31.x86_64                      198/244
  Verifying        : libsepol-2.9-2.fc31.x86_64                         199/244
  Verifying        : libsigsegv-2.11-8.fc31.x86_64                      200/244
  Verifying        : libstdc++-9.2.1-1.fc31.x86_64                      201/244
  Verifying        : libtasn1-4.14-2.fc31.x86_64                        202/244
  Verifying        : libthai-0.1.28-3.fc31.x86_64                       203/244
  Verifying        : libunistring-0.9.10-6.fc31.x86_64                  204/244
  Verifying        : libusbx-1.0.22-4.fc31.x86_64                       205/244
  Verifying        : libutempter-1.1.6-17.fc31.x86_64                   206/244
  Verifying        : libverto-0.3.0-8.fc31.x86_64                       207/244
  Verifying        : libwayland-client-1.17.0-2.fc31.x86_64             208/244
  Verifying        : libwayland-cursor-1.17.0-2.fc31.x86_64             209/244
  Verifying        : libwayland-egl-1.17.0-2.fc31.x86_64                210/244
  Verifying        : libxcb-1.13.1-3.fc31.x86_64                        211/244
  Verifying        : libyaml-0.2.2-2.fc31.x86_64                        212/244
  Verifying        : libzstd-1.4.2-1.fc31.x86_64                        213/244
  Verifying        : lua-libs-5.3.5-6.fc31.x86_64                       214/244
  Verifying        : lz4-libs-1.9.1-1.fc31.x86_64                       215/244
  Verifying        : mpfr-3.1.6-5.fc31.x86_64                           216/244
  Verifying        : ncurses-6.1-12.20190803.fc31.x86_64                217/244
  Verifying        : ncurses-base-6.1-12.20190803.fc31.noarch           218/244
  Verifying        : ncurses-libs-6.1-12.20190803.fc31.x86_64           219/244
  Verifying        : nettle-3.5.1-3.fc31.x86_64                         220/244
  Verifying        : npth-1.6-3.fc31.x86_64                             221/244
  Verifying        : openldap-2.4.47-3.fc31.x86_64                      222/244
  Verifying        : openssl-1:1.1.1d-2.fc31.x86_64                     223/244
  Verifying        : openssl-libs-1:1.1.1d-2.fc31.x86_64                224/244
  Verifying        : p11-kit-0.23.16.1-2.fc31.x86_64                    225/244
  Verifying        : p11-kit-trust-0.23.16.1-2.fc31.x86_64              226/244
  Verifying        : pcre-8.43-2.fc31.1.x86_64                          227/244
  Verifying        : pinentry-1.1.0-6.fc31.x86_64                       228/244
  Verifying        : pixman-0.38.4-1.fc31.x86_64                        229/244
  Verifying        : popt-1.16-18.fc31.x86_64                           230/244
  Verifying        : publicsuffix-list-dafsa-20190417-2.fc31.noarch     231/244
  Verifying        : python-setuptools-wheel-41.2.0-1.fc31.noarch       232/244
  Verifying        : python3-gpg-1.13.1-3.fc31.x86_64                   233/244
  Verifying        : python3-setuptools-41.2.0-1.fc31.noarch            234/244
  Verifying        : qrencode-libs-4.0.2-4.fc31.x86_64                  235/244
  Verifying        : readline-8.0-3.fc31.x86_64                         236/244
  Verifying        : rest-0.8.1-6.fc31.x86_64                           237/244
  Verifying        : sed-4.5-4.fc31.x86_64                              238/244
  Verifying        : shadow-utils-2:4.6-16.fc31.x86_64                  239/244
  Verifying        : trousers-0.3.13-13.fc31.x86_64                     240/244
  Verifying        : trousers-lib-0.3.13-13.fc31.x86_64                 241/244
  Verifying        : tss2-1331-2.fc31.x86_64                            242/244
  Verifying        : tzdata-2019c-1.fc31.noarch                         243/244
  Verifying        : xz-libs-5.2.4-6.fc31.x86_64                        244/244

Installed:
  fedora-release-31-2.noarch
  yum-4.2.17-1.fc31.noarch
  gnupg2-smime-2.2.18-2.fc31.x86_64
  libxcrypt-compat-4.4.10-2.fc31.x86_64
  libxkbcommon-0.9.1-3.fc31.x86_64
  mkpasswd-5.5.4-1.fc31.x86_64
  openssl-pkcs11-0.4.10-3.fc31.x86_64
  python-unversioned-command-3.7.5-2.fc31.noarch
  python3-pip-19.1.1-7.fc31.noarch
  python3-unbound-1.9.6-1.fc31.x86_64
  rpm-plugin-systemd-inhibit-4.15.1-1.fc31.x86_64
  shared-mime-info-1.15-1.fc31.x86_64
  systemd-243.5-1.fc31.x86_64
  abattis-cantarell-fonts-0.111-3.fc31.noarch
  cracklib-dicts-2.9.6-21.fc31.x86_64
  dconf-0.34.0-1.fc31.x86_64
  deltarpm-3.6.2-2.fc31.x86_64
  diffutils-3.7-3.fc31.x86_64
  gnome-keyring-3.34.0-1.fc31.x86_64
  pinentry-1.1.0-6.fc31.x86_64
  python3-setuptools-41.2.0-1.fc31.noarch
  trousers-0.3.13-13.fc31.x86_64
  adwaita-cursor-theme-3.34.3-1.fc31.noarch
  adwaita-icon-theme-3.34.3-1.fc31.noarch
  audit-libs-3.0-0.15.20191104git1c2f876.fc31.x86_64
  bash-5.0.11-1.fc31.x86_64
  coreutils-8.31-6.fc31.x86_64
  coreutils-common-8.31-6.fc31.x86_64
  crypto-policies-20191128-2.gitcd267a5.fc31.noarch
  cryptsetup-libs-2.2.2-1.fc31.x86_64
  cups-libs-1:2.2.12-3.fc31.x86_64
  device-mapper-1.02.165-1.fc31.x86_64
  device-mapper-libs-1.02.165-1.fc31.x86_64
  dnf-4.2.17-1.fc31.noarch
  dnf-data-4.2.17-1.fc31.noarch
  fedora-release-common-31-2.noarch
  file-libs-5.37-8.fc31.x86_64
  fribidi-1.0.5-5.fc31.x86_64
  gcr-3.34.0-1.fc31.x86_64
  gcr-base-3.34.0-1.fc31.x86_64
  glib-networking-2.62.3-1.fc31.x86_64
  glib2-2.62.4-1.fc31.x86_64
  glibc-2.30-8.fc31.x86_64
  glibc-all-langpacks-2.30-8.fc31.x86_64
  glibc-common-2.30-8.fc31.x86_64
  gnupg2-2.2.18-2.fc31.x86_64
  gnutls-3.6.11-1.fc31.x86_64
  gtk-update-icon-cache-3.24.13-1.fc31.x86_64
  gtk3-3.24.13-1.fc31.x86_64
  iptables-libs-1.8.3-7.fc31.x86_64
  json-c-0.13.1-8.fc31.x86_64
  libX11-1.6.9-2.fc31.x86_64
  libX11-common-1.6.9-2.fc31.noarch
  libblkid-2.34-4.fc31.x86_64
  libcap-ng-0.7.10-1.fc31.x86_64
  libcomps-0.1.14-1.fc31.x86_64
  libdnf-0.39.1-1.fc31.x86_64
  libedit-3.1-30.20191211cvs.fc31.x86_64
  libfdisk-2.34-4.fc31.x86_64
  libgusb-0.3.1-1.fc31.x86_64
  libidn2-2.3.0-1.fc31.x86_64
  libjpeg-turbo-2.0.2-5.fc31.x86_64
  libmodulemd1-1.8.16-1.fc31.x86_64
  libmount-2.34-4.fc31.x86_64
  libnghttp2-1.39.2-2.fc31.x86_64
  libpcap-14:1.9.1-1.fc31.x86_64
  libpwquality-1.4.2-1.fc31.x86_64
  librepo-1.11.1-1.fc31.x86_64
  libreport-filesystem-2.11.3-1.fc31.noarch
  libseccomp-2.4.2-2.fc31.x86_64
  libsmartcols-2.34-4.fc31.x86_64
  libsolv-0.7.10-1.fc31.x86_64
  libsoup-2.68.3-1.fc31.x86_64
  libssh-0.9.3-1.fc31.x86_64
  libssh-config-0.9.3-1.fc31.noarch
  libtiff-4.0.10-7.fc31.x86_64
  libtirpc-1.2.5-0.fc31.x86_64
  libuuid-2.34-4.fc31.x86_64
  libxcrypt-4.4.10-2.fc31.x86_64
  libxml2-2.9.10-2.fc31.x86_64
  openssh-8.1p1-1.fc31.x86_64
  openssh-clients-8.1p1-1.fc31.x86_64
  pam-1.3.1-21.fc31.x86_64
  pango-1.44.7-1.fc31.x86_64
  pcre2-10.33-16.fc31.x86_64
  python-pip-wheel-19.1.1-7.fc31.noarch
  python3-3.7.5-2.fc31.x86_64
  python3-dnf-4.2.17-1.fc31.noarch
  python3-hawkey-0.39.1-1.fc31.x86_64
  python3-libcomps-0.1.14-1.fc31.x86_64
  python3-libdnf-0.39.1-1.fc31.x86_64
  python3-libs-3.7.5-2.fc31.x86_64
  python3-rpm-4.15.1-1.fc31.x86_64
  rpm-4.15.1-1.fc31.x86_64
  rpm-build-libs-4.15.1-1.fc31.x86_64
  rpm-libs-4.15.1-1.fc31.x86_64
  rpm-sign-libs-4.15.1-1.fc31.x86_64
  setup-2.13.6-1.fc31.noarch
  sqlite-libs-3.30.0-1.fc31.x86_64
  systemd-libs-243.5-1.fc31.x86_64
  systemd-pam-243.5-1.fc31.x86_64
  systemd-rpm-macros-243.5-1.fc31.noarch
  unbound-libs-1.9.6-1.fc31.x86_64
  util-linux-2.34-4.fc31.x86_64
  whois-nls-5.5.4-1.fc31.noarch
  xkeyboard-config-2.28-1.fc31.noarch
  zchunk-libs-1.1.4-1.fc31.x86_64
  zlib-1.2.11-20.fc31.x86_64
  acl-2.2.53-4.fc31.x86_64
  adobe-source-code-pro-fonts-2.030.1.050-7.fc31.noarch
  alternatives-1.11-5.fc31.x86_64
  at-spi2-atk-2.34.1-1.fc31.x86_64
  at-spi2-core-2.34.0-1.fc31.x86_64
  atk-2.34.1-1.fc31.x86_64
  avahi-libs-0.7-20.fc31.x86_64
  basesystem-11-8.fc31.noarch
  brotli-1.0.7-6.fc31.x86_64
  bzip2-libs-1.0.8-1.fc31.x86_64
  ca-certificates-2019.2.32-3.fc31.noarch
  cairo-1.16.0-6.fc31.x86_64
  cairo-gobject-1.16.0-6.fc31.x86_64
  colord-libs-1.4.4-2.fc31.x86_64
  cracklib-2.9.6-21.fc31.x86_64
  curl-7.66.0-1.fc31.x86_64
  cyrus-sasl-lib-2.1.27-2.fc31.x86_64
  dbus-1:1.12.16-3.fc31.x86_64
  dbus-broker-21-6.fc31.x86_64
  dbus-common-1:1.12.16-3.fc31.noarch
  dbus-libs-1:1.12.16-3.fc31.x86_64
  elfutils-default-yama-scope-0.177-1.fc31.noarch
  elfutils-libelf-0.177-1.fc31.x86_64
  elfutils-libs-0.177-1.fc31.x86_64
  expat-2.2.8-1.fc31.x86_64
  fedora-gpg-keys-31-1.noarch
  fedora-repos-31-1.noarch
  filesystem-3.12-2.fc31.x86_64
  fipscheck-1.5.0-7.fc31.x86_64
  fipscheck-lib-1.5.0-7.fc31.x86_64
  fontconfig-2.13.92-3.fc31.x86_64
  fontpackages-filesystem-1.44-25.fc31.noarch
  freetype-2.10.0-3.fc31.x86_64
  gawk-5.0.1-5.fc31.x86_64
  gdbm-libs-1:1.18.1-1.fc31.x86_64
  gdk-pixbuf2-2.40.0-1.fc31.x86_64
  gdk-pixbuf2-modules-2.40.0-1.fc31.x86_64
  gmp-1:6.1.2-10.fc31.x86_64
  gpgme-1.13.1-3.fc31.x86_64
  graphite2-1.3.13-1.fc31.x86_64
  grep-3.3-3.fc31.x86_64
  gsettings-desktop-schemas-3.34.0-1.fc31.x86_64
  gzip-1.10-1.fc31.x86_64
  harfbuzz-2.6.1-2.fc31.x86_64
  hicolor-icon-theme-0.17-7.fc31.noarch
  ima-evm-utils-1.2.1-2.fc31.x86_64
  jasper-libs-2.0.14-9.fc31.x86_64
  jbigkit-libs-2.1-17.fc31.x86_64
  json-glib-1.4.4-3.fc31.x86_64
  keyutils-libs-1.6-3.fc31.x86_64
  kmod-libs-26-4.fc31.x86_64
  krb5-libs-1.17-45.fc31.x86_64
  lcms2-2.9-6.fc31.x86_64
  libXau-1.0.9-2.fc31.x86_64
  libXcomposite-0.4.4-17.fc31.x86_64
  libXcursor-1.1.15-6.fc31.x86_64
  libXdamage-1.1.4-17.fc31.x86_64
  libXext-1.3.4-2.fc31.x86_64
  libXfixes-5.0.3-10.fc31.x86_64
  libXft-2.3.3-2.fc31.x86_64
  libXi-1.7.10-2.fc31.x86_64
  libXinerama-1.1.4-4.fc31.x86_64
  libXrandr-1.5.2-2.fc31.x86_64
  libXrender-0.9.10-10.fc31.x86_64
  libXtst-1.2.3-10.fc31.x86_64
  libacl-2.2.53-4.fc31.x86_64
  libarchive-3.4.0-1.fc31.x86_64
  libargon2-20171227-3.fc31.x86_64
  libassuan-2.5.3-2.fc31.x86_64
  libattr-2.4.48-7.fc31.x86_64
  libcap-2.26-6.fc31.x86_64
  libcom_err-1.45.3-1.fc31.x86_64
  libcurl-7.66.0-1.fc31.x86_64
  libdatrie-0.2.9-10.fc31.x86_64
  libdb-5.3.28-38.fc31.x86_64
  libdb-utils-5.3.28-38.fc31.x86_64
  libepoxy-1.5.3-4.fc31.x86_64
  libevent-2.1.8-7.fc31.x86_64
  libffi-3.1-23.fc31.x86_64
  libgcc-9.2.1-1.fc31.x86_64
  libgcrypt-1.8.5-1.fc31.x86_64
  libgomp-9.2.1-1.fc31.x86_64
  libgpg-error-1.36-2.fc31.x86_64
  libksba-1.3.5-10.fc31.x86_64
  libmetalink-0.1.3-9.fc31.x86_64
  libmodman-2.0.1-20.fc31.x86_64
  libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64
  libpng-2:1.6.37-2.fc31.x86_64
  libproxy-0.4.15-14.fc31.x86_64
  libpsl-0.21.0-2.fc31.x86_64
  libsecret-0.19.1-1.fc31.x86_64
  libselinux-2.9-5.fc31.x86_64
  libsemanage-2.9-3.fc31.x86_64
  libsepol-2.9-2.fc31.x86_64
  libsigsegv-2.11-8.fc31.x86_64
  libstdc++-9.2.1-1.fc31.x86_64
  libtasn1-4.14-2.fc31.x86_64
  libthai-0.1.28-3.fc31.x86_64
  libunistring-0.9.10-6.fc31.x86_64
  libusbx-1.0.22-4.fc31.x86_64
  libutempter-1.1.6-17.fc31.x86_64
  libverto-0.3.0-8.fc31.x86_64
  libwayland-client-1.17.0-2.fc31.x86_64
  libwayland-cursor-1.17.0-2.fc31.x86_64
  libwayland-egl-1.17.0-2.fc31.x86_64
  libxcb-1.13.1-3.fc31.x86_64
  libyaml-0.2.2-2.fc31.x86_64
  libzstd-1.4.2-1.fc31.x86_64
  lua-libs-5.3.5-6.fc31.x86_64
  lz4-libs-1.9.1-1.fc31.x86_64
  mpfr-3.1.6-5.fc31.x86_64
  ncurses-6.1-12.20190803.fc31.x86_64
  ncurses-base-6.1-12.20190803.fc31.noarch
  ncurses-libs-6.1-12.20190803.fc31.x86_64
  nettle-3.5.1-3.fc31.x86_64
  npth-1.6-3.fc31.x86_64
  openldap-2.4.47-3.fc31.x86_64
  openssl-1:1.1.1d-2.fc31.x86_64
  openssl-libs-1:1.1.1d-2.fc31.x86_64
  p11-kit-0.23.16.1-2.fc31.x86_64
  p11-kit-trust-0.23.16.1-2.fc31.x86_64
  pcre-8.43-2.fc31.1.x86_64
  pixman-0.38.4-1.fc31.x86_64
  popt-1.16-18.fc31.x86_64
  publicsuffix-list-dafsa-20190417-2.fc31.noarch
  python-setuptools-wheel-41.2.0-1.fc31.noarch
  python3-gpg-1.13.1-3.fc31.x86_64
  qrencode-libs-4.0.2-4.fc31.x86_64
  readline-8.0-3.fc31.x86_64
  rest-0.8.1-6.fc31.x86_64
  sed-4.5-4.fc31.x86_64
  shadow-utils-2:4.6-16.fc31.x86_64
  trousers-lib-0.3.13-13.fc31.x86_64
  tss2-1331-2.fc31.x86_64
  tzdata-2019c-1.fc31.noarch
  xz-libs-5.2.4-6.fc31.x86_64

Complete!
bash-5.0#
bash-5.0# yum -y --exclude=iwl*-firmware install \
  @core redhat-lsb-core dracut-tools dracut-config-generic \
  dracut-config-rescue rsyslog
Last metadata expiration check: 0:14:53 ago on Sun 12 Jan 2020 10:48:10 PM UTC.
No match for group package "lsvpd"
No match for group package "powerpc-utils"
Dependencies resolved.
================================================================================
 Package                  Arch   Version                          Repo     Size
================================================================================
Installing:
 rsyslog                  x86_64 8.1911.0-1.fc31                  updates 732 k
 dracut-config-generic    x86_64 049-27.git20181204.fc31.1        fedora  9.9 k
 dracut-tools             x86_64 049-27.git20181204.fc31.1        fedora   13 k
 redhat-lsb-core          x86_64 4.1-48.fc31                      fedora   33 k
Installing group/module packages:
 NetworkManager           x86_64 1:1.20.8-1.fc31                  updates 2.0 M
 audit                    x86_64 3.0-0.15.20191104git1c2f876.fc31 updates 253 k
 dhcp-client              x86_64 12:4.4.1-19.fc31                 updates 1.1 M
 dnf-plugins-core         noarch 4.0.12-1.fc31                    updates  32 k
 openssh-server           x86_64 8.1p1-1.fc31                     updates 429 k
 passwd                   x86_64 0.80-7.fc31                      updates 109 k
 plymouth                 x86_64 0.9.4-11.20191022git32c097c.fc31 updates 105 k
 selinux-policy-targeted  noarch 3.14.4-43.fc31                   updates  13 M
 sssd-kcm                 x86_64 2.2.2-3.fc31                     updates 160 k
 sudo                     x86_64 1.8.29-1.fc31                    updates 908 k
 vim-minimal              x86_64 2:8.2.109-1.fc31                 updates 646 k
 dracut-config-rescue     x86_64 049-27.git20181204.fc31.1        fedora   12 k
 e2fsprogs                x86_64 1.45.3-1.fc31                    fedora  1.0 M
 firewalld                noarch 0.7.2-1.fc31                     fedora  415 k
 hostname                 x86_64 3.20-9.fc31                      fedora   28 k
 iproute                  x86_64 5.3.0-1.fc31                     fedora  639 k
 iputils                  x86_64 20190515-3.fc31                  fedora  141 k
 kbd                      x86_64 2.0.4-14.fc31                    fedora  391 k
 less                     x86_64 551-2.fc31                       fedora  154 k
 man-db                   x86_64 2.8.4-5.fc31                     fedora  1.0 M
 parted                   x86_64 3.2.153-1.fc31                   fedora  593 k
 policycoreutils          x86_64 2.9-5.fc31                       fedora  212 k
 procps-ng                x86_64 3.3.15-6.fc31                    fedora  326 k
 rootfiles                noarch 8.1-25.fc31                      fedora  8.5 k
Installing dependencies:
 NetworkManager-libnm     x86_64 1:1.20.8-1.fc31                  updates 1.6 M
 binutils                 x86_64 2.32-30.fc31                     updates 5.2 M
 binutils-gold            x86_64 2.32-30.fc31                     updates 861 k
 cups-client              x86_64 1:2.2.12-3.fc31                  updates  71 k
 dhcp-common              noarch 12:4.4.1-19.fc31                 updates 129 k
 file                     x86_64 5.37-8.fc31                      updates  51 k
 ipcalc                   x86_64 0.3.0-1.fc31                     updates  40 k
 iptables                 x86_64 1.8.3-7.fc31                     updates 466 k
 libldb                   x86_64 2.0.8-1.fc31                     updates 183 k
 libnfsidmap              x86_64 1:2.4.2-3.rc3.fc31               updates  72 k
 libsss_certmap           x86_64 2.2.2-3.fc31                     updates  71 k
 libsss_idmap             x86_64 2.2.2-3.fc31                     updates  47 k
 libsss_nss_idmap         x86_64 2.2.2-3.fc31                     updates  54 k
 make                     x86_64 1:4.2.1-15.fc31                  updates 494 k
 nspr                     x86_64 4.24.0-1.fc31                    updates 138 k
 nss                      x86_64 3.48.0-1.fc31                    updates 665 k
 nss-softokn              x86_64 3.48.0-1.fc31                    updates 424 k
 nss-softokn-freebl       x86_64 3.48.0-1.fc31                    updates 236 k
 nss-sysinit              x86_64 3.48.0-1.fc31                    updates  20 k
 nss-util                 x86_64 3.48.0-1.fc31                    updates  90 k
 plymouth-core-libs       x86_64 0.9.4-11.20191022git32c097c.fc31 updates 102 k
 plymouth-scripts         x86_64 0.9.4-11.20191022git32c097c.fc31 updates  19 k
 polkit-libs              x86_64 0.116-4.fc31.1                   updates  67 k
 psmisc                   x86_64 23.3-2.fc31                      updates 160 k
 python3-dnf-plugins-core noarch 4.0.12-1.fc31                    updates 171 k
 rpm-plugin-selinux       x86_64 4.15.1-1.fc31                    updates  21 k
 selinux-policy           noarch 3.14.4-43.fc31                   updates 124 k
 sssd-client              x86_64 2.2.2-3.fc31                     updates 106 k
 sssd-common              x86_64 2.2.2-3.fc31                     updates 1.4 M
 systemd-udev             x86_64 243.5-1.fc31                     updates 1.3 M
 util-linux-user          x86_64 2.34-4.fc31                      updates  31 k
 at                       x86_64 3.1.23-3.fc31                    fedora   65 k
 bc                       x86_64 1.07.1-9.fc31                    fedora  121 k
 c-ares                   x86_64 1.15.0-4.fc31                    fedora   92 k
 cpio                     x86_64 2.12-12.fc31                     fedora  260 k
 cronie                   x86_64 1.5.4-2.fc31                     fedora  112 k
 cronie-anacron           x86_64 1.5.4-2.fc31                     fedora   32 k
 crontabs                 noarch 1.11-21.20190603git.fc31         fedora   18 k
 dracut                   x86_64 049-27.git20181204.fc31.1        fedora  312 k
 e2fsprogs-libs           x86_64 1.45.3-1.fc31                    fedora  217 k
 ebtables-legacy          x86_64 2.0.10-37.fc31                   fedora  100 k
 ed                       x86_64 1.14.2-7.fc31                    fedora   76 k
 esmtp                    x86_64 1.2-14.fc31                      fedora   55 k
 findutils                x86_64 1:4.6.0-24.fc31                  fedora  520 k
 firewalld-filesystem     noarch 0.7.2-1.fc31                     fedora  9.5 k
 fuse-libs                x86_64 2.9.9-8.fc31                     fedora  100 k
 gc                       x86_64 7.6.4-6.fc31                     fedora  104 k
 gettext                  x86_64 0.20.1-2.fc31                    fedora  1.1 M
 gettext-libs             x86_64 0.20.1-2.fc31                    fedora  289 k
 gobject-introspection    x86_64 1.62.0-1.fc31                    fedora  270 k
 groff-base               x86_64 1.22.3-20.fc31                   fedora  1.0 M
 guile22                  x86_64 2.2.6-2.fc31                     fedora  6.6 M
 info                     x86_64 6.6-2.fc31                       fedora  227 k
 initscripts              x86_64 10.02-2.fc31                     fedora  209 k
 ipset                    x86_64 7.3-1.fc31                       fedora   39 k
 ipset-libs               x86_64 7.3-1.fc31                       fedora   66 k
 jansson                  x86_64 2.12-4.fc31                      fedora   43 k
 kbd-legacy               noarch 2.0.4-14.fc31                    fedora  464 k
 kbd-misc                 noarch 2.0.4-14.fc31                    fedora  1.5 M
 kmod                     x86_64 26-4.fc31                        fedora  122 k
 libatomic_ops            x86_64 7.6.10-2.fc31                    fedora   36 k
 libbasicobjects          x86_64 0.1.1-43.fc31                    fedora   26 k
 libcollection            x86_64 0.7.0-43.fc31                    fedora   45 k
 libcroco                 x86_64 0.6.13-2.fc31                    fedora  112 k
 libdhash                 x86_64 0.5.0-43.fc31                    fedora   30 k
 libesmtp                 x86_64 1.0.6-18.fc31                    fedora   67 k
 libestr                  x86_64 0.1.9-13.fc31                    fedora   25 k
 libfastjson              x86_64 0.99.8-5.fc31                    fedora   38 k
 libini_config            x86_64 1.3.1-43.fc31                    fedora   67 k
 libkcapi                 x86_64 1.1.5-1.fc31                     fedora   47 k
 libkcapi-hmaccalc        x86_64 1.1.5-1.fc31                     fedora   29 k
 liblockfile              x86_64 1.14-4.fc31                      fedora   29 k
 libmnl                   x86_64 1.0.4-10.fc31                    fedora   28 k
 libndp                   x86_64 1.7-4.fc31                       fedora   37 k
 libnetfilter_conntrack   x86_64 1.0.7-3.fc31                     fedora   63 k
 libnfnetlink             x86_64 1.0.1-16.fc31                    fedora   30 k
 libnftnl                 x86_64 1.1.3-2.fc31                     fedora   81 k
 libnl3                   x86_64 3.5.0-1.fc31                     fedora  331 k
 libpath_utils            x86_64 0.2.1-43.fc31                    fedora   30 k
 libpipeline              x86_64 1.5.1-3.fc31                     fedora   55 k
 libref_array             x86_64 0.1.5-43.fc31                    fedora   28 k
 libselinux-utils         x86_64 2.9-5.fc31                       fedora  160 k
 libss                    x86_64 1.45.3-1.fc31                    fedora   33 k
 libtalloc                x86_64 2.3.0-1.fc31                     fedora   37 k
 libtdb                   x86_64 1.4.2-1.fc31                     fedora   53 k
 libtevent                x86_64 0.10.1-1.fc31                    fedora   45 k
 libtextstyle             x86_64 0.20.1-2.fc31                    fedora   55 k
 libtool-ltdl             x86_64 2.4.6-31.fc31                    fedora   37 k
 libuser                  x86_64 0.62-21.fc31                     fedora  384 k
 linux-atm-libs           x86_64 2.5.1-25.fc31                    fedora   38 k
 lmdb-libs                x86_64 0.9.23-3.fc31                    fedora   60 k
 logrotate                x86_64 3.15.1-1.fc31                    fedora   73 k
 m4                       x86_64 1.4.18-11.fc31                   fedora  217 k
 mailx                    x86_64 12.5-32.fc31                     fedora  253 k
 ncurses-compat-libs      x86_64 6.1-12.20190803.fc31             fedora  327 k
 nftables                 x86_64 1:0.9.1-3.fc31                   fedora  315 k
 patch                    x86_64 2.7.6-11.fc31                    fedora  135 k
 python3-dateutil         noarch 1:2.8.0-3.fc31                   fedora  290 k
 python3-dbus             x86_64 1.2.8-6.fc31                     fedora  132 k
 python3-decorator        noarch 4.4.0-2.fc31                     fedora   27 k
 python3-distro           noarch 1.4.0-2.fc31                     fedora   35 k
 python3-firewall         noarch 0.7.2-1.fc31                     fedora  304 k
 python3-gobject-base     x86_64 3.34.0-3.fc31                    fedora  317 k
 python3-libselinux       x86_64 2.9-5.fc31                       fedora  184 k
 python3-six              noarch 1.12.0-2.fc31                    fedora   35 k
 python3-slip             noarch 0.6.4-16.fc31                    fedora   32 k
 python3-slip-dbus        noarch 0.6.4-16.fc31                    fedora   32 k
 redhat-lsb-submod-security
                          x86_64 4.1-48.fc31                      fedora  8.8 k
 spax                     x86_64 1.5.3-17.fc31                    fedora  213 k
 tar                      x86_64 2:1.32-2.fc31                    fedora  887 k
 time                     x86_64 1.9-7.fc31                       fedora   49 k
 xz                       x86_64 5.2.4-6.fc31                     fedora  147 k
Installing weak dependencies:
 geolite2-city            noarch 20191217-1.fc31                  updates  23 M
 geolite2-country         noarch 20191217-1.fc31                  updates 1.7 M
 libsss_autofs            x86_64 2.2.2-3.fc31                     updates  44 k
 libsss_sudo              x86_64 2.2.2-3.fc31                     updates  42 k
 sssd-nfs-idmap           x86_64 2.2.2-3.fc31                     updates  40 k
 iproute-tc               x86_64 5.3.0-1.fc31                     fedora  407 k
 kpartx                   x86_64 0.8.0-3.fc31                     fedora   55 k
 libmaxminddb             x86_64 1.2.0-8.fc31                     fedora   23 k
 pigz                     x86_64 2.4-5.fc31                       fedora   78 k
 systemd-bootchart        x86_64 233-5.fc31                       fedora   71 k
Installing Groups:
 Core

Transaction Summary
================================================================================
Install  150 Packages

Total download size: 84 M
Installed size: 312 M
Downloading Packages:
(1/150): audit-3.0-0.15.20191104git1c2f876.fc31 3.0 MB/s | 253 kB     00:00
(2/150): NetworkManager-1.20.8-1.fc31.x86_64.rp  11 MB/s | 2.0 MB     00:00
(3/150): NetworkManager-libnm-1.20.8-1.fc31.x86 8.5 MB/s | 1.6 MB     00:00
(4/150): cups-client-2.2.12-3.fc31.x86_64.rpm   3.4 MB/s |  71 kB     00:00
(5/150): binutils-gold-2.32-30.fc31.x86_64.rpm   18 MB/s | 861 kB     00:00
(6/150): dhcp-common-4.4.1-19.fc31.noarch.rpm   7.9 MB/s | 129 kB     00:00
(7/150): dnf-plugins-core-4.0.12-1.fc31.noarch. 2.3 MB/s |  32 kB     00:00
(8/150): file-5.37-8.fc31.x86_64.rpm            3.5 MB/s |  51 kB     00:00
(9/150): dhcp-client-4.4.1-19.fc31.x86_64.rpm    18 MB/s | 1.1 MB     00:00
(10/150): geolite2-country-20191217-1.fc31.noar  17 MB/s | 1.7 MB     00:00
(11/150): ipcalc-0.3.0-1.fc31.x86_64.rpm        1.2 MB/s |  40 kB     00:00
(12/150): binutils-2.32-30.fc31.x86_64.rpm       15 MB/s | 5.2 MB     00:00
(13/150): iptables-1.8.3-7.fc31.x86_64.rpm       14 MB/s | 466 kB     00:00
(14/150): libnfsidmap-2.4.2-3.rc3.fc31.x86_64.r 4.5 MB/s |  72 kB     00:00
(15/150): libldb-2.0.8-1.fc31.x86_64.rpm        4.6 MB/s | 183 kB     00:00
(16/150): libsss_autofs-2.2.2-3.fc31.x86_64.rpm 2.9 MB/s |  44 kB     00:00
(17/150): libsss_certmap-2.2.2-3.fc31.x86_64.rp 4.5 MB/s |  71 kB     00:00
(18/150): libsss_idmap-2.2.2-3.fc31.x86_64.rpm  3.2 MB/s |  47 kB     00:00
(19/150): libsss_nss_idmap-2.2.2-3.fc31.x86_64. 3.3 MB/s |  54 kB     00:00
(20/150): libsss_sudo-2.2.2-3.fc31.x86_64.rpm   2.8 MB/s |  42 kB     00:00
(21/150): nspr-4.24.0-1.fc31.x86_64.rpm         5.2 MB/s | 138 kB     00:00
(22/150): make-4.2.1-15.fc31.x86_64.rpm          12 MB/s | 494 kB     00:00
(23/150): nss-softokn-3.48.0-1.fc31.x86_64.rpm  8.6 MB/s | 424 kB     00:00
(24/150): nss-3.48.0-1.fc31.x86_64.rpm           11 MB/s | 665 kB     00:00
(25/150): nss-sysinit-3.48.0-1.fc31.x86_64.rpm  1.2 MB/s |  20 kB     00:00
(26/150): nss-softokn-freebl-3.48.0-1.fc31.x86_ 9.1 MB/s | 236 kB     00:00
(27/150): nss-util-3.48.0-1.fc31.x86_64.rpm     5.1 MB/s |  90 kB     00:00
(28/150): passwd-0.80-7.fc31.x86_64.rpm         4.8 MB/s | 109 kB     00:00
(29/150): openssh-server-8.1p1-1.fc31.x86_64.rp  10 MB/s | 429 kB     00:00
(30/150): plymouth-0.9.4-11.20191022git32c097c. 4.8 MB/s | 105 kB     00:00
(31/150): plymouth-core-libs-0.9.4-11.20191022g 4.4 MB/s | 102 kB     00:00
(32/150): plymouth-scripts-0.9.4-11.20191022git 1.3 MB/s |  19 kB     00:00
(33/150): polkit-libs-0.116-4.fc31.1.x86_64.rpm 4.3 MB/s |  67 kB     00:00
(34/150): psmisc-23.3-2.fc31.x86_64.rpm         8.7 MB/s | 160 kB     00:00
(35/150): python3-dnf-plugins-core-4.0.12-1.fc3 9.7 MB/s | 171 kB     00:00
(36/150): rpm-plugin-selinux-4.15.1-1.fc31.x86_ 1.6 MB/s |  21 kB     00:00
(37/150): selinux-policy-3.14.4-43.fc31.noarch. 5.8 MB/s | 124 kB     00:00
(38/150): rsyslog-8.1911.0-1.fc31.x86_64.rpm     15 MB/s | 732 kB     00:00
(39/150): sssd-client-2.2.2-3.fc31.x86_64.rpm   4.5 MB/s | 106 kB     00:00
(40/150): sssd-common-2.2.2-3.fc31.x86_64.rpm    11 MB/s | 1.4 MB     00:00
(41/150): sssd-kcm-2.2.2-3.fc31.x86_64.rpm      6.0 MB/s | 160 kB     00:00
(42/150): sssd-nfs-idmap-2.2.2-3.fc31.x86_64.rp 2.5 MB/s |  40 kB     00:00
(43/150): sudo-1.8.29-1.fc31.x86_64.rpm          12 MB/s | 908 kB     00:00
(44/150): systemd-udev-243.5-1.fc31.x86_64.rpm   11 MB/s | 1.3 MB     00:00
(45/150): util-linux-user-2.34-4.fc31.x86_64.rp 1.8 MB/s |  31 kB     00:00
(46/150): vim-minimal-8.2.109-1.fc31.x86_64.rpm 9.2 MB/s | 646 kB     00:00
(47/150): at-3.1.23-3.fc31.x86_64.rpm           2.0 MB/s |  65 kB     00:00
(48/150): bc-1.07.1-9.fc31.x86_64.rpm           3.9 MB/s | 121 kB     00:00
(49/150): c-ares-1.15.0-4.fc31.x86_64.rpm       2.6 MB/s |  92 kB     00:00
(50/150): cpio-2.12-12.fc31.x86_64.rpm          5.4 MB/s | 260 kB     00:00
(51/150): cronie-1.5.4-2.fc31.x86_64.rpm        3.1 MB/s | 112 kB     00:00
(52/150): cronie-anacron-1.5.4-2.fc31.x86_64.rp 1.1 MB/s |  32 kB     00:00
(53/150): selinux-policy-targeted-3.14.4-43.fc3  17 MB/s |  13 MB     00:00
(54/150): crontabs-1.11-21.20190603git.fc31.noa 303 kB/s |  18 kB     00:00
(55/150): geolite2-city-20191217-1.fc31.noarch.  17 MB/s |  23 MB     00:01
(56/150): dracut-config-generic-049-27.git20181 103 kB/s | 9.9 kB     00:00
(57/150): dracut-049-27.git20181204.fc31.1.x86_ 3.1 MB/s | 312 kB     00:00
(58/150): dracut-config-rescue-049-27.git201812 452 kB/s |  12 kB     00:00
(59/150): e2fsprogs-libs-1.45.3-1.fc31.x86_64.r 3.5 MB/s | 217 kB     00:00
(60/150): dracut-tools-049-27.git20181204.fc31. 123 kB/s |  13 kB     00:00
(61/150): ebtables-legacy-2.0.10-37.fc31.x86_64 3.1 MB/s | 100 kB     00:00
(62/150): ed-1.14.2-7.fc31.x86_64.rpm           2.8 MB/s |  76 kB     00:00
(63/150): esmtp-1.2-14.fc31.x86_64.rpm          1.6 MB/s |  55 kB     00:00
(64/150): findutils-4.6.0-24.fc31.x86_64.rpm     15 MB/s | 520 kB     00:00
(65/150): firewalld-filesystem-0.7.2-1.fc31.noa 377 kB/s | 9.5 kB     00:00
(66/150): firewalld-0.7.2-1.fc31.noarch.rpm     6.5 MB/s | 415 kB     00:00
(67/150): e2fsprogs-1.45.3-1.fc31.x86_64.rpm    4.6 MB/s | 1.0 MB     00:00
(68/150): fuse-libs-2.9.9-8.fc31.x86_64.rpm     3.5 MB/s | 100 kB     00:00
(69/150): gc-7.6.4-6.fc31.x86_64.rpm            3.0 MB/s | 104 kB     00:00
(70/150): gettext-libs-0.20.1-2.fc31.x86_64.rpm 6.2 MB/s | 289 kB     00:00
(71/150): gobject-introspection-1.62.0-1.fc31.x 9.7 MB/s | 270 kB     00:00
(72/150): gettext-0.20.1-2.fc31.x86_64.rpm       11 MB/s | 1.1 MB     00:00
(73/150): hostname-3.20-9.fc31.x86_64.rpm       1.1 MB/s |  28 kB     00:00
(74/150): groff-base-1.22.3-20.fc31.x86_64.rpm   12 MB/s | 1.0 MB     00:00
(75/150): info-6.6-2.fc31.x86_64.rpm            4.3 MB/s | 227 kB     00:00
(76/150): initscripts-10.02-2.fc31.x86_64.rpm   5.0 MB/s | 209 kB     00:00
(77/150): iproute-tc-5.3.0-1.fc31.x86_64.rpm    7.3 MB/s | 407 kB     00:00
(78/150): iproute-5.3.0-1.fc31.x86_64.rpm       8.6 MB/s | 639 kB     00:00
(79/150): ipset-libs-7.3-1.fc31.x86_64.rpm      1.7 MB/s |  66 kB     00:00
(80/150): ipset-7.3-1.fc31.x86_64.rpm           648 kB/s |  39 kB     00:00
(81/150): guile22-2.2.6-2.fc31.x86_64.rpm        23 MB/s | 6.6 MB     00:00
(82/150): jansson-2.12-4.fc31.x86_64.rpm        740 kB/s |  43 kB     00:00
(83/150): iputils-20190515-3.fc31.x86_64.rpm    2.1 MB/s | 141 kB     00:00
(84/150): kbd-2.0.4-14.fc31.x86_64.rpm          7.0 MB/s | 391 kB     00:00
(85/150): kbd-legacy-2.0.4-14.fc31.noarch.rpm   4.7 MB/s | 464 kB     00:00
(86/150): kmod-26-4.fc31.x86_64.rpm             1.9 MB/s | 122 kB     00:00
(87/150): kpartx-0.8.0-3.fc31.x86_64.rpm        1.4 MB/s |  55 kB     00:00
(88/150): kbd-misc-2.0.4-14.fc31.noarch.rpm      10 MB/s | 1.5 MB     00:00
(89/150): less-551-2.fc31.x86_64.rpm            4.2 MB/s | 154 kB     00:00
(90/150): libbasicobjects-0.1.1-43.fc31.x86_64. 1.0 MB/s |  26 kB     00:00
(91/150): libatomic_ops-7.6.10-2.fc31.x86_64.rp 940 kB/s |  36 kB     00:00
(92/150): libcollection-0.7.0-43.fc31.x86_64.rp 1.4 MB/s |  45 kB     00:00
(93/150): libdhash-0.5.0-43.fc31.x86_64.rpm     1.6 MB/s |  30 kB     00:00
(94/150): libesmtp-1.0.6-18.fc31.x86_64.rpm     3.0 MB/s |  67 kB     00:00
(95/150): libestr-0.1.9-13.fc31.x86_64.rpm      1.7 MB/s |  25 kB     00:00
(96/150): libcroco-0.6.13-2.fc31.x86_64.rpm     2.4 MB/s | 112 kB     00:00
(97/150): libkcapi-1.1.5-1.fc31.x86_64.rpm      2.1 MB/s |  47 kB     00:00
(98/150): libini_config-1.3.1-43.fc31.x86_64.rp 2.4 MB/s |  67 kB     00:00
(99/150): libfastjson-0.99.8-5.fc31.x86_64.rpm  1.0 MB/s |  38 kB     00:00
(100/150): liblockfile-1.14-4.fc31.x86_64.rpm   1.7 MB/s |  29 kB     00:00
(101/150): libmaxminddb-1.2.0-8.fc31.x86_64.rpm 1.1 MB/s |  23 kB     00:00
(102/150): libkcapi-hmaccalc-1.1.5-1.fc31.x86_6 950 kB/s |  29 kB     00:00
(103/150): libmnl-1.0.4-10.fc31.x86_64.rpm      1.7 MB/s |  28 kB     00:00
(104/150): libndp-1.7-4.fc31.x86_64.rpm         1.6 MB/s |  37 kB     00:00
(105/150): libnetfilter_conntrack-1.0.7-3.fc31. 2.3 MB/s |  63 kB     00:00
(106/150): libnfnetlink-1.0.1-16.fc31.x86_64.rp 1.0 MB/s |  30 kB     00:00
(107/150): libnftnl-1.1.3-2.fc31.x86_64.rpm     3.3 MB/s |  81 kB     00:00
(108/150): libpath_utils-0.2.1-43.fc31.x86_64.r 1.4 MB/s |  30 kB     00:00
(109/150): libnl3-3.5.0-1.fc31.x86_64.rpm       9.7 MB/s | 331 kB     00:00
(110/150): libpipeline-1.5.1-3.fc31.x86_64.rpm  2.2 MB/s |  55 kB     00:00
(111/150): libref_array-0.1.5-43.fc31.x86_64.rp 1.5 MB/s |  28 kB     00:00
(112/150): libselinux-utils-2.9-5.fc31.x86_64.r 5.7 MB/s | 160 kB     00:00
(113/150): libtalloc-2.3.0-1.fc31.x86_64.rpm    2.0 MB/s |  37 kB     00:00
(114/150): libss-1.45.3-1.fc31.x86_64.rpm       1.3 MB/s |  33 kB     00:00
(115/150): libtextstyle-0.20.1-2.fc31.x86_64.rp 1.0 MB/s |  55 kB     00:00
(116/150): libtevent-0.10.1-1.fc31.x86_64.rpm   722 kB/s |  45 kB     00:00
(117/150): libtdb-1.4.2-1.fc31.x86_64.rpm       725 kB/s |  53 kB     00:00
(118/150): libtool-ltdl-2.4.6-31.fc31.x86_64.rp 2.1 MB/s |  37 kB     00:00
(119/150): libuser-0.62-21.fc31.x86_64.rpm       11 MB/s | 384 kB     00:00
(120/150): lmdb-libs-0.9.23-3.fc31.x86_64.rpm   2.1 MB/s |  60 kB     00:00
(121/150): linux-atm-libs-2.5.1-25.fc31.x86_64. 1.2 MB/s |  38 kB     00:00
(122/150): logrotate-3.15.1-1.fc31.x86_64.rpm   2.7 MB/s |  73 kB     00:00
(123/150): mailx-12.5-32.fc31.x86_64.rpm        6.2 MB/s | 253 kB     00:00
(124/150): m4-1.4.18-11.fc31.x86_64.rpm         4.7 MB/s | 217 kB     00:00
(125/150): ncurses-compat-libs-6.1-12.20190803. 6.7 MB/s | 327 kB     00:00
(126/150): nftables-0.9.1-3.fc31.x86_64.rpm     6.6 MB/s | 315 kB     00:00
(127/150): man-db-2.8.4-5.fc31.x86_64.rpm        12 MB/s | 1.0 MB     00:00
(128/150): patch-2.7.6-11.fc31.x86_64.rpm       4.7 MB/s | 135 kB     00:00
(129/150): parted-3.2.153-1.fc31.x86_64.rpm      13 MB/s | 593 kB     00:00
(130/150): pigz-2.4-5.fc31.x86_64.rpm           2.4 MB/s |  78 kB     00:00
(131/150): policycoreutils-2.9-5.fc31.x86_64.rp 7.2 MB/s | 212 kB     00:00
(132/150): python3-dbus-1.2.8-6.fc31.x86_64.rpm 4.7 MB/s | 132 kB     00:00
(133/150): python3-dateutil-2.8.0-3.fc31.noarch 6.2 MB/s | 290 kB     00:00
(134/150): procps-ng-3.3.15-6.fc31.x86_64.rpm   5.7 MB/s | 326 kB     00:00
(135/150): python3-decorator-4.4.0-2.fc31.noarc 1.1 MB/s |  27 kB     00:00
(136/150): python3-distro-1.4.0-2.fc31.noarch.r 1.2 MB/s |  35 kB     00:00
(137/150): python3-gobject-base-3.34.0-3.fc31.x 8.9 MB/s | 317 kB     00:00
(138/150): python3-firewall-0.7.2-1.fc31.noarch 6.4 MB/s | 304 kB     00:00
(139/150): python3-libselinux-2.9-5.fc31.x86_64 6.3 MB/s | 184 kB     00:00
(140/150): python3-six-1.12.0-2.fc31.noarch.rpm 1.3 MB/s |  35 kB     00:00
(141/150): python3-slip-dbus-0.6.4-16.fc31.noar 1.2 MB/s |  32 kB     00:00
(142/150): python3-slip-0.6.4-16.fc31.noarch.rp 1.1 MB/s |  32 kB     00:00
(143/150): redhat-lsb-core-4.1-48.fc31.x86_64.r 1.5 MB/s |  33 kB     00:00
(144/150): redhat-lsb-submod-security-4.1-48.fc 324 kB/s | 8.8 kB     00:00
(145/150): rootfiles-8.1-25.fc31.noarch.rpm     279 kB/s | 8.5 kB     00:00
(146/150): spax-1.5.3-17.fc31.x86_64.rpm        7.3 MB/s | 213 kB     00:00
(147/150): systemd-bootchart-233-5.fc31.x86_64. 3.0 MB/s |  71 kB     00:00
(148/150): xz-5.2.4-6.fc31.x86_64.rpm           5.6 MB/s | 147 kB     00:00
(149/150): time-1.9-7.fc31.x86_64.rpm           1.5 MB/s |  49 kB     00:00
(150/150): tar-1.32-2.fc31.x86_64.rpm            11 MB/s | 887 kB     00:00
--------------------------------------------------------------------------------
Total                                            14 MB/s |  84 MB     00:05
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: selinux-policy-targeted-3.14.4-43.fc31.noarch          1/1
  Preparing        :                                                        1/1
  Installing       : libmnl-1.0.4-10.fc31.x86_64                          1/150
  Installing       : nspr-4.24.0-1.fc31.x86_64                            2/150
  Installing       : libtalloc-2.3.0-1.fc31.x86_64                        3/150
  Installing       : nss-util-3.48.0-1.fc31.x86_64                        4/150
  Installing       : findutils-1:4.6.0-24.fc31.x86_64                     5/150
  Installing       : libtevent-0.10.1-1.fc31.x86_64                       6/150
  Installing       : cronie-anacron-1.5.4-2.fc31.x86_64                   7/150
  Running scriptlet: cronie-anacron-1.5.4-2.fc31.x86_64                   7/150
  Installing       : cronie-1.5.4-2.fc31.x86_64                           8/150
  Running scriptlet: cronie-1.5.4-2.fc31.x86_64                           8/150
Created symlink /etc/systemd/system/multi-user.target.wants/crond.service → /usr/lib/systemd/system/crond.service.

  Installing       : crontabs-1.11-21.20190603git.fc31.noarch             9/150
  Installing       : procps-ng-3.3.15-6.fc31.x86_64                      10/150
  Installing       : libtdb-1.4.2-1.fc31.x86_64                          11/150
  Installing       : libref_array-0.1.5-43.fc31.x86_64                   12/150
  Installing       : libcollection-0.7.0-43.fc31.x86_64                  13/150
  Installing       : libbasicobjects-0.1.1-43.fc31.x86_64                14/150
  Installing       : cpio-2.12-12.fc31.x86_64                            15/150
  Installing       : libsss_certmap-2.2.2-3.fc31.x86_64                  16/150
  Installing       : binutils-gold-2.32-30.fc31.x86_64                   17/150
  Installing       : binutils-2.32-30.fc31.x86_64                        18/150
  Running scriptlet: binutils-2.32-30.fc31.x86_64                        18/150
  Installing       : python3-six-1.12.0-2.fc31.noarch                    19/150
  Installing       : python3-decorator-4.4.0-2.fc31.noarch               20/150
  Installing       : python3-dbus-1.2.8-6.fc31.x86_64                    21/150
  Running scriptlet: logrotate-3.15.1-1.fc31.x86_64                      22/150
  Installing       : logrotate-3.15.1-1.fc31.x86_64                      22/150
  Running scriptlet: logrotate-3.15.1-1.fc31.x86_64                      22/150
  Installing       : libuser-0.62-21.fc31.x86_64                         23/150
  Installing       : libdhash-0.5.0-43.fc31.x86_64                       24/150
  Installing       : kmod-26-4.fc31.x86_64                               25/150
  Installing       : jansson-2.12-4.fc31.x86_64                          26/150
  Installing       : libsss_idmap-2.2.2-3.fc31.x86_64                    27/150
  Installing       : passwd-0.80-7.fc31.x86_64                           28/150
  Installing       : util-linux-user-2.34-4.fc31.x86_64                  29/150
  Installing       : python3-dateutil-1:2.8.0-3.fc31.noarch              30/150
  Installing       : initscripts-10.02-2.fc31.x86_64                     31/150
  Running scriptlet: initscripts-10.02-2.fc31.x86_64                     31/150
Created symlink /etc/systemd/system/sysinit.target.wants/import-state.service → /usr/lib/systemd/system/import-state.service.

  Installing       : nss-softokn-freebl-3.48.0-1.fc31.x86_64             32/150
  Installing       : nss-softokn-3.48.0-1.fc31.x86_64                    33/150
  Installing       : nss-3.48.0-1.fc31.x86_64                            34/150
  Running scriptlet: nss-3.48.0-1.fc31.x86_64                            34/150
  Installing       : nss-sysinit-3.48.0-1.fc31.x86_64                    35/150
  Installing       : redhat-lsb-submod-security-4.1-48.fc31.x86_64       36/150
  Installing       : ipset-libs-7.3-1.fc31.x86_64                        37/150
  Installing       : ipset-7.3-1.fc31.x86_64                             38/150
  Installing       : libnftnl-1.1.3-2.fc31.x86_64                        39/150
  Installing       : nftables-1:0.9.1-3.fc31.x86_64                      40/150
  Running scriptlet: nftables-1:0.9.1-3.fc31.x86_64                      40/150
  Installing       : xz-5.2.4-6.fc31.x86_64                              41/150
  Installing       : time-1.9-7.fc31.x86_64                              42/150
  Installing       : tar-2:1.32-2.fc31.x86_64                            43/150
  Installing       : systemd-bootchart-233-5.fc31.x86_64                 44/150
  Running scriptlet: systemd-bootchart-233-5.fc31.x86_64                 44/150
  Installing       : spax-1.5.3-17.fc31.x86_64                           45/150
  Running scriptlet: spax-1.5.3-17.fc31.x86_64                           45/150
  Installing       : python3-libselinux-2.9-5.fc31.x86_64                46/150
  Installing       : python3-slip-0.6.4-16.fc31.noarch                   47/150
  Installing       : python3-slip-dbus-0.6.4-16.fc31.noarch              48/150
  Installing       : pigz-2.4-5.fc31.x86_64                              49/150
  Installing       : patch-2.7.6-11.fc31.x86_64                          50/150
  Installing       : ncurses-compat-libs-6.1-12.20190803.fc31.x86_64     51/150
  Installing       : mailx-12.5-32.fc31.x86_64                           52/150
  Installing       : m4-1.4.18-11.fc31.x86_64                            53/150
  Installing       : lmdb-libs-0.9.23-3.fc31.x86_64                      54/150
  Installing       : libldb-2.0.8-1.fc31.x86_64                          55/150
  Installing       : linux-atm-libs-2.5.1-25.fc31.x86_64                 56/150
  Installing       : iproute-tc-5.3.0-1.fc31.x86_64                      57/150
  Installing       : iproute-5.3.0-1.fc31.x86_64                         58/150
  Installing       : libtool-ltdl-2.4.6-31.fc31.x86_64                   59/150
  Installing       : libss-1.45.3-1.fc31.x86_64                          60/150
  Installing       : libselinux-utils-2.9-5.fc31.x86_64                  61/150
  Installing       : policycoreutils-2.9-5.fc31.x86_64                   62/150
  Running scriptlet: policycoreutils-2.9-5.fc31.x86_64                   62/150
Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service.

  Installing       : rpm-plugin-selinux-4.15.1-1.fc31.x86_64             63/150
  Installing       : selinux-policy-3.14.4-43.fc31.noarch                64/150
  Running scriptlet: selinux-policy-3.14.4-43.fc31.noarch                64/150
  Running scriptlet: selinux-policy-targeted-3.14.4-43.fc31.noarch       65/150
  Installing       : selinux-policy-targeted-3.14.4-43.fc31.noarch       65/150
  Running scriptlet: selinux-policy-targeted-3.14.4-43.fc31.noarch       65/150
  Installing       : libpipeline-1.5.1-3.fc31.x86_64                     66/150
  Installing       : libpath_utils-0.2.1-43.fc31.x86_64                  67/150
  Installing       : libini_config-1.3.1-43.fc31.x86_64                  68/150
  Installing       : libnl3-3.5.0-1.fc31.x86_64                          69/150
  Installing       : libnfnetlink-1.0.1-16.fc31.x86_64                   70/150
  Installing       : libnetfilter_conntrack-1.0.7-3.fc31.x86_64          71/150
  Installing       : iptables-1.8.3-7.fc31.x86_64                        72/150
  Running scriptlet: iptables-1.8.3-7.fc31.x86_64                        72/150
  Installing       : libndp-1.7-4.fc31.x86_64                            73/150
  Installing       : libmaxminddb-1.2.0-8.fc31.x86_64                    74/150
  Installing       : liblockfile-1.14-4.fc31.x86_64                      75/150
  Installing       : libkcapi-1.1.5-1.fc31.x86_64                        76/150
  Installing       : libkcapi-hmaccalc-1.1.5-1.fc31.x86_64               77/150
  Installing       : libfastjson-0.99.8-5.fc31.x86_64                    78/150
  Installing       : libestr-0.1.9-13.fc31.x86_64                        79/150
  Installing       : libesmtp-1.0.6-18.fc31.x86_64                       80/150
  Installing       : esmtp-1.2-14.fc31.x86_64                            81/150
  Running scriptlet: esmtp-1.2-14.fc31.x86_64                            81/150
  Installing       : libcroco-0.6.13-2.fc31.x86_64                       82/150
  Installing       : libtextstyle-0.20.1-2.fc31.x86_64                   83/150
  Installing       : gettext-libs-0.20.1-2.fc31.x86_64                   84/150
  Installing       : gettext-0.20.1-2.fc31.x86_64                        85/150
  Installing       : libatomic_ops-7.6.10-2.fc31.x86_64                  86/150
  Installing       : gc-7.6.4-6.fc31.x86_64                              87/150
  Installing       : guile22-2.2.6-2.fc31.x86_64                         88/150
  Running scriptlet: guile22-2.2.6-2.fc31.x86_64                         88/150
  Installing       : make-1:4.2.1-15.fc31.x86_64                         89/150
  Installing       : less-551-2.fc31.x86_64                              90/150
  Installing       : kpartx-0.8.0-3.fc31.x86_64                          91/150
  Installing       : kbd-misc-2.0.4-14.fc31.noarch                       92/150
  Installing       : kbd-legacy-2.0.4-14.fc31.noarch                     93/150
  Installing       : kbd-2.0.4-14.fc31.x86_64                            94/150
  Running scriptlet: systemd-udev-243.5-1.fc31.x86_64                    95/150
  Installing       : systemd-udev-243.5-1.fc31.x86_64                    95/150
  Running scriptlet: systemd-udev-243.5-1.fc31.x86_64                    95/150
  Installing       : dracut-049-27.git20181204.fc31.1.x86_64             96/150
  Installing       : iputils-20190515-3.fc31.x86_64                      97/150
  Running scriptlet: iputils-20190515-3.fc31.x86_64                      97/150
  Installing       : info-6.6-2.fc31.x86_64                              98/150
  Installing       : ed-1.14.2-7.fc31.x86_64                             99/150
  Installing       : hostname-3.20-9.fc31.x86_64                        100/150
  Running scriptlet: hostname-3.20-9.fc31.x86_64                        100/150
  Installing       : groff-base-1.22.3-20.fc31.x86_64                   101/150
  Running scriptlet: man-db-2.8.4-5.fc31.x86_64                         102/150
  Installing       : man-db-2.8.4-5.fc31.x86_64                         102/150
  Running scriptlet: man-db-2.8.4-5.fc31.x86_64                         102/150
  Installing       : gobject-introspection-1.62.0-1.fc31.x86_64         103/150
  Installing       : python3-gobject-base-3.34.0-3.fc31.x86_64          104/150
  Installing       : python3-firewall-0.7.2-1.fc31.noarch               105/150
  Installing       : fuse-libs-2.9.9-8.fc31.x86_64                      106/150
  Installing       : firewalld-filesystem-0.7.2-1.fc31.noarch           107/150
  Installing       : ebtables-legacy-2.0.10-37.fc31.x86_64              108/150
  Running scriptlet: ebtables-legacy-2.0.10-37.fc31.x86_64              108/150
  Installing       : e2fsprogs-libs-1.45.3-1.fc31.x86_64                109/150
  Installing       : c-ares-1.15.0-4.fc31.x86_64                        110/150
  Installing       : bc-1.07.1-9.fc31.x86_64                            111/150
  Installing       : at-3.1.23-3.fc31.x86_64                            112/150
  Running scriptlet: at-3.1.23-3.fc31.x86_64                            112/150
Created symlink /etc/systemd/system/multi-user.target.wants/atd.service → /usr/lib/systemd/system/atd.service.

  Installing       : vim-minimal-2:8.2.109-1.fc31.x86_64                113/150
  Installing       : psmisc-23.3-2.fc31.x86_64                          114/150
  Installing       : polkit-libs-0.116-4.fc31.1.x86_64                  115/150
  Installing       : plymouth-core-libs-0.9.4-11.20191022git32c097c.f   116/150
  Installing       : plymouth-scripts-0.9.4-11.20191022git32c097c.fc3   117/150
  Installing       : plymouth-0.9.4-11.20191022git32c097c.fc31.x86_64   118/150
  Installing       : libsss_sudo-2.2.2-3.fc31.x86_64                    119/150
  Installing       : libsss_nss_idmap-2.2.2-3.fc31.x86_64               120/150
  Installing       : sssd-client-2.2.2-3.fc31.x86_64                    121/150
  Running scriptlet: sssd-client-2.2.2-3.fc31.x86_64                    121/150
  Installing       : libsss_autofs-2.2.2-3.fc31.x86_64                  122/150
  Installing       : libnfsidmap-1:2.4.2-3.rc3.fc31.x86_64              123/150
  Installing       : sssd-nfs-idmap-2.2.2-3.fc31.x86_64                 124/150
  Installing       : sssd-common-2.2.2-3.fc31.x86_64                    125/150
  Running scriptlet: sssd-common-2.2.2-3.fc31.x86_64                    125/150
Created symlink /etc/systemd/system/multi-user.target.wants/sssd.service → /usr/lib/systemd/system/sssd.service.

  Installing       : geolite2-country-20191217-1.fc31.noarch            126/150
  Installing       : geolite2-city-20191217-1.fc31.noarch               127/150
  Installing       : ipcalc-0.3.0-1.fc31.x86_64                         128/150
  Installing       : file-5.37-8.fc31.x86_64                            129/150
  Installing       : dhcp-common-12:4.4.1-19.fc31.noarch                130/150
  Installing       : cups-client-1:2.2.12-3.fc31.x86_64                 131/150
  Running scriptlet: cups-client-1:2.2.12-3.fc31.x86_64                 131/150
  Installing       : redhat-lsb-core-4.1-48.fc31.x86_64                 132/150
  Installing       : python3-distro-1.4.0-2.fc31.noarch                 133/150
  Installing       : python3-dnf-plugins-core-4.0.12-1.fc31.noarch      134/150
  Installing       : NetworkManager-libnm-1:1.20.8-1.fc31.x86_64        135/150
  Running scriptlet: NetworkManager-1:1.20.8-1.fc31.x86_64              136/150
  Installing       : NetworkManager-1:1.20.8-1.fc31.x86_64              136/150
  Running scriptlet: NetworkManager-1:1.20.8-1.fc31.x86_64              136/150
Running in chroot, ignoring request.
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /usr/lib/systemd/system/NetworkManager.service.
Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /usr/lib/systemd/system/NetworkManager-dispatcher.service.
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /usr/lib/systemd/system/NetworkManager-wait-online.service.

  Installing       : dnf-plugins-core-4.0.12-1.fc31.noarch              137/150
  Installing       : dhcp-client-12:4.4.1-19.fc31.x86_64                138/150
  Installing       : sssd-kcm-2.2.2-3.fc31.x86_64                       139/150
  Running scriptlet: sssd-kcm-2.2.2-3.fc31.x86_64                       139/150
Created symlink /etc/systemd/system/sockets.target.wants/sssd-kcm.socket → /usr/lib/systemd/system/sssd-kcm.socket.

  Installing       : sudo-1.8.29-1.fc31.x86_64                          140/150
  Running scriptlet: sudo-1.8.29-1.fc31.x86_64                          140/150
  Installing       : e2fsprogs-1.45.3-1.fc31.x86_64                     141/150
  Installing       : firewalld-0.7.2-1.fc31.noarch                      142/150
  Running scriptlet: firewalld-0.7.2-1.fc31.noarch                      142/150
Created symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service → /usr/lib/systemd/system/firewalld.service.
Created symlink /etc/systemd/system/multi-user.target.wants/firewalld.service → /usr/lib/systemd/system/firewalld.service.

  Installing       : dracut-config-generic-049-27.git20181204.fc31.1.   143/150
  Installing       : dracut-config-rescue-049-27.git20181204.fc31.1.x   144/150
  Installing       : dracut-tools-049-27.git20181204.fc31.1.x86_64      145/150
  Installing       : rsyslog-8.1911.0-1.fc31.x86_64                     146/150
  Running scriptlet: rsyslog-8.1911.0-1.fc31.x86_64                     146/150
Created symlink /etc/systemd/system/multi-user.target.wants/rsyslog.service → /usr/lib/systemd/system/rsyslog.service.

  Installing       : audit-3.0-0.15.20191104git1c2f876.fc31.x86_64      147/150
  Running scriptlet: audit-3.0-0.15.20191104git1c2f876.fc31.x86_64      147/150
Created symlink /etc/systemd/system/multi-user.target.wants/auditd.service → /usr/lib/systemd/system/auditd.service.

  Installing       : rootfiles-8.1-25.fc31.noarch                       148/150
  Installing       : parted-3.2.153-1.fc31.x86_64                       149/150
  Running scriptlet: openssh-server-8.1p1-1.fc31.x86_64                 150/150
  Installing       : openssh-server-8.1p1-1.fc31.x86_64                 150/150
  Running scriptlet: openssh-server-8.1p1-1.fc31.x86_64                 150/150
Created symlink /etc/systemd/system/multi-user.target.wants/sshd.service → /usr/lib/systemd/system/sshd.service.

  Running scriptlet: selinux-policy-targeted-3.14.4-43.fc31.noarch      150/150
  Running scriptlet: sssd-common-2.2.2-3.fc31.x86_64                    150/150
Running in chroot, ignoring request: try-restart

  Running scriptlet: firewalld-0.7.2-1.fc31.noarch                      150/150
  Running scriptlet: rootfiles-8.1-25.fc31.noarch                       150/150
  Running scriptlet: openssh-server-8.1p1-1.fc31.x86_64                 150/150
  Verifying        : NetworkManager-1:1.20.8-1.fc31.x86_64                1/150
  Verifying        : NetworkManager-libnm-1:1.20.8-1.fc31.x86_64          2/150
  Verifying        : audit-3.0-0.15.20191104git1c2f876.fc31.x86_64        3/150
  Verifying        : binutils-2.32-30.fc31.x86_64                         4/150
  Verifying        : binutils-gold-2.32-30.fc31.x86_64                    5/150
  Verifying        : cups-client-1:2.2.12-3.fc31.x86_64                   6/150
  Verifying        : dhcp-client-12:4.4.1-19.fc31.x86_64                  7/150
  Verifying        : dhcp-common-12:4.4.1-19.fc31.noarch                  8/150
  Verifying        : dnf-plugins-core-4.0.12-1.fc31.noarch                9/150
  Verifying        : file-5.37-8.fc31.x86_64                             10/150
  Verifying        : geolite2-city-20191217-1.fc31.noarch                11/150
  Verifying        : geolite2-country-20191217-1.fc31.noarch             12/150
  Verifying        : ipcalc-0.3.0-1.fc31.x86_64                          13/150
  Verifying        : iptables-1.8.3-7.fc31.x86_64                        14/150
  Verifying        : libldb-2.0.8-1.fc31.x86_64                          15/150
  Verifying        : libnfsidmap-1:2.4.2-3.rc3.fc31.x86_64               16/150
  Verifying        : libsss_autofs-2.2.2-3.fc31.x86_64                   17/150
  Verifying        : libsss_certmap-2.2.2-3.fc31.x86_64                  18/150
  Verifying        : libsss_idmap-2.2.2-3.fc31.x86_64                    19/150
  Verifying        : libsss_nss_idmap-2.2.2-3.fc31.x86_64                20/150
  Verifying        : libsss_sudo-2.2.2-3.fc31.x86_64                     21/150
  Verifying        : make-1:4.2.1-15.fc31.x86_64                         22/150
  Verifying        : nspr-4.24.0-1.fc31.x86_64                           23/150
  Verifying        : nss-3.48.0-1.fc31.x86_64                            24/150
  Verifying        : nss-softokn-3.48.0-1.fc31.x86_64                    25/150
  Verifying        : nss-softokn-freebl-3.48.0-1.fc31.x86_64             26/150
  Verifying        : nss-sysinit-3.48.0-1.fc31.x86_64                    27/150
  Verifying        : nss-util-3.48.0-1.fc31.x86_64                       28/150
  Verifying        : openssh-server-8.1p1-1.fc31.x86_64                  29/150
  Verifying        : passwd-0.80-7.fc31.x86_64                           30/150
  Verifying        : plymouth-0.9.4-11.20191022git32c097c.fc31.x86_64    31/150
  Verifying        : plymouth-core-libs-0.9.4-11.20191022git32c097c.f    32/150
  Verifying        : plymouth-scripts-0.9.4-11.20191022git32c097c.fc3    33/150
  Verifying        : polkit-libs-0.116-4.fc31.1.x86_64                   34/150
  Verifying        : psmisc-23.3-2.fc31.x86_64                           35/150
  Verifying        : python3-dnf-plugins-core-4.0.12-1.fc31.noarch       36/150
  Verifying        : rpm-plugin-selinux-4.15.1-1.fc31.x86_64             37/150
  Verifying        : rsyslog-8.1911.0-1.fc31.x86_64                      38/150
  Verifying        : selinux-policy-3.14.4-43.fc31.noarch                39/150
  Verifying        : selinux-policy-targeted-3.14.4-43.fc31.noarch       40/150
  Verifying        : sssd-client-2.2.2-3.fc31.x86_64                     41/150
  Verifying        : sssd-common-2.2.2-3.fc31.x86_64                     42/150
  Verifying        : sssd-kcm-2.2.2-3.fc31.x86_64                        43/150
  Verifying        : sssd-nfs-idmap-2.2.2-3.fc31.x86_64                  44/150
  Verifying        : sudo-1.8.29-1.fc31.x86_64                           45/150
  Verifying        : systemd-udev-243.5-1.fc31.x86_64                    46/150
  Verifying        : util-linux-user-2.34-4.fc31.x86_64                  47/150
  Verifying        : vim-minimal-2:8.2.109-1.fc31.x86_64                 48/150
  Verifying        : at-3.1.23-3.fc31.x86_64                             49/150
  Verifying        : bc-1.07.1-9.fc31.x86_64                             50/150
  Verifying        : c-ares-1.15.0-4.fc31.x86_64                         51/150
  Verifying        : cpio-2.12-12.fc31.x86_64                            52/150
  Verifying        : cronie-1.5.4-2.fc31.x86_64                          53/150
  Verifying        : cronie-anacron-1.5.4-2.fc31.x86_64                  54/150
  Verifying        : crontabs-1.11-21.20190603git.fc31.noarch            55/150
  Verifying        : dracut-049-27.git20181204.fc31.1.x86_64             56/150
  Verifying        : dracut-config-generic-049-27.git20181204.fc31.1.    57/150
  Verifying        : dracut-config-rescue-049-27.git20181204.fc31.1.x    58/150
  Verifying        : dracut-tools-049-27.git20181204.fc31.1.x86_64       59/150
  Verifying        : e2fsprogs-1.45.3-1.fc31.x86_64                      60/150
  Verifying        : e2fsprogs-libs-1.45.3-1.fc31.x86_64                 61/150
  Verifying        : ebtables-legacy-2.0.10-37.fc31.x86_64               62/150
  Verifying        : ed-1.14.2-7.fc31.x86_64                             63/150
  Verifying        : esmtp-1.2-14.fc31.x86_64                            64/150
  Verifying        : findutils-1:4.6.0-24.fc31.x86_64                    65/150
  Verifying        : firewalld-0.7.2-1.fc31.noarch                       66/150
  Verifying        : firewalld-filesystem-0.7.2-1.fc31.noarch            67/150
  Verifying        : fuse-libs-2.9.9-8.fc31.x86_64                       68/150
  Verifying        : gc-7.6.4-6.fc31.x86_64                              69/150
  Verifying        : gettext-0.20.1-2.fc31.x86_64                        70/150
  Verifying        : gettext-libs-0.20.1-2.fc31.x86_64                   71/150
  Verifying        : gobject-introspection-1.62.0-1.fc31.x86_64          72/150
  Verifying        : groff-base-1.22.3-20.fc31.x86_64                    73/150
  Verifying        : guile22-2.2.6-2.fc31.x86_64                         74/150
  Verifying        : hostname-3.20-9.fc31.x86_64                         75/150
  Verifying        : info-6.6-2.fc31.x86_64                              76/150
  Verifying        : initscripts-10.02-2.fc31.x86_64                     77/150
  Verifying        : iproute-5.3.0-1.fc31.x86_64                         78/150
  Verifying        : iproute-tc-5.3.0-1.fc31.x86_64                      79/150
  Verifying        : ipset-7.3-1.fc31.x86_64                             80/150
  Verifying        : ipset-libs-7.3-1.fc31.x86_64                        81/150
  Verifying        : iputils-20190515-3.fc31.x86_64                      82/150
  Verifying        : jansson-2.12-4.fc31.x86_64                          83/150
  Verifying        : kbd-2.0.4-14.fc31.x86_64                            84/150
  Verifying        : kbd-legacy-2.0.4-14.fc31.noarch                     85/150
  Verifying        : kbd-misc-2.0.4-14.fc31.noarch                       86/150
  Verifying        : kmod-26-4.fc31.x86_64                               87/150
  Verifying        : kpartx-0.8.0-3.fc31.x86_64                          88/150
  Verifying        : less-551-2.fc31.x86_64                              89/150
  Verifying        : libatomic_ops-7.6.10-2.fc31.x86_64                  90/150
  Verifying        : libbasicobjects-0.1.1-43.fc31.x86_64                91/150
  Verifying        : libcollection-0.7.0-43.fc31.x86_64                  92/150
  Verifying        : libcroco-0.6.13-2.fc31.x86_64                       93/150
  Verifying        : libdhash-0.5.0-43.fc31.x86_64                       94/150
  Verifying        : libesmtp-1.0.6-18.fc31.x86_64                       95/150
  Verifying        : libestr-0.1.9-13.fc31.x86_64                        96/150
  Verifying        : libfastjson-0.99.8-5.fc31.x86_64                    97/150
  Verifying        : libini_config-1.3.1-43.fc31.x86_64                  98/150
  Verifying        : libkcapi-1.1.5-1.fc31.x86_64                        99/150
  Verifying        : libkcapi-hmaccalc-1.1.5-1.fc31.x86_64              100/150
  Verifying        : liblockfile-1.14-4.fc31.x86_64                     101/150
  Verifying        : libmaxminddb-1.2.0-8.fc31.x86_64                   102/150
  Verifying        : libmnl-1.0.4-10.fc31.x86_64                        103/150
  Verifying        : libndp-1.7-4.fc31.x86_64                           104/150
  Verifying        : libnetfilter_conntrack-1.0.7-3.fc31.x86_64         105/150
  Verifying        : libnfnetlink-1.0.1-16.fc31.x86_64                  106/150
  Verifying        : libnftnl-1.1.3-2.fc31.x86_64                       107/150
  Verifying        : libnl3-3.5.0-1.fc31.x86_64                         108/150
  Verifying        : libpath_utils-0.2.1-43.fc31.x86_64                 109/150
  Verifying        : libpipeline-1.5.1-3.fc31.x86_64                    110/150
  Verifying        : libref_array-0.1.5-43.fc31.x86_64                  111/150
  Verifying        : libselinux-utils-2.9-5.fc31.x86_64                 112/150
  Verifying        : libss-1.45.3-1.fc31.x86_64                         113/150
  Verifying        : libtalloc-2.3.0-1.fc31.x86_64                      114/150
  Verifying        : libtdb-1.4.2-1.fc31.x86_64                         115/150
  Verifying        : libtevent-0.10.1-1.fc31.x86_64                     116/150
  Verifying        : libtextstyle-0.20.1-2.fc31.x86_64                  117/150
  Verifying        : libtool-ltdl-2.4.6-31.fc31.x86_64                  118/150
  Verifying        : libuser-0.62-21.fc31.x86_64                        119/150
  Verifying        : linux-atm-libs-2.5.1-25.fc31.x86_64                120/150
  Verifying        : lmdb-libs-0.9.23-3.fc31.x86_64                     121/150
  Verifying        : logrotate-3.15.1-1.fc31.x86_64                     122/150
  Verifying        : m4-1.4.18-11.fc31.x86_64                           123/150
  Verifying        : mailx-12.5-32.fc31.x86_64                          124/150
  Verifying        : man-db-2.8.4-5.fc31.x86_64                         125/150
  Verifying        : ncurses-compat-libs-6.1-12.20190803.fc31.x86_64    126/150
  Verifying        : nftables-1:0.9.1-3.fc31.x86_64                     127/150
  Verifying        : parted-3.2.153-1.fc31.x86_64                       128/150
  Verifying        : patch-2.7.6-11.fc31.x86_64                         129/150
  Verifying        : pigz-2.4-5.fc31.x86_64                             130/150
  Verifying        : policycoreutils-2.9-5.fc31.x86_64                  131/150
  Verifying        : procps-ng-3.3.15-6.fc31.x86_64                     132/150
  Verifying        : python3-dateutil-1:2.8.0-3.fc31.noarch             133/150
  Verifying        : python3-dbus-1.2.8-6.fc31.x86_64                   134/150
  Verifying        : python3-decorator-4.4.0-2.fc31.noarch              135/150
  Verifying        : python3-distro-1.4.0-2.fc31.noarch                 136/150
  Verifying        : python3-firewall-0.7.2-1.fc31.noarch               137/150
  Verifying        : python3-gobject-base-3.34.0-3.fc31.x86_64          138/150
  Verifying        : python3-libselinux-2.9-5.fc31.x86_64               139/150
  Verifying        : python3-six-1.12.0-2.fc31.noarch                   140/150
  Verifying        : python3-slip-0.6.4-16.fc31.noarch                  141/150
  Verifying        : python3-slip-dbus-0.6.4-16.fc31.noarch             142/150
  Verifying        : redhat-lsb-core-4.1-48.fc31.x86_64                 143/150
  Verifying        : redhat-lsb-submod-security-4.1-48.fc31.x86_64      144/150
  Verifying        : rootfiles-8.1-25.fc31.noarch                       145/150
  Verifying        : spax-1.5.3-17.fc31.x86_64                          146/150
  Verifying        : systemd-bootchart-233-5.fc31.x86_64                147/150
  Verifying        : tar-2:1.32-2.fc31.x86_64                           148/150
  Verifying        : time-1.9-7.fc31.x86_64                             149/150
  Verifying        : xz-5.2.4-6.fc31.x86_64                             150/150

Installed:
  rsyslog-8.1911.0-1.fc31.x86_64
  dracut-config-generic-049-27.git20181204.fc31.1.x86_64
  dracut-tools-049-27.git20181204.fc31.1.x86_64
  redhat-lsb-core-4.1-48.fc31.x86_64
  NetworkManager-1:1.20.8-1.fc31.x86_64
  audit-3.0-0.15.20191104git1c2f876.fc31.x86_64
  dhcp-client-12:4.4.1-19.fc31.x86_64
  dnf-plugins-core-4.0.12-1.fc31.noarch
  openssh-server-8.1p1-1.fc31.x86_64
  passwd-0.80-7.fc31.x86_64
  plymouth-0.9.4-11.20191022git32c097c.fc31.x86_64
  selinux-policy-targeted-3.14.4-43.fc31.noarch
  sssd-kcm-2.2.2-3.fc31.x86_64
  sudo-1.8.29-1.fc31.x86_64
  vim-minimal-2:8.2.109-1.fc31.x86_64
  dracut-config-rescue-049-27.git20181204.fc31.1.x86_64
  e2fsprogs-1.45.3-1.fc31.x86_64
  firewalld-0.7.2-1.fc31.noarch
  hostname-3.20-9.fc31.x86_64
  iproute-5.3.0-1.fc31.x86_64
  iputils-20190515-3.fc31.x86_64
  kbd-2.0.4-14.fc31.x86_64
  less-551-2.fc31.x86_64
  man-db-2.8.4-5.fc31.x86_64
  parted-3.2.153-1.fc31.x86_64
  policycoreutils-2.9-5.fc31.x86_64
  procps-ng-3.3.15-6.fc31.x86_64
  rootfiles-8.1-25.fc31.noarch
  geolite2-city-20191217-1.fc31.noarch
  geolite2-country-20191217-1.fc31.noarch
  libsss_autofs-2.2.2-3.fc31.x86_64
  libsss_sudo-2.2.2-3.fc31.x86_64
  sssd-nfs-idmap-2.2.2-3.fc31.x86_64
  iproute-tc-5.3.0-1.fc31.x86_64
  kpartx-0.8.0-3.fc31.x86_64
  libmaxminddb-1.2.0-8.fc31.x86_64
  pigz-2.4-5.fc31.x86_64
  systemd-bootchart-233-5.fc31.x86_64
  NetworkManager-libnm-1:1.20.8-1.fc31.x86_64
  binutils-2.32-30.fc31.x86_64
  binutils-gold-2.32-30.fc31.x86_64
  cups-client-1:2.2.12-3.fc31.x86_64
  dhcp-common-12:4.4.1-19.fc31.noarch
  file-5.37-8.fc31.x86_64
  ipcalc-0.3.0-1.fc31.x86_64
  iptables-1.8.3-7.fc31.x86_64
  libldb-2.0.8-1.fc31.x86_64
  libnfsidmap-1:2.4.2-3.rc3.fc31.x86_64
  libsss_certmap-2.2.2-3.fc31.x86_64
  libsss_idmap-2.2.2-3.fc31.x86_64
  libsss_nss_idmap-2.2.2-3.fc31.x86_64
  make-1:4.2.1-15.fc31.x86_64
  nspr-4.24.0-1.fc31.x86_64
  nss-3.48.0-1.fc31.x86_64
  nss-softokn-3.48.0-1.fc31.x86_64
  nss-softokn-freebl-3.48.0-1.fc31.x86_64
  nss-sysinit-3.48.0-1.fc31.x86_64
  nss-util-3.48.0-1.fc31.x86_64
  plymouth-core-libs-0.9.4-11.20191022git32c097c.fc31.x86_64
  plymouth-scripts-0.9.4-11.20191022git32c097c.fc31.x86_64
  polkit-libs-0.116-4.fc31.1.x86_64
  psmisc-23.3-2.fc31.x86_64
  python3-dnf-plugins-core-4.0.12-1.fc31.noarch
  rpm-plugin-selinux-4.15.1-1.fc31.x86_64
  selinux-policy-3.14.4-43.fc31.noarch
  sssd-client-2.2.2-3.fc31.x86_64
  sssd-common-2.2.2-3.fc31.x86_64
  systemd-udev-243.5-1.fc31.x86_64
  util-linux-user-2.34-4.fc31.x86_64
  at-3.1.23-3.fc31.x86_64
  bc-1.07.1-9.fc31.x86_64
  c-ares-1.15.0-4.fc31.x86_64
  cpio-2.12-12.fc31.x86_64
  cronie-1.5.4-2.fc31.x86_64
  cronie-anacron-1.5.4-2.fc31.x86_64
  crontabs-1.11-21.20190603git.fc31.noarch
  dracut-049-27.git20181204.fc31.1.x86_64
  e2fsprogs-libs-1.45.3-1.fc31.x86_64
  ebtables-legacy-2.0.10-37.fc31.x86_64
  ed-1.14.2-7.fc31.x86_64
  esmtp-1.2-14.fc31.x86_64
  findutils-1:4.6.0-24.fc31.x86_64
  firewalld-filesystem-0.7.2-1.fc31.noarch
  fuse-libs-2.9.9-8.fc31.x86_64
  gc-7.6.4-6.fc31.x86_64
  gettext-0.20.1-2.fc31.x86_64
  gettext-libs-0.20.1-2.fc31.x86_64
  gobject-introspection-1.62.0-1.fc31.x86_64
  groff-base-1.22.3-20.fc31.x86_64
  guile22-2.2.6-2.fc31.x86_64
  info-6.6-2.fc31.x86_64
  initscripts-10.02-2.fc31.x86_64
  ipset-7.3-1.fc31.x86_64
  ipset-libs-7.3-1.fc31.x86_64
  jansson-2.12-4.fc31.x86_64
  kbd-legacy-2.0.4-14.fc31.noarch
  kbd-misc-2.0.4-14.fc31.noarch
  kmod-26-4.fc31.x86_64
  libatomic_ops-7.6.10-2.fc31.x86_64
  libbasicobjects-0.1.1-43.fc31.x86_64
  libcollection-0.7.0-43.fc31.x86_64
  libcroco-0.6.13-2.fc31.x86_64
  libdhash-0.5.0-43.fc31.x86_64
  libesmtp-1.0.6-18.fc31.x86_64
  libestr-0.1.9-13.fc31.x86_64
  libfastjson-0.99.8-5.fc31.x86_64
  libini_config-1.3.1-43.fc31.x86_64
  libkcapi-1.1.5-1.fc31.x86_64
  libkcapi-hmaccalc-1.1.5-1.fc31.x86_64
  liblockfile-1.14-4.fc31.x86_64
  libmnl-1.0.4-10.fc31.x86_64
  libndp-1.7-4.fc31.x86_64
  libnetfilter_conntrack-1.0.7-3.fc31.x86_64
  libnfnetlink-1.0.1-16.fc31.x86_64
  libnftnl-1.1.3-2.fc31.x86_64
  libnl3-3.5.0-1.fc31.x86_64
  libpath_utils-0.2.1-43.fc31.x86_64
  libpipeline-1.5.1-3.fc31.x86_64
  libref_array-0.1.5-43.fc31.x86_64
  libselinux-utils-2.9-5.fc31.x86_64
  libss-1.45.3-1.fc31.x86_64
  libtalloc-2.3.0-1.fc31.x86_64
  libtdb-1.4.2-1.fc31.x86_64
  libtevent-0.10.1-1.fc31.x86_64
  libtextstyle-0.20.1-2.fc31.x86_64
  libtool-ltdl-2.4.6-31.fc31.x86_64
  libuser-0.62-21.fc31.x86_64
  linux-atm-libs-2.5.1-25.fc31.x86_64
  lmdb-libs-0.9.23-3.fc31.x86_64
  logrotate-3.15.1-1.fc31.x86_64
  m4-1.4.18-11.fc31.x86_64
  mailx-12.5-32.fc31.x86_64
  ncurses-compat-libs-6.1-12.20190803.fc31.x86_64
  nftables-1:0.9.1-3.fc31.x86_64
  patch-2.7.6-11.fc31.x86_64
  python3-dateutil-1:2.8.0-3.fc31.noarch
  python3-dbus-1.2.8-6.fc31.x86_64
  python3-decorator-4.4.0-2.fc31.noarch
  python3-distro-1.4.0-2.fc31.noarch
  python3-firewall-0.7.2-1.fc31.noarch
  python3-gobject-base-3.34.0-3.fc31.x86_64
  python3-libselinux-2.9-5.fc31.x86_64
  python3-six-1.12.0-2.fc31.noarch
  python3-slip-0.6.4-16.fc31.noarch
  python3-slip-dbus-0.6.4-16.fc31.noarch
  redhat-lsb-submod-security-4.1-48.fc31.x86_64
  spax-1.5.3-17.fc31.x86_64
  tar-2:1.32-2.fc31.x86_64
  time-1.9-7.fc31.x86_64
  xz-5.2.4-6.fc31.x86_64

Complete!
bash-5.0#

Install and configure grub

bash-5.0# yum -y install grub2
Last metadata expiration check: 0:24:11 ago on Sun 12 Jan 2020 10:48:10 PM UTC.
Dependencies resolved.
================================================================================
 Package                  Arch        Version                Repository    Size
================================================================================
Installing:
 grub2-pc                 x86_64      1:2.02-104.fc31        updates       25 k
Installing dependencies:
 grub2-common             noarch      1:2.02-104.fc31        updates      876 k
 grub2-pc-modules         noarch      1:2.02-104.fc31        updates      847 k
 grub2-tools              x86_64      1:2.02-104.fc31        updates      1.8 M
 grub2-tools-extra        x86_64      1:2.02-104.fc31        updates      916 k
 grub2-tools-minimal      x86_64      1:2.02-104.fc31        updates      552 k
 os-prober                x86_64      1.77-3.fc31            fedora        44 k
 which                    x86_64      2.21-15.fc31           fedora        42 k

Transaction Summary
================================================================================
Install  8 Packages

Total download size: 5.0 M
Installed size: 24 M
Downloading Packages:
(1/8): grub2-pc-2.02-104.fc31.x86_64.rpm        451 kB/s |  25 kB     00:00
(2/8): grub2-common-2.02-104.fc31.noarch.rpm    8.7 MB/s | 876 kB     00:00
(3/8): grub2-pc-modules-2.02-104.fc31.noarch.rp 8.0 MB/s | 847 kB     00:00
(4/8): grub2-tools-2.02-104.fc31.x86_64.rpm      18 MB/s | 1.8 MB     00:00
(5/8): grub2-tools-extra-2.02-104.fc31.x86_64.r  12 MB/s | 916 kB     00:00
(6/8): which-2.21-15.fc31.x86_64.rpm            1.7 MB/s |  42 kB     00:00
(7/8): grub2-tools-minimal-2.02-104.fc31.x86_64 5.5 MB/s | 552 kB     00:00
(8/8): os-prober-1.77-3.fc31.x86_64.rpm         624 kB/s |  44 kB     00:00
--------------------------------------------------------------------------------
Total                                           2.9 MB/s | 5.0 MB     00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Installing       : grub2-common-1:2.02-104.fc31.noarch                    1/8
  Installing       : grub2-tools-minimal-1:2.02-104.fc31.x86_64             2/8
  Installing       : which-2.21-15.fc31.x86_64                              3/8
  Installing       : os-prober-1.77-3.fc31.x86_64                           4/8
  Running scriptlet: grub2-tools-1:2.02-104.fc31.x86_64                     5/8
  Installing       : grub2-tools-1:2.02-104.fc31.x86_64                     5/8
  Installing       : grub2-tools-extra-1:2.02-104.fc31.x86_64               6/8
  Installing       : grub2-pc-modules-1:2.02-104.fc31.noarch                7/8
  Installing       : grub2-pc-1:2.02-104.fc31.x86_64                        8/8
  Running scriptlet: grub2-tools-1:2.02-104.fc31.x86_64                     8/8
  Running scriptlet: grub2-pc-1:2.02-104.fc31.x86_64                        8/8
  Verifying        : grub2-common-1:2.02-104.fc31.noarch                    1/8
  Verifying        : grub2-pc-1:2.02-104.fc31.x86_64                        2/8
  Verifying        : grub2-pc-modules-1:2.02-104.fc31.noarch                3/8
  Verifying        : grub2-tools-1:2.02-104.fc31.x86_64                     4/8
  Verifying        : grub2-tools-extra-1:2.02-104.fc31.x86_64               5/8
  Verifying        : grub2-tools-minimal-1:2.02-104.fc31.x86_64             6/8
  Verifying        : os-prober-1.77-3.fc31.x86_64                           7/8
  Verifying        : which-2.21-15.fc31.x86_64                              8/8

Installed:
  grub2-pc-1:2.02-104.fc31.x86_64
  grub2-common-1:2.02-104.fc31.noarch
  grub2-pc-modules-1:2.02-104.fc31.noarch
  grub2-tools-1:2.02-104.fc31.x86_64
  grub2-tools-extra-1:2.02-104.fc31.x86_64
  grub2-tools-minimal-1:2.02-104.fc31.x86_64
  os-prober-1.77-3.fc31.x86_64
  which-2.21-15.fc31.x86_64

Complete!
bash-5.0#
bash-5.0# 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-5.0#

Lots of output when installing the kernel, including some errors and warnings that don't seem to matter. Takes several minutes to create the initramfs but this appears to be normal.

bash-5.0# yum -y install kernel
Last metadata expiration check: 0:27:07 ago on Sun 12 Jan 2020 10:48:10 PM UTC.
Dependencies resolved.
================================================================================
 Package                   Arch       Version                 Repository   Size
================================================================================
Installing:
 kernel                    x86_64     5.4.8-200.fc31          updates      42 k
Installing dependencies:
 kernel-core               x86_64     5.4.8-200.fc31          updates      31 M
 kernel-modules            x86_64     5.4.8-200.fc31          updates      29 M
 linux-firmware            noarch     20191022-103.fc31       updates      60 M
 linux-firmware-whence     noarch     20191022-103.fc31       updates      33 k

Transaction Summary
================================================================================
Install  5 Packages

Total download size: 120 M
Installed size: 299 M
Downloading Packages:
(1/5): kernel-5.4.8-200.fc31.x86_64.rpm         599 kB/s |  42 kB     00:00
(2/5): kernel-modules-5.4.8-200.fc31.x86_64.rpm  18 MB/s |  29 MB     00:01
(3/5): kernel-core-5.4.8-200.fc31.x86_64.rpm     19 MB/s |  31 MB     00:01
(4/5): linux-firmware-whence-20191022-103.fc31. 311 kB/s |  33 kB     00:00
(5/5): linux-firmware-20191022-103.fc31.noarch.  22 MB/s |  60 MB     00:02
--------------------------------------------------------------------------------
Total                                            35 MB/s | 120 MB     00:03
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Installing       : linux-firmware-whence-20191022-103.fc31.noarch         1/5
  Installing       : linux-firmware-20191022-103.fc31.noarch                2/5
  Installing       : kernel-core-5.4.8-200.fc31.x86_64                      3/5
  Running scriptlet: kernel-core-5.4.8-200.fc31.x86_64                      3/5
  Installing       : kernel-modules-5.4.8-200.fc31.x86_64                   4/5
  Running scriptlet: kernel-modules-5.4.8-200.fc31.x86_64                   4/5
  Installing       : kernel-5.4.8-200.fc31.x86_64                           5/5
  Running scriptlet: kernel-core-5.4.8-200.fc31.x86_64                      5/5
[105894.688448] dracut[10442] No '/dev/log' or 'logger' included for syslog logging
[105894.827131] dracut[10442] Executing: /usr/bin/dracut -f /boot/initramfs-5.4.8-200.fc31.x86_64.img 5.4.8-200.fc31.x86_64
[105895.077001] dracut[10442] dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
[105895.145300] dracut[10442] dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
[105895.407895] dracut[10442] dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!
[105895.425354] dracut[10442] dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
[105895.604772] dracut[10442] dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
[105895.771136] dracut[10442] dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
[105895.826159] dracut[10442] dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
[105895.880475] dracut[10442] dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
[105895.985829] dracut[10442] dracut module 'stratis' will not be installed, because command 'stratisd-init' could not be found!
[105895.991530] dracut[10442] dracut module 'stratis' will not be installed, because command 'thin_check' could not be found!
[105895.997719] dracut[10442] dracut module 'stratis' will not be installed, because command 'thin_repair' could not be found!
[105896.004006] dracut[10442] dracut module 'stratis' will not be installed, because command 'mkfs.xfs' could not be found!
[105896.009593] dracut[10442] dracut module 'stratis' will not be installed, because command 'xfs_admin' could not be found!
[105896.014972] dracut[10442] dracut module 'stratis' will not be installed, because command 'xfs_growfs' could not be found!
[105896.197183] dracut[10442] dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
[105897.097658] dracut[10442] *** Including module: bash ***
[105897.154390] dracut[10442] *** Including module: systemd ***
[105898.089477] dracut[10442] *** Including module: systemd-initrd ***
[105898.215236] dracut[10442] *** Including module: nss-softokn ***
[105898.290998] dracut[10442] *** Including module: i18n ***
[105898.592634] dracut[10442] *** Including module: drm ***
[105903.991689] dracut[10442] *** Including module: plymouth ***
[105905.524712] dracut[10442] *** Including module: crypt ***
[105906.955045] dracut[10442] *** Including module: dm ***
[105907.237245] dracut[10442] Skipping udev rule: 64-device-mapper.rules
[105907.251153] dracut[10442] Skipping udev rule: 60-persistent-storage-dm.rules
[105907.266346] dracut[10442] Skipping udev rule: 55-dm.rules
[105907.976298] dracut[10442] *** Including module: kernel-modules ***
[105916.137604] dracut[10442] *** Including module: kernel-modules-extra ***
[105916.241384] dracut[10442] *** Including module: qemu ***
[105916.278248] dracut[10442] *** Including module: lunmask ***
[105916.366792] dracut[10442] *** Including module: resume ***
[105916.462033] dracut[10442] *** Including module: rootfs-block ***
[105916.581935] dracut[10442] *** Including module: terminfo ***
[105916.690925] dracut[10442] *** Including module: udev-rules ***
[105916.773002] dracut[10442] Skipping udev rule: 40-redhat.rules
[105916.788748] dracut[10442] Skipping udev rule: 50-firmware.rules
[105916.804544] dracut[10442] Skipping udev rule: 50-udev.rules
[105917.693999] dracut[10442] Skipping udev rule: 91-permissions.rules
[105917.707768] dracut[10442] Skipping udev rule: 80-drivers-modprobe.rules
[105917.834798] dracut[10442] *** Including module: dracut-systemd ***
[105918.448419] dracut[10442] *** Including module: usrmount ***
[105918.501640] dracut[10442] *** Including module: base ***
[105918.838212] dracut[10442] *** Including module: fs-lib ***
[105918.965798] dracut[10442] *** Including module: shutdown ***
[105919.259517] dracut[10442] *** Including modules done ***
[105919.272353] dracut[10442] *** Installing kernel module dependencies ***
[105920.452515] dracut[10442] *** Installing kernel module dependencies done ***
[105920.502791] dracut[10442] *** Resolving executable dependencies ***
[105924.788353] dracut[10442] *** Resolving executable dependencies done ***
[105924.903593] dracut[10442] *** Hardlinking files ***
[105924.983959] dracut[10442] *** Hardlinking files done ***
[105925.020208] dracut[10442] *** Stripping files ***
[105925.242111] dracut[10442] *** Stripping files done ***
[105925.252344] dracut[10442] *** Generating early-microcode cpio image ***
[105925.271686] dracut[10442] *** Constructing AuthenticAMD.bin ***
[105925.315163] dracut[10442] *** Store current command line parameters ***
[105925.337340] dracut[10442] *** Creating image file '/boot/initramfs-5.4.8-200.fc31.x86_64.img' ***
[105987.545418] dracut[10442] *** Creating initramfs image file '/boot/initramfs-5.4.8-200.fc31.x86_64.img' done ***
[105987.741958] dracut[21203] No '/dev/log' or 'logger' included for syslog logging
[105987.898630] dracut[21203] Executing: /usr/bin/dracut -f --no-hostonly -a rescue /boot/initramfs-0-rescue-86a8c0d7d07d44d68c7d77f4be25c671.img 5.4.8-200.fc31.x86_64
[105988.220468] dracut[21203] dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
[105988.366848] dracut[21203] dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
[105988.591168] dracut[21203] dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!
[105988.639929] dracut[21203] dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
[105988.912413] dracut[21203] dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
[105988.976678] dracut[21203] dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
[105989.000106] dracut[21203] dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
[105989.026611] dracut[21203] dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
[105989.116001] dracut[21203] dracut module 'stratis' will not be installed, because command 'stratisd-init' could not be found!
[105989.132018] dracut[21203] dracut module 'stratis' will not be installed, because command 'thin_check' could not be found!
[105989.147975] dracut[21203] dracut module 'stratis' will not be installed, because command 'thin_repair' could not be found!
[105989.164207] dracut[21203] dracut module 'stratis' will not be installed, because command 'mkfs.xfs' could not be found!
[105989.180472] dracut[21203] dracut module 'stratis' will not be installed, because command 'xfs_admin' could not be found!
[105989.196682] dracut[21203] dracut module 'stratis' will not be installed, because command 'xfs_growfs' could not be found!
[105989.762852] dracut[21203] dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
[105990.838661] dracut[21203] *** Including module: bash ***
[105990.908553] dracut[21203] *** Including module: systemd ***
[105991.887532] dracut[21203] *** Including module: systemd-initrd ***
[105992.014390] dracut[21203] *** Including module: rescue ***
[105992.125163] dracut[21203] *** Including module: nss-softokn ***
[105992.189558] dracut[21203] *** Including module: i18n ***
[105992.442520] dracut[21203] *** Including module: drm ***
[105998.233731] dracut[21203] *** Including module: plymouth ***
[105999.840613] dracut[21203] *** Including module: crypt ***
[106001.264563] dracut[21203] *** Including module: dm ***
[106001.598538] dracut[21203] Skipping udev rule: 64-device-mapper.rules
[106001.616090] dracut[21203] Skipping udev rule: 60-persistent-storage-dm.rules
[106001.633416] dracut[21203] Skipping udev rule: 55-dm.rules
[106002.316750] dracut[21203] *** Including module: kernel-modules ***
[106010.626861] dracut[21203] *** Including module: kernel-modules-extra ***
[106010.726277] dracut[21203] *** Including module: qemu ***
[106010.796699] dracut[21203] *** Including module: lunmask ***
[106010.919061] dracut[21203] *** Including module: resume ***
[106011.001053] dracut[21203] *** Including module: rootfs-block ***
[106011.108617] dracut[21203] *** Including module: terminfo ***
[106011.207351] dracut[21203] *** Including module: udev-rules ***
[106011.274284] dracut[21203] Skipping udev rule: 40-redhat.rules
[106011.282505] dracut[21203] Skipping udev rule: 50-firmware.rules
[106011.290478] dracut[21203] Skipping udev rule: 50-udev.rules
[106012.178683] dracut[21203] Skipping udev rule: 91-permissions.rules
[106012.185125] dracut[21203] Skipping udev rule: 80-drivers-modprobe.rules
[106012.283254] dracut[21203] *** Including module: dracut-systemd ***
[106012.859516] dracut[21203] *** Including module: usrmount ***
[106012.911918] dracut[21203] *** Including module: base ***
[106013.211943] dracut[21203] *** Including module: fs-lib ***
[106013.336271] dracut[21203] *** Including module: shutdown ***
[106013.640782] dracut[21203] *** Including modules done ***
[106013.653377] dracut[21203] *** Installing kernel module dependencies ***
[106014.848928] dracut[21203] *** Installing kernel module dependencies done ***
[106014.881688] dracut[21203] *** Resolving executable dependencies ***
[106019.238094] dracut[21203] *** Resolving executable dependencies done ***
[106019.389514] dracut[21203] *** Hardlinking files ***
[106019.494842] dracut[21203] *** Hardlinking files done ***
[106019.523010] dracut[21203] *** Stripping files ***
[106019.731576] dracut[21203] *** Stripping files done ***
[106019.741996] dracut[21203] *** Generating early-microcode cpio image ***
[106019.759350] dracut[21203] *** Constructing AuthenticAMD.bin ***
[106019.802038] dracut[21203] *** Store current command line parameters ***
[106019.826140] dracut[21203] *** Creating image file '/boot/initramfs-0-rescue-86a8c0d7d07d44d68c7d77f4be25c671.img' ***
[106084.118305] dracut[21203] *** Creating initramfs image file '/boot/initramfs-0-rescue-86a8c0d7d07d44d68c7d77f4be25c671.img' done ***
[106084.357705] device-mapper: uevent: version 1.0.3
[106084.362187] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: No '/dev/log' or 'logger' included for syslog logging

  Running scriptlet: kernel-5.4.8-200.fc31.x86_64                           5/5
  Verifying        : kernel-5.4.8-200.fc31.x86_64                           1/5
  Verifying        : kernel-core-5.4.8-200.fc31.x86_64                      2/5
  Verifying        : kernel-modules-5.4.8-200.fc31.x86_64                   3/5
  Verifying        : linux-firmware-20191022-103.fc31.noarch                4/5
  Verifying        : linux-firmware-whence-20191022-103.fc31.noarch         5/5

Installed:
  kernel-5.4.8-200.fc31.x86_64
  kernel-core-5.4.8-200.fc31.x86_64
  kernel-modules-5.4.8-200.fc31.x86_64
  linux-firmware-20191022-103.fc31.noarch
  linux-firmware-whence-20191022-103.fc31.noarch

Complete!
bash-5.0#
bash-5.0# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.8-200.fc31.x86_64
Found initrd image: /boot/initramfs-5.4.8-200.fc31.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-86a8c0d7d07d44d68c7d77f4be25c671
Found initrd image: /boot/initramfs-0-rescue-86a8c0d7d07d44d68c7d77f4be25c671.img
done
bash-5.0#

Configure networking

Substitute your own details in here.

bash-5.0# echo "85.119.82.225 ftest.vps.bitfolk.space ftest" >> /etc/hosts
bash-5.0# cat > /etc/sysconfig/network << EOF
NETWORKING=yes
NETWORKING_IPV6=yes
EOF
bash-5.0# 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
bash-5.0#

Create minimal /etc/fstab

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

Set root password

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

Request relabelling and temporarily disable SELinux

Touch the file to request a relabel on boot and temporarily disable SELinux otherwise there will be serious problems at first boot (we'll re-enable it in a moment).

bash-5.0# touch /.autorelabel
bash-5.0# sed -i 's/^SELINUX=enforcing/SELINUX=permissive/' /etc/sysconfig/selinux

Exit from the chroot and halt the Rescue VM

bash-5.0# exit
root@rescue:/home/user# umount /target/sys
root@rescue:/home/user# umount /target/proc
root@rescue:/home/user# umount /target/dev
root@rescue:/home/user# umount /target
root@rescue:/home/user# halt
[  OK  ] Stopped target Timers.
[  OK  ] Stopped Daily rotation of log files.
[  OK  ] Stopped target Graphical Interface.
[  OK  ] Stopped Daily apt upgrade and clean activities.
         Stopping live-tools - System Support Scripts...
[  OK  ] Stopped target Multi-User System.
         Stopping Regular background program processing daemon...
         Stopping OpenBSD Secure Shell server...
[  OK  ] Stopped Daily apt download activities.
[  OK  ] Stopped Daily Cleanup of Temporary Directories.
         Stopping System Logging Service...
[  OK  ] Stopped target System Time Synchronized.
[  OK  ] Stopped target Login Prompts.
         Stopping Getty on tty1...
Terminated
         Stopping Session 3 of user user.
[  OK  ] Stopped Session 1 of user user.
         Stopping Serial Getty on hvc0...
[  OK  ] Stopped OpenBSD Secure Shell server.
[  OK  ] Stopped Regular background program processing daemon.
[  OK  ] Stopped System Logging Service.
[  OK  ] Stopped Getty on tty1.
[  OK  ] Stopped Serial Getty on hvc0.
[  OK  ] Stopped Session 3 of user user.
         Stopping User Manager for UID 1000...
         Stopping Login Service...
[  OK  ] Removed slice system-serial\x2dgetty.slice.
[  OK  ] Stopped /etc/rc.local Compatibility.
[  OK  ] Removed slice system-getty.slice.
[  OK  ] Stopped live-tools - System Support Scripts.
[  OK  ] Stopped Login Service.
[  OK  ] Stopped User Manager for UID 1000.
         Stopping User Runtime Directory /run/user/1000...
[  OK  ] Unmounted /run/user/1000.
[  OK  ] Stopped User Runtime Directory /run/user/1000.
         Stopping D-Bus System Message Bus...
[  OK  ] Removed slice User Slice of UID 1000.
         Stopping Permit User Sessions...
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Stopped target Remote File Systems.
         Unmounting /usr/lib/live/mount/medium...
         Unmounting /run/live/medium...
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Slices.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed UUID daemon activation socket.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target System Initialization.
         Stopping Update UTMP about System Boot/Shutdown...
         Stopping Load/Save Random Seed...
         Stopping Network Time Synchronization...
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
[  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
[  OK  ] Closed Syslog Socket.
[FAILED] Failed unmounting /run/live/medium.
[  OK  ] Unmounted /usr/lib/live/mount/medium.
[  OK  ] Stopped target Network.
         Stopping Raise network interfaces...
         Stopping ifup for eth0...
[  OK  ] Stopped Update UTMP about System Boot/Shutdown.
[  OK  ] Stopped Raise network interfaces.
[  OK  ] Stopped Network Time Synchronization.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped Load/Save Random Seed.
[  OK  ] Stopped ifup for eth0.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Load Kernel Modules.
[  OK  ] Stopped target Local File Systems.
         Unmounting /tmp...
         Unmounting /usr/lib/live/m…/rootfs/filesystem.squashfs...
         Unmounting /usr/lib/live/mount/overlay...
         Unmounting /run/live/rootfs/filesystem.squashfs...
         Unmounting /run/live/overlay...
[  OK  ] Unmounted /usr/lib/live/mount/overlay.
[  OK  ] Unmounted /tmp.
[  OK  ] Unmounted /usr/lib/live/mount/rootfs/filesystem.squashfs.
[  OK  ] Unmounted /run/live/rootfs/filesystem.squashfs.
         Unmounting /usr/lib/live/mount...
[  OK  ] Unmounted /run/live/overlay.
[  OK  ] Unmounted /usr/lib/live/mount.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped target Swap.
[  OK  ] Stopped target Local File Systems (Pre).
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create System Users.
[  OK  ] Stopped Remount Root and Kernel File Systems.
[  OK  ] Reached target Shutdown.
[  OK  ] Reached target Final Step.
         Starting Halt...
[  381.179939] systemd-shutdow: 40 output lines suppressed due to ratelimiting
[  381.257363] systemd-shutdown[1]: Syncing filesystems and block devices.
[  381.260572] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  381.264530] systemd-journald[342]: Received SIGTERM from PID 1 (systemd-shutdow).
[  381.294312] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  381.300108] systemd-shutdown[1]: Unmounting file systems.
[  381.305009] [1150]: Remounting '/' read-only in with options 'lowerdir=/run/live/rootfs/filesystem.squashfs/,upperdir=/run/live/overlay/rw,workdir=/run/live/overlay/work'.
[  381.313178] [1151]: Unmounting '/run/live/medium'.
[  381.313341] [1151]: Failed to unmount /run/live/medium: Device or resource busy
[  381.314301] systemd-shutdown[1]: Not all file systems unmounted, 1 left.
[  381.314340] systemd-shutdown[1]: Deactivating swaps.
[  381.314529] systemd-shutdown[1]: All swaps deactivated.
[  381.314557] systemd-shutdown[1]: Detaching loop devices.
[  381.318572] systemd-shutdown[1]: Detaching loopback /dev/loop0.
[  381.318641] systemd-shutdown[1]: All loop devices detached.
[  381.324062] [1152]: Unmounting '/run/live/medium'.
[  381.324180] [1152]: Failed to unmount /run/live/medium: Device or resource busy
[  381.330565] [1153]: Unmounting '/run/live/medium'.
[  381.330685] [1153]: Failed to unmount /run/live/medium: Device or resource busy
[  381.413521] reboot: System halted
xen-shell>

Your first boot

You should now boot the VM from the Xen Shell. It will do the relabel and then reboot itself.

You'll then be back at the Xen Shell prompt and should use the console command to connect back to the console of the rebooting VM.

xen-shell> boot
Booting instance: ftest
Parsing config from /etc/xen/ftest.conf
Welcome to GRUB!



                           GNU GRUB  version 2.02~rc1
 +----------------------------------------------------------------------------+
 |*GRUB2 from /boot/grub2/grub.cfg                                            | 
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+

      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.                           
   The highlighted entry will be executed automatically in 0s.                 



  Booting `GRUB2 from /boot/grub2/grub.cfg'

Loading your GRUB config at (xen/xvda,gpt1)/boot/grub2/grub.cfg...
0    

                           GNU GRUB  version 2.02~rc1

 +----------------------------------------------------------------------------+
 |*Fedora (5.4.8-200.fc31.x86_64) 31 (Thirty One)                             | 
 | Fedora (0-rescue-86a8c0d7d07d44d68c7d77f4be25c671) 31 (Thirty One)         |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+

      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.                                                      
   The highlighted entry will be executed automatically in 0s.                 

[…]


*** Warning -- SELinux targeted policy relabel is required.
*** Relabeling could take a very long time, depending on file
*** system size and speed of hard drives.
[    7.733220] intel_rapl_common: Found RAPL domain package
[    7.733237] intel_rapl_common: Found RAPL domain dram
[    7.733243] intel_rapl_common: DRAM domain energy unit 15300pj
Relabeling / /dev /dev/mqueue /dev/pts /dev/shm /run /sys /sys/fs/cgroup /sys/fs
/pstore /sys/kernel/debug /tmp
/ 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 100.0%
/sys/fs/pstore 100.0%
/sys/kernel/debug 100.0%
/tmp 100.0%
[   32.045223] kauditd_printk_skb: 19 callbacks suppressed
[   32.045226] audit: type=2309 audit(1578874288.468:58): pid=807 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=mass relabel exe="/usr/sbin/setfiles" hostname=? addr=? terminal=console res=success'

Cleaning up labels on /tmp
[   32.274015] printk: systemd-shutdow: 29 output lines suppressed due to ratelierror: no such device: /boot/xen/pvboot-x86_64.elf. 2.18KiB  100%  21.84KiB/s ]
error: no such device: /xen/pvboot-x86_64.elf.lesystems and block devices.
error: no such device: /boot/grub/menu.lst. SIGTERM to remaining processes...
error: no such device: /grub/menu.lst.Received SIGTERM from PID 1 (systemd-shutderror: no such device: /boot/grub/grub.conf.
error: no such device: /grub/grub.conf.ding SIGKILL to remaining processes...
[   32.349085] systemd-shutdown[1]: Unmounting file systems.
[   32.353353] [834]: Unmounting '/tmp'.
[   32.358988] [835]: Remounting '/' read-only in with options 'seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[   32.439841] systemd-shutdown[1]: All filesystems unmounted.
[   32.439928] systemd-shutdown[1]: Deactivating swaps.
[   32.440056] systemd-shutdown[1]: Deactivating swap /dev/xvdb1.
[   32.445640] systemd-shutdown[1]: All swaps deactivated.
[   32.445674] systemd-shutdown[1]: Detaching loop devices.
[   32.446050] systemd-shutdown[1]: All loop devices detached.
[   32.541430] reboot: Restarting system
xen-shell> console
Running console for debtest1 - exit with Ctrl+]
Welcome to GRUB!



                           GNU GRUB  version 2.02~rc1

 +----------------------------------------------------------------------------+
 |*GRUB2 from /boot/grub2/grub.cfg                                            | 
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+

      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.                           
   The highlighted entry will be executed automatically in 0s.                 


  Booting `GRUB2 from /boot/grub2/grub.cfg'

Loading your GRUB config at (xen/xvda,gpt1)/boot/grub2/grub.cfg...
0    



                           GNU GRUB  version 2.02~rc1

 +----------------------------------------------------------------------------+
 |*Fedora (5.4.8-200.fc31.x86_64) 31 (Thirty One)                             | 
 | Fedora (0-rescue-86a8c0d7d07d44d68c7d77f4be25c671) 31 (Thirty One)         |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+

      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.                                                      
   The highlighted entry will be executed automatically in 0s.                 

  Booting `Fedora (5.4.8-200.fc31.x86_64) 31 (Thirty One)'

[    0.000000] Linux version 5.4.8-200.fc31.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 9.2.1 20190827 (Red Hat 9.2.1-1) (GCC)) #1 SMP Mon Jan 6 16:44:18 UTC 2020
[    0.000000] Command line: root=UUID=4ad6a9e5-3391-4113-8dca-51498fa27e47 ro crashkernel=auto rd.auto rhgb consoleblank=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]: 1088, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1152, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1664, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xe7, context size is 2688 bytes, using 'standard' format.
[    0.000000] ACPI in unprivileged domain disabled
[    0.000000] Released 0 page(s)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen PV
[    0.107298] tsc: Fast TSC calibration failed
[    0.107299] tsc: Detected 3696.058 MHz processor
[    0.107323] last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.107324] Disabled
[    0.107325] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.107329] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC  
[    0.235808] Kernel/User page tables isolation: disabled on XEN PV.
[    0.716307] RAMDISK: [mem 0x04000000-0x06cd8fff]
[    0.716339] NUMA turned off
[    0.716340] Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[    0.716346] NODE_DATA(0) allocated [mem 0x7fc00000-0x7fc2afff]
[    0.716455] crashkernel: memory value expected
[    0.727693] Zone ranges:
[    0.727695]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.727696]   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    0.727697]   Normal   empty
[    0.727698]   Device   empty
[    0.727699] Movable zone start for each node
[    0.727701] Early memory node ranges
[    0.727701]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.727702]   node   0: [mem 0x0000000000100000-0x000000007fffffff]
[    0.727704] Zeroed struct page in unavailable ranges: 97 pages
[    0.727705] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.731916] p2m virtual area at (____ptrval____), size is 400000
[    0.736138] Remapped 0 page(s)
[    0.736227] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.736373] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.736380] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.736380] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.736382] [mem 0x80000000-0xffffffff] available for PCI devices
[    0.736385] Booting paravirtualized kernel on Xen
[    0.736385] Xen version: 4.12.1 (preserve-AD)
[    0.736390] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns                                          
[    0.798056] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1                                                                          
[    0.798183] percpu: Embedded 52 pages/cpu s176128 r8192 d28672 u1048576
[    0.798218] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)                                                                              
[    0.798222] Built 1 zonelists, mobility grouping on.  Total pages: 515978
[    0.798223] Policy zone: DMA32
[    0.798224] Kernel command line: root=UUID=4ad6a9e5-3391-4113-8dca-51498fa27e47 ro crashkernel=auto rd.auto rhgb consoleblank=0                              
[    0.798392] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)                                                                        
[    0.798437] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)                                                                         
[    0.798663] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.802764] Memory: 1967020K/2096764K available (14339K kernel code, 2268K rwdata, 4708K rodata, 2544K init, 5416K bss, 129744K reserved, 0K cma-reserved)   
[    0.802987] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.803552] ftrace: allocating 40720 entries in 160 pages
[    0.814836] rcu: Hierarchical RCU implementation.
[    0.814837] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.814839]  Tasks RCU enabled.
[    0.814839] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.                                                                          
[    0.814840] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.818325] Using NULL legacy PIC
[    0.818326] NR_IRQS: 524544, nr_irqs: 48, preallocated irqs: 0
[    0.818368] xen:events: Using FIFO-based ABI
[    0.818417] random: crng done (trusting CPU's manufacturer)
[    0.818447] Console: colour dummy device 80x25
[    0.818498] printk: console [tty0] enabled
[    0.818884] printk: console [hvc0] enabled
[    0.818907] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns                                               
[    0.818954] installing Xen timer for CPU 0
[    0.819122] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a8d96ef4e7, max_idle_ns: 881591182769 ns                                         
[    0.819166] Calibrating delay loop (skipped), value calculated using timer frequency.. 7392.11 BogoMIPS (lpj=3696058)                                        
[    0.819198] pid_max: default: 32768 minimum: 301
[    0.819435] LSM: Security Framework initializing
[    0.819518] Yama: becoming mindful.
[    0.819577] SELinux:  Initializing.
[    0.819702] *** VALIDATE SELinux ***
[    0.819806] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)                                                                             
[    0.819837] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)                                                                        
[    0.819972] *** VALIDATE tmpfs ***
[    0.820713] *** VALIDATE proc ***
[    0.821115] *** VALIDATE cgroup1 ***
[    0.821133] *** VALIDATE cgroup2 ***
[    0.821604] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.821625] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.821652] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization                                                                
[    0.821679] Spectre V2 : Mitigation: Full generic retpoline
[    0.821695] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch                                                                   
[    0.821717] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.821738] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier                                                                 
[    0.821763] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.821786] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp                                                    
[    0.821816] TAA: Mitigation: Clear CPU buffers
[    0.821832] MDS: Mitigation: Clear CPU buffers
[    0.881894] ------------[ cut here ]------------
[    0.881901] attempted to set unsupported pgprot: 0000000000000127 bits: 0000000000000100 supported: fffffffffffffeff                                         
[    0.881930] WARNING: CPU: 0 PID: 0 at arch/x86/include/asm/pgtable.h:554 __change_page_attr_set_clr+0x101a/0x10b0                                            
[    0.881939] Modules linked in:
[    0.881944] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.4.8-200.fc31.x86_64 #1                                                                               
[    0.881952] RIP: e030:__change_page_attr_set_clr+0x101a/0x10b0
[    0.881958] Code: 49 89 f5 0f 85 04 fb ff ff 48 31 e8 48 89 ee 48 c7 c7 48 f2 31 82 4c 89 4c 24 08 48 89 c2 c6 05 94 a5 77 01 01 e8 f4 7c 06 00 <0f> 0b 4c 8b 4c 24 08 e9 d7 fa ff ff 48 83 05 82 7f 09 02 01 45 31                          
[    0.881972] RSP: e02b:ffffffff82603d20 EFLAGS: 00010282
[    0.881977] RAX: 0000000000000000 RBX: 0000004006e00127 RCX: 0000000000000083
[    0.881983] RDX: 0000000000000001 RSI: 0000000000000001 RDI: 0000000000000200
[    0.881989] RBP: 0000000000000127 R08: 0000000000000083 R09: 0000000000000019
[    0.881996] R10: 0000000000000766 R11: ffffffff82603bd9 R12: ffffffffffffffff
[    0.882002] R13: 0000000000000027 R14: ffff888000000000 R15: ffffffff82603e48
[    0.882014] FS:  0000000000000000(0000) GS:ffff88807d400000(0000) knlGS:0000000000000000                                                                     
[    0.882021] CS:  e030 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.882026] CR2: 0000000000000000 CR3: 000000000260a000 CR4: 0000000000040660
[    0.882037] Call Trace:
[    0.882043]  ? text_poke_early+0x7c/0x90
[    0.882050]  ? purge_fragmented_blocks_allcpus+0x42/0x220
[    0.882055]  ? _vm_unmap_aliases+0xf1/0x130
[    0.882060]  change_page_attr_set_clr+0x13d/0x1f0
[    0.882065]  set_memory_4k+0x26/0x30
[    0.882073]  check_bugs+0x8fe/0x920
[    0.882079]  ? __get_locked_pte+0x1e4/0x280
[    0.882084]  start_kernel+0x520/0x551
[    0.882090]  xen_start_kernel+0x57b/0x584
[    0.882095]  ? xen_start_kernel+0x5/0x584
[    0.882099] ---[ end trace 955d8e574e2f9c47 ]---
[    0.882178] cpu 0 spinlock event irq 1
[    0.882185] VPMU disabled by hypervisor.
[    0.882365] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    0.882429] rcu: Hierarchical SRCU implementation.
[    0.883070] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.883122] smp: Bringing up secondary CPUs ...
[    0.883252] installing Xen timer for CPU 1
[    0.883277] SMP alternatives: switching to SMP code
[    0.925311] cpu 1 spinlock event irq 13
[    0.926281] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.    
[    0.926294] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.                                                                        
[    0.926362] smp: Brought up 1 node, 2 CPUs
[    0.926366] smpboot: Max logical packages: 1
[    0.926505] devtmpfs: initialized
[    0.926505] x86/mm: Memory block size: 128MB
[    0.926505] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns                                                  
[    0.926505] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.926505] pinctrl core: initialized pinctrl subsystem
[    0.947042] PM: RTC time: 165:165:165, date: 2065-165-165
[    0.947159] NET: Registered protocol family 16
[    0.947177] xen:grant_table: Grant tables using version 1 layout
[    0.947192] Grant table initialized
[    0.947235] audit: initializing netlink subsys (disabled)
[    0.947258] audit: type=2000 audit(1578874307.146:1): state=initialized audit_enabled=0 res=1                                                                
[    0.949172] PCI: setting up Xen PCI frontend stub
[    1.028323] cryptd: max_cpu_qlen set to 1000
[    1.033287] alg: No test for 842 (842-generic)
[    1.033311] alg: No test for 842 (842-scomp)
[    1.039350] fbcon: Taking over console
[    1.039350] ACPI: Interpreter disabled.
[    1.039350] xen:balloon: Initialising balloon driver
[    1.045271] iommu: Default domain type: Translated 
[    1.045320] vgaarb: loaded
[    1.045326] SCSI subsystem initialized
[    1.045378] usbcore: registered new interface driver usbfs
[    1.045378] usbcore: registered new interface driver hub
[    1.045378] usbcore: registered new device driver usb
[    1.045378] pps_core: LinuxPPS API ver. 1 registered
[    1.045378] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>                                                         
[    1.045378] PTP clock support registered
[    1.045378] EDAC MC: Ver: 3.0.0
[    1.045400] PCI: System does not support PCI
[    1.045400] NetLabel: Initializing
[    1.045400] NetLabel:  domain hash size = 128
[    1.045400] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.045400] NetLabel:  unlabeled traffic allowed by default
[    1.046167] clocksource: Switched to clocksource xen
[    1.060329] *** VALIDATE bpf ***
[    1.060381] VFS: Disk quotas dquot_6.6.0
[    1.060395] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.060413] *** VALIDATE ramfs ***
[    1.060419] hugetlbfs: disabling because there are no supported hugepage sizes                                                                               
[    1.060434] pnp: PnP ACPI: disabled
[    1.064651] thermal_sys: Registered thermal governor 'fair_share'
[    1.064652] thermal_sys: Registered thermal governor 'bang_bang'
[    1.064660] thermal_sys: Registered thermal governor 'step_wise'
[    1.064667] thermal_sys: Registered thermal governor 'user_space'
[    1.064733] NET: Registered protocol family 2
[    1.064836] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)                                                                
[    1.064849] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)                                                                       
[    1.064875] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)                                                                              
[    1.064901] TCP: Hash tables configured (established 16384 bind 16384)
[    1.064924] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    1.064935] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    1.065056] NET: Registered protocol family 1
[    1.065067] NET: Registered protocol family 44
[    1.065075] PCI: CLS 0 bytes, default 64
[    1.065114] Trying to unpack rootfs image as initramfs...
[    1.397733] Freeing initrd memory: 45924K
[    1.398440] Initialise system trusted keyrings
[    1.398455] Key type blacklist registered
[    1.398559] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    1.401191] zbud: loaded
[    1.403131] Platform Keyring initialized
[    1.413477] NET: Registered protocol family 38
[    1.413486] Key type asymmetric registered
[    1.413491] Asymmetric key parser 'x509' registered
[    1.413503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)                                                                             
[    1.413557] io scheduler mq-deadline registered
[    1.413563] io scheduler kyber registered
[    1.413592] io scheduler bfq registered
[    1.413660] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.413718] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.414560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.417935] Non-volatile memory driver v1.3
[    1.418017] Linux agpgart interface v0.103
[    1.418434] libphy: Fixed MDIO Bus: probed
[    1.418513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.418520] ehci-pci: EHCI PCI platform driver
[    1.418528] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.418535] ohci-pci: OHCI PCI platform driver
[    1.418543] uhci_hcd: USB Universal Host Controller Interface driver
[    1.418570] usbcore: registered new interface driver usbserial_generic
[    1.418579] usbserial: USB Serial support registered for generic
[    1.418592] i8042: PNP: No PS/2 controller found.
[    1.418597] i8042: Probing ports directly.
[    2.441662] i8042: No controller found
[    2.441771] mousedev: PS/2 mouse device common for all mice
[    2.441857] device-mapper: uevent: version 1.0.3
[    2.441947] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com                                                                 
[    2.442070] intel_pstate: CPU model not supported
[    2.442131] hidraw: raw HID events driver (C) Jiri Kosina
[    2.442234] usbcore: registered new interface driver usbhid
[    2.442252] usbhid: USB HID core driver
[    2.442330] drop_monitor: Initializing network drop monitor service
[    2.442466] Initializing XFRM netlink socket
[    2.442676] NET: Registered protocol family 10
[    2.451175] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d96ef4e7, max_idle_ns: 881591182769 ns                                               
[    2.458347] Segment Routing with IPv6
[    2.458407] mip6: Mobile IPv6
[    2.458423] NET: Registered protocol family 17
[    2.458812] RAS: Correctable Errors collector initialized.
[    2.458843] IPI shorthand broadcast: enabled
[    2.458866] AVX2 version of gcm_enc/dec engaged.
[    2.458882] AES CTR mode by8 optimization enabled
[    2.669162] sched_clock: Marking stable (2668355955, 783257)->(2670705117, -1565905)                                                                         
[    2.669688] registered taskstats version 1
[    2.669712] Loading compiled-in X.509 certificates
[    2.707275] Loaded X.509 cert 'Fedora kernel signing key: 32f547f8af6ab0a01968863cc12e57d92df9cf98'                                                          
[    2.707300] zswap: loaded using pool lzo/zbud
[    2.707511] Key type ._fscrypt registered
[    2.707531] Key type .fscrypt registered
[    2.744525] Key type big_key registered
[    2.767448] Key type encrypted registered
[    2.767478] ima: No TPM chip found, activating TPM-bypass!
[    2.767504] ima: Allocated hash algorithm: sha256
[    2.767530] ima: No architecture policies found
[    2.767899] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    2.767920] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    2.767939] xenbus_probe_frontend: Device with no driver: device/vif/0
[    2.768040] PM:   Magic number: 1:252:3141
[    2.768099] hctosys: unable to open rtc device (rtc0)
[    2.774686] Freeing unused decrypted memory: 2040K
[    2.781212] Freeing unused kernel image memory: 2544K
[    2.785206] Write protecting the kernel read-only data: 22528k
[    2.819310] Freeing unused kernel image memory: 2016K
[    2.820697] Freeing unused kernel image memory: 1436K
[    2.836315] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.836330] rodata_test: all tests were successful
[    2.836336] Run /init as init process
[    2.866390] systemd[1]: systemd v243.5-1.fc31 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)                                                                  
[    2.866455] systemd[1]: Detected virtualization xen.
[    2.866465] systemd[1]: Detected architecture x86-64.
[    2.866473] systemd[1]: Running in initial RAM disk.

Welcome to Fedora 31 (Thirty One) dracut-049-27.git20181204.fc31.1 (Initramfs)!

[    2.866669] systemd[1]: No hostname configured.
[    2.866682] systemd[1]: Set hostname to <localhost>.
[    2.866728] systemd[1]: Initializing machine ID from random generator.
[    3.030807] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    3.030962] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    3.031050] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Sockets.
         Starting Create list of st…odes for the current kernel...
         Starting Journal Service...
         Starting Apply Kernel Variables...
         Starting Setup Virtual Console...
[  OK  ] Started Create list of sta… nodes for the current kernel.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Setup Virtual Console.
         Starting dracut cmdline hook...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started dracut cmdline hook.
         Starting udev Kernel Device Manager...
[  OK  ] Started Journal Service.
[    3.239541] audit: type=1130 audit(1578874309.438:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
[    3.258979] audit: type=1130 audit(1578874309.457:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started udev Kernel Device Manager.
[    3.402988] audit: type=1130 audit(1578874309.601:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Starting udev Coldplug all Devices...
         Mounting Kernel Configuration File System...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started udev Coldplug all Devices.
         Starting dracut initqueue hook...
         Starting Show Plymouth Boot Screen...
[    3.517202] audit: type=1130 audit(1578874309.706:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Show Plymouth Boot Screen.
[    3.600511] audit: type=1130 audit(1578874309.799:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Forward Password R…s to Plymouth Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Paths.
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
[    3.607050] Invalid max_queues (4), will use default max: 2.
[    3.702977] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    3.708593]  xvda: xvda1
[    3.715619] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    3.719665]  xvdb: xvdb1
[  OK  ] Found device /dev/disk/by-…5-3391-4113-8dca-51498fa27e47.
[  OK  ] Reached target Initrd Root Device.
[    3.774174] audit: type=1130 audit(1578874309.972:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting File System Check…3391-4113-8dca-51498fa27e47...
[    3.791296] audit: type=1130 audit(1578874309.990:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm
="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Mounting /sysroot...
[    3.884381] SGI XFS with ACLs, security attributes, scrub, no debug enabled
[    3.886808] XFS (xvda1): Mounting V5 Filesystem
[    3.920090] XFS (xvda1): Ending clean mount
[  OK  ] Mounted /sysroot.
[  OK  ] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[    4.203817] audit: type=1130 audit(1578874310.402:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.203893] audit: type=1131 audit(1578874310.402:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Reload Configuration from the Real Root.
[  OK  ] Reached target Initrd File Systems.
[  OK  ] Reached target Initrd Default Target.
         Starting Cleaning Up and Shutting Down Daemons...
[  OK  ] Stopped target Initrd Default Target.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Initrd Root Device.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target Sockets.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped target Swap.
[  OK  ] Stopped target Timers.
[  OK  ] Stopped dracut cmdline hook.
[  OK  ] Stopped dracut initqueue hook.
         Starting Plymouth switch root service...
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped target Local File Systems.
[  OK  ] Stopped udev Coldplug all Devices.
         Stopping udev Kernel Device Manager...
         Starting Setup Virtual Console...
[  OK  ] Started Cleaning Up and Shutting Down Daemons.
[  OK  ] Stopped udev Kernel Device Manager.
[  OK  ] Closed udev Control Socket.
[  OK  ] Closed udev Kernel Socket.
         Starting Cleanup udevd DB...
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create list of sta… nodes for the current kernel.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started Plymouth switch root service.
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
         Starting Switch Root...
[    4.315030] systemd-journald[267]: Received SIGTERM from PID 1 (systemd).
[    4.369260] printk: systemd: 24 output lines suppressed due to ratelimiting
[    4.809564] SELinux:  Permission watch in class filesystem not defined in policy.
[    4.809581] SELinux:  Permission watch in class file not defined in policy.
[    4.809587] SELinux:  Permission watch_mount in class file not defined in policy.
[    4.809593] SELinux:  Permission watch_sb in class file not defined in policy.
[    4.809600] SELinux:  Permission watch_with_perm in class file not defined in policy.
[    4.809606] SELinux:  Permission watch_reads in class file not defined in policy.
[    4.809615] SELinux:  Permission watch in class dir not defined in policy.
[    4.809621] SELinux:  Permission watch_mount in class dir not defined in policy.
[    4.809627] SELinux:  Permission watch_sb in class dir not defined in policy.
[    4.809634] SELinux:  Permission watch_with_perm in class dir not defined in policy.
[    4.809640] SELinux:  Permission watch_reads in class dir not defined in policy.
[    4.809649] SELinux:  Permission watch in class lnk_file not defined in policy.
[    4.809656] SELinux:  Permission watch_mount in class lnk_file not defined in policy.
[    4.809669] SELinux:  Permission watch_sb in class lnk_file not defined in policy.
[    4.809677] SELinux:  Permission watch_with_perm in class lnk_file not defined in policy.
[    4.809683] SELinux:  Permission watch_reads in class lnk_file not defined in policy.
[    4.809692] SELinux:  Permission watch in class chr_file not defined in policy.
[    4.809698] SELinux:  Permission watch_mount in class chr_file not defined in policy.
[    4.809704] SELinux:  Permission watch_sb in class chr_file not defined in policy.
[    4.809715] SELinux:  Permission watch_with_perm in class chr_file not defined in policy.
[    4.809721] SELinux:  Permission watch_reads in class chr_file not defined in policy.
[    4.809730] SELinux:  Permission watch in class blk_file not defined in policy.
[    4.809737] SELinux:  Permission watch_mount in class blk_file not defined in policy.
[    4.809743] SELinux:  Permission watch_sb in class blk_file not defined in policy.
[    4.809749] SELinux:  Permission watch_with_perm in class blk_file not defined in policy.
[    4.809760] SELinux:  Permission watch_reads in class blk_file not defined in policy.
[    4.809769] SELinux:  Permission watch in class sock_file not defined in policy.
[    4.809776] SELinux:  Permission watch_mount in class sock_file not defined in policy.
[    4.809782] SELinux:  Permission watch_sb in class sock_file not defined in policy.
[    4.809789] SELinux:  Permission watch_with_perm in class sock_file not defined in policy.
[    4.809799] SELinux:  Permission watch_reads in class sock_file not defined in policy.
[    4.809808] SELinux:  Permission watch in class fifo_file not defined in policy.
[    4.809815] SELinux:  Permission watch_mount in class fifo_file not defined in policy.
[    4.809821] SELinux:  Permission watch_sb in class fifo_file not defined in policy.
[    4.809828] SELinux:  Permission watch_with_perm in class fifo_file not defined in policy.
[    4.809838] SELinux:  Permission watch_reads in class fifo_file not defined in policy.
[    4.809956] SELinux: the above unknown classes and permissions will be allowed
[    4.809966] SELinux:  policy capability network_peer_controls=1
[    4.809972] SELinux:  policy capability open_perms=1
[    4.809976] SELinux:  policy capability extended_socket_class=1
[    4.809982] SELinux:  policy capability always_check_network=0
[    4.809987] SELinux:  policy capability cgroup_seclabel=1
[    4.809991] SELinux:  policy capability nnp_nosuid_transition=1
[    4.834067] systemd[1]: Successfully loaded SELinux policy in 376.031ms.
[    4.914748] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 40.913ms.
[    4.918824] systemd[1]: systemd v243.5-1.fc31 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    4.919038] systemd[1]: Detected virtualization xen.
[    4.919078] systemd[1]: Detected architecture x86-64.

Welcome to Fedora 31 (Thirty One)!

[    5.063700] systemd[1]: /usr/lib/systemd/system/sssd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
[    5.091987] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket → /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly.
[    5.129055] systemd[1]: initrd-switch-root.service: Succeeded.
[    5.129770] systemd[1]: Stopped Switch Root.
[  OK  ] Stopped Switch Root.
[    5.132306] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    5.132650] systemd[1]: Created slice system-getty.slice.
[    5.132943] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-sshd\x2dkeygen.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Stopped target Switch Root.
[  OK  ] Stopped target Initrd File Systems.
[  OK  ] Stopped target Initrd Root File System.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target Slices.
[  OK  ] Listening on Process Core Dump Socket.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
         Activating swap /dev/disk/by-label/SWAP...
         Mounting POSIX Message Queue File System...
         Mounting Kernel Debug File System...
         Starting Create list of st…odes for the current kernel...
[  OK  ] Stopped File System Check on Root Device.
[  OK  ] Stopped Journal Service.
         Starting Journal Service...
[    5.200103] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
         Starting Remount Root and Kernel File Systems...
         Starting Apply Kernel Variables...
         Starting udev Coldplug all Devices...
         Starting Setup Virtual Console...
[  OK  ] Started Create list of sta… nodes for the current kernel.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Setup Virtual Console.
[    5.278195] Adding 1046524k swap on /dev/xvdb1.  Priority:-2 extents:1 across:1046524k SSFS
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Activated swap /dev/disk/by-label/SWAP.
[  OK  ] Reached target Swap.
         Mounting Temporary Directory (/tmp)...
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Restore /run/initramfs on shutdown...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting udev Kernel Device Manager...
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[    5.384080] systemd-journald[458]: Received client request to flush runtime journal.
[  OK  ] Started Restore /run/initramfs on shutdown.
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Security Auditing Service...
[  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[    5.741014] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    5.741026] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.741046] RAPL PMU: hw unit of domain dram 2^-16 Joules
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target System Initialization.
[  OK  ] Started dnf makecache --timer.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started daily update of the root trust anchor for DNSSEC.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on SSSD Kerberos…ache Manager responder socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting firewalld - dynamic firewall daemon...
[    5.749328] xen_netfront: Initialising Xen virtual ethernet driver
         Starting System Logging Service...
         Starting OpenSSH ecdsa Server Key Generation...
         Starting OpenSSH ed25519 Server Key Generation...
         Starting OpenSSH rsa Server Key Generation...
         Starting System Security Services Daemon...
[  OK  ] Started System Logging Service.
[    5.892782] input: PC Speaker as /devices/platform/pcspkr/input/input0
[  OK  ] Reached target Sound Card.
[  OK  ] Started OpenSSH ecdsa Server Key Generation.
[  OK  ] Started OpenSSH ed25519 Server Key Generation.
[  OK  ] Started OpenSSH rsa Server Key Generation.
[  OK  ] Reached target sshd-keygen.target.
[    6.010053] intel_rapl_common: Found RAPL domain package
[    6.010069] intel_rapl_common: Found RAPL domain dram
[    6.010074] intel_rapl_common: DRAM domain energy unit 15300pj
         Starting D-Bus System Message Bus...
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
         Starting D-Bus System Message Bus...
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
         Starting D-Bus System Message Bus...
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
         Starting D-Bus System Message Bus...
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
         Starting D-Bus System Message Bus...
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
[FAILED] Failed to start D-Bus System Message Bus.
See 'systemctl status dbus-broker.service' for details.
[  OK  ] Started System Security Services Daemon.
[  OK  ] Reached target User and Group Name Lookups.
         Starting Login Service...
[  OK  ] Started firewalld - dynamic firewall daemon.
[  OK  ] Reached target Network (Pre).
         Starting Network Manager...
[FAILED] Failed to start Network Manager.
See 'systemctl status NetworkManager.service' for details.
[DEPEND] Dependency failed for Network Manager Wait Online.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
         Starting OpenSSH server daemon...
         Starting Permit User Sessions...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Deferred execution scheduler.
[  OK  ] Started Command Scheduler.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...
[  OK  ] Started OpenSSH server daemon.
         Starting Permit User Sessions...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Deferred execution scheduler.
[  OK  ] Started Command Scheduler.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...
[  OK  ] Started OpenSSH server daemon.
[  OK  ] Started Hold until boot process finishes up.
[  OK  ] Started Terminate Plymouth Boot Screen.

Fedora 31 (Thirty One)
Kernel 5.4.8-200.fc31.x86_64 on an x86_64 (hvc0)

localhost login:

Fix unlabelled directories

Due to this bug, the second boot has experienced some errors and will not be accessible remotely. The problem is caused by some top level directories not being labelled correctly. The automatic relabel is not able to fix this, but you can log in on the console and fix it as follows:

localhost login: root
Password: 
[root@localhost ~]# mount -o bind / /mnt
[root@localhost ~]# cd /mnt
[root@localhost mnt]# chcon -t device_t dev
[root@localhost mnt]# chcon -t home_root_t home
[root@localhost mnt]# chcon -t root_t proc sys
[root@localhost mnt]# chcon -t var_run_t run
[root@localhost mnt]# chcon -t tmp_t tmp
[root@localhost mnt]# chcon -t boot_t boot
[root@localhost mnt]#

Re-enable SELinux

[root@localhost mnt]# sed -i 's/^SELINUX=permissive/SELINUX=enforcing/' /etc/sysconfig/selinux
[root@localhost mnt]#

Create a user who can use sudo

The root user by default can't SSH in using password auth and we haven't put any SSH public keys in, so may as well create a user now. We'll put them in group wheel so they can use sudo.

[root@localhost mnt]# adduser andy
[root@localhost mnt]# passwd andy
Changing password for user andy.
New password: 
Retype new password: 
passwd: all authentication tokens updated successfully.
[root@localhost mnt]# usermod -a -G wheel andy
[root@localhost mnt]#

Halt and boot again

[root@localhost mnt]# halt
[root@localhost mnt]# halt
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Stopped target Network.
[  OK  ] Stopped target Network (Pre).
[  OK  ] Stopped target User and Group Name Lookups.
[  OK  ] Stopped target Remote File Systems.
         Stopping System Security Services Daemon...
[  OK  ] Started Show Plymouth Halt Screen.
[  OK  ] Stopped System Security Services Daemon.
[  OK  ] Stopped System Logging Service.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped Forward Password R…s to Plymouth Directory Watch.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped target Slices.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed SSSD Kerberos Cache Manager responder socket.
         Stopping D-Bus System Message Bus...
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
[  OK  ] Stopped Apply Kernel Variables.
         Stopping Update UTMP about System Boot/Shutdown...
[  OK  ] Stopped Update UTMP about System Boot/Shutdown.
         Stopping Security Auditing Service...
[ 1352.658952] kauditd_printk_skb: 39 callbacks suppressed
[ 1352.658954] audit: type=1305 audit(1578875658.856:216): op=set audit_pid=0 old=475 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[  OK  ] Stopped Security Auditing Service.
[ 1352.664115] audit: type=1131 audit(1578875658.862:217): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped target Local File Systems.
[ 1352.665897] audit: type=1131 audit(1578875658.863:218): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Unmounting /mnt...
         Unmounting Temporary Directory (/tmp)...
[  OK  ] Unmounted Temporary Directory (/tmp).
[  OK  ] Stopped target Swap.
         Deactivating swap /dev/disk/by-label/SWAP...
[ 1352.701105] audit: type=1131 audit(1578875658.898:219): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1352.701197] audit: type=1131 audit(1578875658.898:220): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiledev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[  OK  ] Stopped target Local File Systems (Pre).
[  OK  ] Stopped Remount Root and Kernel File Systems.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Reached target Shutdown.
[  OK  ] Deactivated swap /dev/xvdb1.
[  OK  ] Deactivated swap /dev/disk/by-label/SWAP.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Reached target Final Step.
         Starting Halt...
[ 1352.823923] printk: systemd-shutdow: 63 output lines suppressed due to ratelimiting
[ 1352.847855] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 1352.878722] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 1352.888108] systemd-journald[458]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 1352.906230] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 1352.913254] systemd-shutdown[1]: Unmounting file systems.
[ 1352.914846] [868]: Remounting '/' read-only in with options 'seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 1352.922283] systemd-shutdown[1]: All filesystems unmounted.
[ 1352.922317] systemd-shutdown[1]: Deactivating swaps.
[ 1352.922526] systemd-shutdown[1]: All swaps deactivated.
[ 1352.922553] systemd-shutdown[1]: Detaching loop devices.
[ 1352.922861] systemd-shutdown[1]: All loop devices detached.
[ 1352.922889] systemd-shutdown[1]: Detaching DM devices.
[ 1353.008994] reboot: System halted
xen-shell> boot
Booting instance: ftest
Parsing config from /etc/xen/ftest.conf
Welcome to GRUB!

[…]

Welcome to Fedora 31 (Thirty One)!

[    5.689193] systemd[1]: /usr/lib/systemd/system/sssd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
[    5.718481] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket → /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly.
[    5.759131] systemd[1]: initrd-switch-root.service: Succeeded.
[    5.759877] systemd[1]: Stopped Switch Root.
[  OK  ] Stopped Switch Root.
[    5.763122] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    5.764090] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    5.765349] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-sshd\x2dkeygen.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Stopped target Switch Root.
[  OK  ] Stopped target Initrd File Systems.
[  OK  ] Stopped target Initrd Root File System.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target Slices.
[  OK  ] Listening on Process Core Dump Socket.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
         Activating swap /dev/disk/by-label/SWAP...
         Mounting POSIX Message Queue File System...
         Mounting Kernel Debug File System...
         Starting Create list of st…odes for the current kernel...
[  OK  ] Stopped File System Check on Root Device.
[  OK  ] Stopped Journal Service.
[    5.801399] Adding 1046524k swap on /dev/xvdb1.  Priority:-2 extents:1 across:1046524k SSFS
         Starting Journal Service...
         Starting Remount Root and Kernel File Systems...
         Starting Apply Kernel Variables...
         Starting udev Coldplug all Devices...
         Starting Setup Virtual Console...
[  OK  ] Activated swap /dev/disk/by-label/SWAP.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Reached target Swap.
         Mounting Temporary Directory (/tmp)...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Create list of sta… nodes for the current kernel.
[    5.945009] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[    5.982733] kauditd_printk_skb: 28 callbacks suppressed
[    5.982735] audit: type=1130 audit(1578875845.298:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Remount Root and Kernel File Systems.
[    5.984111] audit: type=1130 audit(1578875845.299:40): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started udev Coldplug all Devices.
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
[    5.992957] audit: type=1305 audit(1578875845.308:41): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1
[  OK  ] Started Journal Service.
[    6.009533] audit: type=1130 audit(1578875845.325:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Load/Save Random Seed.
[    6.017528] audit: type=1130 audit(1578875845.333:43): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.024688] systemd-journald[458]: Received client request to flush runtime journal.
[    6.033930] audit: type=1130 audit(1578875845.349:44): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.041469] audit: type=1130 audit(1578875845.357:45): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Restore /run/initramfs on shutdown...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting udev Kernel Device Manager...
[  OK  ] Started Restore /run/initramfs on shutdown.
[    6.056646] audit: type=1130 audit(1578875845.372:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.056679] audit: type=1131 audit(1578875845.372:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[    6.109502] audit: type=1130 audit(1578875845.425:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Security Auditing Service...
[  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target System Initialization.
[  OK  ] Started dnf makecache --timer.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started daily update of the root trust anchor for DNSSEC.
[  OK  ] Reached target Timers.
[    6.429572] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    6.429582] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.429587] RAPL PMU: hw unit of domain dram 2^-16 Joules
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on SSSD Kerberos…ache Manager responder socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting firewalld - dynamic firewall daemon...
[    6.451228] xen_netfront: Initialising Xen virtual ethernet driver
         Starting System Logging Service...
[  OK  ] Reached target sshd-keygen.target.
         Starting System Security Services Daemon...
[    6.534662] input: PC Speaker as /devices/platform/pcspkr/input/input0
[  OK  ] Started System Logging Service.
[  OK  ] Reached target Sound Card.
[    6.572066] intel_rapl_common: Found RAPL domain package
[    6.572082] intel_rapl_common: Found RAPL domain dram
[    6.572088] intel_rapl_common: DRAM domain energy unit 15300pj
         Starting D-Bus System Message Bus...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started System Security Services Daemon.
[  OK  ] Reached target User and Group Name Lookups.
         Starting Login Service...
[  OK  ] Started firewalld - dynamic firewall daemon.
[  OK  ] Reached target Network (Pre).
         Starting Network Manager...
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting Network Manager Wait Online...
         Starting OpenSSH server daemon...
         Starting Permit User Sessions...
         Starting Hostname Service...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Deferred execution scheduler.
[  OK  ] Started Command Scheduler.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...
[  OK  ] Started OpenSSH server daemon.
[  OK  ] Started Terminate Plymouth Boot Screen.

Fedora 31 (Thirty One)
Kernel 5.4.8-200.fc31.x86_64 on an x86_64 (hvc0)

ftest login: