Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: "Moving the root filesystem to RAID0" example is confusing and incomplete #466

Open
skycastlelily opened this issue Sep 23, 2022 · 4 comments

Comments

@skycastlelily
Copy link

skycastlelily commented Sep 23, 2022

Describe the bug
I'm trying to automate the testcases listed in this page,according the instruction, Moving the root filesystem to RAID0 should work,but it failed.

[root@ceph-03 testcloud]#virt-install --connect="qemu:///system" --name="${VM_NAME}" --vcpus="${VCPUS}" --memory="${RAM_MB}"         --os-variant="fedora-coreos-$STREAM" --import --graphics=none         --disk="size=${DISK_GB},backing_store=${IMAGE}" --disk="size=${DISK_GB},path=${PATH2}" --network bridge=virbr0         --qemu-commandline="-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}"
......

Ignition has failed. Please ensure your config is valid. Note that only
Ignition spec v3.0.0+ configs are accepted.

A CLI validation tool to check this called ignition-validate can be
downloaded from GitHub:
    https://github.com/coreos/ignition/releases
------

Displaying logs from failed units: coreos-ignition-unique-boot.service
Sep 23 01:40:19 systemd[1]: Starting coreos-ignition-unique-boot.service - CoreOS Ensure Unique Boot Filesystem...
Sep 23 01:40:19 rdcore[1076]: Error: System has 0 devices with a filesystem labeled 'boot': []
Sep 23 01:40:19 systemd[1]: coreos-ignition-unique-boot.service: Main process exited, code=exited, status=1/FAILURE
Sep 23 01:40:19 systemd[1]: coreos-ignition-unique-boot.service: Failed with result 'exit-code'.
Sep 23 01:40:19 systemd[1]: Failed to start coreos-ignition-unique-boot.service - CoreOS Ensure Unique Boot Filesystem.
Sep 23 01:40:19 systemd[1]: coreos-ignition-unique-boot.service: Triggering OnFailure= dependencies.

System details

  • Fedora CoreOS version
    fedora-coreos-36.20220820.3.0-qemu.x86_64.qcow2/fedora-coreos-36.20220906.3.2-qemu.x86_64.qcow2/fedora-coreos-36.20220906.2.0-qemu.x86_64.qcow2

Ignition config

variant: fcos
version: 1.4.0
passwd:
  users:
    - name: cloud-user
      groups:
        - wheel
      password_hash: xxx
      ssh_authorized_keys:
        - ssh-rsa xxx
systemd:
  units:
    - name: rpm-ostree-install-python3.service
      enabled: true
      contents: |
        [Unit]
        Description=Layer vim with rpm-ostree
        Wants=network-online.target
        After=network-online.target
        # We run before `zincati.service` to avoid conflicting rpm-ostree
        # transactions.
        Before=zincati.service
        ConditionPathExists=!/var/lib/%N.stamp
        [Service]
        Type=oneshot
        RemainAfterExit=yes
        # `--allow-inactive` ensures that rpm-ostree does not return an error
        # if the package is already installed. This is useful if the package is
        # added to the root image in a future Fedora CoreOS release as it will
        # prevent the service from failing.
        ExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive python3
        ConditionPathExists=!/var/lib/%N.stamp
        [Install]
        WantedBy=multi-user.target

storage:
  raid:
    - name: myroot
      level: raid0
      devices:
        - /dev/vda
        - /dev/vdb
  filesystems:
    - device: /dev/md/myroot
      format: xfs
      wipe_filesystem: true
      label: root
  files:
    - path: /etc/ssh/sshd_config.d/20-enable-passwords.conf
      mode: 0644
      contents:
        inline: |
          # Fedora CoreOS disables SSH password login by default.
          # Enable it.
          # This file must sort before 40-disable-passwords.conf.
          PasswordAuthentication yes

Additional information

@skycastlelily
Copy link
Author

journal01:

