Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1667556 Details for
Bug 1802123
ipxe corrupts large initramfs
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
output log of my reproducer attempt
typescript (text/plain), 54.34 KB, created by
Neil Horman
on 2020-03-04 17:25:58 UTC
(
hide
)
Description:
output log of my reproducer attempt
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2020-03-04 17:25:58 UTC
Size:
54.34 KB
patch
obsolete
>Script started on 2020-03-04 12:05:27-05:00 [TERM="xterm-256color" TTY="/dev/pts/4" COLUMNS="238" LINES="62"] >]0;nhorman@hmsreliant:~[nhorman@hmsreliant ~]$ virsh >Welcome to virsh, the virtualization interactive terminal. > >Type: 'help' for help with commands > 'quit' to quit > >virsh # connect qemu:///y[Ksystem >[1;31m==== AUTHENTICATING FOR org.libvirt.unix.manage ==== >[0mSystem policy prevents management of local virtualized systems >Authenticating as: root >Password: >[1;31m==== AUTHENTICATION COMPLETE ==== >[0m >virsh # console ipxe-text[K[Kst >Connected to domain ipxe-test >Escape character is ^] >iPXE initialising devices...ok >[0m > > >[1miPXE 1.0.0+[0m -- Open Source Network Boot Firmware -- [36mhttp://ipxe.org[0m >Features: DNS HTTP iSCSI TFTP SRP VLAN AoE ELF MBOOT PXE bzImage Menu PXEXT >Configuring (net0 52:54:00:a2:9b:8f).................. ok >iPXE> [?25hkernel http://10.0.0.1/vmlinuz console=ttyS0 initrd=initramfs.img root=/dev/sda1 >//NH >// Note changes here, I added the console option so I could record this output >// initrd specifies the name of the image I downloaded >// root partitiion is needed so the kernel knows what device to mount for the rootfs during boot > >http://10.0.0.1/vmlinuz... ok >iPXE> [?25hinitrd http://10.0.0.1/initramfs.img >http://10.0.0.1/initramfs.img... ok >iPXE> [?25hboot >[31mINITRD region [0x009dfcc8,0x7fe9a000) >[0m[31mINITRD initramfs.img at [0x6392d000,0x7f5b4495) >[0m[31mmd5sum ( 0x6392d000, 0x1bc87495 ) = e9db1805aa3e513446f4444b025e01e2 >//NH >// This looks correct, compared to the md5sum of the initramfs on the server >// md5sum /var/www/html/initramfs.img >// e9db1805aa3e513446f4444b025e01e2 /var/www/html/initramfs.img > >[0m[31mINITRD squashing initramfs.img [0x6392d000,0x7f5b4495)->[0x64212000,0x7fe99495) >[0m[31mINITRD initramfs.img at [0x64212000,0x7fe99495) >[0m[31mmd5sum ( 0x64212000, 0x1bc87495 ) = e9db1805aa3e513446f4444b025e01e2 >//NH md5sum is still correct after repacking the low memory area prior to kernel boot, good >// > >[0m[ 0.000000] Linux version 5.3.7-301.fc31.x86_64 (mockbuild@bkernel03.phx2.fedoraproject.org) (gcc version 9.2.1 20190827 (Red Hat 9.2.1-1) (GCC)) #1 SMP Mon Oct 21 19:18:58 UTC 2019 >[ 0.000000] Command line: console=ttyS0 initrd=initramfs.img root=/dev/sda1 >[ 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: xstate_offset[2]: 576, xstate_sizes[2]: 256 >[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. >[ 0.000000] BIOS-provided physical RAM map: >[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdcfff] usable >//NH >// We have 2GB of RAM below the 4GB address limit, so this should be simmilar functionally to the system in question >// > >[ 0.000000] BIOS-e820: [mem 0x000000007ffdd000-0x000000007fffffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >[ 0.000000] NX (Execute Disable) protection: active >[ 0.000000] SMBIOS 2.8 present. >[ 0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS ?-20190727_073836-buildvm-ppc64le-16.ppc.fedoraproject.org-3.fc31 04/01/2014 >[ 0.000000] Hypervisor detected: KVM >[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >[ 0.000000] kvm-clock: cpu 0, msr 40e01001, primary cpu clock >[ 0.000000] kvm-clock: using sched offset of 2862063528898 cycles >[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns >[ 0.000011] tsc: Detected 3392.292 MHz processor >[ 0.001747] last_pfn = 0x7ffdd max_arch_pfn = 0x400000000 >[ 0.001802] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT >[ 0.009284] found SMP MP-table at [mem 0x000f5c90-0x000f5c9f] >[ 0.009585] RAMDISK: [mem 0x64212000-0x7fe99fff] >[ 0.009602] ACPI: Early table checksum verification disabled >[ 0.009612] ACPI: RSDP 0x00000000000F5A60 000014 (v00 BOCHS ) >[ 0.009617] ACPI: RSDT 0x000000007FFE20EC 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >[ 0.009626] ACPI: FACP 0x000000007FFE1F3C 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001) >[ 0.009631] ACPI: DSDT 0x000000007FFE0040 001EFC (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) >[ 0.009634] ACPI: FACS 0x000000007FFE0000 000040 >[ 0.009637] ACPI: APIC 0x000000007FFE2030 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >[ 0.009640] ACPI: MCFG 0x000000007FFE20B0 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001) >[ 0.009905] No NUMA configuration found >[ 0.009906] Faking a node at [mem 0x0000000000000000-0x000000007ffdcfff] >[ 0.009915] NODE_DATA(0) allocated [mem 0x7ffb2000-0x7ffdcfff] >[ 0.014545] Zone ranges: >[ 0.014548] DMA [mem 0x0000000000001000-0x0000000000ffffff] >[ 0.014549] DMA32 [mem 0x0000000001000000-0x000000007ffdcfff] >[ 0.014550] Normal empty >[ 0.014551] Device empty >[ 0.014551] Movable zone start for each node >[ 0.014554] Early memory node ranges >[ 0.014554] node 0: [mem 0x0000000000001000-0x000000000009efff] >[ 0.014555] node 0: [mem 0x0000000000100000-0x000000007ffdcfff] >[ 0.014560] Zeroed struct page in unavailable ranges: 98 pages >[ 0.014561] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffdcfff] >[ 0.020289] ACPI: PM-Timer IO Port: 0x608 >[ 0.020307] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >[ 0.020359] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >[ 0.020362] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >[ 0.020364] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >[ 0.020364] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >[ 0.020365] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >[ 0.020366] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >[ 0.020370] Using ACPI (MADT) for SMP configuration information >[ 0.020380] smpboot: Allowing 2 CPUs, 0 hotplug CPUs >[ 0.020408] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >[ 0.020409] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >[ 0.020410] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >[ 0.020410] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >[ 0.020412] [mem 0xc0000000-0xfed1bfff] available for PCI devices >[ 0.020413] Booting paravirtualized kernel on KVM >[ 0.020417] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns >[ 0.103979] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 >[ 0.104158] percpu: Embedded 52 pages/cpu s176128 r8192 d28672 u1048576 >[ 0.104192] KVM setup async PF for cpu 0 >[ 0.104197] kvm-stealtime: cpu 0, msr 61e2a040 >[ 0.104202] Built 1 zonelists, mobility grouping on. Total pages: 515935 >[ 0.104202] Policy zone: DMA32 >[ 0.104204] Kernel command line: console=ttyS0 initrd=initramfs.img root=/dev/sda1 >[ 0.104331] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) >[ 0.104374] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) >[ 0.104424] mem auto-init: stack:off, heap alloc:off, heap free:off >[ 0.109704] Memory: 1570032K/2096620K available (12291K kernel code, 1541K rwdata, 4564K rodata, 2272K init, 4468K bss, 526588K reserved, 0K cma-reserved) >[ 0.109721] random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0 >[ 0.109820] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >[ 0.109835] Kernel/User page tables isolation: enabled >[ 0.109857] ftrace: allocating 40062 entries in 157 pages >[ 0.122830] rcu: Hierarchical RCU implementation. >[ 0.122834] rcu: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=2. >[ 0.122835] Tasks RCU enabled. >[ 0.122836] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. >[ 0.122836] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 >[ 0.124939] NR_IRQS: 65792, nr_irqs: 440, preallocated irqs: 16 >[ 0.132174] Console: colour VGA+ 80x25 >[ 0.242463] printk: console [ttyS0] enabled >[ 0.243326] ACPI: Core revision 20190703 >[ 0.244241] APIC: Switch to symmetric I/O mode setup >[ 0.245558] x2apic enabled >[ 0.246508] Switched APIC routing to physical x2apic. >[ 0.248819] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e5dd94d34, max_idle_ns: 440795304975 ns >[ 0.250832] Calibrating delay loop (skipped) preset value.. 6784.58 BogoMIPS (lpj=3392292) >[ 0.251828] pid_max: default: 32768 minimum: 301 >[ 0.251828] LSM: Security Framework initializing >[ 0.251828] Yama: becoming mindful. >[ 0.251828] SELinux: Initializing. >[ 0.251828] *** VALIDATE SELinux *** >[ 0.251828] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) >[ 0.251828] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) >[ 0.251828] *** VALIDATE proc *** >[ 0.251828] *** VALIDATE cgroup1 *** >[ 0.251828] *** VALIDATE cgroup2 *** >[ 0.251828] x86/cpu: User Mode Instruction Prevention (UMIP) activated >[ 0.251828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >[ 0.251828] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 >[ 0.251828] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization >[ 0.251828] Spectre V2 : Mitigation: Full generic retpoline >[ 0.251828] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch >[ 0.251828] Spectre V2 : Enabling Restricted Speculation for firmware calls >[ 0.251828] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier >[ 0.251828] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp >[ 0.251828] MDS: Mitigation: Clear CPU buffers >[ 0.251828] Freeing SMP alternatives memory: 36K >[ 0.251828] smpboot: CPU0: Intel Xeon E312xx (Sandy Bridge, IBRS update) (family: 0x6, model: 0x2a, stepping: 0x1) >[ 0.251949] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. >[ 0.252892] rcu: Hierarchical SRCU implementation. >[ 0.254138] NMI watchdog: Perf NMI watchdog permanently disabled >[ 0.254892] smp: Bringing up secondary CPUs ... >[ 0.255759] x86: Booting SMP configuration: >[ 0.255836] .... node #0, CPUs: #1 >[ 0.126718] kvm-clock: cpu 1, msr 40e01041, secondary cpu clock >[ 0.126718] smpboot: CPU 1 Converting physical 0 to logical die 1 >[ 0.258846] KVM setup async PF for cpu 1 >[ 0.259587] kvm-stealtime: cpu 1, msr 61f2a040 >[ 0.259837] smp: Brought up 1 node, 2 CPUs >[ 0.260837] smpboot: Max logical packages: 2 >[ 0.261771] smpboot: Total of 2 processors activated (13569.16 BogoMIPS) >[ 0.262040] devtmpfs: initialized >[ 0.262429] x86/mm: Memory block size: 128MB >[ 0.263087] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns >[ 0.263845] futex hash table entries: 512 (order: 3, 32768 bytes, linear) >[ 0.264894] pinctrl core: initialized pinctrl subsystem >[ 0.265993] PM: RTC time: 17:09:41, date: 2020-03-04 >[ 0.266972] NET: Registered protocol family 16 >[ 0.267917] audit: initializing netlink subsys (disabled) >[ 0.268867] audit: type=2000 audit(1583341782.542:1): state=initialized audit_enabled=0 res=1 >[ 0.269836] cpuidle: using governor menu >[ 0.270931] ACPI: bus type PCI registered >[ 0.271728] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >[ 0.271954] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000) >[ 0.272838] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820 >[ 0.273854] PCI: Using configuration type 1 for base access >[ 0.276118] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages >[ 0.417019] cryptd: max_cpu_qlen set to 1000 >[ 0.419099] alg: No test for lzo-rle (lzo-rle-generic) >[ 0.419928] alg: No test for lzo-rle (lzo-rle-scomp) >[ 0.420921] alg: No test for 842 (842-generic) >[ 0.421889] alg: No test for 842 (842-scomp) >[ 0.427110] ACPI: Added _OSI(Module Device) >[ 0.427855] ACPI: Added _OSI(Processor Device) >[ 0.428836] ACPI: Added _OSI(3.0 _SCP Extensions) >[ 0.429836] ACPI: Added _OSI(Processor Aggregator Device) >[ 0.430836] ACPI: Added _OSI(Linux-Dell-Video) >[ 0.431837] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) >[ 0.432836] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) >[ 0.434630] ACPI: 1 ACPI AML tables successfully acquired and loaded >[ 0.435433] ACPI: Interpreter enabled >[ 0.435874] ACPI: (supports S0 S5) >[ 0.436634] ACPI: Using IOAPIC for interrupt routing >[ 0.436866] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >[ 0.437946] ACPI: Enabled 1 GPEs in block 00 to 3F >[ 0.440306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >[ 0.440841] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] >[ 0.441921] acpi PNP0A08:00: _OSC: platform does not support [LTR] >[ 0.442917] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability] >[ 0.443968] PCI host bridge to bus 0000:00 >[ 0.444837] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >[ 0.445837] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >[ 0.446837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >[ 0.447837] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window] >[ 0.448837] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] >[ 0.449850] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window] >[ 0.450838] pci_bus 0000:00: root bus resource [bus 00-ff] >[ 0.451897] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 >[ 0.453218] pci 0000:00:01.0: [1b36:0100] type 00 class 0x030000 >[ 0.455860] pci 0000:00:01.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >[ 0.458858] pci 0000:00:01.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >[ 0.461859] pci 0000:00:01.0: reg 0x18: [mem 0xfce14000-0xfce15fff] >[ 0.464856] pci 0000:00:01.0: reg 0x1c: [io 0xc040-0xc05f] >[ 0.471861] pci 0000:00:01.0: reg 0x30: [mem 0xfce00000-0xfce0ffff pref] >[ 0.473219] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400 >[ 0.475440] pci 0000:00:02.0: reg 0x10: [mem 0xfce16000-0xfce16fff] >[ 0.478969] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400 >[ 0.481412] pci 0000:00:02.1: reg 0x10: [mem 0xfce17000-0xfce17fff] >[ 0.485954] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400 >[ 0.488406] pci 0000:00:02.2: reg 0x10: [mem 0xfce18000-0xfce18fff] >[ 0.492122] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400 >[ 0.494414] pci 0000:00:02.3: reg 0x10: [mem 0xfce19000-0xfce19fff] >[ 0.498004] pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400 >[ 0.500836] pci 0000:00:02.4: reg 0x10: [mem 0xfce1a000-0xfce1afff] >[ 0.504960] pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400 >[ 0.507453] pci 0000:00:02.5: reg 0x10: [mem 0xfce1b000-0xfce1bfff] >[ 0.510955] pci 0000:00:02.6: [1b36:000c] type 01 class 0x060400 >[ 0.513404] pci 0000:00:02.6: reg 0x10: [mem 0xfce1c000-0xfce1cfff] >[ 0.518075] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300 >[ 0.519516] pci 0000:00:1b.0: reg 0x10: [mem 0xfce10000-0xfce13fff] >[ 0.523111] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 >[ 0.524257] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO >[ 0.525044] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 >[ 0.530332] pci 0000:00:1f.2: reg 0x20: [io 0xc060-0xc07f] >[ 0.531838] pci 0000:00:1f.2: reg 0x24: [mem 0xfce1d000-0xfce1dfff] >[ 0.534166] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 >[ 0.537755] pci 0000:00:1f.3: reg 0x20: [io 0x0700-0x073f] >[ 0.540163] pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000 >[ 0.542835] pci 0000:01:00.0: reg 0x14: [mem 0xfcc40000-0xfcc40fff] >[ 0.547361] pci 0000:01:00.0: reg 0x20: [mem 0xfea00000-0xfea03fff 64bit pref] >[ 0.548835] pci 0000:01:00.0: reg 0x30: [mem 0xfcc00000-0xfcc3ffff pref] >[ 0.550681] pci 0000:00:02.0: PCI bridge to [bus 01] >[ 0.550871] pci 0000:00:02.0: bridge window [mem 0xfcc00000-0xfcdfffff] >[ 0.551870] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfebfffff 64bit pref] >[ 0.553676] pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330 >[ 0.554444] pci 0000:02:00.0: reg 0x10: [mem 0xfca00000-0xfca03fff 64bit] >[ 0.557679] pci 0000:00:02.1: PCI bridge to [bus 02] >[ 0.557871] pci 0000:00:02.1: bridge window [mem 0xfca00000-0xfcbfffff] >[ 0.558889] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff 64bit pref] >[ 0.560726] pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000 >[ 0.562835] pci 0000:03:00.0: reg 0x14: [mem 0xfc800000-0xfc800fff] >[ 0.567434] pci 0000:03:00.0: reg 0x20: [mem 0xfe600000-0xfe603fff 64bit pref] >[ 0.569666] pci 0000:00:02.2: PCI bridge to [bus 03] >[ 0.569871] pci 0000:00:02.2: bridge window [mem 0xfc800000-0xfc9fffff] >[ 0.570871] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff 64bit pref] >[ 0.572723] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000 >[ 0.574836] pci 0000:04:00.0: reg 0x14: [mem 0xfc600000-0xfc600fff] >[ 0.578836] pci 0000:04:00.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref] >[ 0.582459] pci 0000:00:02.3: PCI bridge to [bus 04] >[ 0.582871] pci 0000:00:02.3: bridge window [mem 0xfc600000-0xfc7fffff] >[ 0.583870] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff 64bit pref] >[ 0.585724] pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00 >[ 0.588396] pci 0000:05:00.0: reg 0x20: [mem 0xfe200000-0xfe203fff 64bit pref] >[ 0.590234] pci 0000:00:02.4: PCI bridge to [bus 05] >[ 0.590872] pci 0000:00:02.4: bridge window [mem 0xfc400000-0xfc5fffff] >[ 0.591872] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff 64bit pref] >[ 0.593690] pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00 >[ 0.596835] pci 0000:06:00.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref] >[ 0.599205] pci 0000:00:02.5: PCI bridge to [bus 06] >[ 0.599870] pci 0000:00:02.5: bridge window [mem 0xfc200000-0xfc3fffff] >[ 0.600871] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff 64bit pref] >[ 0.602606] pci 0000:00:02.6: PCI bridge to [bus 07] >[ 0.602875] pci 0000:00:02.6: bridge window [mem 0xfc000000-0xfc1fffff] >[ 0.603872] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff 64bit pref] >[ 0.609072] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >[ 0.609932] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >[ 0.610913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >[ 0.611926] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >[ 0.612920] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11) >[ 0.613925] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11) >[ 0.614920] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11) >[ 0.615914] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11) >[ 0.616879] ACPI: PCI Interrupt Link [GSIA] (IRQs *16) >[ 0.617849] ACPI: PCI Interrupt Link [GSIB] (IRQs *17) >[ 0.618850] ACPI: PCI Interrupt Link [GSIC] (IRQs *18) >[ 0.619849] ACPI: PCI Interrupt Link [GSID] (IRQs *19) >[ 0.620849] ACPI: PCI Interrupt Link [GSIE] (IRQs *20) >[ 0.621849] ACPI: PCI Interrupt Link [GSIF] (IRQs *21) >[ 0.622849] ACPI: PCI Interrupt Link [GSIG] (IRQs *22) >[ 0.623850] ACPI: PCI Interrupt Link [GSIH] (IRQs *23) >[ 0.625218] pci 0000:00:01.0: vgaarb: setting as boot VGA device >[ 0.625828] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none >[ 0.625847] pci 0000:00:01.0: vgaarb: bridge control possible >[ 0.626850] vgaarb: loaded >[ 0.627463] SCSI subsystem initialized >[ 0.627871] ACPI: bus type USB registered >[ 0.628597] usbcore: registered new interface driver usbfs >[ 0.628853] usbcore: registered new interface driver hub >[ 0.629799] usbcore: registered new device driver usb >[ 0.629885] pps_core: LinuxPPS API ver. 1 registered >[ 0.630694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> >[ 0.630836] PTP clock support registered >[ 0.631503] EDAC MC: Ver: 3.0.0 >[ 0.632164] PCI: Using ACPI for IRQ routing >[ 0.677026] NetLabel: Initializing >[ 0.677762] NetLabel: domain hash size = 128 >[ 0.677836] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO >[ 0.678780] NetLabel: unlabeled traffic allowed by default >[ 0.678929] clocksource: Switched to clocksource kvm-clock >[ 0.689935] VFS: Disk quotas dquot_6.6.0 >[ 0.690737] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 0.691996] *** VALIDATE hugetlbfs *** >[ 0.692695] pnp: PnP ACPI init >[ 0.693634] pnp: PnP ACPI: found 4 devices >[ 0.696389] thermal_sys: Registered thermal governor 'fair_share' >[ 0.696389] thermal_sys: Registered thermal governor 'bang_bang' >[ 0.697498] thermal_sys: Registered thermal governor 'step_wise' >[ 0.698538] thermal_sys: Registered thermal governor 'user_space' >[ 0.704177] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >[ 0.706958] pci 0000:00:02.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000 >[ 0.708395] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 >[ 0.709778] pci 0000:00:02.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 >[ 0.711270] pci 0000:00:02.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000 >[ 0.712703] pci 0000:00:02.4: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000 >[ 0.714032] pci 0000:00:02.5: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000 >[ 0.715457] pci 0000:00:02.6: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000 >[ 0.716918] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff] >[ 0.717997] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff] >[ 0.719081] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff] >[ 0.720149] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff] >[ 0.721167] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff] >[ 0.722206] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff] >[ 0.723266] pci 0000:00:02.6: BAR 13: assigned [io 0x7000-0x7fff] >[ 0.724267] pci 0000:00:02.0: PCI bridge to [bus 01] >[ 0.725231] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff] >[ 0.727862] pci 0000:00:02.0: bridge window [mem 0xfcc00000-0xfcdfffff] >[ 0.729931] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfebfffff 64bit pref] >[ 0.732927] pci 0000:00:02.1: PCI bridge to [bus 02] >[ 0.733760] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff] >[ 0.736077] pci 0000:00:02.1: bridge window [mem 0xfca00000-0xfcbfffff] >[ 0.738204] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff 64bit pref] >[ 0.740583] pci 0000:00:02.2: PCI bridge to [bus 03] >[ 0.741314] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff] >[ 0.743412] pci 0000:00:02.2: bridge window [mem 0xfc800000-0xfc9fffff] >[ 0.745396] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff 64bit pref] >[ 0.748856] pci 0000:00:02.3: PCI bridge to [bus 04] >[ 0.749770] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff] >[ 0.751689] pci 0000:00:02.3: bridge window [mem 0xfc600000-0xfc7fffff] >[ 0.753431] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff 64bit pref] >[ 0.756018] pci 0000:00:02.4: PCI bridge to [bus 05] >[ 0.756984] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff] >[ 0.759725] pci 0000:00:02.4: bridge window [mem 0xfc400000-0xfc5fffff] >[ 0.761521] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff 64bit pref] >[ 0.764014] pci 0000:00:02.5: PCI bridge to [bus 06] >[ 0.764880] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff] >[ 0.766893] pci 0000:00:02.5: bridge window [mem 0xfc200000-0xfc3fffff] >[ 0.768767] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff 64bit pref] >[ 0.771929] pci 0000:00:02.6: PCI bridge to [bus 07] >[ 0.772841] pci 0000:00:02.6: bridge window [io 0x7000-0x7fff] >[ 0.774848] pci 0000:00:02.6: bridge window [mem 0xfc000000-0xfc1fffff] >[ 0.776647] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff 64bit pref] >[ 0.779253] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >[ 0.781113] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >[ 0.782174] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >[ 0.783383] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window] >[ 0.784565] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window] >[ 0.785740] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window] >[ 0.787869] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] >[ 0.789309] pci_bus 0000:01: resource 1 [mem 0xfcc00000-0xfcdfffff] >[ 0.790840] pci_bus 0000:01: resource 2 [mem 0xfea00000-0xfebfffff 64bit pref] >[ 0.792669] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] >[ 0.794050] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff] >[ 0.795586] pci_bus 0000:02: resource 2 [mem 0xfe800000-0xfe9fffff 64bit pref] >[ 0.797349] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] >[ 0.798716] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc9fffff] >[ 0.800244] pci_bus 0000:03: resource 2 [mem 0xfe600000-0xfe7fffff 64bit pref] >[ 0.802055] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff] >[ 0.803424] pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc7fffff] >[ 0.804990] pci_bus 0000:04: resource 2 [mem 0xfe400000-0xfe5fffff 64bit pref] >[ 0.806817] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff] >[ 0.808189] pci_bus 0000:05: resource 1 [mem 0xfc400000-0xfc5fffff] >[ 0.809730] pci_bus 0000:05: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref] >[ 0.811454] pci_bus 0000:06: resource 0 [io 0x6000-0x6fff] >[ 0.812275] pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc3fffff] >[ 0.813282] pci_bus 0000:06: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref] >[ 0.814508] pci_bus 0000:07: resource 0 [io 0x7000-0x7fff] >[ 0.815322] pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfc1fffff] >[ 0.816490] pci_bus 0000:07: resource 2 [mem 0xfde00000-0xfdffffff 64bit pref] >[ 0.817965] NET: Registered protocol family 2 >[ 0.819027] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) >[ 0.820708] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) >[ 0.822436] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) >[ 0.824115] TCP: Hash tables configured (established 16384 bind 16384) >[ 0.825375] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) >[ 0.826635] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) >[ 0.828002] NET: Registered protocol family 1 >[ 0.828769] NET: Registered protocol family 44 >[ 0.829584] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] >[ 0.831676] PCI Interrupt Link [GSIG] enabled at IRQ 22 >[ 0.834364] PCI: CLS 0 bytes, default 64 >[ 0.835097] Trying to unpack rootfs image as initramfs... >[ 5.107245] Freeing initrd memory: 455200K >//NH and here, unfortunately...everything works, the initramfs loads, and we go on our merry way >// > >[ 5.108175] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5dd94d34, max_idle_ns: 440795304975 ns >[ 5.113173] Initialise system trusted keyrings >[ 5.114156] Key type blacklist registered >[ 5.115132] workingset: timestamp_bits=36 max_order=19 bucket_order=0 >[ 5.117710] zbud: loaded >[ 5.118924] Platform Keyring initialized >[ 5.124431] NET: Registered protocol family 38 >[ 5.125423] Key type asymmetric registered >[ 5.126372] Asymmetric key parser 'x509' registered >[ 5.127490] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) >[ 5.129239] io scheduler mq-deadline registered >[ 5.130271] io scheduler kyber registered >[ 5.131173] io scheduler bfq registered >[ 5.131914] atomic64_test: passed for x86-64 platform with CX8 and with SSE >[ 5.135380] pcieport 0000:00:02.0: PME: Signaling with IRQ 24 >[ 5.136851] pcieport 0000:00:02.0: AER: enabled with IRQ 24 >[ 5.138042] pcieport 0000:00:02.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.141629] pcieport 0000:00:02.1: PME: Signaling with IRQ 25 >[ 5.143163] pcieport 0000:00:02.1: AER: enabled with IRQ 25 >[ 5.144465] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.149399] pcieport 0000:00:02.2: PME: Signaling with IRQ 26 >[ 5.150989] pcieport 0000:00:02.2: AER: enabled with IRQ 26 >[ 5.152281] pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.157185] pcieport 0000:00:02.3: PME: Signaling with IRQ 27 >[ 5.158570] pcieport 0000:00:02.3: AER: enabled with IRQ 27 >[ 5.159555] pcieport 0000:00:02.3: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.163766] pcieport 0000:00:02.4: PME: Signaling with IRQ 28 >[ 5.165481] pcieport 0000:00:02.4: AER: enabled with IRQ 28 >[ 5.166962] pcieport 0000:00:02.4: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.171960] pcieport 0000:00:02.5: PME: Signaling with IRQ 29 >[ 5.173685] pcieport 0000:00:02.5: AER: enabled with IRQ 29 >[ 5.175284] pcieport 0000:00:02.5: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.180338] pcieport 0000:00:02.6: PME: Signaling with IRQ 30 >[ 5.181800] pcieport 0000:00:02.6: AER: enabled with IRQ 30 >[ 5.183126] pcieport 0000:00:02.6: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep- >[ 5.186262] pcieport 0000:00:02.6: pciehp: Slot(0-6): Link Up >[ 5.186580] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >[ 5.188805] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >[ 5.190396] ACPI: Power Button [PWRF] >[ 5.196452] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >[ 5.221214] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >[ 5.224478] Non-volatile memory driver v1.3 >[ 5.225820] Linux agpgart interface v0.103 >[ 5.226884] random: fast init done >[ 5.227741] random: crng init done >[ 5.228941] PCI Interrupt Link [GSIA] enabled at IRQ 16 >[ 5.230669] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode >[ 5.232443] ahci 0000:00:1f.2: flags: 64bit ncq only >[ 5.234449] scsi host0: ahci >[ 5.235249] scsi host1: ahci >[ 5.236253] scsi host2: ahci >[ 5.236961] scsi host3: ahci >[ 5.237658] scsi host4: ahci >[ 5.238360] scsi host5: ahci >[ 5.239007] ata1: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d100 irq 31 >[ 5.240531] ata2: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d180 irq 31 >[ 5.242065] ata3: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d200 irq 31 >[ 5.243562] ata4: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d280 irq 31 >[ 5.245103] ata5: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d300 irq 31 >[ 5.246604] ata6: SATA max UDMA/133 abar m4096@0xfce1d000 port 0xfce1d380 irq 31 >[ 5.248237] libphy: Fixed MDIO Bus: probed >[ 5.249263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 5.250294] ehci-pci: EHCI PCI platform driver >[ 5.251051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 5.252101] ohci-pci: OHCI PCI platform driver >[ 5.253095] uhci_hcd: USB Universal Host Controller Interface driver >[ 5.255156] xhci_hcd 0000:02:00.0: xHCI Host Controller >[ 5.256363] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1 >[ 5.258292] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010 >[ 5.260887] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03 >[ 5.262636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 5.264172] usb usb1: Product: xHCI Host Controller >[ 5.265216] usb usb1: Manufacturer: Linux 5.3.7-301.fc31.x86_64 xhci-hcd >[ 5.266637] usb usb1: SerialNumber: 0000:02:00.0 >[ 5.267730] hub 1-0:1.0: USB hub found >[ 5.268653] hub 1-0:1.0: 15 ports detected >[ 5.270220] xhci_hcd 0000:02:00.0: xHCI Host Controller >[ 5.271370] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 >[ 5.272930] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed >[ 5.274312] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. >[ 5.276049] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03 >[ 5.277790] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 5.279324] usb usb2: Product: xHCI Host Controller >[ 5.280365] usb usb2: Manufacturer: Linux 5.3.7-301.fc31.x86_64 xhci-hcd >[ 5.281777] usb usb2: SerialNumber: 0000:02:00.0 >[ 5.282857] hub 2-0:1.0: USB hub found >[ 5.283755] hub 2-0:1.0: 15 ports detected >[ 5.285338] usbcore: registered new interface driver usbserial_generic >[ 5.286866] usbserial: USB Serial support registered for generic >[ 5.288186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >[ 5.290653] serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 5.291812] serio: i8042 AUX port at 0x60,0x64 irq 12 >[ 5.292955] mousedev: PS/2 mouse device common for all mice >[ 5.294322] rtc_cmos 00:00: RTC can wake from S4 >[ 5.295985] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >[ 5.297957] rtc_cmos 00:00: registered as rtc0 >[ 5.298978] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram >[ 5.300473] device-mapper: uevent: version 1.0.3 >[ 5.301584] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com >[ 5.303079] intel_pstate: CPU model not supported >[ 5.303931] hidraw: raw HID events driver (C) Jiri Kosina >[ 5.304922] usbcore: registered new interface driver usbhid >[ 5.305902] usbhid: USB HID core driver >[ 5.306690] drop_monitor: Initializing network drop monitor service >[ 5.307899] Initializing XFRM netlink socket >[ 5.308741] NET: Registered protocol family 10 >[ 5.313654] Segment Routing with IPv6 >[ 5.314343] mip6: Mobile IPv6 >[ 5.314904] NET: Registered protocol family 17 >[ 5.316043] RAS: Correctable Errors collector initialized. >[ 5.317083] AVX version of gcm_enc/dec engaged. >[ 5.317909] AES CTR mode by8 optimization enabled >[ 5.349916] sched_clock: Marking stable (5224190830, 125718907)->(5517964591, -168054854) >[ 5.351868] registered taskstats version 1 >[ 5.352863] Loading compiled-in X.509 certificates >[ 5.386729] Loaded X.509 cert 'Fedora kernel signing key: 35b9bf900cc16b09a72ff9b56b453d9391f8905c' >[ 5.388461] zswap: loaded using pool lzo/zbud >[ 5.396478] Key type big_key registered >[ 5.400455] Key type encrypted registered >[ 5.401474] ima: No TPM chip found, activating TPM-bypass! >[ 5.402773] ima: Allocated hash algorithm: sha256 >[ 5.403794] No architecture policies found >[ 5.405065] PM: Magic number: 12:699:187 >[ 5.406240] rtc_cmos 00:00: setting system clock to 2020-03-04T17:09:46 UTC (1583341786) >[ 5.562514] ata6: SATA link down (SStatus 0 SControl 300) >[ 5.565204] ata2: SATA link down (SStatus 0 SControl 300) >[ 5.567927] ata1: SATA link down (SStatus 0 SControl 300) >[ 5.569568] ata4: SATA link down (SStatus 0 SControl 300) >[ 5.571363] ata5: SATA link down (SStatus 0 SControl 300) >[ 5.572923] ata3: SATA link down (SStatus 0 SControl 300) >[ 5.575553] Freeing unused decrypted memory: 2040K >[ 5.577517] Freeing unused kernel image memory: 2272K >[ 5.578613] Write protecting the kernel read-only data: 20480k >[ 5.580853] Freeing unused kernel image memory: 2016K >[ 5.582123] Freeing unused kernel image memory: 1580K >[ 5.588863] usb 1-1: new high-speed USB device number 2 using xhci_hcd >[ 5.591796] x86/mm: Checked W+X mappings: passed, no W+X pages found. >[ 5.593218] rodata_test: all tests were successful >[ 5.594203] x86/mm: Checking user space page tables >[ 5.602960] x86/mm: Checked W+X mappings: passed, no W+X pages found. >[ 5.604403] Run /init as init process >[ 5.607409] audit: type=1404 audit(1583341786.700:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 >[ 5.651881] SELinux: Permission getrlimit in class process not defined in policy. >[ 5.653629] SELinux: Class xdp_socket not defined in policy. >[ 5.654824] SELinux: the above unknown classes and permissions will be allowed >[ 5.656352] SELinux: policy capability network_peer_controls=1 >[ 5.657620] SELinux: policy capability open_perms=1 >[ 5.658624] SELinux: policy capability extended_socket_class=1 >[ 5.659809] SELinux: policy capability always_check_network=0 >[ 5.661081] SELinux: policy capability cgroup_seclabel=1 >[ 5.662162] SELinux: policy capability nnp_nosuid_transition=1 >[ 5.679875] audit: type=1403 audit(1583341786.772:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 >[ 5.681624] systemd[1]: Successfully loaded SELinux policy in 74.390ms. >[ 5.685561] systemd[1]: Unable to fix SELinux security context of /run: Permission denied >[ 5.685592] audit: type=1400 audit(1583341786.778:4): avc: denied { associate } for pid=1 comm="systemd" name="run" dev="rootfs" ino=35775 scontext=system_u:object_r:var_run_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.694629] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 6.088ms. >[ 5.698814] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) >[ 5.702342] systemd[1]: Detected virtualization kvm. >[ 5.703260] systemd[1]: Detected architecture x86-64. > >Welcome to [0;31mRed Hat Enterprise Linux Server 7.7 (Maipo)[0m! > >[ 5.705515] systemd[1]: Set hostname to <localhost.localdomain>. >[ 5.706966] systemd[1]: Initializing machine ID from KVM UUID. >[ 5.717274] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00 >[ 5.719343] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10 >[ 5.721260] usb 1-1: Product: QEMU USB Tablet >[ 5.722353] usb 1-1: Manufacturer: QEMU >[ 5.723327] usb 1-1: SerialNumber: 42 >[ 5.725197] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4 >[ 5.728392] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:02:00.0-1/input0 >[ 5.742078] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. >[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. >[ 5.745506] systemd[1]: Started Forward Password Requests to Wall Directory Watch. >[[32m OK [0m] Started Forward Password Requests to Wall Directory Watch. >[ 5.748225] systemd[1]: Reached target Local Encrypted Volumes. >[[32m OK [0m] Reached target Local Encrypted Volumes. >[ 5.750751] systemd[1]: Created slice Root Slice. >[[32m OK [0m] Created slice Root Slice. >[ 5.752624] systemd[1]: Listening on udev Kernel Socket. >[[32m OK [0m] Listening on udev Kernel Socket. >[[32m OK [0m] Listening on Delayed Shutdown Socket. >[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. >[[32m OK [0m] Created slice User and Session Slice. >[[32m OK [0m] Listening on Journal Socket. >[[32m OK [0m] Created slice System Slice. >[[32m OK [0m] Created slice system-getty.slice. > Starting Setup Virtual Console... > Mounting Debug File System... >[[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. > Starting Load Kernel Modules... >[[32m OK [0m] Reached target Slices. > Mounting POSIX Message Queue File System... > Starting Read and set NIS domainname from /etc/sysconfig/network... > Mounting Huge Pages File System... >[[32m OK [0m] Created slice system-serial\x2dgetty.slice. > Starting Journal Service... > Starting Create Static Device Nodes in /dev... >[[32m OK [0m] Listening on udev Control Socket. >[[32m OK [0m] Reached target Swap. > Starting Remount Root and Kernel File Systems... >[[32m OK [0m] Mounted Debug File System. >[[32m OK [0m] Mounted POSIX Message Queue File System. >[[1;31mFAILED[0m] Failed to start Load Kernel Modules. >See 'systemctl status systemd-modules-load.service' for details. >[[32m OK [0m] Started Read and set NIS domainname from /etc/sysconfig/network. >[[32m OK [0m] Started Create Static Device Nodes in /dev. >[[32m OK [0m] Started Remount Root and Kernel File Systems. > Starting Rebuild Hardware Database... > Starting Configure read-only root support... > Starting udev Kernel Device Manager... >[[32m OK [0m] Reached target Local File Systems (Pre). > Mounting Configuration File System... > Starting Apply Kernel Variables... >[[32m OK [0m] Mounted Huge Pages File System. >[[32m OK [0m] Mounted Configuration File System. >[[32m OK [0m] Started udev Kernel Device Manager. >[[32m OK [0m] Started Configure read-only root support. > Starting Load/Save Random Seed... >[[32m OK [0m] Reached target Local File Systems. > Starting Rebuild Journal Catalog... > Starting Tell Plymouth To Write Out Runtime Data... > Starting Migrate local SELinux poli...tructure to the new structure... >[[32m OK [0m] Started Setup Virtual Console. >[[32m OK [0m] Started Apply Kernel Variables. >[[32m OK [0m] Started Load/Save Random Seed. >[[32m OK [0m] Started Rebuild Journal Catalog. >[[32m OK [0m] Started Journal Service. > Starting Flush Journal to Persistent Storage... >[[32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. >[[32m OK [0m] Started Migrate local SELinux polic... structure to the new structure. >[ 5.942411] systemd-journald[293]: Received request to flush runtime journal from PID 1 >[[32m OK [0m] Started Flush Journal to Persistent Storage. > Starting Create Volatile Files and Directories... >[ 5.955177] audit: type=1400 audit(1583341787.048:5): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name="tmp" dev="rootfs" ino=38361 scontext=system_u:object_r:tmp_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.960848] audit: type=1400 audit(1583341787.053:6): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name="var" dev="rootfs" ino=38363 scontext=system_u:object_r:var_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.965397] audit: type=1400 audit(1583341787.053:7): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name="lib" dev="rootfs" ino=38371 scontext=system_u:object_r:var_lib_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.977536] audit: type=1400 audit(1583341787.063:8): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name="spool" dev="rootfs" ino=40866 scontext=system_u:object_r:var_spool_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.981985] audit: type=1400 audit(1583341787.063:9): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name=".X11-unix" scontext=system_u:object_r:user_tmp_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.981986] audit: type=1400 audit(1583341787.064:10): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name="systemd" dev="rootfs" ino=40804 scontext=system_u:object_r:init_var_lib_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[ 5.981988] audit: type=1400 audit(1583341787.064:11): avc: denied { associate } for pid=330 comm="systemd-tmpfile" name=".font-unix" scontext=system_u:object_r:user_fonts_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=filesystem permissive=0 >[[1;31mFAILED[0m] Failed to start Create Volatile Files and Directories. >See 'systemctl status systemd-tmpfiles-setup.service' for details. > Starting Security Auditing Service... >[[32m OK [0m] Started Security Auditing Service. > Starting Update UTMP about System Boot/Shutdown... >[[32m OK [0m] Started Update UTMP about System Boot/Shutdown. >[ 6.163882] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >[[1;31mFAILED[0m] Failed to start Rebuild Hardware Database. >See 'systemctl status systemd-hwdb-update.service' for details. > Starting udev Coldplug all Devices... > Starting Update is Completed... >[[1;31mFAILED[0m] Failed to start Update is Completed. >See 'systemctl status systemd-update-done.service' for details. >[[32m OK [0m] Started udev Coldplug all Devices. > Starting Show Plymouth Boot Screen... >[[32m OK [0m] Reached target System Initialization. >[[32m OK [0m] Listening on Open-iSCSI iscsid Socket. >[[32m OK [0m] Started Flexible branding. >[[32m OK [0m] Listening on D-Bus System Message Bus Socket. >[[32m OK [0m] Listening on Open-iSCSI iscsiuio Socket. >[[32m OK [0m] Reached target Sockets. >[[32m OK [0m] Started Daily Cleanup of Temporary Directories. >[[32m OK [0m] Reached target Timers. >[[32m OK [0m] Started Ironic user rescue - notify path existence. >[[32m OK [0m] Started Show Plymouth Boot Screen. >[[32m OK [0m] Started Forward Password Requests to Plymouth Directory Watch. >[[32m OK [0m] Reached target Paths. >[[32m OK [0m] Reached target Basic System. > Starting Dump dmesg to /var/log/dmesg... > Starting Login Service... > Starting OpenSSH Server Key Generation... > Starting Authorization Manager... > Starting Self Monitoring and Reporting Technology (SMART) Daemon... > Starting NTP client/server... >[[32m OK [0m] Started D-Bus System Message Bus. > Starting Network Manager... >[[32m OK [0m] Started irqbalance daemon. >[[32m OK [0m] Started Dump dmesg to /var/log/dmesg. >[[32m OK [0m] Started NTP client/server. >[[32m OK [0m] Started Login Service. >[[32m OK [0m] Started Self Monitoring and Reporting Technology (SMART) Daemon. >[[32m OK [0m] Started Network Manager. > Starting Network Manager Wait Online... > Starting Hostname Service... >[[32m OK [0m] Started Authorization Manager. >[[32m OK [0m] Started Hostname Service. >[[32m OK [0m] Found device /dev/ttyS0. > Starting Network Manager Script Dispatcher Service... >[[32m OK [0m] Started Network Manager Script Dispatcher Service. >[[32m OK [0m] Started OpenSSH Server Key Generation. >[[32m OK [0m] Started Network Manager Wait Online. > Starting LSB: Bring up/down networking... >%G[[32m OK [0m] Started LSB: Bring up/down networking. >[[32m OK [0m] Reached target Network. > Starting Logout off all iSCSI sessions on shutdown... > Starting Postfix Mail Transport Agent... > Starting Enable periodic update of entitlement certificates.... > Starting Dynamic Login... > Starting OpenSSH server daemon... > Starting Initialize iBFT network interfaces... > Starting Dynamic System Tuning Daemon... >[[32m OK [0m] Started OpenSSH server daemon. >[[32m OK [0m] Started Logout off all iSCSI sessions on shutdown. >[[32m OK [0m] Started Enable periodic update of entitlement certificates.. >[[32m OK [0m] Started Dynamic Login. >[[32m OK [0m] Started Initialize iBFT network interfaces. >[[32m OK [0m] Reached target Network is Online. >[[32m OK [0m] Started Ironic Python Agent. > Starting System Logging Service... > Starting Availability of block devices... >[[32m OK [0m] Reached target Remote File Systems (Pre). >[[32m OK [0m] Reached target Remote File Systems. > Starting Crash recovery kernel arming... > Starting LSB: Starts the Spacewalk Daemon... > Starting Permit User Sessions... >[[32m OK [0m] Started System Logging Service. >[[32m OK [0m] Started Availability of block devices. >[[32m OK [0m] Started LSB: Starts the Spacewalk Daemon. >[[32m OK [0m] Started Permit User Sessions. >[[1;31mFAILED[0m] Failed to start Crash recovery kernel arming. >See 'systemctl status kdump.service' for details. >[[32m OK [0m] Started Command Scheduler. > Starting Terminate Plymouth Boot Screen... > Starting Wait for Plymouth Boot Screen to Quit... >[ 7.411242] pcieport 0000:00:02.6: pciehp: Failed to check link status >[ 8.245232] ironic-python-agent[645]: /usr/lib/python2.7/site-packages/pecan/__init__.py:122: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring >[ 8.248592] ironic-python-agent[645]: RuntimeWarning >[ 8.265192] ironic-python-agent[645]: 2020-03-04 12:09:49.483 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' > >Red Hat Enterprise Linux Server 7.7 (Maipo) >Kernel 5.3.7-301.fc31.x86_64 on an x86_64 > >localhost login: [ 11.292713] ironic-python-agent[645]: 2020-03-04 12:09:52.511 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 14.325053] ironic-python-agent[645]: 2020-03-04 12:09:55.541 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 17.356936] ironic-python-agent[645]: 2020-03-04 12:09:58.573 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 20.392913] ironic-python-agent[645]: 2020-03-04 12:10:01.609 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 23.428867] ironic-python-agent[645]: 2020-03-04 12:10:04.645 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 26.465947] ironic-python-agent[645]: 2020-03-04 12:10:07.682 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 29.503248] ironic-python-agent[645]: 2020-03-04 12:10:10.719 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 32.532266] ironic-python-agent[645]: 2020-03-04 12:10:13.750 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 35.567001] ironic-python-agent[645]: 2020-03-04 12:10:16.783 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' >[ 35.579964] ironic-python-agent[645]: 2020-03-04 12:10:16.798 645 WARNING root [-] The root device was not detected in 27 seconds: DeviceNotFound: Error finding the disk or partition device to deploy the image onto: No suitable device was found for deployment - root device hints were not provided and all found block devices are smaller than 4294967296B. >[ 35.586892] ironic-python-agent[645]: 2020-03-04 12:10:16.799 645 WARNING root [-] Can't find field vendor for device lo in device class net: IOError: [Errno 2] No such file or directory: '/sys/class/net/lo/device/vendor' >[ 35.591605] ironic-python-agent[645]: 2020-03-04 12:10:16.800 645 WARNING root [-] Can't find field vendor for device lo in device class net: IOError: [Errno 2] No such file or directory: '/sys/class/net/lo/device/vendor' >[ 35.606646] ironic-python-agent[645]: 2020-03-04 12:10:16.824 645 WARNING root [-] Path /dev/disk/by-path is inaccessible, /dev/disk/by-path/* version of block device name is unavailable Cause: [Errno 2] No such file or directory: '/dev/disk/by-path': OSError: [Errno 2] No such file or directory: '/dev/disk/by-path' > >virsh # exit > >]0;nhorman@hmsreliant:~[nhorman@hmsreliant ~]$ exit >exit > >Script done on 2020-03-04 12:10:23-05:00 [COMMAND_EXIT_CODE="0"]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1802123
:
1663151
| 1667556