all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Markus Nilsson <markusnilsson890@gmail.com>
To: 56519@debbugs.gnu.org
Subject: bug#56519: Shepherd non-deterministically fails to load the "guix-daemon" service after the "user-processes" service has been started
Date: Fri, 5 Aug 2022 06:23:41 +0000	[thread overview]
Message-ID: <CA+phM3+_snFw1koh9f9uzYPjBi+TVmqrj=85Hkfc7JJ3oynGNw@mail.gmail.com> (raw)
In-Reply-To: <CA+phM3JnBbA_0M16u-abNE_8n2dw3BssAca8igy2WF2fnqeMhg@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1247 bytes --]

Hi Ludo,

Ludovic Courtès <ludo@gnu.org> writes:

>Could you check what /var/log/messages says for this specific occurrence?

>It will shed some light as to what services were started, in what order,
how they failed, etc.

I have attached the kernel log information for today (August 5 2022) as
well as the output of "herd status". You can see that on line 1020
"user-processes" successfully starts, but "guix-daemon" or "nscd" doesn't
attempt to start afterwards for some unknown reason. Below is a summary of
the relevant events from the log:

1 - System starts booting
873 - "user-processes" service fails to start
908 - "user-processes" service fails to start a 2nd time
910 - "nscd" service fails to start
920 - "user-processes" service fails to start a 3rd time
922 - "guix-daemon" service fails to start
943 - "user-processes" service fails to start a 4th time
1020 - "user-processes" service starts successfully
1071 - "ntpd" service starts successfully
1075 - "mcron" service starts successfully

This seems to indicate that the Shepherd will attempt to start
"user-processes" multiple times until it succeeds. But Shepherd won't try
to start "guix-daemon" or "nscd" if it has failed once.

Cheers
Markus

[-- Attachment #1.2: Type: text/html, Size: 1970 bytes --]

[-- Attachment #2: Aug_5_kernel_log --]
[-- Type: application/octet-stream, Size: 115150 bytes --]

Aug  5 11:32:21 localhost syslogd (GNU inetutils 2.0): restart
Aug  5 11:32:21 localhost vmunix: [    0.000000] Linux version 5.18.10 (guix@guix) (gcc (GCC) 10.3.0, GNU ld (GNU Binutils) 2.37) #1 SMP PREEMPT_DYNAMIC 1
Aug  5 11:32:21 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/b2mrg6ncfmwjx09pjkr1lc7lk8lp3lak-linux-5.18.10/bzImage root=f75c515d-0ef7-4af1-950e-5486408d2451 gnu.system=/gnu/store/1gnp12m68xzsf6mhrihpfjwlkcdznrqn-system gnu.load=/gnu/store/1gnp12m68xzsf6mhrihpfjwlkcdznrqn-system/boot modprobe.blacklist=usbmouse,usbkbd quiet
Aug  5 11:32:21 localhost vmunix: [    0.000000] KERNEL supported cpus:
Aug  5 11:32:21 localhost vmunix: [    0.000000]   Intel GenuineIntel
Aug  5 11:32:21 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Aug  5 11:32:21 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Aug  5 11:32:21 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Aug  5 11:32:21 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Aug  5 11:32:21 localhost vmunix: [    0.000000] x86/fpu: x87 FPU will use FXSAVE
Aug  5 11:32:21 localhost vmunix: [    0.000000] signal: max sigframe size: 1440
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff6ffff] usable
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000cff70000-0x00000000cff87fff] ACPI data
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000cff88000-0x00000000cffbffff] ACPI NVS
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000cffc0000-0x00000000cfffffff] reserved
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
Aug  5 11:32:21 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable
Aug  5 11:32:21 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Aug  5 11:32:21 localhost vmunix: [    0.000000] SMBIOS 2.5 present.
Aug  5 11:32:21 localhost vmunix: [    0.000000] DMI: System manufacturer System Product Name/M5A88-M EVO, BIOS 1901    11/27/2014
Aug  5 11:32:21 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Aug  5 11:32:21 localhost vmunix: [    0.000000] tsc: Detected 3013.482 MHz processor
Aug  5 11:32:21 localhost vmunix: [    0.012364] AGP: No AGP bridge found
Aug  5 11:32:21 localhost vmunix: [    0.012422] last_pfn = 0x220000 max_arch_pfn = 0x400000000
Aug  5 11:32:21 localhost vmunix: [    0.012518] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug  5 11:32:21 localhost vmunix: [    0.012672] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
Aug  5 11:32:21 localhost vmunix: [    0.016593] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
Aug  5 11:32:21 localhost vmunix: [    0.016615] Using GB pages for direct mapping
Aug  5 11:32:21 localhost vmunix: [    0.016996] RAMDISK: [mem 0x3592b000-0x36c8cfff]
Aug  5 11:32:21 localhost vmunix: [    0.017004] ACPI: Early table checksum verification disabled
Aug  5 11:32:21 localhost vmunix: [    0.017007] ACPI: RSDP 0x00000000000FB610 000024 (v02 ACPIAM)
Aug  5 11:32:21 localhost vmunix: [    0.017012] ACPI: XSDT 0x00000000CFF70100 000054 (v01 112714 XSDT1018 20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017019] ACPI: FACP 0x00000000CFF70290 0000F4 (v03 112714 FACP1018 20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017025] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20211217/tbfadt-564)
Aug  5 11:32:21 localhost vmunix: [    0.017029] ACPI: DSDT 0x00000000CFF70460 00F248 (v01 A1873  A1873001 00000001 INTL 20060113)
Aug  5 11:32:21 localhost vmunix: [    0.017033] ACPI: FACS 0x00000000CFF88000 000040
Aug  5 11:32:21 localhost vmunix: [    0.017037] ACPI: FACS 0x00000000CFF88000 000040
Aug  5 11:32:21 localhost vmunix: [    0.017040] ACPI: APIC 0x00000000CFF70390 00008C (v01 112714 APIC1018 20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017044] ACPI: MCFG 0x00000000CFF70420 00003C (v01 112714 OEMMCFG  20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017048] ACPI: OEMB 0x00000000CFF88040 000072 (v01 112714 OEMB1018 20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017051] ACPI: HPET 0x00000000CFF7F8B0 000038 (v01 112714 OEMHPET  20141127 MSFT 00000097)
Aug  5 11:32:21 localhost vmunix: [    0.017055] ACPI: SSDT 0x00000000CFF7F8F0 0008BC (v01 A M I  POWERNOW 00000001 AMD  00000001)
Aug  5 11:32:21 localhost vmunix: [    0.017058] ACPI: Reserving FACP table memory at [mem 0xcff70290-0xcff70383]
Aug  5 11:32:21 localhost vmunix: [    0.017060] ACPI: Reserving DSDT table memory at [mem 0xcff70460-0xcff7f6a7]
Aug  5 11:32:21 localhost vmunix: [    0.017062] ACPI: Reserving FACS table memory at [mem 0xcff88000-0xcff8803f]
Aug  5 11:32:21 localhost vmunix: [    0.017063] ACPI: Reserving FACS table memory at [mem 0xcff88000-0xcff8803f]
Aug  5 11:32:21 localhost vmunix: [    0.017065] ACPI: Reserving APIC table memory at [mem 0xcff70390-0xcff7041b]
Aug  5 11:32:21 localhost vmunix: [    0.017066] ACPI: Reserving MCFG table memory at [mem 0xcff70420-0xcff7045b]
Aug  5 11:32:21 localhost vmunix: [    0.017067] ACPI: Reserving OEMB table memory at [mem 0xcff88040-0xcff880b1]
Aug  5 11:32:21 localhost vmunix: [    0.017069] ACPI: Reserving HPET table memory at [mem 0xcff7f8b0-0xcff7f8e7]
Aug  5 11:32:21 localhost vmunix: [    0.017070] ACPI: Reserving SSDT table memory at [mem 0xcff7f8f0-0xcff801ab]
Aug  5 11:32:21 localhost vmunix: [    0.017115] Scanning NUMA topology in Northbridge 24
Aug  5 11:32:21 localhost vmunix: [    0.017120] No NUMA configuration found
Aug  5 11:32:21 localhost vmunix: [    0.017121] Faking a node at [mem 0x0000000000000000-0x000000021fffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017125] NODE_DATA(0) allocated [mem 0x21fffb000-0x21fffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017160] Zone ranges:
Aug  5 11:32:21 localhost vmunix: [    0.017161]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017163]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017165]   Normal   [mem 0x0000000100000000-0x000000021fffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017167]   Device   empty
Aug  5 11:32:21 localhost vmunix: [    0.017168] Movable zone start for each node
Aug  5 11:32:21 localhost vmunix: [    0.017169] Early memory node ranges
Aug  5 11:32:21 localhost vmunix: [    0.017170]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Aug  5 11:32:21 localhost vmunix: [    0.017172]   node   0: [mem 0x0000000000100000-0x00000000cff6ffff]
Aug  5 11:32:21 localhost vmunix: [    0.017173]   node   0: [mem 0x0000000100000000-0x000000021fffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017176] Initmem setup node 0 [mem 0x0000000000001000-0x000000021fffffff]
Aug  5 11:32:21 localhost vmunix: [    0.017181] On node 0, zone DMA: 1 pages in unavailable ranges
Aug  5 11:32:21 localhost vmunix: [    0.017221] On node 0, zone DMA: 99 pages in unavailable ranges
Aug  5 11:32:21 localhost vmunix: [    0.046481] On node 0, zone Normal: 144 pages in unavailable ranges
Aug  5 11:32:21 localhost vmunix: [    0.046643] ACPI: PM-Timer IO Port: 0x808
Aug  5 11:32:21 localhost vmunix: [    0.046658] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
Aug  5 11:32:21 localhost vmunix: [    0.046661] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug  5 11:32:21 localhost vmunix: [    0.046664] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug  5 11:32:21 localhost vmunix: [    0.046669] ACPI: Using ACPI (MADT) for SMP configuration information
Aug  5 11:32:21 localhost vmunix: [    0.046670] ACPI: HPET id: 0x8300 base: 0xfed00000
Aug  5 11:32:21 localhost vmunix: [    0.046676] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Aug  5 11:32:21 localhost vmunix: [    0.046691] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug  5 11:32:21 localhost vmunix: [    0.046694] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Aug  5 11:32:21 localhost vmunix: [    0.046695] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Aug  5 11:32:21 localhost vmunix: [    0.046697] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000e1fff]
Aug  5 11:32:21 localhost vmunix: [    0.046698] PM: hibernation: Registered nosave memory: [mem 0x000e2000-0x000fffff]
Aug  5 11:32:21 localhost vmunix: [    0.046700] PM: hibernation: Registered nosave memory: [mem 0xcff70000-0xcff87fff]
Aug  5 11:32:21 localhost vmunix: [    0.046701] PM: hibernation: Registered nosave memory: [mem 0xcff88000-0xcffbffff]
Aug  5 11:32:21 localhost vmunix: [    0.046702] PM: hibernation: Registered nosave memory: [mem 0xcffc0000-0xcfffffff]
Aug  5 11:32:21 localhost vmunix: [    0.046703] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xff9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.046705] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
Aug  5 11:32:21 localhost vmunix: [    0.046707] [mem 0xd0000000-0xff9fffff] available for PCI devices
Aug  5 11:32:21 localhost vmunix: [    0.046708] Booting paravirtualized kernel on bare hardware
Aug  5 11:32:21 localhost vmunix: [    0.046711] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Aug  5 11:32:21 localhost vmunix: [    0.046722] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Aug  5 11:32:21 localhost vmunix: [    0.047549] percpu: Embedded 57 pages/cpu s193512 r8192 d31768 u262144
Aug  5 11:32:21 localhost vmunix: [    0.047598] Fallback order for Node 0: 0 
Aug  5 11:32:21 localhost vmunix: [    0.047603] Built 1 zonelists, mobility grouping on.  Total pages: 1999474
Aug  5 11:32:21 localhost vmunix: [    0.047605] Policy zone: Normal
Aug  5 11:32:21 localhost vmunix: [    0.047607] Kernel command line: BOOT_IMAGE=/gnu/store/b2mrg6ncfmwjx09pjkr1lc7lk8lp3lak-linux-5.18.10/bzImage root=f75c515d-0ef7-4af1-950e-5486408d2451 gnu.system=/gnu/store/1gnp12m68xzsf6mhrihpfjwlkcdznrqn-system gnu.load=/gnu/store/1gnp12m68xzsf6mhrihpfjwlkcdznrqn-system/boot modprobe.blacklist=usbmouse,usbkbd quiet
Aug  5 11:32:21 localhost vmunix: [    0.047711] Unknown kernel command line parameters "BOOT_IMAGE=/gnu/store/b2mrg6ncfmwjx09pjkr1lc7lk8lp3lak-linux-5.18.10/bzImage", will be passed to user space.
Aug  5 11:32:21 localhost vmunix: [    0.049471] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.050366] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.050404] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Aug  5 11:32:21 localhost vmunix: [    0.079226] AGP: Checking aperture...
Aug  5 11:32:21 localhost vmunix: [    0.085277] AGP: No AGP bridge found
Aug  5 11:32:21 localhost vmunix: [    0.085279] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
Aug  5 11:32:21 localhost vmunix: [    0.085281] AGP: Your BIOS doesn't leave an aperture memory hole
Aug  5 11:32:21 localhost vmunix: [    0.085282] AGP: Please enable the IOMMU option in the BIOS setup
Aug  5 11:32:21 localhost vmunix: [    0.085283] AGP: This costs you 64MB of RAM
Aug  5 11:32:21 localhost vmunix: [    0.085287] AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)
Aug  5 11:32:21 localhost vmunix: [    0.085291] PM: hibernation: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
Aug  5 11:32:21 localhost vmunix: [    0.118199] Memory: 7798936K/8125488K available (16392K kernel code, 2759K rwdata, 5124K rodata, 2328K init, 2952K bss, 326292K reserved, 0K cma-reserved)
Aug  5 11:32:21 localhost vmunix: [    0.118605] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug  5 11:32:21 localhost vmunix: [    0.118626] ftrace: allocating 46119 entries in 181 pages
Aug  5 11:32:21 localhost vmunix: [    0.123937] ftrace: allocated 181 pages with 5 groups
Aug  5 11:32:21 localhost vmunix: [    0.124508] Dynamic Preempt: voluntary
Aug  5 11:32:21 localhost vmunix: [    0.124573] rcu: Preemptible hierarchical RCU implementation.
Aug  5 11:32:21 localhost vmunix: [    0.124574] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
Aug  5 11:32:21 localhost vmunix: [    0.124576] 	Trampoline variant of Tasks RCU enabled.
Aug  5 11:32:21 localhost vmunix: [    0.124577] 	Rude variant of Tasks RCU enabled.
Aug  5 11:32:21 localhost vmunix: [    0.124578] 	Tracing variant of Tasks RCU enabled.
Aug  5 11:32:21 localhost vmunix: [    0.124579] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Aug  5 11:32:21 localhost vmunix: [    0.124581] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug  5 11:32:21 localhost vmunix: [    0.130452] NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 16
Aug  5 11:32:21 localhost vmunix: [    0.131831] Console: colour VGA+ 80x25
Aug  5 11:32:21 localhost vmunix: [    0.131844] printk: console [tty0] enabled
Aug  5 11:32:21 localhost vmunix: [    0.131880] ACPI: Core revision 20211217
Aug  5 11:32:21 localhost vmunix: [    0.132003] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug  5 11:32:21 localhost vmunix: [    0.132019] APIC: Switch to symmetric I/O mode setup
Aug  5 11:32:21 localhost vmunix: [    0.132325] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug  5 11:32:21 localhost vmunix: [    0.152018] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b700518253, max_idle_ns: 440795275859 ns
Aug  5 11:32:21 localhost vmunix: [    0.152026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6026.96 BogoMIPS (lpj=12053928)
Aug  5 11:32:21 localhost vmunix: [    0.152030] pid_max: default: 32768 minimum: 301
Aug  5 11:32:21 localhost vmunix: [    0.152105] LSM: Security Framework initializing
Aug  5 11:32:21 localhost vmunix: [    0.152122] Yama: becoming mindful.
Aug  5 11:32:21 localhost vmunix: [    0.152156] AppArmor: AppArmor initialized
Aug  5 11:32:21 localhost vmunix: [    0.152158] TOMOYO Linux initialized
Aug  5 11:32:21 localhost vmunix: [    0.152243] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.152267] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.152624] LVT offset 0 assigned for vector 0xf9
Aug  5 11:32:21 localhost vmunix: [    0.152629] process: using AMD E400 aware idle routine
Aug  5 11:32:21 localhost vmunix: [    0.152631] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
Aug  5 11:32:21 localhost vmunix: [    0.152633] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
Aug  5 11:32:21 localhost vmunix: [    0.152639] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug  5 11:32:21 localhost vmunix: [    0.152642] Spectre V2 : Mitigation: Retpolines
Aug  5 11:32:21 localhost vmunix: [    0.152643] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug  5 11:32:21 localhost vmunix: [    0.155979] Freeing SMP alternatives memory: 40K
Aug  5 11:32:21 localhost vmunix: [    0.156030] process: System has AMD C1E enabled
Aug  5 11:32:21 localhost vmunix: [    0.266949] process: Switch to broadcast mode on CPU0
Aug  5 11:32:21 localhost vmunix: [    0.266956] smpboot: CPU0: AMD Athlon(tm) II X4 640 Processor (family: 0x10, model: 0x5, stepping: 0x3)
Aug  5 11:32:21 localhost vmunix: [    0.267151] cblist_init_generic: Setting adjustable number of callback queues.
Aug  5 11:32:21 localhost vmunix: [    0.267155] cblist_init_generic: Setting shift to 3 and lim to 1.
Aug  5 11:32:21 localhost vmunix: [    0.267185] cblist_init_generic: Setting shift to 3 and lim to 1.
Aug  5 11:32:21 localhost vmunix: [    0.267206] cblist_init_generic: Setting shift to 3 and lim to 1.
Aug  5 11:32:21 localhost vmunix: [    0.267226] Performance Events: AMD PMU driver.
Aug  5 11:32:21 localhost vmunix: [    0.267230] ... version:                0
Aug  5 11:32:21 localhost vmunix: [    0.267231] ... bit width:              48
Aug  5 11:32:21 localhost vmunix: [    0.267232] ... generic registers:      4
Aug  5 11:32:21 localhost vmunix: [    0.267233] ... value mask:             0000ffffffffffff
Aug  5 11:32:21 localhost vmunix: [    0.267234] ... max period:             00007fffffffffff
Aug  5 11:32:21 localhost vmunix: [    0.267235] ... fixed-purpose events:   0
Aug  5 11:32:21 localhost vmunix: [    0.267236] ... event mask:             000000000000000f
Aug  5 11:32:21 localhost vmunix: [    0.267337] rcu: Hierarchical SRCU implementation.
Aug  5 11:32:21 localhost vmunix: [    0.267904] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug  5 11:32:21 localhost vmunix: [    0.268022] smp: Bringing up secondary CPUs ...
Aug  5 11:32:21 localhost vmunix: [    0.268022] x86: Booting SMP configuration:
Aug  5 11:32:21 localhost vmunix: [    0.268022] .... node  #0, CPUs:      #1
Aug  5 11:32:21 localhost vmunix: [    0.005358] process: Switch to broadcast mode on CPU1
Aug  5 11:32:21 localhost vmunix: [    0.268022]  #2
Aug  5 11:32:21 localhost vmunix: [    0.005358] process: Switch to broadcast mode on CPU2
Aug  5 11:32:21 localhost vmunix: [    0.268205]  #3
Aug  5 11:32:21 localhost vmunix: [    0.005358] process: Switch to broadcast mode on CPU3
Aug  5 11:32:21 localhost vmunix: [    0.272108] smp: Brought up 1 node, 4 CPUs
Aug  5 11:32:21 localhost vmunix: [    0.272108] smpboot: Max logical packages: 2
Aug  5 11:32:21 localhost vmunix: [    0.272108] smpboot: Total of 4 processors activated (24107.85 BogoMIPS)
Aug  5 11:32:21 localhost vmunix: [    0.272997] devtmpfs: initialized
Aug  5 11:32:21 localhost vmunix: [    0.272997] x86/mm: Memory block size: 128MB
Aug  5 11:32:21 localhost vmunix: [    0.273067] ACPI: PM: Registering ACPI NVS region [mem 0xcff88000-0xcffbffff] (229376 bytes)
Aug  5 11:32:21 localhost vmunix: [    0.273067] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug  5 11:32:21 localhost vmunix: [    0.273067] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.273067] pinctrl core: initialized pinctrl subsystem
Aug  5 11:32:21 localhost vmunix: [    0.273067] PM: RTC time: 01:32:01, date: 2022-08-05
Aug  5 11:32:21 localhost vmunix: [    0.273067] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug  5 11:32:21 localhost vmunix: [    0.273067] audit: initializing netlink subsys (disabled)
Aug  5 11:32:21 localhost vmunix: [    0.273067] audit: type=2000 audit(1659663120.140:1): state=initialized audit_enabled=0 res=1
Aug  5 11:32:21 localhost vmunix: [    0.273067] thermal_sys: Registered thermal governor 'fair_share'
Aug  5 11:32:21 localhost vmunix: [    0.273067] thermal_sys: Registered thermal governor 'bang_bang'
Aug  5 11:32:21 localhost vmunix: [    0.273067] thermal_sys: Registered thermal governor 'step_wise'
Aug  5 11:32:21 localhost vmunix: [    0.273067] thermal_sys: Registered thermal governor 'user_space'
Aug  5 11:32:21 localhost vmunix: [    0.273067] cpuidle: using governor ladder
Aug  5 11:32:21 localhost vmunix: [    0.273067] cpuidle: using governor menu
Aug  5 11:32:21 localhost vmunix: [    0.273067] TOM: 00000000d0000000 aka 3328M
Aug  5 11:32:21 localhost vmunix: [    0.273067] TOM2: 0000000230000000 aka 8960M
Aug  5 11:32:21 localhost vmunix: [    0.273067] HugeTLB: can free 4095 vmemmap pages for hugepages-1048576kB
Aug  5 11:32:21 localhost vmunix: [    0.273067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug  5 11:32:21 localhost vmunix: [    0.276054] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug  5 11:32:21 localhost vmunix: [    0.276059] PCI: not using MMCONFIG
Aug  5 11:32:21 localhost vmunix: [    0.276063] PCI: Using configuration type 1 for base access
Aug  5 11:32:21 localhost vmunix: [    0.276065] PCI: Using configuration type 1 for extended access
Aug  5 11:32:21 localhost vmunix: [    0.276226] mtrr: your CPUs had inconsistent variable MTRR settings
Aug  5 11:32:21 localhost vmunix: [    0.276227] mtrr: probably your BIOS does not setup all CPUs.
Aug  5 11:32:21 localhost vmunix: [    0.276227] mtrr: corrected configuration.
Aug  5 11:32:21 localhost vmunix: [    0.277923] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug  5 11:32:21 localhost vmunix: [    0.277941] HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
Aug  5 11:32:21 localhost vmunix: [    0.277941] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug  5 11:32:21 localhost vmunix: [    0.277941] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Module Device)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Processor Device)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Processor Aggregator Device)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Linux-Dell-Video)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug  5 11:32:21 localhost vmunix: [    0.277941] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug  5 11:32:21 localhost vmunix: [    0.286830] ACPI: 2 ACPI AML tables successfully acquired and loaded
Aug  5 11:32:21 localhost vmunix: [    0.624675] ACPI: EC: EC started
Aug  5 11:32:21 localhost vmunix: [    0.624679] ACPI: EC: interrupt blocked
Aug  5 11:32:21 localhost vmunix: [    0.624743] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug  5 11:32:21 localhost vmunix: [    0.624746] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Aug  5 11:32:21 localhost vmunix: [    0.624748] ACPI: Interpreter enabled
Aug  5 11:32:21 localhost vmunix: [    0.624774] ACPI: PM: (supports S0 S1 S3 S4 S5)
Aug  5 11:32:21 localhost vmunix: [    0.624775] ACPI: Using IOAPIC for interrupt routing
Aug  5 11:32:21 localhost vmunix: [    0.624808] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug  5 11:32:21 localhost vmunix: [    0.626356] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Aug  5 11:32:21 localhost vmunix: [    0.626378] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug  5 11:32:21 localhost vmunix: [    0.626799] ACPI: Enabled 8 GPEs in block 00 to 1F
Aug  5 11:32:21 localhost vmunix: [    0.633091] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug  5 11:32:21 localhost vmunix: [    0.633101] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Aug  5 11:32:21 localhost vmunix: [    0.633184] acpi PNP0A03:00: _OSC: platform does not support [SHPCHotplug LTR]
Aug  5 11:32:21 localhost vmunix: [    0.633304] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Aug  5 11:32:21 localhost vmunix: [    0.633387] acpi PNP0A03:00: ignoring host bridge window [mem 0x000d0000-0x000dffff window] (conflicts with Adapter ROM [mem 0x000cf000-0x000d4dff])
Aug  5 11:32:21 localhost vmunix: [    0.633570] PCI host bridge to bus 0000:00
Aug  5 11:32:21 localhost vmunix: [    0.633572] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug  5 11:32:21 localhost vmunix: [    0.633574] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug  5 11:32:21 localhost vmunix: [    0.633576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug  5 11:32:21 localhost vmunix: [    0.633579] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff window]
Aug  5 11:32:21 localhost vmunix: [    0.633580] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
Aug  5 11:32:21 localhost vmunix: [    0.633582] pci_bus 0000:00: root bus resource [bus 00-ff]
Aug  5 11:32:21 localhost vmunix: [    0.633595] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.633692] pci 0000:00:01.0: [1043:9602] type 01 class 0x060400
Aug  5 11:32:21 localhost vmunix: [    0.633770] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400
Aug  5 11:32:21 localhost vmunix: [    0.633786] pci 0000:00:02.0: enabling Extended Tags
Aug  5 11:32:21 localhost vmunix: [    0.633809] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.633897] pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
Aug  5 11:32:21 localhost vmunix: [    0.633913] pci 0000:00:09.0: enabling Extended Tags
Aug  5 11:32:21 localhost vmunix: [    0.633935] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.634000] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
Aug  5 11:32:21 localhost vmunix: [    0.634016] pci 0000:00:0a.0: enabling Extended Tags
Aug  5 11:32:21 localhost vmunix: [    0.634037] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.634112] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
Aug  5 11:32:21 localhost vmunix: [    0.634125] pci 0000:00:11.0: reg 0x10: [io  0xb000-0xb007]
Aug  5 11:32:21 localhost vmunix: [    0.634132] pci 0000:00:11.0: reg 0x14: [io  0xa000-0xa003]
Aug  5 11:32:21 localhost vmunix: [    0.634140] pci 0000:00:11.0: reg 0x18: [io  0x9000-0x9007]
Aug  5 11:32:21 localhost vmunix: [    0.634147] pci 0000:00:11.0: reg 0x1c: [io  0x8000-0x8003]
Aug  5 11:32:21 localhost vmunix: [    0.634154] pci 0000:00:11.0: reg 0x20: [io  0x7000-0x700f]
Aug  5 11:32:21 localhost vmunix: [    0.634161] pci 0000:00:11.0: reg 0x24: [mem 0xfe7ffc00-0xfe7fffff]
Aug  5 11:32:21 localhost vmunix: [    0.634178] pci 0000:00:11.0: set SATA to AHCI mode
Aug  5 11:32:21 localhost vmunix: [    0.634256] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
Aug  5 11:32:21 localhost vmunix: [    0.634269] pci 0000:00:12.0: reg 0x10: [mem 0xfe7fe000-0xfe7fefff]
Aug  5 11:32:21 localhost vmunix: [    0.634376] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
Aug  5 11:32:21 localhost vmunix: [    0.634389] pci 0000:00:12.2: reg 0x10: [mem 0xfe7ff800-0xfe7ff8ff]
Aug  5 11:32:21 localhost vmunix: [    0.634448] pci 0000:00:12.2: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.634450] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
Aug  5 11:32:21 localhost vmunix: [    0.634517] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
Aug  5 11:32:21 localhost vmunix: [    0.634530] pci 0000:00:13.0: reg 0x10: [mem 0xfe7fd000-0xfe7fdfff]
Aug  5 11:32:21 localhost vmunix: [    0.634636] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
Aug  5 11:32:21 localhost vmunix: [    0.634649] pci 0000:00:13.2: reg 0x10: [mem 0xfe7ff400-0xfe7ff4ff]
Aug  5 11:32:21 localhost vmunix: [    0.634708] pci 0000:00:13.2: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.634709] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
Aug  5 11:32:21 localhost vmunix: [    0.634777] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
Aug  5 11:32:21 localhost vmunix: [    0.634885] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
Aug  5 11:32:21 localhost vmunix: [    0.634897] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
Aug  5 11:32:21 localhost vmunix: [    0.634905] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
Aug  5 11:32:21 localhost vmunix: [    0.634912] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
Aug  5 11:32:21 localhost vmunix: [    0.634919] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
Aug  5 11:32:21 localhost vmunix: [    0.634926] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
Aug  5 11:32:21 localhost vmunix: [    0.634941] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Aug  5 11:32:21 localhost vmunix: [    0.634943] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Aug  5 11:32:21 localhost vmunix: [    0.634944] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Aug  5 11:32:21 localhost vmunix: [    0.634946] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Aug  5 11:32:21 localhost vmunix: [    0.635013] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
Aug  5 11:32:21 localhost vmunix: [    0.635029] pci 0000:00:14.2: reg 0x10: [mem 0xfe7f8000-0xfe7fbfff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.635079] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.635142] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
Aug  5 11:32:21 localhost vmunix: [    0.635262] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
Aug  5 11:32:21 localhost vmunix: [    0.635360] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
Aug  5 11:32:21 localhost vmunix: [    0.635372] pci 0000:00:14.5: reg 0x10: [mem 0xfe7fc000-0xfe7fcfff]
Aug  5 11:32:21 localhost vmunix: [    0.635477] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
Aug  5 11:32:21 localhost vmunix: [    0.635489] pci 0000:00:16.0: reg 0x10: [mem 0xfe7f7000-0xfe7f7fff]
Aug  5 11:32:21 localhost vmunix: [    0.635594] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
Aug  5 11:32:21 localhost vmunix: [    0.635607] pci 0000:00:16.2: reg 0x10: [mem 0xfe7ff000-0xfe7ff0ff]
Aug  5 11:32:21 localhost vmunix: [    0.635666] pci 0000:00:16.2: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.635667] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
Aug  5 11:32:21 localhost vmunix: [    0.635739] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.635787] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.635824] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.635861] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.635903] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
Aug  5 11:32:21 localhost vmunix: [    0.635952] pci_bus 0000:01: extended config space not accessible
Aug  5 11:32:21 localhost vmunix: [    0.635986] pci 0000:01:05.0: [1002:9715] type 00 class 0x030000
Aug  5 11:32:21 localhost vmunix: [    0.635992] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
Aug  5 11:32:21 localhost vmunix: [    0.635996] pci 0000:01:05.0: reg 0x14: [io  0xc000-0xc0ff]
Aug  5 11:32:21 localhost vmunix: [    0.636034] pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.636042] pci 0000:01:05.0: reg 0x24: [mem 0xfe800000-0xfe8fffff]
Aug  5 11:32:21 localhost vmunix: [    0.636053] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug  5 11:32:21 localhost vmunix: [    0.636064] pci 0000:01:05.0: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.636122] pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
Aug  5 11:32:21 localhost vmunix: [    0.636128] pci 0000:01:05.1: reg 0x10: [mem 0xfe9e8000-0xfe9ebfff]
Aug  5 11:32:21 localhost vmunix: [    0.636156] pci 0000:01:05.1: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.636214] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug  5 11:32:21 localhost vmunix: [    0.636217] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Aug  5 11:32:21 localhost vmunix: [    0.636220] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.636223] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.636259] pci 0000:02:00.0: [1000:0072] type 00 class 0x010700
Aug  5 11:32:21 localhost vmunix: [    0.636269] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
Aug  5 11:32:21 localhost vmunix: [    0.636277] pci 0000:02:00.0: reg 0x14: [mem 0xfeafc000-0xfeafffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.636285] pci 0000:02:00.0: reg 0x1c: [mem 0xfea80000-0xfeabffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.636294] pci 0000:02:00.0: reg 0x30: [mem 0xfea00000-0xfea7ffff pref]
Aug  5 11:32:21 localhost vmunix: [    0.636300] pci 0000:02:00.0: enabling Extended Tags
Aug  5 11:32:21 localhost vmunix: [    0.636340] pci 0000:02:00.0: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.636355] pci 0000:02:00.0: reg 0x174: [mem 0x00000000-0x00003fff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.636358] pci 0000:02:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0003ffff 64bit] (contains BAR0 for 16 VFs)
Aug  5 11:32:21 localhost vmunix: [    0.636366] pci 0000:02:00.0: reg 0x17c: [mem 0x00000000-0x0003ffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.636367] pci 0000:02:00.0: VF(n) BAR2 space: [mem 0x00000000-0x003fffff 64bit] (contains BAR2 for 16 VFs)
Aug  5 11:32:21 localhost vmunix: [    0.636467] pci 0000:00:02.0: PCI bridge to [bus 02]
Aug  5 11:32:21 localhost vmunix: [    0.636471] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
Aug  5 11:32:21 localhost vmunix: [    0.636473] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
Aug  5 11:32:21 localhost vmunix: [    0.636517] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
Aug  5 11:32:21 localhost vmunix: [    0.636537] pci 0000:03:00.0: reg 0x10: [mem 0xfebf0000-0xfebf7fff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.636628] pci 0000:03:00.0: PME# supported from D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.636710] pci 0000:00:09.0: PCI bridge to [bus 03]
Aug  5 11:32:21 localhost vmunix: [    0.636714] pci 0000:00:09.0:   bridge window [mem 0xfeb00000-0xfebfffff]
Aug  5 11:32:21 localhost vmunix: [    0.636759] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
Aug  5 11:32:21 localhost vmunix: [    0.636774] pci 0000:04:00.0: reg 0x10: [io  0xe800-0xe8ff]
Aug  5 11:32:21 localhost vmunix: [    0.636792] pci 0000:04:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.636805] pci 0000:04:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.636874] pci 0000:04:00.0: supports D1 D2
Aug  5 11:32:21 localhost vmunix: [    0.636875] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug  5 11:32:21 localhost vmunix: [    0.636973] pci 0000:00:0a.0: PCI bridge to [bus 04]
Aug  5 11:32:21 localhost vmunix: [    0.636977] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
Aug  5 11:32:21 localhost vmunix: [    0.636980] pci 0000:00:0a.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.636990] pci_bus 0000:05: extended config space not accessible
Aug  5 11:32:21 localhost vmunix: [    0.637039] pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.637045] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.637047] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.637049] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.637051] pci 0000:00:14.4:   bridge window [mem 0xd0000000-0xdfffffff window] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.637053] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
Aug  5 11:32:21 localhost vmunix: [    0.638002] ACPI: PCI: Interrupt link LNKA configured for IRQ 5
Aug  5 11:32:21 localhost vmunix: [    0.638059] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
Aug  5 11:32:21 localhost vmunix: [    0.638116] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
Aug  5 11:32:21 localhost vmunix: [    0.638173] ACPI: PCI: Interrupt link LNKD configured for IRQ 9
Aug  5 11:32:21 localhost vmunix: [    0.638219] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug  5 11:32:21 localhost vmunix: [    0.638256] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug  5 11:32:21 localhost vmunix: [    0.638293] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug  5 11:32:21 localhost vmunix: [    0.638329] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug  5 11:32:21 localhost vmunix: [    0.638478] ACPI: EC: interrupt unblocked
Aug  5 11:32:21 localhost vmunix: [    0.638479] ACPI: EC: event unblocked
Aug  5 11:32:21 localhost vmunix: [    0.638483] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug  5 11:32:21 localhost vmunix: [    0.638485] ACPI: EC: GPE=0xa
Aug  5 11:32:21 localhost vmunix: [    0.638486] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Aug  5 11:32:21 localhost vmunix: [    0.638489] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Aug  5 11:32:21 localhost vmunix: [    0.638572] iommu: Default domain type: Translated 
Aug  5 11:32:21 localhost vmunix: [    0.638572] iommu: DMA domain TLB invalidation policy: lazy mode 
Aug  5 11:32:21 localhost vmunix: [    0.638572] SCSI subsystem initialized
Aug  5 11:32:21 localhost vmunix: [    0.638572] ACPI: bus type USB registered
Aug  5 11:32:21 localhost vmunix: [    0.638572] usbcore: registered new interface driver usbfs
Aug  5 11:32:21 localhost vmunix: [    0.638572] usbcore: registered new interface driver hub
Aug  5 11:32:21 localhost vmunix: [    0.638572] usbcore: registered new device driver usb
Aug  5 11:32:21 localhost vmunix: [    0.638572] EDAC MC: Ver: 3.0.0
Aug  5 11:32:21 localhost vmunix: [    0.640054] NetLabel: Initializing
Aug  5 11:32:21 localhost vmunix: [    0.640058] NetLabel:  domain hash size = 128
Aug  5 11:32:21 localhost vmunix: [    0.640059] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug  5 11:32:21 localhost vmunix: [    0.640076] NetLabel:  unlabeled traffic allowed by default
Aug  5 11:32:21 localhost vmunix: [    0.640096] mctp: management component transport protocol core
Aug  5 11:32:21 localhost vmunix: [    0.640096] NET: Registered PF_MCTP protocol family
Aug  5 11:32:21 localhost vmunix: [    0.640096] PCI: Using ACPI for IRQ routing
Aug  5 11:32:21 localhost vmunix: [    0.646485] pci 0000:01:05.0: vgaarb: setting as boot VGA device
Aug  5 11:32:21 localhost vmunix: [    0.646485] pci 0000:01:05.0: vgaarb: bridge control possible
Aug  5 11:32:21 localhost vmunix: [    0.646485] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug  5 11:32:21 localhost vmunix: [    0.646485] vgaarb: loaded
Aug  5 11:32:21 localhost vmunix: [    0.646485] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug  5 11:32:21 localhost vmunix: [    0.646485] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug  5 11:32:21 localhost vmunix: [    0.648115] clocksource: Switched to clocksource tsc-early
Aug  5 11:32:21 localhost vmunix: [    0.658634] VFS: Disk quotas dquot_6.6.0
Aug  5 11:32:21 localhost vmunix: [    0.658660] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug  5 11:32:21 localhost vmunix: [    0.658826] AppArmor: AppArmor Filesystem Enabled
Aug  5 11:32:21 localhost vmunix: [    0.658850] pnp: PnP ACPI init
Aug  5 11:32:21 localhost vmunix: [    0.660461] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug  5 11:32:21 localhost vmunix: [    0.660465] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660665] system 00:05: [io  0x04d0-0x04d1] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660668] system 00:05: [io  0x040b] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660670] system 00:05: [io  0x04d6] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660671] system 00:05: [io  0x0c00-0x0c01] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660673] system 00:05: [io  0x0c14] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660675] system 00:05: [io  0x0c50-0x0c51] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660677] system 00:05: [io  0x0c52] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660678] system 00:05: [io  0x0c6c] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660680] system 00:05: [io  0x0c6f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660682] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660683] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660685] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660687] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660689] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660691] system 00:05: [io  0x0b00-0x0b3f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660692] system 00:05: [io  0x0800-0x089f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660694] system 00:05: [io  0x0b00-0x0b1f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660702] system 00:05: [io  0x0b20-0x0b3f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660703] system 00:05: [io  0x0900-0x090f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660705] system 00:05: [io  0x0910-0x091f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660707] system 00:05: [io  0xfe00-0xfefe] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660710] system 00:05: [mem 0xffb80000-0xffbfffff] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660712] system 00:05: [mem 0xfec10000-0xfec1001f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660714] system 00:05: [mem 0xfed40000-0xfed44fff] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660716] system 00:05: [mem 0xfed80000-0xfed80fff] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660894] system 00:06: [io  0x0230-0x023f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660897] system 00:06: [io  0x0290-0x029f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660899] system 00:06: [io  0x0300-0x030f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660900] system 00:06: [io  0x0a30-0x0a3f] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.660974] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
Aug  5 11:32:21 localhost vmunix: [    0.661080] pnp 00:08: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:01:05.0 BAR 6 [mem 0x000c0000-0x000dffff]
Aug  5 11:32:21 localhost vmunix: [    0.661085] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:02:00.0 BAR 9 [mem 0x00000000-0x003fffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.661088] pnp 00:08: disabling [mem 0x000c0000-0x000cffff disabled] because it overlaps 0000:02:00.0 BAR 9 [mem 0x00000000-0x003fffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.661090] pnp 00:08: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:02:00.0 BAR 9 [mem 0x00000000-0x003fffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.661093] pnp 00:08: disabling [mem 0x00100000-0xcfffffff] because it overlaps 0000:02:00.0 BAR 9 [mem 0x00000000-0x003fffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.661110] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
Aug  5 11:32:21 localhost vmunix: [    0.661199] pnp: PnP ACPI: found 9 devices
Aug  5 11:32:21 localhost vmunix: [    0.667477] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug  5 11:32:21 localhost vmunix: [    0.667570] NET: Registered PF_INET protocol family
Aug  5 11:32:21 localhost vmunix: [    0.667868] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.668978] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.669069] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.669184] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.669530] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.669786] TCP: Hash tables configured (established 65536 bind 65536)
Aug  5 11:32:21 localhost vmunix: [    0.669953] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.670015] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.670074] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Aug  5 11:32:21 localhost vmunix: [    0.670187] NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug  5 11:32:21 localhost vmunix: [    0.670194] NET: Registered PF_XDP protocol family
Aug  5 11:32:21 localhost vmunix: [    0.670206] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
Aug  5 11:32:21 localhost vmunix: [    0.670221] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug  5 11:32:21 localhost vmunix: [    0.670224] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Aug  5 11:32:21 localhost vmunix: [    0.670228] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670230] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670237] pci 0000:02:00.0: BAR 9: no space for [mem size 0x00400000 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670239] pci 0000:02:00.0: BAR 9: failed to assign [mem size 0x00400000 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670242] pci 0000:02:00.0: BAR 7: no space for [mem size 0x00040000 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670243] pci 0000:02:00.0: BAR 7: failed to assign [mem size 0x00040000 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670246] pci 0000:00:02.0: PCI bridge to [bus 02]
Aug  5 11:32:21 localhost vmunix: [    0.670247] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
Aug  5 11:32:21 localhost vmunix: [    0.670250] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
Aug  5 11:32:21 localhost vmunix: [    0.670254] pci 0000:00:09.0: PCI bridge to [bus 03]
Aug  5 11:32:21 localhost vmunix: [    0.670256] pci 0000:00:09.0:   bridge window [mem 0xfeb00000-0xfebfffff]
Aug  5 11:32:21 localhost vmunix: [    0.670260] pci 0000:00:0a.0: PCI bridge to [bus 04]
Aug  5 11:32:21 localhost vmunix: [    0.670261] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
Aug  5 11:32:21 localhost vmunix: [    0.670264] pci 0000:00:0a.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670268] pci 0000:00:14.4: PCI bridge to [bus 05]
Aug  5 11:32:21 localhost vmunix: [    0.670278] pci_bus 0000:00: No. 2 try to assign unassigned res
Aug  5 11:32:21 localhost vmunix: [    0.670283] pci 0000:00:02.0: resource 14 [mem 0xfea00000-0xfeafffff] released
Aug  5 11:32:21 localhost vmunix: [    0.670285] pci 0000:00:02.0: PCI bridge to [bus 02]
Aug  5 11:32:21 localhost vmunix: [    0.670289] pci 0000:00:02.0: bridge window [mem 0x00100000-0x001fffff] to [bus 02] add_size 500000 add_align 100000
Aug  5 11:32:21 localhost vmunix: [    0.670295] pci 0000:00:02.0: BAR 14: assigned [mem 0xf0000000-0xf05fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670298] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug  5 11:32:21 localhost vmunix: [    0.670300] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Aug  5 11:32:21 localhost vmunix: [    0.670302] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670304] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670309] pci 0000:02:00.0: BAR 6: assigned [mem 0xf0000000-0xf007ffff pref]
Aug  5 11:32:21 localhost vmunix: [    0.670311] pci 0000:02:00.0: BAR 3: assigned [mem 0xf0080000-0xf00bffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670318] pci 0000:02:00.0: BAR 9: assigned [mem 0xf00c0000-0xf04bffff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670322] pci 0000:02:00.0: BAR 1: assigned [mem 0xf04c0000-0xf04c3fff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670328] pci 0000:02:00.0: BAR 7: assigned [mem 0xf04c4000-0xf0503fff 64bit]
Aug  5 11:32:21 localhost vmunix: [    0.670332] pci 0000:00:02.0: PCI bridge to [bus 02]
Aug  5 11:32:21 localhost vmunix: [    0.670334] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
Aug  5 11:32:21 localhost vmunix: [    0.670336] pci 0000:00:02.0:   bridge window [mem 0xf0000000-0xf05fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670340] pci 0000:00:09.0: PCI bridge to [bus 03]
Aug  5 11:32:21 localhost vmunix: [    0.670342] pci 0000:00:09.0:   bridge window [mem 0xfeb00000-0xfebfffff]
Aug  5 11:32:21 localhost vmunix: [    0.670345] pci 0000:00:0a.0: PCI bridge to [bus 04]
Aug  5 11:32:21 localhost vmunix: [    0.670347] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
Aug  5 11:32:21 localhost vmunix: [    0.670350] pci 0000:00:0a.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670353] pci 0000:00:14.4: PCI bridge to [bus 05]
Aug  5 11:32:21 localhost vmunix: [    0.670362] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug  5 11:32:21 localhost vmunix: [    0.670364] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670366] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670368] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xdfffffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670369] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670371] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
Aug  5 11:32:21 localhost vmunix: [    0.670373] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670375] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670376] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Aug  5 11:32:21 localhost vmunix: [    0.670378] pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf05fffff]
Aug  5 11:32:21 localhost vmunix: [    0.670380] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
Aug  5 11:32:21 localhost vmunix: [    0.670382] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
Aug  5 11:32:21 localhost vmunix: [    0.670384] pci_bus 0000:04: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
Aug  5 11:32:21 localhost vmunix: [    0.670386] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
Aug  5 11:32:21 localhost vmunix: [    0.670387] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670389] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670391] pci_bus 0000:05: resource 7 [mem 0xd0000000-0xdfffffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670393] pci_bus 0000:05: resource 8 [mem 0xf0000000-0xfebfffff window]
Aug  5 11:32:21 localhost vmunix: [    0.670458] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
Aug  5 11:32:21 localhost vmunix: [    0.671588] pci 0000:01:05.1: D0 power state depends on 0000:01:05.0
Aug  5 11:32:21 localhost vmunix: [    0.671729] PCI: CLS 64 bytes, default 64
Aug  5 11:32:21 localhost vmunix: [    0.671846] Trying to unpack rootfs image as initramfs...
Aug  5 11:32:21 localhost vmunix: [    0.672023] PCI-DMA: Disabling AGP.
Aug  5 11:32:21 localhost vmunix: [    0.672101] PCI-DMA: aperture base @ c4000000 size 65536 KB
Aug  5 11:32:21 localhost vmunix: [    0.672103] PCI-DMA: using GART IOMMU.
Aug  5 11:32:21 localhost vmunix: [    0.672105] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
Aug  5 11:32:21 localhost vmunix: [    0.672155] software IO TLB: tearing down default memory pool
Aug  5 11:32:21 localhost vmunix: [    0.673625] LVT offset 1 assigned for vector 0x400
Aug  5 11:32:21 localhost vmunix: [    0.673638] LVT offset 1 assigned
Aug  5 11:32:21 localhost vmunix: [    0.673838] perf: AMD IBS detected (0x0000001f)
Aug  5 11:32:21 localhost vmunix: [    0.674364] Initialise system trusted keyrings
Aug  5 11:32:21 localhost vmunix: [    0.674532] workingset: timestamp_bits=40 max_order=21 bucket_order=0
Aug  5 11:32:21 localhost vmunix: [    0.676241] zbud: loaded
Aug  5 11:32:21 localhost vmunix: [    0.677225] Allocating IMA blacklist keyring.
Aug  5 11:32:21 localhost vmunix: [    0.687590] Key type asymmetric registered
Aug  5 11:32:21 localhost vmunix: [    0.687592] Asymmetric key parser 'x509' registered
Aug  5 11:32:21 localhost vmunix: [    0.915175] Freeing initrd memory: 19848K
Aug  5 11:32:21 localhost vmunix: [    0.916034] alg: self-tests for CTR-KDF (hmac(sha256)) passed
Aug  5 11:32:21 localhost vmunix: [    0.916088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug  5 11:32:21 localhost vmunix: [    0.916218] io scheduler mq-deadline registered
Aug  5 11:32:21 localhost vmunix: [    0.917114] pcieport 0000:00:02.0: PME: Signaling with IRQ 24
Aug  5 11:32:21 localhost vmunix: [    0.917299] pcieport 0000:00:09.0: PME: Signaling with IRQ 25
Aug  5 11:32:21 localhost vmunix: [    0.917520] pcieport 0000:00:0a.0: PME: Signaling with IRQ 26
Aug  5 11:32:21 localhost vmunix: [    0.917747] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug  5 11:32:21 localhost vmunix: [    0.917874] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug  5 11:32:21 localhost vmunix: [    0.917901] ACPI: button: Power Button [PWRB]
Aug  5 11:32:21 localhost vmunix: [    0.917940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug  5 11:32:21 localhost vmunix: [    0.917981] ACPI: button: Power Button [PWRF]
Aug  5 11:32:21 localhost vmunix: [    0.918007] ACPI: processor limited to max C-state 1
Aug  5 11:32:21 localhost vmunix: [    0.918724] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug  5 11:32:21 localhost vmunix: [    0.918799] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug  5 11:32:21 localhost vmunix: [    0.921298] Linux agpgart interface v0.103
Aug  5 11:32:21 localhost vmunix: [    0.924585] brd: module loaded
Aug  5 11:32:21 localhost vmunix: [    0.926585] loop: module loaded
Aug  5 11:32:21 localhost vmunix: [    0.927475] tun: Universal TUN/TAP device driver, 1.6
Aug  5 11:32:21 localhost vmunix: [    0.927568] PPP generic driver version 2.4.2
Aug  5 11:32:21 localhost vmunix: [    0.927695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug  5 11:32:21 localhost vmunix: [    0.927706] ehci-pci: EHCI PCI platform driver
Aug  5 11:32:21 localhost vmunix: [    0.927893] ehci-pci 0000:00:12.2: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.927905] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
Aug  5 11:32:21 localhost vmunix: [    0.927911] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Aug  5 11:32:21 localhost vmunix: [    0.927919] ehci-pci 0000:00:12.2: debug port 1
Aug  5 11:32:21 localhost vmunix: [    0.927974] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe7ff800
Aug  5 11:32:21 localhost vmunix: [    0.943196] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
Aug  5 11:32:21 localhost vmunix: [    0.943264] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    0.943267] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    0.943269] usb usb1: Product: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.943271] usb usb1: Manufacturer: Linux 5.18.10 ehci_hcd
Aug  5 11:32:21 localhost vmunix: [    0.943272] usb usb1: SerialNumber: 0000:00:12.2
Aug  5 11:32:21 localhost vmunix: [    0.943423] hub 1-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    0.943430] hub 1-0:1.0: 5 ports detected
Aug  5 11:32:21 localhost vmunix: [    0.943790] ehci-pci 0000:00:13.2: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.943804] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
Aug  5 11:32:21 localhost vmunix: [    0.943809] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Aug  5 11:32:21 localhost vmunix: [    0.943817] ehci-pci 0000:00:13.2: debug port 1
Aug  5 11:32:21 localhost vmunix: [    0.943847] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe7ff400
Aug  5 11:32:21 localhost vmunix: [    0.959196] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
Aug  5 11:32:21 localhost vmunix: [    0.959275] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    0.959277] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    0.959279] usb usb2: Product: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.959281] usb usb2: Manufacturer: Linux 5.18.10 ehci_hcd
Aug  5 11:32:21 localhost vmunix: [    0.959282] usb usb2: SerialNumber: 0000:00:13.2
Aug  5 11:32:21 localhost vmunix: [    0.959426] hub 2-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    0.959432] hub 2-0:1.0: 5 ports detected
Aug  5 11:32:21 localhost vmunix: [    0.959784] ehci-pci 0000:00:16.2: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.959792] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
Aug  5 11:32:21 localhost vmunix: [    0.959796] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Aug  5 11:32:21 localhost vmunix: [    0.959804] ehci-pci 0000:00:16.2: debug port 1
Aug  5 11:32:21 localhost vmunix: [    0.959834] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe7ff000
Aug  5 11:32:21 localhost vmunix: [    0.975194] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
Aug  5 11:32:21 localhost vmunix: [    0.975256] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    0.975260] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    0.975261] usb usb3: Product: EHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    0.975263] usb usb3: Manufacturer: Linux 5.18.10 ehci_hcd
Aug  5 11:32:21 localhost vmunix: [    0.975264] usb usb3: SerialNumber: 0000:00:16.2
Aug  5 11:32:21 localhost vmunix: [    0.975423] hub 3-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    0.975429] hub 3-0:1.0: 4 ports detected
Aug  5 11:32:21 localhost vmunix: [    0.975610] ehci-platform: EHCI generic platform driver
Aug  5 11:32:21 localhost vmunix: [    0.975637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug  5 11:32:21 localhost vmunix: [    0.975647] ohci-pci: OHCI PCI platform driver
Aug  5 11:32:21 localhost vmunix: [    0.975824] ohci-pci 0000:00:12.0: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    0.975837] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
Aug  5 11:32:21 localhost vmunix: [    0.975877] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe7fe000
Aug  5 11:32:21 localhost vmunix: [    1.039246] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.039252] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.039254] usb usb4: Product: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.039256] usb usb4: Manufacturer: Linux 5.18.10 ohci_hcd
Aug  5 11:32:21 localhost vmunix: [    1.039257] usb usb4: SerialNumber: 0000:00:12.0
Aug  5 11:32:21 localhost vmunix: [    1.039403] hub 4-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.039411] hub 4-0:1.0: 5 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.039778] ohci-pci 0000:00:13.0: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.039790] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
Aug  5 11:32:21 localhost vmunix: [    1.039826] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe7fd000
Aug  5 11:32:21 localhost vmunix: [    1.103234] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.103240] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.103242] usb usb5: Product: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.103244] usb usb5: Manufacturer: Linux 5.18.10 ohci_hcd
Aug  5 11:32:21 localhost vmunix: [    1.103245] usb usb5: SerialNumber: 0000:00:13.0
Aug  5 11:32:21 localhost vmunix: [    1.103393] hub 5-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.103401] hub 5-0:1.0: 5 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.103737] ohci-pci 0000:00:14.5: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.103753] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
Aug  5 11:32:21 localhost vmunix: [    1.103780] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe7fc000
Aug  5 11:32:21 localhost vmunix: [    1.164122] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.164128] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.164130] usb usb6: Product: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.164132] usb usb6: Manufacturer: Linux 5.18.10 ohci_hcd
Aug  5 11:32:21 localhost vmunix: [    1.164133] usb usb6: SerialNumber: 0000:00:14.5
Aug  5 11:32:21 localhost vmunix: [    1.164290] hub 6-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.164298] hub 6-0:1.0: 2 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.164596] ohci-pci 0000:00:16.0: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.164605] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
Aug  5 11:32:21 localhost vmunix: [    1.164633] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe7f7000
Aug  5 11:32:21 localhost vmunix: [    1.228129] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.228135] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.228137] usb usb7: Product: OHCI PCI host controller
Aug  5 11:32:21 localhost vmunix: [    1.228138] usb usb7: Manufacturer: Linux 5.18.10 ohci_hcd
Aug  5 11:32:21 localhost vmunix: [    1.228139] usb usb7: SerialNumber: 0000:00:16.0
Aug  5 11:32:21 localhost vmunix: [    1.228299] hub 7-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.228307] hub 7-0:1.0: 4 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.228509] ohci-platform: OHCI generic platform driver
Aug  5 11:32:21 localhost vmunix: [    1.228532] uhci_hcd: USB Universal Host Controller Interface driver
Aug  5 11:32:21 localhost vmunix: [    1.228713] xhci_hcd 0000:03:00.0: xHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    1.228726] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 8
Aug  5 11:32:21 localhost vmunix: [    1.238322] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
Aug  5 11:32:21 localhost vmunix: [    1.238574] xhci_hcd 0000:03:00.0: xHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    1.238578] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 9
Aug  5 11:32:21 localhost vmunix: [    1.238581] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
Aug  5 11:32:21 localhost vmunix: [    1.238625] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.238629] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.238631] usb usb8: Product: xHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    1.238632] usb usb8: Manufacturer: Linux 5.18.10 xhci-hcd
Aug  5 11:32:21 localhost vmunix: [    1.238633] usb usb8: SerialNumber: 0000:03:00.0
Aug  5 11:32:21 localhost vmunix: [    1.238777] hub 8-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.238786] hub 8-0:1.0: 2 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.238882] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
Aug  5 11:32:21 localhost vmunix: [    1.238906] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
Aug  5 11:32:21 localhost vmunix: [    1.238909] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  5 11:32:21 localhost vmunix: [    1.238910] usb usb9: Product: xHCI Host Controller
Aug  5 11:32:21 localhost vmunix: [    1.238912] usb usb9: Manufacturer: Linux 5.18.10 xhci-hcd
Aug  5 11:32:21 localhost vmunix: [    1.238913] usb usb9: SerialNumber: 0000:03:00.0
Aug  5 11:32:21 localhost vmunix: [    1.239024] hub 9-0:1.0: USB hub found
Aug  5 11:32:21 localhost vmunix: [    1.239032] hub 9-0:1.0: 2 ports detected
Aug  5 11:32:21 localhost vmunix: [    1.239194] i8042: PNP: No PS/2 controller found.
Aug  5 11:32:21 localhost vmunix: [    1.239199] i8042: Probing ports directly.
Aug  5 11:32:21 localhost vmunix: [    1.239600] serio: i8042 KBD port at 0x60,0x64 irq 1
Aug  5 11:32:21 localhost vmunix: [    1.239609] serio: i8042 AUX port at 0x60,0x64 irq 12
Aug  5 11:32:21 localhost vmunix: [    1.239725] mousedev: PS/2 mouse device common for all mice
Aug  5 11:32:21 localhost vmunix: [    1.239889] rtc_cmos 00:01: RTC can wake from S4
Aug  5 11:32:21 localhost vmunix: [    1.240165] rtc_cmos 00:01: registered as rtc0
Aug  5 11:32:21 localhost vmunix: [    1.240187] rtc_cmos 00:01: setting system clock to 2022-08-05T01:32:02 UTC (1659663122)
Aug  5 11:32:21 localhost vmunix: [    1.240205] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug  5 11:32:21 localhost vmunix: [    1.240218] i2c_dev: i2c /dev entries driver
Aug  5 11:32:21 localhost vmunix: [    1.240285] device-mapper: uevent: version 1.0.3
Aug  5 11:32:21 localhost vmunix: [    1.240402] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
Aug  5 11:32:21 localhost vmunix: [    1.240525] ledtrig-cpu: registered to indicate activity on CPUs
Aug  5 11:32:21 localhost vmunix: [    1.240843] NET: Registered PF_INET6 protocol family
Aug  5 11:32:21 localhost vmunix: [    1.241509] Segment Routing with IPv6
Aug  5 11:32:21 localhost vmunix: [    1.241525] In-situ OAM (IOAM) with IPv6
Aug  5 11:32:21 localhost vmunix: [    1.241545] NET: Registered PF_PACKET protocol family
Aug  5 11:32:21 localhost vmunix: [    1.241721] Key type dns_resolver registered
Aug  5 11:32:21 localhost vmunix: [    1.242296] microcode: CPU0: patch_level=0x010000c8
Aug  5 11:32:21 localhost vmunix: [    1.242305] microcode: CPU1: patch_level=0x010000c8
Aug  5 11:32:21 localhost vmunix: [    1.242324] microcode: CPU2: patch_level=0x010000c8
Aug  5 11:32:21 localhost vmunix: [    1.242343] microcode: CPU3: patch_level=0x010000c8
Aug  5 11:32:21 localhost vmunix: [    1.242419] microcode: Microcode Update Driver: v2.2.
Aug  5 11:32:21 localhost vmunix: [    1.242425] IPI shorthand broadcast: enabled
Aug  5 11:32:21 localhost vmunix: [    1.242435] sched_clock: Marking stable (1241054642, 1358904)->(1430216430, -187802884)
Aug  5 11:32:21 localhost vmunix: [    1.242647] registered taskstats version 1
Aug  5 11:32:21 localhost vmunix: [    1.242655] Loading compiled-in X.509 certificates
Aug  5 11:32:21 localhost vmunix: [    1.243357] zswap: loaded using pool lzo/zbud
Aug  5 11:32:21 localhost vmunix: [    1.244834] Key type encrypted registered
Aug  5 11:32:21 localhost vmunix: [    1.244847] AppArmor: AppArmor sha1 policy hashing enabled
Aug  5 11:32:21 localhost vmunix: [    1.244861] ima: No TPM chip found, activating TPM-bypass!
Aug  5 11:32:21 localhost vmunix: [    1.244873] ima: Allocated hash algorithm: sha1
Aug  5 11:32:21 localhost vmunix: [    1.244881] ima: No architecture policies found
Aug  5 11:32:21 localhost vmunix: [    1.244903] evm: Initialising EVM extended attributes:
Aug  5 11:32:21 localhost vmunix: [    1.244904] evm: security.selinux
Aug  5 11:32:21 localhost vmunix: [    1.244905] evm: security.SMACK64
Aug  5 11:32:21 localhost vmunix: [    1.244906] evm: security.SMACK64EXEC
Aug  5 11:32:21 localhost vmunix: [    1.244907] evm: security.SMACK64TRANSMUTE
Aug  5 11:32:21 localhost vmunix: [    1.244908] evm: security.SMACK64MMAP
Aug  5 11:32:21 localhost vmunix: [    1.244908] evm: security.apparmor
Aug  5 11:32:21 localhost vmunix: [    1.244909] evm: security.ima
Aug  5 11:32:21 localhost vmunix: [    1.244910] evm: security.capability
Aug  5 11:32:21 localhost vmunix: [    1.244910] evm: HMAC attrs: 0x1
Aug  5 11:32:21 localhost vmunix: [    1.250531] PM:   Magic number: 2:966:507
Aug  5 11:32:21 localhost vmunix: [    1.250937] acpi_cpufreq: overriding BIOS provided _PSD data
Aug  5 11:32:21 localhost vmunix: [    1.253259] Freeing unused kernel image (initmem) memory: 2328K
Aug  5 11:32:21 localhost vmunix: [    1.276108] Write protecting the kernel read-only data: 24576k
Aug  5 11:32:21 localhost vmunix: [    1.277176] Freeing unused kernel image (text/rodata gap) memory: 2036K
Aug  5 11:32:21 localhost vmunix: [    1.277635] Freeing unused kernel image (rodata/data gap) memory: 1020K
Aug  5 11:32:21 localhost vmunix: [    1.277649] Run /init as init process
Aug  5 11:32:21 localhost vmunix: [    1.398050] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
Aug  5 11:32:21 localhost vmunix: [    1.398064] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
Aug  5 11:32:21 localhost vmunix: [    1.399937] scsi host0: ahci
Aug  5 11:32:21 localhost vmunix: [    1.400858] scsi host1: ahci
Aug  5 11:32:21 localhost vmunix: [    1.401633] scsi host2: ahci
Aug  5 11:32:21 localhost vmunix: [    1.402412] scsi host3: ahci
Aug  5 11:32:21 localhost vmunix: [    1.402625] ata1: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd00 irq 19
Aug  5 11:32:21 localhost vmunix: [    1.402634] ata2: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd80 irq 19
Aug  5 11:32:21 localhost vmunix: [    1.402641] ata3: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe00 irq 19
Aug  5 11:32:21 localhost vmunix: [    1.402647] ata4: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe80 irq 19
Aug  5 11:32:21 localhost vmunix: [    1.700097] tsc: Refined TSC clocksource calibration: 3013.427 MHz
Aug  5 11:32:21 localhost vmunix: [    1.700125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b6fd1809f6, max_idle_ns: 440795293489 ns
Aug  5 11:32:21 localhost vmunix: [    1.700177] clocksource: Switched to clocksource tsc
Aug  5 11:32:21 localhost vmunix: [    1.719646] ata4: SATA link down (SStatus 0 SControl 300)
Aug  5 11:32:21 localhost vmunix: [    1.876150] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug  5 11:32:21 localhost vmunix: [    1.876193] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Aug  5 11:32:21 localhost vmunix: [    1.877588] ata1.00: ATA-8: ST500DM002-1BD142, KC44, max UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.877604] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
Aug  5 11:32:21 localhost vmunix: [    1.878408] ata2.00: ATA-8: WDC WD10EARS-00MVWB0, 51.0AB51, max UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.879014] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug  5 11:32:21 localhost vmunix: [    1.879355] ata1.00: configured for UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.879886] scsi 0:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC44 PQ: 0 ANSI: 5
Aug  5 11:32:21 localhost vmunix: [    1.880150] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Aug  5 11:32:21 localhost vmunix: [    1.880920] ata3.00: ATA-8: WDC WD1600AAJS-75M0A0, 02.03E02, max UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.881051] ata3.00: 312500000 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug  5 11:32:21 localhost vmunix: [    1.881243] sd 0:0:0:0: Attached scsi generic sg0 type 0
Aug  5 11:32:21 localhost vmunix: [    1.881441] ata2.00: configured for UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.882089] ata3.00: configured for UDMA/133
Aug  5 11:32:21 localhost vmunix: [    1.882202] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Aug  5 11:32:21 localhost vmunix: [    1.882219] sd 0:0:0:0: [sda] 4096-byte physical blocks
Aug  5 11:32:21 localhost vmunix: [    1.882350] sd 0:0:0:0: [sda] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [    1.882640] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug  5 11:32:21 localhost vmunix: [    1.883408] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EARS-00M AB51 PQ: 0 ANSI: 5
Aug  5 11:32:21 localhost vmunix: [    1.884277] sd 1:0:0:0: Attached scsi generic sg1 type 0
Aug  5 11:32:21 localhost vmunix: [    1.885325] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug  5 11:32:21 localhost vmunix: [    1.885422] sd 1:0:0:0: [sdb] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [    1.885613] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug  5 11:32:21 localhost vmunix: [    1.886148] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1600AAJS-7 3E02 PQ: 0 ANSI: 5
Aug  5 11:32:21 localhost vmunix: [    1.887230] sd 2:0:0:0: Attached scsi generic sg2 type 0
Aug  5 11:32:21 localhost vmunix: [    1.888303] sd 2:0:0:0: [sdc] 312500000 512-byte logical blocks: (160 GB/149 GiB)
Aug  5 11:32:21 localhost vmunix: [    1.888394] sd 2:0:0:0: [sdc] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [    1.888548] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug  5 11:32:21 localhost vmunix: [    1.946087]  sda: sda1 sda2 sda3
Aug  5 11:32:21 localhost vmunix: [    1.960192]  sdc: sdc1
Aug  5 11:32:21 localhost vmunix: [    1.960420] sd 0:0:0:0: [sda] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [    1.976362] sd 2:0:0:0: [sdc] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [    2.343940]  sdb: sdb1
Aug  5 11:32:21 localhost vmunix: [    2.360377] sd 1:0:0:0: [sdb] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [    2.367664] usbcore: registered new interface driver usb-storage
Aug  5 11:32:21 localhost vmunix: [    2.382325] usbcore: registered new interface driver uas
Aug  5 11:32:21 localhost vmunix: [    2.389318] hid: raw HID events driver (C) Jiri Kosina
Aug  5 11:32:21 localhost vmunix: [    2.391196] usbcore: registered new interface driver usbhid
Aug  5 11:32:21 localhost vmunix: [    2.391206] usbhid: USB HID core driver
Aug  5 11:32:21 localhost vmunix: [    2.442739] scsi host4: pata_atiixp
Aug  5 11:32:21 localhost vmunix: [    2.443531] scsi host5: pata_atiixp
Aug  5 11:32:21 localhost vmunix: [    2.443683] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
Aug  5 11:32:21 localhost vmunix: [    2.443691] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
Aug  5 11:32:21 localhost vmunix: [    2.615624] ata5.00: ATA-8: TOSHIBA MQ01ABF050, AM001J, max UDMA/100
Aug  5 11:32:21 localhost vmunix: [    2.615640] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
Aug  5 11:32:21 localhost vmunix: [    2.615827] ata5.01: ATA-10: WDC WD5000LPCX-22VHAT0, 01.01A01, max UDMA/133
Aug  5 11:32:21 localhost vmunix: [    2.615834] ata5.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
Aug  5 11:32:21 localhost vmunix: [    2.615847] ata5.00: limited to UDMA/33 due to 40-wire cable
Aug  5 11:32:21 localhost vmunix: [    2.615852] ata5.01: limited to UDMA/33 due to 40-wire cable
Aug  5 11:32:21 localhost vmunix: [    2.625548] scsi 4:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABF0 1J   PQ: 0 ANSI: 5
Aug  5 11:32:21 localhost vmunix: [    2.626178] sd 4:0:0:0: Attached scsi generic sg3 type 0
Aug  5 11:32:21 localhost vmunix: [    4.357975] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Aug  5 11:32:21 localhost vmunix: [    4.357990] sd 4:0:0:0: [sdd] 4096-byte physical blocks
Aug  5 11:32:21 localhost vmunix: [    4.390537] sd 4:0:0:0: [sdd] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [    4.390848] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug  5 11:32:21 localhost vmunix: [    4.391429] scsi 4:0:1:0: Direct-Access     ATA      WDC WD5000LPCX-2 1A01 PQ: 0 ANSI: 5
Aug  5 11:32:21 localhost vmunix: [    4.392096] sd 4:0:1:0: Attached scsi generic sg4 type 0
Aug  5 11:32:21 localhost vmunix: [    4.395117] sd 4:0:1:0: [sde] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Aug  5 11:32:21 localhost vmunix: [    4.395125] sd 4:0:1:0: [sde] 4096-byte physical blocks
Aug  5 11:32:21 localhost vmunix: [    4.395232] sd 4:0:1:0: [sde] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [    4.395432] sd 4:0:1:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug  5 11:32:21 localhost vmunix: [    4.459502]  sdd: sdd1
Aug  5 11:32:21 localhost vmunix: [    4.859736]  sde: sde1
Aug  5 11:32:21 localhost vmunix: [    4.859882] sd 4:0:0:0: [sdd] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [    4.876405] sd 4:0:1:0: [sde] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [    4.884617] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Aug  5 11:32:21 localhost vmunix: [    5.209515] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
Aug  5 11:32:21 localhost vmunix: [    7.239811] random: crng init done
Aug  5 11:32:21 localhost vmunix: [    9.965822] shepherd[1]: Service root has been started.
Aug  5 11:32:21 localhost vmunix: [   11.492683] shepherd[1]: starting services...
Aug  5 11:32:21 localhost vmunix: [   11.496957] shepherd[1]: Service root-file-system has been started.
Aug  5 11:32:21 localhost vmunix: [   11.583086] shepherd[1]: waiting for udevd...
Aug  5 11:32:21 localhost vmunix: [   11.934420] udevd[162]: starting version 3.2.11
Aug  5 11:32:21 localhost vmunix: [   12.301267] shepherd[1]: Service udev has been started.
Aug  5 11:32:21 localhost vmunix: [   13.379946] udevd[162]: starting eudev-3.2.11
Aug  5 11:32:21 localhost vmunix: [   13.404392] udevd[162]: no sender credentials received, message ignored
Aug  5 11:32:21 localhost vmunix: [   14.530906] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20211217/utaddress-204)
Aug  5 11:32:21 localhost vmunix: [   14.530936] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\_SB.PCI0.SBRG.ASOC.SMRG) (20211217/utaddress-204)
Aug  5 11:32:21 localhost vmunix: [   14.530953] ACPI: OSL: Resource conflict; ACPI support missing from driver?
Aug  5 11:32:21 localhost vmunix: [   14.532202] ATK0110 ATK0110:00: EC enabled
Aug  5 11:32:21 localhost vmunix: [   14.797818] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   14.799704] shepherd[1]: Service user-file-systems has been started.
Aug  5 11:32:21 localhost vmunix: [   14.827320] parport_pc 00:02: reported by Plug and Play ACPI
Aug  5 11:32:21 localhost vmunix: [   14.827962] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Aug  5 11:32:21 localhost vmunix: [   15.000450] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Aug  5 11:32:21 localhost vmunix: [   15.000705] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Aug  5 11:32:21 localhost vmunix: [   15.001162] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Aug  5 11:32:21 localhost vmunix: [   15.068614] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.069275] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   15.069976] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.070635] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   15.071368] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.132445] mpt3sas version 40.100.00.00 loaded
Aug  5 11:32:21 localhost vmunix: [   15.133575] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (7890772 kB)
Aug  5 11:32:21 localhost vmunix: [   15.193665] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
Aug  5 11:32:21 localhost vmunix: [   15.193676] mpt2sas_cm0: MSI-X vectors supported: 1
Aug  5 11:32:21 localhost vmunix: [   15.193678] 	 no of cores: 4, max_msix_vectors: -1
Aug  5 11:32:21 localhost vmunix: [   15.193679] mpt2sas_cm0:  0 1 1
Aug  5 11:32:21 localhost vmunix: [   15.193759] mpt2sas_cm0: High IOPs queues : disabled
Aug  5 11:32:21 localhost vmunix: [   15.193761] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 33
Aug  5 11:32:21 localhost vmunix: [   15.193762] mpt2sas_cm0: iomem(0x00000000f04c0000), mapped(0x000000002c6adcb3), size(16384)
Aug  5 11:32:21 localhost vmunix: [   15.193765] mpt2sas_cm0: ioport(0x000000000000d000), size(256)
Aug  5 11:32:21 localhost vmunix: [   15.248114] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
Aug  5 11:32:21 localhost vmunix: [   15.248122] mpt2sas_cm0: sending message unit reset !!
Aug  5 11:32:21 localhost vmunix: [   15.249678] mpt2sas_cm0: message unit reset: SUCCESS
Aug  5 11:32:21 localhost vmunix: [   15.277285] mpt2sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(9), sge_per_io(128), chains_per_io(15)
Aug  5 11:32:21 localhost vmunix: [   15.277456] mpt2sas_cm0: request pool(0x00000000be6de9bf) - dma(0x101d00000): depth(3492), frame_size(128), pool_size(436 kB)
Aug  5 11:32:21 localhost vmunix: [   15.287173] mpt2sas_cm0: sense pool(0x00000000a7148fd9) - dma(0x105980000): depth(3367), element_size(96), pool_size (315 kB)
Aug  5 11:32:21 localhost vmunix: [   15.287182] mpt2sas_cm0: sense pool(0x00000000a7148fd9)- dma(0x105980000): depth(3367),element_size(96), pool_size(0 kB)
Aug  5 11:32:21 localhost vmunix: [   15.287366] mpt2sas_cm0: reply pool(0x0000000095cbbc19) - dma(0x105880000): depth(3556), frame_size(128), pool_size(444 kB)
Aug  5 11:32:21 localhost vmunix: [   15.287376] mpt2sas_cm0: config page(0x000000008f4551d3) - dma(0x105a42000): size(512)
Aug  5 11:32:21 localhost vmunix: [   15.287378] mpt2sas_cm0: Allocated physical memory: size(7579 kB)
Aug  5 11:32:21 localhost vmunix: [   15.287379] mpt2sas_cm0: Current Controller Queue Depth(3364),Max Controller Queue Depth(3432)
Aug  5 11:32:21 localhost vmunix: [   15.287380] mpt2sas_cm0: Scatter Gather Elements per IO(128)
Aug  5 11:32:21 localhost vmunix: [   15.331314] mpt2sas_cm0: overriding NVDATA EEDPTagMode setting
Aug  5 11:32:21 localhost vmunix: [   15.331777] mpt2sas_cm0: LSISAS2008: FWVersion(20.00.07.00), ChipRevision(0x02), BiosVersion(07.39.02.00)
Aug  5 11:32:21 localhost vmunix: [   15.331787] mpt2sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
Aug  5 11:32:21 localhost vmunix: [   15.331881] scsi host6: Fusion MPT SAS Host
Aug  5 11:32:21 localhost vmunix: [   15.333505] mpt2sas_cm0: sending port enable !!
Aug  5 11:32:21 localhost vmunix: [   15.334329] mpt2sas_cm0: hba_port entry: 000000000e412e10, port: 255 is added to hba_port list
Aug  5 11:32:21 localhost vmunix: [   15.336398] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b0257cd000), phys(8)
Aug  5 11:32:21 localhost vmunix: [   15.337285] mpt2sas_cm0: handle(0x9) sas_address(0x4433221104000000) port_type(0x1)
Aug  5 11:32:21 localhost vmunix: [   15.337549] mpt2sas_cm0: handle(0xb) sas_address(0x4433221105000000) port_type(0x1)
Aug  5 11:32:21 localhost vmunix: [   15.337812] mpt2sas_cm0: handle(0xc) sas_address(0x4433221106000000) port_type(0x1)
Aug  5 11:32:21 localhost vmunix: [   15.338075] mpt2sas_cm0: handle(0xa) sas_address(0x4433221107000000) port_type(0x1)
Aug  5 11:32:21 localhost vmunix: [   15.352108] mpt2sas_cm0: port enable: SUCCESS
Aug  5 11:32:21 localhost vmunix: [   15.355722] scsi 6:0:0:0: Direct-Access     ATA      ST320LT020-9YG14 SDM1 PQ: 0 ANSI: 6
Aug  5 11:32:21 localhost vmunix: [   15.355748] scsi 6:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221107000000), phy(7), device_name(0x5000c5006048f7c3)
Aug  5 11:32:21 localhost vmunix: [   15.355755] scsi 6:0:0:0: enclosure logical id (0x500605b0257cd000), slot(4) 
Aug  5 11:32:21 localhost vmunix: [   15.355857] scsi 6:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Aug  5 11:32:21 localhost vmunix: [   15.355868] scsi 6:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Aug  5 11:32:21 localhost vmunix: [   15.363646]  end_device-6:0: add: handle(0x000a), sas_addr(0x4433221107000000)
Aug  5 11:32:21 localhost vmunix: [   15.368568] scsi 6:0:1:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 5E   PQ: 0 ANSI: 6
Aug  5 11:32:21 localhost vmunix: [   15.368594] scsi 6:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221104000000), phy(4), device_name(0x50000395e208510c)
Aug  5 11:32:21 localhost vmunix: [   15.368603] scsi 6:0:1:0: enclosure logical id (0x500605b0257cd000), slot(7) 
Aug  5 11:32:21 localhost vmunix: [   15.368714] scsi 6:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Aug  5 11:32:21 localhost vmunix: [   15.368725] scsi 6:0:1:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Aug  5 11:32:21 localhost vmunix: [   15.380295]  end_device-6:1: add: handle(0x0009), sas_addr(0x4433221104000000)
Aug  5 11:32:21 localhost vmunix: [   15.382346] scsi 6:0:2:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 6
Aug  5 11:32:21 localhost vmunix: [   15.382361] scsi 6:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221105000000), phy(5), device_name(0x5000c5004ab4fd9e)
Aug  5 11:32:21 localhost vmunix: [   15.382364] scsi 6:0:2:0: enclosure logical id (0x500605b0257cd000), slot(6) 
Aug  5 11:32:21 localhost vmunix: [   15.382447] scsi 6:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Aug  5 11:32:21 localhost vmunix: [   15.382451] scsi 6:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Aug  5 11:32:21 localhost vmunix: [   15.386839]  end_device-6:2: add: handle(0x000b), sas_addr(0x4433221105000000)
Aug  5 11:32:21 localhost vmunix: [   15.387972] scsi 6:0:3:0: Direct-Access     ATA      TOSHIBA MK3261GS 0C   PQ: 0 ANSI: 6
Aug  5 11:32:21 localhost vmunix: [   15.387984] scsi 6:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221106000000), phy(6), device_name(0x50000393e1a8b5ea)
Aug  5 11:32:21 localhost vmunix: [   15.387987] scsi 6:0:3:0: enclosure logical id (0x500605b0257cd000), slot(5) 
Aug  5 11:32:21 localhost vmunix: [   15.388100] scsi 6:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Aug  5 11:32:21 localhost vmunix: [   15.388103] scsi 6:0:3:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Aug  5 11:32:21 localhost vmunix: [   15.390055]  end_device-6:3: add: handle(0x000c), sas_addr(0x4433221106000000)
Aug  5 11:32:21 localhost vmunix: [   15.390790] sd 6:0:0:0: Attached scsi generic sg5 type 0
Aug  5 11:32:21 localhost vmunix: [   15.541631] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.543733] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   15.545710] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.549996] shepherd[1]: Service file-system-/dev/pts has been started.
Aug  5 11:32:21 localhost vmunix: [   15.553233] shepherd[1]: Service file-system-/sys/kernel/debug has been started.
Aug  5 11:32:21 localhost vmunix: [   15.556326] shepherd[1]: Service file-system-/dev/shm has been started.
Aug  5 11:32:21 localhost vmunix: [   15.558949] shepherd[1]: Service file-system-/sys/firmware/efi/efivars has been started.
Aug  5 11:32:21 localhost vmunix: [   15.562228] shepherd[1]: Service file-system-/gnu/store has been started.
Aug  5 11:32:21 localhost vmunix: [   15.709718] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.711480] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   15.713314] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.715101] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   15.717386] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.719231] shepherd[1]: Service user-processes depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   15.721400] shepherd[1]: Service user-processes could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.723350] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   15.735462] sd 6:0:1:0: Attached scsi generic sg6 type 0
Aug  5 11:32:21 localhost vmunix: [   15.740189] sd 6:0:0:0: [sdf] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Aug  5 11:32:21 localhost vmunix: [   15.740207] sd 6:0:0:0: [sdf] 4096-byte physical blocks
Aug  5 11:32:21 localhost vmunix: [   15.806323] sd 6:0:0:0: [sdf] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [   15.810254] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
Aug  5 11:32:21 localhost vmunix: [   15.821689] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.823477] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   15.825315] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.827030] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   15.830857] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.832809] shepherd[1]: Service user-homes depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   15.834960] shepherd[1]: Service user-homes could not be started.
Aug  5 11:32:21 localhost vmunix: [   15.845876] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, XX:XX:XX:XX:XX:XX, XID 2c9, IRQ 32
Aug  5 11:32:21 localhost vmunix: [   15.845896] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Aug  5 11:32:21 localhost vmunix: [   15.972849]  sdf: sdf1
Aug  5 11:32:21 localhost vmunix: [   16.104282] sd 6:0:2:0: Attached scsi generic sg7 type 0
Aug  5 11:32:21 localhost vmunix: [   16.105747] sd 6:0:1:0: [sdg] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug  5 11:32:21 localhost vmunix: [   16.105762] sd 6:0:1:0: [sdg] 4096-byte physical blocks
Aug  5 11:32:21 localhost vmunix: [   16.110701] sd 6:0:0:0: [sdf] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [   16.139622] input: PC Speaker as /devices/platform/pcspkr/input/input4
Aug  5 11:32:21 localhost vmunix: [   16.182503] sd 6:0:1:0: [sdg] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [   16.184186] sd 6:0:1:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
Aug  5 11:32:21 localhost vmunix: [   16.199478] shepherd[1]: Service sysctl has been started.
Aug  5 11:32:21 localhost vmunix: [   16.350617]  sdg: sdg1
Aug  5 11:32:21 localhost vmunix: [   16.433050] sd 6:0:3:0: Attached scsi generic sg8 type 0
Aug  5 11:32:21 localhost vmunix: [   16.485076] sd 6:0:2:0: [sdh] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Aug  5 11:32:21 localhost vmunix: [   16.489842] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.491534] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   16.493282] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.494818] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   16.496535] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.497048] sd 6:0:1:0: [sdg] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [   16.498100] shepherd[1]: Service user-processes depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   16.499757] shepherd[1]: Service user-processes could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.501358] shepherd[1]: Service nscd depends on user-processes.
Aug  5 11:32:21 localhost vmunix: [   16.502982] shepherd[1]: Service nscd could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.573579] sd 6:0:2:0: [sdh] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [   16.577130] sd 6:0:2:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
Aug  5 11:32:21 localhost vmunix: [   16.587667] ppdev: user-space parallel port driver
Aug  5 11:32:21 localhost vmunix: [   16.660608] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.662315] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   16.664004] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.665623] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   16.667237] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.668844] shepherd[1]: Service user-processes depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   16.670566] shepherd[1]: Service user-processes could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.672172] shepherd[1]: Service guix-daemon depends on user-processes.
Aug  5 11:32:21 localhost vmunix: [   16.673904] shepherd[1]: Service guix-daemon could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.775653]  sdh: sdh1
Aug  5 11:32:21 localhost vmunix: [   16.869588] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.871312] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   16.873058] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.874630] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   16.876354] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.877912] shepherd[1]: Service urandom-seed depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   16.879554] shepherd[1]: Service urandom-seed could not be started.
Aug  5 11:32:21 localhost vmunix: [   16.920233] sd 6:0:2:0: [sdh] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [   16.955314] sd 6:0:3:0: [sdi] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Aug  5 11:32:21 localhost vmunix: [   17.093168] sd 6:0:3:0: [sdi] Write Protect is off
Aug  5 11:32:21 localhost vmunix: [   17.095103] sd 6:0:3:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
Aug  5 11:32:21 localhost vmunix: [   17.270834] shepherd[1]: Service loopback has been started.
Aug  5 11:32:21 localhost vmunix: [   17.329762]  sdi: sdi1
Aug  5 11:32:21 localhost vmunix: [   17.487016] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home could not be started.
Aug  5 11:32:21 localhost vmunix: [   17.488775] shepherd[1]: Service file-system-/home depends on device-mapping-streetkid_VG_storage-streetkid_LV_home.
Aug  5 11:32:21 localhost vmunix: [   17.490582] shepherd[1]: Service file-system-/home could not be started.
Aug  5 11:32:21 localhost vmunix: [   17.492239] shepherd[1]: Service file-systems depends on file-system-/home.
Aug  5 11:32:21 localhost vmunix: [   17.494045] shepherd[1]: Service file-systems could not be started.
Aug  5 11:32:21 localhost vmunix: [   17.495791] shepherd[1]: Service user-processes depends on file-systems.
Aug  5 11:32:21 localhost vmunix: [   17.497776] shepherd[1]: Service user-processes could not be started.
Aug  5 11:32:21 localhost vmunix: [   17.499499] shepherd[1]: Service term-tty6 depends on user-processes.
Aug  5 11:32:21 localhost vmunix: [   17.501334] shepherd[1]: Service term-tty6 could not be started.
Aug  5 11:32:21 localhost vmunix: [   17.928189] sd 6:0:3:0: [sdi] Attached SCSI disk
Aug  5 11:32:21 localhost vmunix: [   17.997463] r8169 0000:04:00.0 yolo420: renamed from eth0
Aug  5 11:32:21 localhost vmunix: [   18.145614] kvm: support for 'kvm_amd' disabled by bios
Aug  5 11:32:21 localhost vmunix: [   18.183807] kvm: support for 'kvm_amd' disabled by bios
Aug  5 11:32:21 localhost vmunix: [   18.243440] ACPI: bus type drm_connector registered
Aug  5 11:32:21 localhost vmunix: [   18.248531] kvm: support for 'kvm_amd' disabled by bios
Aug  5 11:32:21 localhost vmunix: [   18.283026] kvm: support for 'kvm_amd' disabled by bios
Aug  5 11:32:21 localhost vmunix: [   18.316511] Error: Driver 'pcspkr' is already registered, aborting...
Aug  5 11:32:21 localhost vmunix: [   18.390584] MCE: In-kernel MCE decoding enabled.
Aug  5 11:32:21 localhost vmunix: [   18.605072] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input6
Aug  5 11:32:21 localhost vmunix: [   18.661245] [drm] radeon kernel modesetting enabled.
Aug  5 11:32:21 localhost vmunix: [   18.661564] radeon 0000:01:05.0: vgaarb: deactivate vga console
Aug  5 11:32:21 localhost vmunix: [   18.662086] Console: switching to colour dummy device 80x25
Aug  5 11:32:21 localhost vmunix: [   18.662694] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1043:0x843E 0x00).
Aug  5 11:32:21 localhost vmunix: [   18.662707] radeon 0000:01:05.0: vram limit (0) must be a power of 2
Aug  5 11:32:21 localhost vmunix: [   18.664318] ATOM BIOS: 113
Aug  5 11:32:21 localhost vmunix: [   18.664371] radeon 0000:01:05.0: VRAM: 368M 0x00000000C0000000 - 0x00000000D6FFFFFF (368M used)
Aug  5 11:32:21 localhost vmunix: [   18.664384] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
Aug  5 11:32:21 localhost vmunix: [   18.664403] [drm] Detected VRAM RAM=368M, BAR=256M
Aug  5 11:32:21 localhost vmunix: [   18.664407] [drm] RAM width 32bits DDR
Aug  5 11:32:21 localhost vmunix: [   18.664465] [drm] radeon: 368M of VRAM memory ready
Aug  5 11:32:21 localhost vmunix: [   18.664471] [drm] radeon: 512M of GTT memory ready.
Aug  5 11:32:21 localhost vmunix: [   18.664487] [drm] Loading RS780 Microcode
Aug  5 11:32:21 localhost vmunix: [   18.903844] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Aug  5 11:32:21 localhost vmunix: [   18.903865] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug  5 11:32:21 localhost vmunix: [   18.903875] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Aug  5 11:32:21 localhost vmunix: [   18.903883] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Aug  5 11:32:21 localhost vmunix: [   18.903888] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
Aug  5 11:32:21 localhost vmunix: [   18.903893] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Aug  5 11:32:21 localhost vmunix: [   18.903899] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Aug  5 11:32:21 localhost vmunix: [   18.903906] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Aug  5 11:32:21 localhost vmunix: [   18.903911] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Aug  5 11:32:21 localhost vmunix: [   18.943340] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
Aug  5 11:32:21 localhost vmunix: [   18.943672] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
Aug  5 11:32:21 localhost vmunix: [   18.943989] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
Aug  5 11:32:21 localhost vmunix: [   18.944361] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
Aug  5 11:32:21 localhost vmunix: [   18.944655] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
Aug  5 11:32:21 localhost vmunix: [   18.944961] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
Aug  5 11:32:21 localhost vmunix: [   18.945257] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
Aug  5 11:32:21 localhost vmunix: [   18.945575] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
Aug  5 11:32:21 localhost vmunix: [   18.956982] [drm] radeon: power management initialized
Aug  5 11:32:21 localhost vmunix: [   18.958217] [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug  5 11:32:21 localhost vmunix: [   18.974234] [drm] PCIE GART of 512M enabled (table at 0x00000000C0146000).
Aug  5 11:32:21 localhost vmunix: [   18.974442] radeon 0000:01:05.0: WB enabled
Aug  5 11:32:21 localhost vmunix: [   18.974451] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00
Aug  5 11:32:21 localhost vmunix: [   18.976892] radeon 0000:01:05.0: fence driver on ring 5 use gpu addr 0x00000000c0056038
Aug  5 11:32:21 localhost vmunix: [   18.977394] radeon 0000:01:05.0: radeon: MSI limited to 32-bit
Aug  5 11:32:21 localhost vmunix: [   18.977429] [drm] radeon: irq initialized.
Aug  5 11:32:21 localhost vmunix: [   19.009788] [drm] ring test on 0 succeeded in 0 usecs
Aug  5 11:32:21 localhost vmunix: [   19.184454] [drm] ring test on 5 succeeded in 1 usecs
Aug  5 11:32:21 localhost vmunix: [   19.184458] [drm] UVD initialized successfully.
Aug  5 11:32:21 localhost vmunix: [   19.184741] [drm] ib test on ring 0 succeeded in 0 usecs
Aug  5 11:32:21 localhost vmunix: [   19.550483] shepherd[1]: Service device-mapping-streetkid_VG_storage-streetkid_LV_home has been started.
Aug  5 11:32:21 localhost vmunix: [   19.848205] [drm] ib test on ring 5 succeeded
Aug  5 11:32:21 localhost vmunix: [   19.849896] [drm] Radeon Display Connectors
Aug  5 11:32:21 localhost vmunix: [   19.849905] [drm] Connector 0:
Aug  5 11:32:21 localhost vmunix: [   19.849908] [drm]   VGA-1
Aug  5 11:32:21 localhost vmunix: [   19.849911] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
Aug  5 11:32:21 localhost vmunix: [   19.849920] [drm]   Encoders:
Aug  5 11:32:21 localhost vmunix: [   19.849922] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
Aug  5 11:32:21 localhost vmunix: [   19.849926] [drm] Connector 1:
Aug  5 11:32:21 localhost vmunix: [   19.849929] [drm]   DVI-D-1
Aug  5 11:32:21 localhost vmunix: [   19.849931] [drm]   HPD1
Aug  5 11:32:21 localhost vmunix: [   19.849934] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
Aug  5 11:32:21 localhost vmunix: [   19.849941] [drm]   Encoders:
Aug  5 11:32:21 localhost vmunix: [   19.849943] [drm]     DFP3: INTERNAL_KLDSCP_LVTMA
Aug  5 11:32:21 localhost vmunix: [   19.869535] radeon 0000:01:05.0: [drm] Cannot find any crtc or sizes
Aug  5 11:32:21 localhost vmunix: [   19.870013] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:05.0 on minor 0
Aug  5 11:32:21 localhost vmunix: [   20.052293] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug  5 11:32:21 localhost vmunix: [   20.084175] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Quota mode: none.
Aug  5 11:32:21 localhost vmunix: [   20.086849] shepherd[1]: Service file-system-/home has been started.
Aug  5 11:32:21 localhost vmunix: [   20.088540] shepherd[1]: Service file-systems has been started.
Aug  5 11:32:21 localhost vmunix: [   20.101944] shepherd[1]: Service user-homes has been started.
Aug  5 11:32:21 localhost vmunix: [   20.115621] shepherd[1]: Service urandom-seed has been started.
Aug  5 11:32:21 localhost vmunix: [   20.116355] shepherd[1]: Service user-processes has been started.
Aug  5 11:32:21 localhost vmunix: [   20.116999] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.117977] shepherd[1]: Service virtual-terminal has been started.
Aug  5 11:32:21 localhost vmunix: [   20.120354] shepherd[1]: Service term-tty5 has been started.
Aug  5 11:32:21 localhost vmunix: [   20.121043] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.123563] shepherd[1]: Service term-tty4 has been started.
Aug  5 11:32:21 localhost vmunix: [   20.124276] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.126901] shepherd[1]: Service term-tty3 has been started.
Aug  5 11:32:21 localhost vmunix: [   20.127634] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.130283] shepherd[1]: Service term-tty2 has been started.
Aug  5 11:32:21 localhost vmunix: [   20.131051] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.133711] shepherd[1]: Service term-tty1 has been started.
Aug  5 11:32:21 localhost vmunix: [   20.134382] shepherd[1]: Service host-name has been started.
Aug  5 11:32:21 localhost vmunix: [   20.332116] [drm] amdgpu kernel modesetting enabled.
Aug  5 11:32:21 localhost vmunix: [   20.332415] amdgpu: CRAT table not found
Aug  5 11:32:21 localhost vmunix: [   20.332419] amdgpu: Virtual CRAT table created for CPU
Aug  5 11:32:21 localhost vmunix: [   20.332438] amdgpu: Topology: Add CPU node
Aug  5 11:32:22 localhost vmunix: [   20.917560] radeon 0000:01:05.0: [drm] Cannot find any crtc or sizes
Aug  5 11:32:22 localhost shepherd[1]: Service syslogd has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service term-console could not be started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty1 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty2 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty3 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty4 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty5 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service host-name has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service term-tty6 has been started. 
Aug  5 11:32:22 localhost shepherd[1]: Service console-font-tty6 has been started. 
Aug  5 11:32:23 localhost vmunix: [   21.880745] RPC: Registered named UNIX socket transport module.
Aug  5 11:32:23 localhost vmunix: [   21.880757] RPC: Registered udp transport module.
Aug  5 11:32:23 localhost vmunix: [   21.880760] RPC: Registered tcp transport module.
Aug  5 11:32:23 localhost vmunix: [   21.880763] RPC: Registered tcp NFSv4.1 backchannel transport module.
Aug  5 11:32:23 localhost vmunix: [   22.012384] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Aug  5 11:32:23 localhost shepherd[1]: Service /proc/fs/nfsd has been started. 
Aug  5 11:32:23 localhost vmunix: [   22.116926] RTL8211E Gigabit Ethernet r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Aug  5 11:32:23 localhost vmunix: [   22.394325] r8169 0000:04:00.0 yolo420: Link is Down
Aug  5 11:32:23 localhost shepherd[1]: Service networking has been started. 
Aug  5 11:32:23 localhost shepherd[1]: Service rpcbind-daemon has been started. 
Aug  5 11:32:23 localhost rpc.statd[293]: Version 2.4.3 starting
Aug  5 11:32:23 localhost rpc.statd[293]: Flags: No-Daemon TI-RPC 
Aug  5 11:32:23 localhost rpc.statd[293]: Running as root.  chown /var/lib/nfs to choose different user
Aug  5 11:32:24 localhost shepherd[1]: Service rpc.statd has been started. 
Aug  5 11:32:24 localhost shepherd[1]: Service rpc.mountd has been started. 
Aug  5 11:32:24 localhost rpc.mountd[294]: Version 2.4.3 starting
Aug  5 11:32:25 localhost vmunix: [   24.528671] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Aug  5 11:32:26 localhost vmunix: [   25.289985] NFSD: Using legacy client tracking operations.
Aug  5 11:32:26 localhost vmunix: [   25.289997] NFSD: starting 90-second grace period (net f0000000)
Aug  5 11:32:26 localhost shepherd[1]: Service rpc.nfsd has been started. 
Aug  5 11:32:26 localhost vmunix: [   25.489566] r8169 0000:04:00.0 yolo420: Link is Up - 1Gbps/Full - flow control rx/tx
Aug  5 11:32:26 localhost vmunix: [   25.489611] IPv6: ADDRCONF(NETDEV_CHANGE): yolo420: link becomes ready
Aug  5 11:32:27 localhost shepherd[1]: Service nfs has been started. 
Aug  5 11:32:27 localhost shepherd[1]: Service ntpd has been started. 
Aug  5 11:32:27 localhost shepherd[1]: Service ssh-daemon has been started. 
Aug  5 11:32:27 localhost shepherd[1]: Service rpc-pipefs has been started. 
Aug  5 11:32:27 localhost shepherd[1]: Service idmap-daemon has been started. 
Aug  5 11:32:27 localhost shepherd[1]: Service mcron has been started. 
Aug  5 11:32:27 localhost shepherd[1]: [rpc.mountd] rpc.mountd: Version 2.4.3 starting 
Aug  5 11:32:27 localhost shepherd[1]: [rpc.idmapd] rpc.idmapd: -c is deprecated and may be removed in the future.  See idmapd(8). 
Aug  5 11:32:27 localhost rpc.idmapd[311]: Setting log level to 0 
Aug  5 11:32:27 localhost shepherd[1]: [rpc.idmapd] rpc.idmapd: Setting log level to 0 
Aug  5 11:32:27 localhost shepherd[1]: [rpc.idmapd]  
Aug  5 11:32:27 localhost ntpd[310]: ntpd 4.2.8p15@1.3728-o Thu Jan  1 12:00:01 AM UTC 1970 (1): Starting
Aug  5 11:32:27 localhost ntpd[310]: Command line: /gnu/store/nmgf193k62kn2sbkrv33g9krlk3ws698-ntp-4.2.8p15/bin/ntpd -n -c /gnu/store/ghh3m9wzraszf7p4ynac006x96svddbq-ntpd.conf -u ntpd -g
Aug  5 11:32:27 localhost ntpd[310]: ----------------------------------------------------
Aug  5 11:32:27 localhost ntpd[310]: ntp-4 is maintained by Network Time Foundation,
Aug  5 11:32:27 localhost ntpd[310]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Aug  5 11:32:27 localhost ntpd[310]: corporation.  Support and training for ntp-4 are
Aug  5 11:32:27 localhost ntpd[310]: available at https://www.nwtime.org/support
Aug  5 11:32:27 localhost ntpd[310]: ----------------------------------------------------
Aug  5 11:32:27 localhost ntpd[310]: proto: precision = 0.353 usec (-21)
Aug  5 11:32:28 localhost ntpd[310]: baseday_set_day: invalid day (25556), UNIX epoch substituted
Aug  5 11:32:28 localhost ntpd[310]: basedate set to 1970-01-01
Aug  5 11:32:28 localhost ntpd[310]: gps base set to 1980-01-06 (week 0)
Aug  5 11:32:28 localhost ntpd[310]: Listen and drop on 0 v6wildcard [::]:123
Aug  5 11:32:28 localhost ntpd[310]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Aug  5 11:32:28 localhost ntpd[310]: Listen normally on 2 lo 127.0.0.1:123
Aug  5 11:32:28 localhost ntpd[310]: Listen normally on 3 yolo420 192.168.0.6:123
Aug  5 11:32:28 localhost ntpd[310]: Listen normally on 4 lo [::1]:123
Aug  5 11:32:28 localhost ntpd[310]: Listen normally on 5 yolo420 [XXXX::XXXX:XXX:XXXX:XXXXX]:123
Aug  5 11:32:28 localhost ntpd[310]: Listening on routing socket on fd #22 for interface updates
Aug  5 11:32:28 localhost ntpd[310]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug  5 11:32:28 localhost ntpd[310]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug  5 11:32:29 localhost ntpd[310]: Soliciting pool server 139.99.222.72
Aug  5 11:32:29 localhost ntpd[310]: Soliciting pool server 180.150.31.130
Aug  5 11:33:36 localhost ntpd[310]: Soliciting pool server 27.124.125.250
Aug  5 11:34:43 localhost ntpd[310]: Soliciting pool server 27.124.125.252
Aug  5 11:35:46 localhost shepherd[1]: Accepted connection on 0.0.0.0:22 from 192.168.0.3:56628. 
Aug  5 11:35:46 localhost shepherd[1]: Service sshd-1 has been started. 
Aug  5 11:35:48 localhost ntpd[310]: Soliciting pool server 27.124.125.251
Aug  5 11:35:52 localhost sshd[319]: Accepted password for mark from 192.168.0.3 port 56628 ssh2
Aug  5 11:36:53 localhost ntpd[310]: Soliciting pool server 13.55.50.68
Aug  5 11:36:54 localhost ntpd[310]: Soliciting pool server 103.126.53.123
Aug  5 11:36:55 localhost ntpd[310]: Soliciting pool server 45.76.113.31
Aug  5 11:38:06 localhost ntpd[310]: Soliciting pool server 220.158.215.21
Aug  5 11:39:07 localhost ntpd[310]: Soliciting pool server 27.124.125.251
Aug  5 11:40:13 localhost ntpd[310]: Soliciting pool server 203.206.205.83
Aug  5 11:41:22 localhost ntpd[310]: Soliciting pool server 162.159.200.123
Aug  5 11:41:23 localhost ntpd[310]: Soliciting pool server 203.135.184.123
Aug  5 11:41:49 localhost ntpd[310]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug  5 11:42:29 localhost ntpd[310]: Soliciting pool server 194.0.5.123
Aug  5 11:42:30 localhost ntpd[310]: Soliciting pool server 27.124.125.250
Aug  5 11:43:42 localhost ntpd[310]: Soliciting pool server 162.159.200.1
Aug  5 11:43:43 localhost ntpd[310]: Soliciting pool server 129.250.35.250
Aug  5 11:43:44 localhost ntpd[310]: Soliciting pool server 220.158.215.21
Aug  5 11:44:52 localhost ntpd[310]: Soliciting pool server 27.124.125.250
Aug  5 11:45:08 localhost ntpd[310]: Soliciting pool server 220.158.215.20

[-- Attachment #3: Aug_5_herd_status --]
[-- Type: application/octet-stream, Size: 850 bytes --]

Started:
 + /proc/fs/nfsd
 + console-font-tty1
 + console-font-tty2
 + console-font-tty3
 + console-font-tty4
 + console-font-tty5
 + console-font-tty6
 + device-mapping-streetkid_VG_storage-streetkid_LV_home
 + file-system-/dev/pts
 + file-system-/dev/shm
 + file-system-/gnu/store
 + file-system-/home
 + file-system-/sys/firmware/efi/efivars
 + file-system-/sys/kernel/debug
 + file-systems
 + idmap-daemon
 + loopback
 + mcron
 + networking
 + nfs
 + ntpd
 + root
 + root-file-system
 + rpc-pipefs
 + rpc.mountd
 + rpc.nfsd
 + rpc.statd
 + rpcbind-daemon
 + ssh-daemon
 + sshd-1
 + syslogd
 + term-tty1
 + term-tty2
 + term-tty3
 + term-tty4
 + term-tty5
 + term-tty6
 + udev
 + urandom-seed
 + user-file-systems
 + user-processes
 + virtual-terminal
Stopped:
 - guix-daemon
 - nscd
 - term-console
One-shot:
 * host-name
 * sysctl
 * user-homes

      parent reply	other threads:[~2022-08-05  6:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12 13:07 bug#56519: Shepherd non-deterministically fails to load the "guix-daemon" service after the "user-processes" service has been started Markus Nilsson
2022-07-18 12:54 ` Ludovic Courtès
2022-07-26  2:48 ` Markus Nilsson
2022-08-01 13:56   ` Ludovic Courtès
2022-08-05  6:23 ` Markus Nilsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+phM3+_snFw1koh9f9uzYPjBi+TVmqrj=85Hkfc7JJ3oynGNw@mail.gmail.com' \
    --to=markusnilsson890@gmail.com \
    --cc=56519@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.