Sep 23 01:40:02 localhost kernel: Linux version 5.18.18-200.fc36.x86_64 (mockbuild@bkernel01.iad2.fedoraproject.org) (gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1), GNU ld version 2.37-27.fc36) coreos/fedora-coreos-tracker#1 SMP PREEMPT_DYNAMIC Wed Aug 17 16:02:04 UTC 2022
Sep 23 01:40:02 localhost kernel: Command line: BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/vmlinuz-5.18.18-200.fc36.x86_64 mitigations=auto,nosmt ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8 ignition.firstboot ostree=/ostree/boot.1/fedora-coreos/e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/0
Sep 23 01:40:02 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 23 01:40:02 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 23 01:40:02 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 23 01:40:02 localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 23 01:40:02 localhost kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Sep 23 01:40:02 localhost kernel: signal: max sigframe size: 1776
Sep 23 01:40:02 localhost kernel: BIOS-provided physical RAM map:
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Sep 23 01:40:02 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
Sep 23 01:40:02 localhost kernel: NX (Execute Disable) protection: active
Sep 23 01:40:02 localhost kernel: SMBIOS 2.8 present.
Sep 23 01:40:02 localhost kernel: DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.0-1.fc36 04/01/2014
Sep 23 01:40:02 localhost kernel: Hypervisor detected: KVM
Sep 23 01:40:02 localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
Sep 23 01:40:02 localhost kernel: kvm-clock: using sched offset of 12198604529 cycles
Sep 23 01:40:02 localhost kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Sep 23 01:40:02 localhost kernel: tsc: Detected 2199.998 MHz processor
Sep 23 01:40:02 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 23 01:40:02 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 23 01:40:02 localhost kernel: last_pfn = 0x180000 max_arch_pfn = 0x400000000
Sep 23 01:40:02 localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 23 01:40:02 localhost kernel: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000
Sep 23 01:40:02 localhost kernel: found SMP MP-table at [mem 0x000f5b40-0x000f5b4f]
Sep 23 01:40:02 localhost kernel: Using GB pages for direct mapping
Sep 23 01:40:02 localhost kernel: RAMDISK: [mem 0x2db0d000-0x32d7efff]
Sep 23 01:40:02 localhost kernel: ACPI: Early table checksum verification disabled
Sep 23 01:40:02 localhost kernel: ACPI: RSDP 0x00000000000F5920 000014 (v00 BOCHS )
Sep 23 01:40:02 localhost kernel: ACPI: RSDT 0x000000007FFE2A18 000034 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: FACP 0x000000007FFE2840 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: DSDT 0x000000007FFE0040 002800 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: FACS 0x000000007FFE0000 000040
Sep 23 01:40:02 localhost kernel: ACPI: APIC 0x000000007FFE2934 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: MCFG 0x000000007FFE29B4 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: WAET 0x000000007FFE29F0 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
Sep 23 01:40:02 localhost kernel: ACPI: Reserving FACP table memory at [mem 0x7ffe2840-0x7ffe2933]
Sep 23 01:40:02 localhost kernel: ACPI: Reserving DSDT table memory at [mem 0x7ffe0040-0x7ffe283f]
Sep 23 01:40:02 localhost kernel: ACPI: Reserving FACS table memory at [mem 0x7ffe0000-0x7ffe003f]
Sep 23 01:40:02 localhost kernel: ACPI: Reserving APIC table memory at [mem 0x7ffe2934-0x7ffe29b3]
Sep 23 01:40:02 localhost kernel: ACPI: Reserving MCFG table memory at [mem 0x7ffe29b4-0x7ffe29ef]
Sep 23 01:40:02 localhost kernel: ACPI: Reserving WAET table memory at [mem 0x7ffe29f0-0x7ffe2a17]
Sep 23 01:40:02 localhost kernel: No NUMA configuration found
Sep 23 01:40:02 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
Sep 23 01:40:02 localhost kernel: NODE_DATA(0) allocated [mem 0x17ffd5000-0x17fffffff]
Sep 23 01:40:02 localhost kernel: Zone ranges:
Sep 23 01:40:02 localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 23 01:40:02 localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 23 01:40:02 localhost kernel:   Normal   [mem 0x0000000100000000-0x000000017fffffff]
Sep 23 01:40:02 localhost kernel:   Device   empty
Sep 23 01:40:02 localhost kernel: Movable zone start for each node
Sep 23 01:40:02 localhost kernel: Early memory node ranges
Sep 23 01:40:02 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 23 01:40:02 localhost kernel:   node   0: [mem 0x0000000000100000-0x000000007ffdbfff]
Sep 23 01:40:02 localhost kernel:   node   0: [mem 0x0000000100000000-0x000000017fffffff]
Sep 23 01:40:02 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
Sep 23 01:40:02 localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 23 01:40:02 localhost kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 23 01:40:02 localhost kernel: On node 0, zone Normal: 36 pages in unavailable ranges
Sep 23 01:40:02 localhost kernel: ACPI: PM-Timer IO Port: 0x608
Sep 23 01:40:02 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Sep 23 01:40:02 localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Sep 23 01:40:02 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 23 01:40:02 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Sep 23 01:40:02 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 23 01:40:02 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Sep 23 01:40:02 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Sep 23 01:40:02 localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 23 01:40:02 localhost kernel: TSC deadline timer available
Sep 23 01:40:02 localhost kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Sep 23 01:40:02 localhost kernel: kvm-guest: KVM setup pv remote TLB flush
Sep 23 01:40:02 localhost kernel: kvm-guest: setup PV sched yield
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x7ffdc000-0x7fffffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xafffffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfffbffff]
Sep 23 01:40:02 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
Sep 23 01:40:02 localhost kernel: [mem 0xc0000000-0xfed1bfff] available for PCI devices
Sep 23 01:40:02 localhost kernel: Booting paravirtualized kernel on KVM
Sep 23 01:40:02 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 23 01:40:02 localhost kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Sep 23 01:40:02 localhost kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u1048576
Sep 23 01:40:02 localhost kernel: pcpu-alloc: s212992 r8192 d28672 u1048576 alloc=1*2097152
Sep 23 01:40:02 localhost kernel: pcpu-alloc: [0] 0 1 
Sep 23 01:40:02 localhost kernel: kvm-guest: PV spinlocks enabled
Sep 23 01:40:02 localhost kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
Sep 23 01:40:02 localhost kernel: Fallback order for Node 0: 0 
Sep 23 01:40:02 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1031900
Sep 23 01:40:02 localhost kernel: Policy zone: Normal
Sep 23 01:40:02 localhost kernel: Kernel command line: BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/vmlinuz-5.18.18-200.fc36.x86_64 mitigations=auto,nosmt ignition.platform.id=qemu console=tty0 console=ttyS0,115200n8 ignition.firstboot ostree=/ostree/boot.1/fedora-coreos/e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/0
Sep 23 01:40:02 localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/vmlinuz-5.18.18-200.fc36.x86_64 ostree=/ostree/boot.1/fedora-coreos/e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/0", will be passed to user space.
Sep 23 01:40:02 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 23 01:40:02 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 23 01:40:02 localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Sep 23 01:40:02 localhost kernel: Memory: 3918468K/4193768K available (16393K kernel code, 3725K rwdata, 11280K rodata, 2984K init, 6376K bss, 275040K reserved, 0K cma-reserved)
Sep 23 01:40:02 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Sep 23 01:40:02 localhost kernel: Kernel/User page tables isolation: enabled
Sep 23 01:40:02 localhost kernel: ftrace: allocating 49957 entries in 196 pages
Sep 23 01:40:02 localhost kernel: ftrace: allocated 196 pages with 3 groups
Sep 23 01:40:02 localhost kernel: Dynamic Preempt: voluntary
Sep 23 01:40:02 localhost kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 23 01:40:02 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
Sep 23 01:40:02 localhost kernel:         Trampoline variant of Tasks RCU enabled.
Sep 23 01:40:02 localhost kernel:         Rude variant of Tasks RCU enabled.
Sep 23 01:40:02 localhost kernel:         Tracing variant of Tasks RCU enabled.
Sep 23 01:40:02 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 23 01:40:02 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Sep 23 01:40:02 localhost kernel: NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
Sep 23 01:40:02 localhost kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 23 01:40:02 localhost kernel: random: crng init done
Sep 23 01:40:02 localhost kernel: Console: colour *CGA 80x25
Sep 23 01:40:02 localhost kernel: printk: console [tty0] enabled
Sep 23 01:40:02 localhost kernel: printk: console [ttyS0] enabled
Sep 23 01:40:02 localhost kernel: ACPI: Core revision 20211217
Sep 23 01:40:02 localhost kernel: APIC: Switch to symmetric I/O mode setup
Sep 23 01:40:02 localhost kernel: x2apic enabled
Sep 23 01:40:02 localhost kernel: Switched APIC routing to physical x2apic.
Sep 23 01:40:02 localhost kernel: kvm-guest: setup PV IPIs
Sep 23 01:40:02 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb63109b96, max_idle_ns: 440795265316 ns
Sep 23 01:40:02 localhost kernel: Calibrating delay loop (skipped) preset value.. 4399.99 BogoMIPS (lpj=2199998)
Sep 23 01:40:02 localhost kernel: pid_max: default: 32768 minimum: 301
Sep 23 01:40:02 localhost kernel: LSM: Security Framework initializing
Sep 23 01:40:02 localhost kernel: Yama: becoming mindful.
Sep 23 01:40:02 localhost kernel: SELinux:  Initializing.
Sep 23 01:40:02 localhost kernel: LSM support for eBPF active
Sep 23 01:40:02 localhost kernel: landlock: Up and running.
Sep 23 01:40:02 localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Sep 23 01:40:02 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Sep 23 01:40:02 localhost kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 23 01:40:02 localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Sep 23 01:40:02 localhost kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Sep 23 01:40:02 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 23 01:40:02 localhost kernel: Spectre V2 : Mitigation: Retpolines
Sep 23 01:40:02 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 23 01:40:02 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 23 01:40:02 localhost kernel: Speculative Store Bypass: Vulnerable
Sep 23 01:40:02 localhost kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Sep 23 01:40:02 localhost kernel: Freeing SMP alternatives memory: 44K
Sep 23 01:40:02 localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2420 v2 @ 2.20GHz (family: 0x6, model: 0x3e, stepping: 0x4)
Sep 23 01:40:02 localhost kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 23 01:40:02 localhost kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Sep 23 01:40:02 localhost kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Sep 23 01:40:02 localhost kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Sep 23 01:40:02 localhost kernel: Performance Events: IvyBridge events, full-width counters, Intel PMU driver.
Sep 23 01:40:02 localhost kernel: ... version:                2
Sep 23 01:40:02 localhost kernel: ... bit width:              48
Sep 23 01:40:02 localhost kernel: ... generic registers:      4
Sep 23 01:40:02 localhost kernel: ... value mask:             0000ffffffffffff
Sep 23 01:40:02 localhost kernel: ... max period:             00007fffffffffff
Sep 23 01:40:02 localhost kernel: ... fixed-purpose events:   3
Sep 23 01:40:02 localhost kernel: ... event mask:             000000070000000f
Sep 23 01:40:02 localhost kernel: rcu: Hierarchical SRCU implementation.
Sep 23 01:40:02 localhost kernel: smp: Bringing up secondary CPUs ...
Sep 23 01:40:02 localhost kernel: x86: Booting SMP configuration:
Sep 23 01:40:02 localhost kernel: .... node  #0, CPUs:      coreos/fedora-coreos-tracker#1
Sep 23 01:40:02 localhost kernel: smpboot: CPU 1 Converting physical 0 to logical die 1
Sep 23 01:40:02 localhost kernel: smp: Brought up 1 node, 2 CPUs
Sep 23 01:40:02 localhost kernel: smpboot: Max logical packages: 2
Sep 23 01:40:02 localhost kernel: smpboot: Total of 2 processors activated (8799.99 BogoMIPS)
Sep 23 01:40:02 localhost kernel: devtmpfs: initialized
Sep 23 01:40:02 localhost kernel: x86/mm: Memory block size: 128MB
Sep 23 01:40:02 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 23 01:40:02 localhost kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Sep 23 01:40:02 localhost kernel: pinctrl core: initialized pinctrl subsystem
Sep 23 01:40:02 localhost kernel: PM: RTC time: 01:39:59, date: 2022-09-23
Sep 23 01:40:02 localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 23 01:40:02 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Sep 23 01:40:02 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 23 01:40:02 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 23 01:40:02 localhost kernel: audit: initializing netlink subsys (disabled)
Sep 23 01:40:02 localhost kernel: audit: type=2000 audit(1663897199.576:1): state=initialized audit_enabled=0 res=1
Sep 23 01:40:02 localhost kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 23 01:40:02 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 23 01:40:02 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 23 01:40:02 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 23 01:40:02 localhost kernel: cpuidle: using governor menu
Sep 23 01:40:02 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 23 01:40:02 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
Sep 23 01:40:02 localhost kernel: PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
Sep 23 01:40:02 localhost kernel: PCI: Using configuration type 1 for base access
Sep 23 01:40:02 localhost kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Sep 23 01:40:02 localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 23 01:40:02 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Sep 23 01:40:02 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Sep 23 01:40:02 localhost kernel: cryptd: max_cpu_qlen set to 1000
Sep 23 01:40:02 localhost kernel: raid6: skipped pq benchmark and selected sse2x4
Sep 23 01:40:02 localhost kernel: raid6: using ssse3x2 recovery algorithm
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Module Device)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Processor Device)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Sep 23 01:40:02 localhost kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Sep 23 01:40:02 localhost kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
Sep 23 01:40:02 localhost kernel: ACPI: Interpreter enabled
Sep 23 01:40:02 localhost kernel: ACPI: PM: (supports S0 S5)
Sep 23 01:40:02 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Sep 23 01:40:02 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 23 01:40:02 localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 3F
Sep 23 01:40:02 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 23 01:40:02 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 23 01:40:02 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR DPC]
Sep 23 01:40:02 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
Sep 23 01:40:02 localhost kernel: PCI host bridge to bus 0000:00
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x180000000-0x97fffffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: reg 0x10: [mem 0xfce00000-0xfce00fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: reg 0x10: [mem 0xfce01000-0xfce01fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: reg 0x10: [mem 0xfce02000-0xfce02fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: reg 0x10: [mem 0xfce03000-0xfce03fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: reg 0x10: [mem 0xfce04000-0xfce04fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: reg 0x10: [mem 0xfce05000-0xfce05fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: reg 0x10: [mem 0xfce06000-0xfce06fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: reg 0x10: [mem 0xfce07000-0xfce07fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfce08000-0xfce08fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: reg 0x10: [mem 0xfce09000-0xfce09fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: reg 0x10: [mem 0xfce0a000-0xfce0afff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: reg 0x10: [mem 0xfce0b000-0xfce0bfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: reg 0x10: [mem 0xfce0c000-0xfce0cfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: reg 0x10: [mem 0xfce0d000-0xfce0dfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io  0xc040-0xc05f]
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfce0e000-0xfce0efff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
Sep 23 01:40:02 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0] registered
Sep 23 01:40:02 localhost kernel: pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
Sep 23 01:40:02 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfcc40000-0xfcc40fff]
Sep 23 01:40:02 localhost kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfea00000-0xfea03fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfcc00000-0xfcc3ffff pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-2] registered
Sep 23 01:40:02 localhost kernel: pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330
Sep 23 01:40:02 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfca00000-0xfca03fff 64bit]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfcbfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-3] registered
Sep 23 01:40:02 localhost kernel: pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000
Sep 23 01:40:02 localhost kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfc800000-0xfc800fff]
Sep 23 01:40:02 localhost kernel: pci 0000:03:00.0: reg 0x20: [mem 0xfe600000-0xfe603fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 03]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfc800000-0xfc9fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-4] registered
Sep 23 01:40:02 localhost kernel: pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
Sep 23 01:40:02 localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0xfc600000-0xfc600fff]
Sep 23 01:40:02 localhost kernel: pci 0000:04:00.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: PCI bridge to [bus 04]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfc600000-0xfc7fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-5] registered
Sep 23 01:40:02 localhost kernel: pci 0000:05:00.0: [1af4:1042] type 00 class 0x010000
Sep 23 01:40:02 localhost kernel: pci 0000:05:00.0: reg 0x14: [mem 0xfc400000-0xfc400fff]
Sep 23 01:40:02 localhost kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfe200000-0xfe203fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: PCI bridge to [bus 05]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfc400000-0xfc5fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-6] registered
Sep 23 01:40:02 localhost kernel: pci 0000:06:00.0: [1af4:1045] type 00 class 0x00ff00
Sep 23 01:40:02 localhost kernel: pci 0000:06:00.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: PCI bridge to [bus 06]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfc200000-0xfc3fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-7] registered
Sep 23 01:40:02 localhost kernel: pci 0000:07:00.0: [1af4:1044] type 00 class 0x00ff00
Sep 23 01:40:02 localhost kernel: pci 0000:07:00.0: reg 0x20: [mem 0xfde00000-0xfde03fff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: PCI bridge to [bus 07]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfc000000-0xfc1fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfde00000-0xfdffffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-8] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: PCI bridge to [bus 08]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfbe00000-0xfbffffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfdc00000-0xfddfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-9] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 09]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-10] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 0a]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfba00000-0xfbbfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-11] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 0b]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfb800000-0xfb9fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-12] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 0c]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfb600000-0xfb7fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-13] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 0d]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfb400000-0xfb5fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: acpiphp: Slot [0-14] registered
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 0e]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfb200000-0xfb3fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 10
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 10
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIA configured for IRQ 16
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIB configured for IRQ 17
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIC configured for IRQ 18
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSID configured for IRQ 19
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIE configured for IRQ 20
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIF configured for IRQ 21
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIG configured for IRQ 22
Sep 23 01:40:02 localhost kernel: ACPI: PCI: Interrupt link GSIH configured for IRQ 23
Sep 23 01:40:02 localhost kernel: iommu: Default domain type: Translated 
Sep 23 01:40:02 localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Sep 23 01:40:02 localhost kernel: SCSI subsystem initialized
Sep 23 01:40:02 localhost kernel: libata version 3.00 loaded.
Sep 23 01:40:02 localhost kernel: ACPI: bus type USB registered
Sep 23 01:40:02 localhost kernel: usbcore: registered new interface driver usbfs
Sep 23 01:40:02 localhost kernel: usbcore: registered new interface driver hub
Sep 23 01:40:02 localhost kernel: usbcore: registered new device driver usb
Sep 23 01:40:02 localhost kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 23 01:40:02 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 23 01:40:02 localhost kernel: PTP clock support registered
Sep 23 01:40:02 localhost kernel: EDAC MC: Ver: 3.0.0
Sep 23 01:40:02 localhost kernel: NetLabel: Initializing
Sep 23 01:40:02 localhost kernel: NetLabel:  domain hash size = 128
Sep 23 01:40:02 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 23 01:40:02 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Sep 23 01:40:02 localhost kernel: mctp: management component transport protocol core
Sep 23 01:40:02 localhost kernel: NET: Registered PF_MCTP protocol family
Sep 23 01:40:02 localhost kernel: PCI: Using ACPI for IRQ routing
Sep 23 01:40:02 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 23 01:40:02 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 23 01:40:02 localhost kernel: e820: reserve RAM buffer [mem 0x7ffdc000-0x7fffffff]
Sep 23 01:40:02 localhost kernel: vgaarb: loaded
Sep 23 01:40:02 localhost kernel: clocksource: Switched to clocksource kvm-clock
Sep 23 01:40:02 localhost kernel: VFS: Disk quotas dquot_6.6.0
Sep 23 01:40:02 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 23 01:40:02 localhost kernel: pnp: PnP ACPI init
Sep 23 01:40:02 localhost kernel: system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
Sep 23 01:40:02 localhost kernel: pnp: PnP ACPI: found 5 devices
Sep 23 01:40:02 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 23 01:40:02 localhost kernel: NET: Registered PF_INET protocol family
Sep 23 01:40:02 localhost kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 23 01:40:02 localhost kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Sep 23 01:40:02 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 23 01:40:02 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 23 01:40:02 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 23 01:40:02 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
Sep 23 01:40:02 localhost kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Sep 23 01:40:02 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Sep 23 01:40:02 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Sep 23 01:40:02 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 23 01:40:02 localhost kernel: NET: Registered PF_XDP protocol family
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: BAR 13: assigned [io  0x1000-0x1fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: BAR 13: assigned [io  0x2000-0x2fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: BAR 13: assigned [io  0x3000-0x3fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: BAR 13: assigned [io  0x4000-0x4fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: BAR 13: assigned [io  0x5000-0x5fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: BAR 13: assigned [io  0x6000-0x6fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: BAR 13: assigned [io  0x7000-0x7fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: BAR 13: assigned [io  0x8000-0x8fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: BAR 13: assigned [io  0x9000-0x9fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: BAR 13: assigned [io  0xa000-0xafff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: BAR 13: assigned [io  0xb000-0xbfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: BAR 13: assigned [io  0xd000-0xdfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: BAR 13: assigned [io  0xe000-0xefff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: BAR 13: assigned [io  0xf000-0xffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfcbfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 03]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfc800000-0xfc9fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3: PCI bridge to [bus 04]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3:   bridge window [io  0x4000-0x4fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfc600000-0xfc7fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4: PCI bridge to [bus 05]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4:   bridge window [io  0x5000-0x5fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfc400000-0xfc5fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.4:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5: PCI bridge to [bus 06]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5:   bridge window [io  0x6000-0x6fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfc200000-0xfc3fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.5:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6: PCI bridge to [bus 07]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6:   bridge window [io  0x7000-0x7fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfc000000-0xfc1fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.6:   bridge window [mem 0xfde00000-0xfdffffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7: PCI bridge to [bus 08]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7:   bridge window [io  0x8000-0x8fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfbe00000-0xfbffffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:01.7:   bridge window [mem 0xfdc00000-0xfddfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 09]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0:   bridge window [io  0x9000-0x9fff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.0:   bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 0a]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1:   bridge window [io  0xa000-0xafff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfba00000-0xfbbfffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 0b]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2:   bridge window [io  0xb000-0xbfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfb800000-0xfb9fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 0c]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3:   bridge window [io  0xd000-0xdfff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfb600000-0xfb7fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 0d]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfb400000-0xfb5fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 0e]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5:   bridge window [io  0xf000-0xffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfb200000-0xfb3fffff]
Sep 23 01:40:02 localhost kernel: pci 0000:00:02.5:   bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x180000000-0x97fffffff window]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfcc00000-0xfcdfffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xfea00000-0xfebfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xfe800000-0xfe9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc9fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfe600000-0xfe7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc7fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:04: resource 2 [mem 0xfe400000-0xfe5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfc400000-0xfc5fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:05: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc3fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:06: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfc1fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:07: resource 2 [mem 0xfde00000-0xfdffffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:08: resource 0 [io  0x8000-0x8fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbffffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:08: resource 2 [mem 0xfdc00000-0xfddfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:09: resource 0 [io  0x9000-0x9fff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbdfffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:09: resource 2 [mem 0xfda00000-0xfdbfffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0a: resource 0 [io  0xa000-0xafff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0a: resource 1 [mem 0xfba00000-0xfbbfffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0a: resource 2 [mem 0xfd800000-0xfd9fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0b: resource 0 [io  0xb000-0xbfff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xfb800000-0xfb9fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xfd600000-0xfd7fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0c: resource 1 [mem 0xfb600000-0xfb7fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0c: resource 2 [mem 0xfd400000-0xfd5fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0d: resource 0 [io  0xe000-0xefff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0d: resource 1 [mem 0xfb400000-0xfb5fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0d: resource 2 [mem 0xfd200000-0xfd3fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0e: resource 0 [io  0xf000-0xffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0e: resource 1 [mem 0xfb200000-0xfb3fffff]
Sep 23 01:40:02 localhost kernel: pci_bus 0000:0e: resource 2 [mem 0xfd000000-0xfd1fffff 64bit pref]
Sep 23 01:40:02 localhost kernel: ACPI: \_SB_.GSIF: Enabled at IRQ 21
Sep 23 01:40:02 localhost kernel: PCI: CLS 0 bytes, default 64
Sep 23 01:40:02 localhost kernel: Trying to unpack rootfs image as initramfs...
Sep 23 01:40:02 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 23 01:40:02 localhost kernel: software IO TLB: mapped [mem 0x000000007bfdc000-0x000000007ffdc000] (64MB)
Sep 23 01:40:02 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb63109b96, max_idle_ns: 440795265316 ns
Sep 23 01:40:02 localhost kernel: Initialise system trusted keyrings
Sep 23 01:40:02 localhost kernel: Key type blacklist registered
Sep 23 01:40:02 localhost kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
Sep 23 01:40:02 localhost kernel: zbud: loaded
Sep 23 01:40:02 localhost kernel: integrity: Platform Keyring initialized
Sep 23 01:40:02 localhost kernel: integrity: Machine keyring initialized
Sep 23 01:40:02 localhost kernel: NET: Registered PF_ALG protocol family
Sep 23 01:40:02 localhost kernel: xor: automatically using best checksumming function   avx       
Sep 23 01:40:02 localhost kernel: Key type asymmetric registered
Sep 23 01:40:02 localhost kernel: Asymmetric key parser 'x509' registered
Sep 23 01:40:02 localhost kernel: Freeing initrd memory: 84424K
Sep 23 01:40:02 localhost kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Sep 23 01:40:02 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Sep 23 01:40:02 localhost kernel: io scheduler mq-deadline registered
Sep 23 01:40:02 localhost kernel: io scheduler kyber registered
Sep 23 01:40:02 localhost kernel: io scheduler bfq registered
Sep 23 01:40:02 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 24
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 24
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 25
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 25
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 26
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 26
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.4: PME: Signaling with IRQ 28
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.4: AER: enabled with IRQ 28
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 29
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.5: AER: enabled with IRQ 29
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.6: PME: Signaling with IRQ 30
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.6: AER: enabled with IRQ 30
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.7: PME: Signaling with IRQ 31
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:01.7: AER: enabled with IRQ 31
Sep 23 01:40:02 localhost kernel: ACPI: \_SB_.GSIG: Enabled at IRQ 22
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.0: PME: Signaling with IRQ 32
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.0: AER: enabled with IRQ 32
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 33
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.1: AER: enabled with IRQ 33
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 34
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.2: AER: enabled with IRQ 34
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 35
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.3: AER: enabled with IRQ 35
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 36
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.4: AER: enabled with IRQ 36
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 37
Sep 23 01:40:02 localhost kernel: pcieport 0000:00:02.5: AER: enabled with IRQ 37
Sep 23 01:40:02 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 23 01:40:02 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Sep 23 01:40:02 localhost kernel: ACPI: button: Power Button [PWRF]
Sep 23 01:40:02 localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 23 01:40:02 localhost kernel: 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 23 01:40:02 localhost kernel: Non-volatile memory driver v1.3
Sep 23 01:40:02 localhost kernel: Linux agpgart interface v0.103
Sep 23 01:40:02 localhost kernel: ACPI: bus type drm_connector registered
Sep 23 01:40:02 localhost kernel: ahci 0000:00:1f.2: version 3.0
Sep 23 01:40:02 localhost kernel: ACPI: \_SB_.GSIA: Enabled at IRQ 16
Sep 23 01:40:02 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
Sep 23 01:40:02 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq only 
Sep 23 01:40:02 localhost kernel: scsi host0: ahci
Sep 23 01:40:02 localhost kernel: scsi host1: ahci
Sep 23 01:40:02 localhost kernel: scsi host2: ahci
Sep 23 01:40:02 localhost kernel: scsi host3: ahci
Sep 23 01:40:02 localhost kernel: scsi host4: ahci
Sep 23 01:40:02 localhost kernel: scsi host5: ahci
Sep 23 01:40:02 localhost kernel: ata1: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e100 irq 38
Sep 23 01:40:02 localhost kernel: ata2: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e180 irq 38
Sep 23 01:40:02 localhost kernel: ata3: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e200 irq 38
Sep 23 01:40:02 localhost kernel: ata4: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e280 irq 38
Sep 23 01:40:02 localhost kernel: ata5: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e300 irq 38
Sep 23 01:40:02 localhost kernel: ata6: SATA max UDMA/133 abar m4096@0xfce0e000 port 0xfce0e380 irq 38
Sep 23 01:40:02 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 23 01:40:02 localhost kernel: ehci-pci: EHCI PCI platform driver
Sep 23 01:40:02 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sep 23 01:40:02 localhost kernel: ohci-pci: OHCI PCI platform driver
Sep 23 01:40:02 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 23 01:40:02 localhost kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
Sep 23 01:40:02 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Sep 23 01:40:02 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 23 01:40:02 localhost kernel: usb usb1: Product: xHCI Host Controller
Sep 23 01:40:02 localhost kernel: usb usb1: Manufacturer: Linux 5.18.18-200.fc36.x86_64 xhci-hcd
Sep 23 01:40:02 localhost kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 23 01:40:02 localhost kernel: hub 1-0:1.0: USB hub found
Sep 23 01:40:02 localhost kernel: hub 1-0:1.0: 15 ports detected
Sep 23 01:40:02 localhost kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 23 01:40:02 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
Sep 23 01:40:02 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 23 01:40:02 localhost kernel: usb usb2: Product: xHCI Host Controller
Sep 23 01:40:02 localhost kernel: usb usb2: Manufacturer: Linux 5.18.18-200.fc36.x86_64 xhci-hcd
Sep 23 01:40:02 localhost kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 23 01:40:02 localhost kernel: hub 2-0:1.0: USB hub found
Sep 23 01:40:02 localhost kernel: hub 2-0:1.0: 15 ports detected
Sep 23 01:40:02 localhost kernel: usbcore: registered new interface driver usbserial_generic
Sep 23 01:40:02 localhost kernel: usbserial: USB Serial support registered for generic
Sep 23 01:40:02 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Sep 23 01:40:02 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 23 01:40:02 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 23 01:40:02 localhost kernel: mousedev: PS/2 mouse device common for all mice
Sep 23 01:40:02 localhost kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 23 01:40:02 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Sep 23 01:40:02 localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
Sep 23 01:40:02 localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
Sep 23 01:40:02 localhost kernel: rtc_cmos 00:03: registered as rtc0
Sep 23 01:40:02 localhost kernel: rtc_cmos 00:03: setting system clock to 2022-09-23T01:40:01 UTC (1663897201)
Sep 23 01:40:02 localhost kernel: rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
Sep 23 01:40:02 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Sep 23 01:40:02 localhost kernel: device-mapper: uevent: version 1.0.3
Sep 23 01:40:02 localhost kernel: device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
Sep 23 01:40:02 localhost kernel: intel_pstate: CPU model not supported
Sep 23 01:40:02 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 23 01:40:02 localhost kernel: usbcore: registered new interface driver usbhid
Sep 23 01:40:02 localhost kernel: usbhid: USB HID core driver
Sep 23 01:40:02 localhost kernel: drop_monitor: Initializing network drop monitor service
Sep 23 01:40:02 localhost kernel: Initializing XFRM netlink socket
Sep 23 01:40:02 localhost kernel: NET: Registered PF_INET6 protocol family
Sep 23 01:40:02 localhost kernel: Segment Routing with IPv6
Sep 23 01:40:02 localhost kernel: RPL Segment Routing with IPv6
Sep 23 01:40:02 localhost kernel: In-situ OAM (IOAM) with IPv6
Sep 23 01:40:02 localhost kernel: mip6: Mobile IPv6
Sep 23 01:40:02 localhost kernel: NET: Registered PF_PACKET protocol family
Sep 23 01:40:02 localhost kernel: IPI shorthand broadcast: enabled
Sep 23 01:40:02 localhost kernel: AVX version of gcm_enc/dec engaged.
Sep 23 01:40:02 localhost kernel: AES CTR mode by8 optimization enabled
Sep 23 01:40:02 localhost kernel: sched_clock: Marking stable (1992627376, 200025417)->(2468848607, -276195814)
Sep 23 01:40:02 localhost kernel: registered taskstats version 1
Sep 23 01:40:02 localhost kernel: Loading compiled-in X.509 certificates
Sep 23 01:40:02 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 01ad4a8be471e624b9e21183895b7215a79f5093'
Sep 23 01:40:02 localhost kernel: zswap: loaded using pool lzo/zbud
Sep 23 01:40:02 localhost kernel: page_owner is disabled
Sep 23 01:40:02 localhost kernel: Key type ._fscrypt registered
Sep 23 01:40:02 localhost kernel: Key type .fscrypt registered
Sep 23 01:40:02 localhost kernel: Key type fscrypt-provisioning registered
Sep 23 01:40:02 localhost kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
Sep 23 01:40:02 localhost kernel: Key type big_key registered
Sep 23 01:40:02 localhost kernel: Key type encrypted registered
Sep 23 01:40:02 localhost kernel: ima: No TPM chip found, activating TPM-bypass!
Sep 23 01:40:02 localhost kernel: Loading compiled-in module X.509 certificates
Sep 23 01:40:02 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 01ad4a8be471e624b9e21183895b7215a79f5093'
Sep 23 01:40:02 localhost kernel: ima: Allocated hash algorithm: sha256
Sep 23 01:40:02 localhost kernel: ima: No architecture policies found
Sep 23 01:40:02 localhost kernel: evm: Initialising EVM extended attributes:
Sep 23 01:40:02 localhost kernel: evm: security.selinux
Sep 23 01:40:02 localhost kernel: evm: security.SMACK64 (disabled)
Sep 23 01:40:02 localhost kernel: evm: security.SMACK64EXEC (disabled)
Sep 23 01:40:02 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)
Sep 23 01:40:02 localhost kernel: evm: security.SMACK64MMAP (disabled)
Sep 23 01:40:02 localhost kernel: evm: security.apparmor (disabled)
Sep 23 01:40:02 localhost kernel: evm: security.ima
Sep 23 01:40:02 localhost kernel: evm: security.capability
Sep 23 01:40:02 localhost kernel: evm: HMAC attrs: 0x1
Sep 23 01:40:02 localhost kernel: alg: No test for 842 (842-scomp)
Sep 23 01:40:02 localhost kernel: alg: No test for 842 (842-generic)
Sep 23 01:40:02 localhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: ata6: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: ata2: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
Sep 23 01:40:02 localhost kernel: PM:   Magic number: 6:981:660
Sep 23 01:40:02 localhost kernel: RAS: Correctable Errors collector initialized.
Sep 23 01:40:02 localhost kernel: Freeing unused decrypted memory: 2036K
Sep 23 01:40:02 localhost kernel: Freeing unused kernel image (initmem) memory: 2984K
Sep 23 01:40:02 localhost kernel: Write protecting the kernel read-only data: 30720k
Sep 23 01:40:02 localhost kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Sep 23 01:40:02 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1008K
Sep 23 01:40:02 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 23 01:40:02 localhost kernel: rodata_test: all tests were successful
Sep 23 01:40:02 localhost kernel: x86/mm: Checking user space page tables
Sep 23 01:40:02 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.

@skycastlelily
Copy link
Author

journal02:

Sep 23 01:40:02 localhost kernel: Run /init as init process
Sep 23 01:40:02 localhost kernel:   with arguments:
Sep 23 01:40:02 localhost kernel:     /init
Sep 23 01:40:02 localhost kernel:   with environment:
Sep 23 01:40:02 localhost kernel:     HOME=/
Sep 23 01:40:02 localhost kernel:     TERM=linux
Sep 23 01:40:02 localhost kernel:     BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/vmlinuz-5.18.18-200.fc36.x86_64
Sep 23 01:40:02 localhost kernel:     ostree=/ostree/boot.1/fedora-coreos/e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/0
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 35 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.734:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=afterburn-network-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.744:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-touch-run-agetty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.755:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.766:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 3 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.791:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.817:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.828:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: fuse: init (API version 7.36)
Sep 23 01:40:02 localhost systemd-journald[295]: Journal started
Sep 23 01:40:02 localhost systemd-journald[295]: Runtime Journal (/run/log/journal/bcaafecbdde840aead4a68cabfcca584) is 8.0M, max 78.3M, 70.3M free.
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=afterburn-network-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-touch-run-agetty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.857:9): 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'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START 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'
Sep 23 01:40:02 localhost systemd-sysusers[297]: Creating group 'nobody' with GID 65534.
Sep 23 01:40:02 localhost systemd-vconsole-setup[298]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument
Sep 23 01:40:02 localhost systemd-vconsole-setup[298]: Fonts will not be copied to remaining consoles
Sep 23 01:40:02 localhost systemd-sysusers[297]: Creating group 'users' with GID 100.
Sep 23 01:40:02 localhost systemd-sysusers[297]: Creating group 'root' with GID 999.
Sep 23 01:40:02 localhost systemd-modules-load[296]: Inserted module 'fuse'
Sep 23 01:40:02 localhost systemd-modules-load[296]: Module 'msr' is built in
Sep 23 01:40:02 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories...
Sep 23 01:40:02 localhost systemd-journald[295]: Missed 8 kernel messages
Sep 23 01:40:02 localhost kernel: audit: type=1130 audit(1663897202.890:10): 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'
Sep 23 01:40:02 localhost audit[1]: SERVICE_START 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'
Sep 23 01:40:02 localhost systemd-modules-load[296]: Inserted module 'ip_tables'
Sep 23 01:40:02 localhost dracut-cmdline[315]: dracut-36.20220820.3.0 (CoreOS) dracut-056-1.fc36
Sep 23 01:40:02 localhost dracut-cmdline[315]: Using kernel command line parameters:  rd.driver.pre=btrfs ip=auto   BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/vmlinuz-5.18.18-200.fc36.x86_64 mitigations=auto,nosmt ignition.platform.id=qe
Sep 23 01:40:02 localhost dracut-cmdline[315]: mu console=tty0 console=ttyS0,115200n8 ignition.firstboot ostree=/ostree/boot.1/fedora-coreos/e0b98b12e485f3a6d8fa36a19874200176e28103ff98cf5f99e48aa52352a265/0
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:02 localhost systemd-modules-load[296]: Inserted module 'ip6_tables'
Sep 23 01:40:02 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories.
Sep 23 01:40:02 localhost systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
Sep 23 01:40:02 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
Sep 23 01:40:02 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
Sep 23 01:40:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...
Sep 23 01:40:03 localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost audit: BPF prog-id=23 op=LOAD
Sep 23 01:40:03 localhost audit: BPF prog-id=24 op=LOAD
Sep 23 01:40:03 localhost audit: BPF prog-id=25 op=LOAD
Sep 23 01:40:03 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
Sep 23 01:40:03 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START 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'
Sep 23 01:40:03 localhost systemd[1]: Starting dracut-pre-trigger.service - dracut pre-trigger hook...
Sep 23 01:40:03 localhost dracut-pre-trigger[457]: rd.md=0: removing MD RAID activation
Sep 23 01:40:03 localhost systemd[1]: Finished dracut-pre-trigger.service - dracut pre-trigger hook.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Sep 23 01:40:03 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START 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'
Sep 23 01:40:03 localhost systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization...
Sep 23 01:40:03 localhost systemd-journald[295]: Missed 20 kernel messages
Sep 23 01:40:03 localhost kernel: virtio_blk virtio2: [vda] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)
Sep 23 01:40:03 localhost kernel:  vda: vda1 vda2 vda3 vda4
Sep 23 01:40:03 localhost kernel: virtio_blk virtio3: [vdb] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)
Sep 23 01:40:03 localhost systemd-udevd[491]: Using default interface naming scheme 'v250'.
Sep 23 01:40:03 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:03 localhost kernel: virtio_net virtio0 enp1s0: renamed from eth0
Sep 23 01:40:03 localhost udevadm[510]: systemd-udev-settle.service is deprecated. Please fix multipathd-configure.service not to pull it in.
Sep 23 01:40:03 localhost systemd-udevd[506]: Using default interface naming scheme 'v250'.
Sep 23 01:40:03 localhost systemd[1]: Found device dev-disk-by\x2dlabel-boot.device - /dev/disk/by-label/boot.
Sep 23 01:40:03 localhost systemd[1]: Finished systemd-udev-settle.service - Wait for udev To Complete Device Initialization.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost systemd[1]: Starting coreos-unique-boot.service - Ensure filesystem labeled `boot` is unique...
Sep 23 01:40:03 localhost systemd[1]: ignition-ostree-drop-luks.service - Ignition OSTree: Delete Secure Execution LUKS Keys was skipped because of a failed condition check (ConditionPathExists=/run/coreos/secure-execution).
Sep 23 01:40:03 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
Sep 23 01:40:03 localhost systemd[1]: ignition-ostree-secex-config.service - Ignition OSTree: Inject Secure Execution Config was skipped because of a failed condition check (ConditionPathExists=/run/coreos/secure-execution).
Sep 23 01:40:03 localhost systemd[1]: multipathd-configure.service - Device-Mapper Multipath Default Configuration was skipped because of a failed condition check (ConditionKernelCommandLine=rd.multipath=default).
Sep 23 01:40:03 localhost systemd[1]: Starting multipathd.service - Device-Mapper Multipath Device Controller...
Sep 23 01:40:03 localhost systemd[1]: Finished coreos-unique-boot.service - Ensure filesystem labeled `boot` is unique.
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-unique-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost systemd[1]: Starting coreos-gpt-setup.service - Generate New UUID For Boot Disk GPT...
Sep 23 01:40:03 localhost multipathd[602]: --------start up--------
Sep 23 01:40:03 localhost multipathd[602]: read /etc/multipath.conf
Sep 23 01:40:03 localhost multipathd[602]: /etc/multipath.conf does not exist, blacklisting all devices.
Sep 23 01:40:03 localhost multipathd[602]: You can run "/sbin/mpathconf --enable" to create
Sep 23 01:40:03 localhost multipathd[602]: /etc/multipath.conf. See man mpathconf(8) for more details
Sep 23 01:40:03 localhost systemd[1]: Started multipathd.service - Device-Mapper Multipath Device Controller.
Sep 23 01:40:03 localhost multipathd[602]: /etc/multipath.conf does not exist, blacklisting all devices.
Sep 23 01:40:03 localhost multipathd[602]: You can run "/sbin/mpathconf --enable" to create
Sep 23 01:40:03 localhost multipathd[602]: /etc/multipath.conf. See man mpathconf(8) for more details
Sep 23 01:40:03 localhost multipathd[602]: path checkers start up
Sep 23 01:40:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:03 localhost coreos-gpt-setup[603]: Randomizing disk GUID
Sep 23 01:40:03 localhost systemd-journald[295]: Missed 23 kernel messages
Sep 23 01:40:03 localhost kernel:  vda: vda1 vda2 vda3 vda4
Sep 23 01:40:04 localhost kernel:  vda: vda1 vda2 vda3 vda4
Sep 23 01:40:05 localhost kernel:  vda: vda1 vda2 vda3 vda4
Sep 23 01:40:05 localhost coreos-gpt-setup[617]: The operation has completed successfully.
Sep 23 01:40:05 localhost systemd[1]: Finished coreos-gpt-setup.service - Generate New UUID For Boot Disk GPT.
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:05 localhost kernel: kauditd_printk_skb: 13 callbacks suppressed
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.424:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-gpt-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-gpt-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
Sep 23 01:40:05 localhost systemd[1]: Reached target local-fs.target - Local File Systems.
Sep 23 01:40:05 localhost systemd[1]: Reached target sysinit.target - System Initialization.
Sep 23 01:40:05 localhost systemd[1]: Reached target basic.target - Basic System.
Sep 23 01:40:05 localhost systemd[1]: Starting ignition-ostree-uuid-boot.service - Ignition OSTree: Regenerate Filesystem UUID (boot)...
Sep 23 01:40:05 localhost ignition-ostree-firstboot-uuid[749]: Filesystem features:      has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg metadata_csum_seed sparse_super large_file huge_file dir_nlink extra_isize metadata_csum
Sep 23 01:40:05 localhost ignition-ostree-firstboot-uuid[750]: tune2fs 1.46.5 (30-Dec-2021)
Sep 23 01:40:05 localhost ignition-ostree-firstboot-uuid[745]: Regenerated UUID for /dev/disk/by-label/boot
Sep 23 01:40:05 localhost systemd[1]: Finished ignition-ostree-uuid-boot.service - Ignition OSTree: Regenerate Filesystem UUID (boot).
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-uuid-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Starting coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup...
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 9 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.583:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-uuid-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:05 localhost kernel: EXT4-fs (vda3): mounted filesystem with ordered data mode. Quota mode: none.
Sep 23 01:40:05 localhost coreos-ignition-setup-user[752]: File /mnt/boot_partition/ignition/config.ign does not exist.. Skipping copy
Sep 23 01:40:05 localhost systemd[1]: Finished coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup.
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-setup-user comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.647:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-setup-user comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Starting ignition-fetch-offline.service - Ignition (fetch-offline)...
Sep 23 01:40:05 localhost ignition[760]: Ignition 2.14.0
Sep 23 01:40:05 localhost ignition[760]: Stage: fetch-offline
Sep 23 01:40:05 localhost ignition[760]: reading system config file "/usr/lib/ignition/base.d/00-core.ign"
Sep 23 01:40:05 localhost ignition[760]: parsing config with SHA512: ff6a5153be363997e4d5d3ea8cc4048373a457c48c4a5b134a08a30aacd167c1e0f099f0bdf1e24c99ad180628cd02b767b863b5fe3a8fce3fe1886847eb8e2e
Sep 23 01:40:05 localhost ignition[760]: reading system config file "/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign"
Sep 23 01:40:05 localhost ignition[760]: parsing config with SHA512: a30a1921169d5a3b58ef9b25de60783be1add6ea8d05fd44a0746cb60dd1b8a8b34ab51eec5eb14eecc2df2ab6ba1cd3fd7351eed65793d22316ab262a857d95
Sep 23 01:40:05 localhost ignition[760]: no config dir at "/usr/lib/ignition/base.platform.d/qemu"
Sep 23 01:40:05 localhost ignition[760]: parsed url from cmdline: ""
Sep 23 01:40:05 localhost ignition[760]: no config URL provided
Sep 23 01:40:05 localhost ignition[760]: reading system config file "/usr/lib/ignition/user.ign"
Sep 23 01:40:05 localhost ignition[760]: no config at "/usr/lib/ignition/user.ign"
Sep 23 01:40:05 localhost ignition[760]: op(1): [started]  loading QEMU firmware config module
Sep 23 01:40:05 localhost ignition[760]: op(1): executing: "modprobe" "qemu_fw_cfg"
Sep 23 01:40:05 localhost ignition[760]: op(1): [finished] loading QEMU firmware config module
Sep 23 01:40:05 localhost ignition[760]: parsing config with SHA512: 3d8d05ac7b3de83d5f537abaaa7bcae333847daa2da84985c46f0e66b833b8749b7ccae294dfd2f52dfb47ab0079d08e2021f76e941b6976a0b3d09f357dc524
Sep 23 01:40:05 localhost ignition[760]: fetched base config from "system"
Sep 23 01:40:05 localhost ignition[760]: fetch-offline: fetch-offline passed
Sep 23 01:40:05 localhost ignition[760]: fetched user config from "qemu"
Sep 23 01:40:05 localhost ignition[760]: Ignition finished successfully
Sep 23 01:40:05 localhost systemd[1]: Finished ignition-fetch-offline.service - Ignition (fetch-offline).
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-fetch-offline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: coreos-enable-network.service - CoreOS Enable Network was skipped because all trigger condition checks failed.
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 16 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.723:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-fetch-offline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Starting coreos-copy-firstboot-network.service - Copy CoreOS Firstboot Networking Config...
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:05 localhost kernel: EXT4-fs (vda3): mounted filesystem with ordered data mode. Quota mode: none.
Sep 23 01:40:05 localhost coreos-copy-firstboot-network[767]: info: no files to copy from /mnt/boot_partition/coreos-firstboot-network; skipping
Sep 23 01:40:05 localhost systemd[1]: Finished coreos-copy-firstboot-network.service - Copy CoreOS Firstboot Networking Config.
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-copy-firstboot-network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: nm-initrd.service was skipped because of a failed condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.770:28): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-copy-firstboot-network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Reached target network.target - Network.
Sep 23 01:40:05 localhost systemd[1]: ignition-fetch.service - Ignition (fetch) was skipped because of a failed condition check (ConditionPathExists=!/run/ignition.json).
Sep 23 01:40:05 localhost systemd[1]: Starting ignition-kargs.service - Ignition (kargs)...
Sep 23 01:40:05 localhost systemd[1]: Starting ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition...
Sep 23 01:40:05 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of a failed condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).
Sep 23 01:40:05 localhost systemd[1]: Starting dracut-initqueue.service - dracut initqueue hook...
Sep 23 01:40:05 localhost ignition[775]: Ignition 2.14.0
Sep 23 01:40:05 localhost ignition[775]: Stage: kargs
Sep 23 01:40:05 localhost ignition[775]: reading system config file "/usr/lib/ignition/base.d/00-core.ign"
Sep 23 01:40:05 localhost ignition[775]: parsing config with SHA512: ff6a5153be363997e4d5d3ea8cc4048373a457c48c4a5b134a08a30aacd167c1e0f099f0bdf1e24c99ad180628cd02b767b863b5fe3a8fce3fe1886847eb8e2e
Sep 23 01:40:05 localhost ignition[775]: reading system config file "/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign"
Sep 23 01:40:05 localhost ignition[775]: parsing config with SHA512: a30a1921169d5a3b58ef9b25de60783be1add6ea8d05fd44a0746cb60dd1b8a8b34ab51eec5eb14eecc2df2ab6ba1cd3fd7351eed65793d22316ab262a857d95
Sep 23 01:40:05 localhost ignition[775]: no config dir at "/usr/lib/ignition/base.platform.d/qemu"
Sep 23 01:40:05 localhost ignition[775]: kargs: kargs passed
Sep 23 01:40:05 localhost ignition[775]: Ignition finished successfully
Sep 23 01:40:05 localhost systemd[1]: Finished ignition-kargs.service - Ignition (kargs).
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 15 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.835:29): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost systemd[1]: Finished dracut-initqueue.service - dracut initqueue hook.
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.845:30): 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'
Sep 23 01:40:05 localhost audit[1]: SERVICE_START 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'
Sep 23 01:40:05 localhost systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.
Sep 23 01:40:05 localhost systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.
Sep 23 01:40:05 localhost systemd[1]: Reached target remote-fs.target - Remote File Systems.
Sep 23 01:40:05 localhost systemd[1]: coreos-kargs-reboot.service - CoreOS Kernel Arguments Reboot was skipped because of a failed condition check (ConditionPathExists=/run/coreos-kargs-reboot).
Sep 23 01:40:05 localhost systemd[1]: coreos-livepxe-rootfs.service - Acquire live PXE rootfs image was skipped because of a failed condition check (ConditionPathExists=/run/ostree-live).
Sep 23 01:40:05 localhost systemd[1]: coreos-livepxe-persist-osmet.service - Persist osmet files (PXE) was skipped because of a failed condition check (ConditionPathExists=/run/ostree-live).
Sep 23 01:40:05 localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook...
Sep 23 01:40:05 localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook.
Sep 23 01:40:05 localhost systemd-journald[295]: Missed 8 kernel messages
Sep 23 01:40:05 localhost kernel: audit: type=1130 audit(1663897205.893:31): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:05 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:06 localhost ignition-ostree-transposefs[776]: Detected partition replacement in fetched Ignition config: /run/ignition.json
Sep 23 01:40:06 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:06 localhost kernel: zram: Added device: zram0
Sep 23 01:40:06 localhost kernel: zram0: detected capacity change from 0 to 20971520
Sep 23 01:40:06 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
Sep 23 01:40:06 localhost kernel: XFS (zram0): Mounting V5 Filesystem
Sep 23 01:40:06 localhost kernel: XFS (zram0): Ending clean mount
Sep 23 01:40:06 localhost kernel: xfs filesystem being mounted at /run/ignition-ostree-transposefs supports timestamps until 2038 (0x7fffffff)
Sep 23 01:40:06 localhost systemd[1]: Finished ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition.
Sep 23 01:40:06 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-detect comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:06 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:06 localhost kernel: audit: type=1130 audit(1663897206.519:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-detect comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:06 localhost systemd[1]: Starting ignition-ostree-transposefs-save.service - Ignition OSTree: Save Partitions...
Sep 23 01:40:06 localhost ignition-ostree-transposefs[871]: Moving rootfs to RAM...
Sep 23 01:40:06 localhost ignition-ostree-transposefs[871]: Mounting /dev/disk/by-label/root (/dev/vda4) to /sysroot
Sep 23 01:40:06 localhost systemd-journald[295]: Missed 3 kernel messages
Sep 23 01:40:06 localhost kernel: XFS (vda4): Mounting V5 Filesystem
Sep 23 01:40:06 localhost kernel: XFS (vda4): Ending clean mount
Sep 23 01:40:06 localhost kernel: xfs filesystem being mounted at /sysroot supports timestamps until 2038 (0x7fffffff)
Sep 23 01:40:16 localhost ignition-ostree-transposefs[871]: zram usage:
Sep 23 01:40:16 localhost ignition-ostree-transposefs[885]: 1178603520 766922100 788500480 3331428352 788500480      874        0    95748    95933
Sep 23 01:40:17 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:17 localhost kernel: XFS (vda4): Unmounting Filesystem
Sep 23 01:40:18 localhost systemd[1]: Finished ignition-ostree-transposefs-save.service - Ignition OSTree: Save Partitions.
Sep 23 01:40:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-save comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:18 localhost systemd[1]: ignition-ostree-close-luks.service - Ignition OSTree: Close Secure Execution LUKS was skipped because of a failed condition check (ConditionPathExists=/run/coreos/secure-execution).
Sep 23 01:40:18 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:18 localhost kernel: audit: type=1130 audit(1663897218.040:33): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-save comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:18 localhost systemd[1]: Starting ignition-disks.service - Ignition (disks)...
Sep 23 01:40:18 localhost ignition[886]: Ignition 2.14.0
Sep 23 01:40:18 localhost ignition[886]: Stage: disks
Sep 23 01:40:18 localhost ignition[886]: reading system config file "/usr/lib/ignition/base.d/00-core.ign"
Sep 23 01:40:18 localhost ignition[886]: parsing config with SHA512: ff6a5153be363997e4d5d3ea8cc4048373a457c48c4a5b134a08a30aacd167c1e0f099f0bdf1e24c99ad180628cd02b767b863b5fe3a8fce3fe1886847eb8e2e
Sep 23 01:40:18 localhost ignition[886]: reading system config file "/usr/lib/ignition/base.d/30-afterburn-sshkeys-core.ign"
Sep 23 01:40:18 localhost ignition[886]: parsing config with SHA512: a30a1921169d5a3b58ef9b25de60783be1add6ea8d05fd44a0746cb60dd1b8a8b34ab51eec5eb14eecc2df2ab6ba1cd3fd7351eed65793d22316ab262a857d95
Sep 23 01:40:18 localhost ignition[886]: no config dir at "/usr/lib/ignition/base.platform.d/qemu"
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: op(1): [started]  waiting for devices [/dev/vda /dev/vdb]
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: op(1): [finished] waiting for devices [/dev/vda /dev/vdb]
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: created device alias for "/dev/vda": "/run/ignition/dev_aliases/dev/vda" -> "/dev/vda"
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: created device alias for "/dev/vdb": "/run/ignition/dev_aliases/dev/vdb" -> "/dev/vdb"
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: op(2): [started]  creating "myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: op(2): executing: "mdadm" "--create" "myroot" "--force" "--run" "--homehost" "any" "--level" "raid0" "--raid-devices" "2" "/run/ignition/dev_aliases/dev/vda" "/run/ignition/dev_aliases/dev/vdb"
Sep 23 01:40:18 localhost systemd-journald[295]: Missed 12 kernel messages
Sep 23 01:40:18 localhost kernel: block device autoloading is deprecated and will be removed.
Sep 23 01:40:18 localhost kernel: md127: detected capacity change from 0 to 41906176
Sep 23 01:40:18 localhost ignition[886]: disks: createRaids: op(2): [finished] creating "myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(3): [started]  waiting for devices [/dev/md/myroot]
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(3): [finished] waiting for devices [/dev/md/myroot]
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: created device alias for "/dev/md/myroot": "/run/ignition/dev_aliases/dev/md/myroot" -> "/dev/md127"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(4): [started]  determining filesystem type of "/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(4): [finished] determining filesystem type of "/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: found  filesystem at "/dev/md/myroot" with uuid "" and label ""
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(5): [started]  wiping filesystem signatures from "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(5): executing: "wipefs" "-a" "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(5): [finished] wiping filesystem signatures from "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(6): [started]  creating "xfs" filesystem on "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:18 localhost ignition[886]: disks: createFilesystems: op(6): executing: "mkfs.xfs" "-f" "-L" "root" "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:19 localhost ignition[886]: disks: createFilesystems: op(6): [finished] creating "xfs" filesystem on "/run/ignition/dev_aliases/dev/md/myroot"
Sep 23 01:40:19 localhost ignition[886]: disks: op(7): [started]  waiting for udev to settle
Sep 23 01:40:19 localhost ignition[886]: disks: op(7): executing: "udevadm" "settle"
Sep 23 01:40:19 localhost ignition[886]: disks: op(7): [finished] waiting for udev to settle
Sep 23 01:40:19 localhost ignition[886]: disks: disks passed
Sep 23 01:40:19 localhost ignition[886]: Ignition finished successfully
Sep 23 01:40:19 localhost systemd[1]: Finished ignition-disks.service - Ignition (disks).
Sep 23 01:40:19 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:19 localhost systemd-journald[295]: Missed 16 kernel messages
Sep 23 01:40:19 localhost kernel: audit: type=1130 audit(1663897219.598:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:19 localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device.
Sep 23 01:40:19 localhost systemd[1]: Starting coreos-ignition-unique-boot.service - CoreOS Ensure Unique Boot Filesystem...
Sep 23 01:40:19 localhost rdcore[1076]: Error: System has 0 devices with a filesystem labeled 'boot': []
Sep 23 01:40:19 localhost systemd[1]: coreos-ignition-unique-boot.service: Main process exited, code=exited, status=1/FAILURE
Sep 23 01:40:19 localhost systemd[1]: coreos-ignition-unique-boot.service: Failed with result 'exit-code'.
Sep 23 01:40:19 localhost systemd[1]: Failed to start coreos-ignition-unique-boot.service - CoreOS Ensure Unique Boot Filesystem.
Sep 23 01:40:19 localhost systemd[1]: Dependency failed for ignition-diskful.target - Ignition Boot Disk Setup.
Sep 23 01:40:19 localhost systemd[1]: Dependency failed for ignition-complete.target - Ignition Complete.
Sep 23 01:40:19 localhost systemd[1]: Dependency failed for initrd.target - Initrd Default Target.
Sep 23 01:40:19 localhost systemd[1]: initrd.target: Job initrd.target/start failed with result 'dependency'.
Sep 23 01:40:19 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-unique-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 23 01:40:19 localhost systemd[1]: initrd.target: Triggering OnFailure= dependencies.
Sep 23 01:40:19 localhost systemd-journald[295]: Missed 10 kernel messages
Sep 23 01:40:19 localhost kernel: audit: type=1130 audit(1663897219.907:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-unique-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 23 01:40:19 localhost systemd[1]: ignition-complete.target: Job ignition-complete.target/start failed with result 'dependency'.
Sep 23 01:40:19 localhost systemd[1]: ignition-diskful.target: Job ignition-diskful.target/start failed with result 'dependency'.
Sep 23 01:40:19 localhost systemd[1]: coreos-ignition-unique-boot.service: Triggering OnFailure= dependencies.
Sep 23 01:40:19 localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device.
Sep 23 01:40:19 localhost systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System.
Sep 23 01:40:19 localhost systemd[1]: Stopped target network.target - Network.
Sep 23 01:40:19 localhost systemd[1]: Stopped target remote-cryptsetup.target - Remote Encrypted Volumes.
Sep 23 01:40:19 localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems.
Sep 23 01:40:19 localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems.
Sep 23 01:40:19 localhost systemd[1]: Stopped target timers.target - Timer Units.
Sep 23 01:40:19 localhost systemd[1]: dbus.socket: Deactivated successfully.
Sep 23 01:40:19 localhost systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket.
Sep 23 01:40:19 localhost systemd[1]: coreos-touch-run-agetty.service: Deactivated successfully.
Sep 23 01:40:19 localhost systemd[1]: Stopped coreos-touch-run-agetty.service - CoreOS: Touch /run/agetty.reload.
Sep 23 01:40:19 localhost systemd-journald[295]: Missed 15 kernel messages
Sep 23 01:40:19 localhost kernel: audit: type=1131 audit(1663897219.981:36): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-touch-run-agetty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:19 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-touch-run-agetty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:19 localhost systemd[1]: ignition-fetch-offline.service: Deactivated successfully.
Sep 23 01:40:19 localhost systemd[1]: Stopped ignition-fetch-offline.service - Ignition (fetch-offline).
Sep 23 01:40:19 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-fetch-offline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:19 localhost systemd[1]: Stopped target basic.target - Basic System.
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 2 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1131 audit(1663897219.997:37): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-fetch-offline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped target paths.target - Path Units.
Sep 23 01:40:20 localhost systemd[1]: Stopped target slices.target - Slice Units.
Sep 23 01:40:20 localhost systemd[1]: Stopped target sockets.target - Socket Units.
Sep 23 01:40:20 localhost systemd[1]: Stopped target sysinit.target - System Initialization.
Sep 23 01:40:20 localhost systemd[1]: Stopped target local-fs.target - Local File Systems.
Sep 23 01:40:20 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.
Sep 23 01:40:20 localhost systemd[1]: Stopped target swap.target - Swaps.
Sep 23 01:40:20 localhost systemd[1]: coreos-ignition-setup-user.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped coreos-ignition-setup-user.service - CoreOS Ignition User Config Setup.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-setup-user comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Started emergency.service - Emergency Shell.
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 10 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1131 audit(1663897220.039:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-ignition-setup-user comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Reached target emergency.target - Emergency Mode.
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 1 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1130 audit(1663897220.047:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Starting ignition-virtio-dump-journal.service - Dump journal to virtio port...
Sep 23 01:40:20 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully.
Sep 23 01:40:20 localhost ignition-virtio-dump-journal[1081]: Didn't find virtio port /dev/virtio-ports/com.coreos.ignition.journal
Sep 23 01:40:20 localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook.
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 5 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1131 audit(1663897220.070:40): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped target cryptsetup.target - Local Encrypted Volumes.
Sep 23 01:40:20 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
Sep 23 01:40:20 localhost systemd[1]: Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre).
Sep 23 01:40:20 localhost systemd[1]: clevis-luks-askpass.path: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch.
Sep 23 01:40:20 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped dracut-initqueue.service - dracut initqueue hook.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP 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'
Sep 23 01:40:20 localhost systemd[1]: Stopping multipathd.service - Device-Mapper Multipath Device Controller...
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 8 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1131 audit(1663897220.107:41): 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'
Sep 23 01:40:20 localhost multipathd[602]: exit (signal)
Sep 23 01:40:20 localhost multipathd[602]: --------shut down-------
Sep 23 01:40:20 localhost systemd[1]: ignition-disks.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped ignition-disks.service - Ignition (disks).
Sep 23 01:40:20 localhost systemd[1]: ignition-kargs.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd-journald[295]: Missed 6 kernel messages
Sep 23 01:40:20 localhost kernel: audit: type=1131 audit(1663897220.126:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped ignition-kargs.service - Ignition (kargs).
Sep 23 01:40:20 localhost systemd[1]: coreos-copy-firstboot-network.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped coreos-copy-firstboot-network.service - Copy CoreOS Firstboot Networking Config.
Sep 23 01:40:20 localhost systemd[1]: ignition-ostree-transposefs-save.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-copy-firstboot-network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-save comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped ignition-ostree-transposefs-save.service - Ignition OSTree: Save Partitions.
Sep 23 01:40:20 localhost systemd[1]: ignition-ostree-transposefs-save.service: Consumed 6.741s CPU time.
Sep 23 01:40:20 localhost systemd[1]: Stopping ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition...
Sep 23 01:40:20 localhost systemd[1]: ignition-ostree-uuid-boot.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped ignition-ostree-uuid-boot.service - Ignition OSTree: Regenerate Filesystem UUID (boot).
Sep 23 01:40:20 localhost systemd[1]: coreos-gpt-setup.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-uuid-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped coreos-gpt-setup.service - Generate New UUID For Boot Disk GPT.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-gpt-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: coreos-unique-boot.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped coreos-unique-boot.service - Ensure filesystem labeled `boot` is unique.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=coreos-unique-boot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: systemd-modules-load.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-modules-load.service - Load Kernel Modules.
Sep 23 01:40:20 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP 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'
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories.
Sep 23 01:40:20 localhost systemd[1]: systemd-udev-settle.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-udev-settle.service - Wait for udev To Complete Device Initialization.
Sep 23 01:40:20 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP 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'
Sep 23 01:40:20 localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices.
Sep 23 01:40:20 localhost systemd[1]: dracut-pre-trigger.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped dracut-pre-trigger.service - dracut pre-trigger hook.
Sep 23 01:40:20 localhost systemd[1]: run-ignition\x2dostree\x2dtransposefs.mount: Deactivated successfully.
Sep 23 01:40:20 localhost systemd[1]: multipathd.service: Deactivated successfully.
Sep 23 01:40:20 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Stopped multipathd.service - Device-Mapper Multipath Device Controller.
Sep 23 01:40:20 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-virtio-dump-journal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:20 localhost systemd[1]: Finished ignition-virtio-dump-journal.service - Dump journal to virtio port.
Sep 23 01:40:21 localhost systemd-journald[295]: Missed 29 kernel messages
Sep 23 01:40:21 localhost kernel: XFS (zram0): Unmounting Filesystem
Sep 23 01:40:21 localhost kernel: zram0: detected capacity change from 20971520 to 0
Sep 23 01:40:21 localhost kernel: zram: Removed device: zram0
Sep 23 01:40:21 localhost systemd[1]: ignition-ostree-transposefs-detect.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped ignition-ostree-transposefs-detect.service - Ignition OSTree: Detect Partition Transposition.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-ostree-transposefs-detect comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files...
Sep 23 01:40:21 localhost systemd[1]: systemd-udevd.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP 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'
Sep 23 01:40:21 localhost systemd[1]: systemd-udevd.service: Consumed 1.680s CPU time.
Sep 23 01:40:21 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket.
Sep 23 01:40:21 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket.
Sep 23 01:40:21 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: afterburn-network-kargs.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=afterburn-network-kargs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: dracut-cmdline-ask.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully.
Sep 23 01:40:21 localhost systemd[1]: Stopped systemd-sysusers.service - Create System Users.
Sep 23 01:40:21 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 01:40:21 localhost systemd[1]: Startup finished in 2.439s (kernel) + 0 (initrd) + 19.708s (userspace) = 22.147s.
Sep 23 01:40:21 localhost audit: BPF prog-id=0 op=UNLOAD
Sep 23 01:40:21 localhost systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully.

@bgilbert
Copy link
Contributor

You're overwriting the boot disk, which is not supported. The "Moving the root filesystem to RAID0" example assumes you're putting the new RAID volume on completely separate disks from the one you booted from. So I see two problems here:

  • The example doesn't explicitly say that it requires two fresh disks.
  • The example should also overwrite the original root partition, so we don't end up with two root labels on the system.

I'll move this over to a docs bug. Thanks for reporting this.

@bgilbert bgilbert changed the title Moving the root filesystem to RAID0 failed storage: "Moving the root filesystem to RAID0" example is confusing and incomplete Sep 23, 2022
@bgilbert bgilbert transferred this issue from coreos/fedora-coreos-tracker Sep 23, 2022
@skycastlelily
Copy link
Author

skycastlelily commented Sep 23, 2022

I don't know how to overwrite the original root partition,but after I modify the bu file and virt-install command according to your feedback,it seems work well:

[cloud-user@localhost ~]$ lsblk
NAME    MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINTS
vda     252:0    0   10G  0 disk  
├─vda1  252:1    0    1M  0 part  
├─vda2  252:2    0  127M  0 part  
├─vda3  252:3    0  384M  0 part  /boot
└─vda4  252:4    0  1.8G  0 part  
vdb     252:16   0   10G  0 disk  
└─md127   9:127  0   20G  0 raid0 /var
                                  /sysroot/ostree/deploy/fedora-coreos/var
                                  /usr
                                  /etc
                                  /
                                  /sysroot
vdc     252:32   0   10G  0 disk  
└─md127   9:127  0   20G  0 raid0 /var
                                  /sysroot/ostree/deploy/fedora-coreos/var
                                  /usr
                                  /etc
                                  /
                                  /sysroot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants