Intel NUC after switch from linux511 to linux512: ACPI BIOS Error (bug)

Today I open the support ticket on supporttickets.intel.com (it is support with a tickets publicly hidden)

Hi!

Manjaro Linux OS.
While using Linux kernel 5.11 (current package version is 5.11.6-1) than I see no errors after a boot.

Now I switch to newer kernel 5.12-rc3 (current package version is 5.12.rc3.d0314.g1e28eed-1) and after boot I see the next kernel ring buffer output (via dmesg or journalctl):

[ 0.724175] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.724183] ACPI Error: Aborting method \_SB.PR01._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.724226] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.724231] ACPI Error: Aborting method \_SB.PR02._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.724273] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.724277] ACPI Error: Aborting method \_SB.PR03._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)

It is logged as errors. I think errors should be fixed.

System info:

$ sudo inxi -MCSay1
<hidden>

What is the root of problem?
Please suggest what to do to fix the root of problem.

Thank you!

Here is the system info
$ sudo inxi -MCSazy1
System:
  Kernel: 5.12.0-1-MANJARO x86_64
    bits: 64
    compiler: gcc
      v: 10.2.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.12-x86_64 root=UUID=6b8ef7a5-918d-4bfb-87fc-ab9ddd97fad3 rw quiet udev.log_priority=3
  Console: tty 2
    wm: kwin_x11
  DM: SDDM
  Distro: Manjaro Linux

Machine:
  Type: Mini-pc
  System: Intel Client Systems
    product: NUC8i5BEK
    v: J72742-308
    serial: <filter>
  Chassis: Intel Corporation
    type: 35
    v: 2.0
    serial: N/A
  Mobo: Intel
    model: NUC8BEB
    v: J72692-309
    serial: <filter>
  UEFI: Intel
    v: BECFL357.86A.0087.2020.1209.1115
    date: 12/09/2020

CPU:
  Info: Quad Core
    model: Intel Core i5-8259U
    socket: BGA1528 (U3E1)
      note: check
    bits: 64
    type: MCP
    arch: Kaby Lake
      note: check
    family: 6
    model-id: 8E (142)
    stepping: A (10)
    microcode: E0
    L1 cache: 256 KiB
    L2 cache: 6 MiB
    L3 cache: 5.9 MiB
    flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
    bogomips: 18406
  Speed: 1105 MHz
    min/max: 400/2300 MHz
    base/boost: 2300/3500
    volts: 0.8 V
    ext-clock: 100 MHz
    Core speeds (MHz): 
      1: 1105
      2: 1106
      3: 1102
      4: 1102
  Vulnerabilities: 
    Type: itlb_multihit
      status: KVM: VMX disabled
    Type: l1tf
      mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled
    Type: mds
      mitigation: Clear CPU buffers; SMT disabled
    Type: meltdown
      mitigation: PTI
    Type: spec_store_bypass
      mitigation: Speculative Store Bypass disabled via prctl and seccomp
    Type: spectre_v1
      mitigation: usercopy/swapgs barriers and __user pointer sanitization
    Type: spectre_v2
      mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, RSB filling
    Type: srbds
      mitigation: Microcode
    Type: tsx_async_abort
      status: Not affected
And got the answer

Hello ,

Thank you for contacting Intel Customer Support.

Unfortunately, your Intel® NUC Kit NUC8i5BEK does not support any other OS than Windows 10 64bit, nor we offer support for Linux. Using some Linux versions on this system might cause problems and we do not recommend it.

We are sorry that we couldn’t help you more at this time.

Please do not hesitate to contact us again regarding any Intel product and/or service.

Best regards,

Alexandru B.

Intel Customer Support

Support request is: 05004173
Created: Today 07:48 AM
Status: Closed
Last Updated: Today 04:46 PM

Is that it?
Is it the end?
NUC is not for Linux now (and never was by Intel Customer Support answer)?

What is the criteria of dedication to an OS? If Windows platforms silently hides problems and auto-reports them, so user do not see actual problems, then such OS is supported?
And if any OS shows actual problems to an user, than it became as not supported OS?

Does Windows platform kernel will never meet the errors that linux512 reported now? Is it not a basic/general functionality?

I believe that it is NUC’s firmware problem, but I got completely unexpected answer from Intel Customer Support.

May be community has thoughts how to get rid of these kernel errors.
Thanks!

Very, very few computer manufacturers officially support Linux.

This doesn’t mean Linux won’t run on them, but that the manufacturer doesn’t care about how well or bad Linux runs on their hardware and that if you want to run any other OS except for Windows on these PCs, you are on your own.

And by looking at the answer for the customer support, Intel doesn’t officially support Linux on their NUCs and so their support won’t help you with your issues, as you are attempting something unsupported.

But that doesn’t mean you are out of luck, because that is one of the reasons Linux communities run forums like these: If the hardware manufacturers don’t help putting Linux on PCs, the community will try to figure it out and more often than not Linux will run just fine on them.

So instead of complaining that Intel doesn’t officially support Linux on their NUCs (which is standard practice among PC manufacturers), why don’t you create a thread on this forum asking for help with your error? Maybe the community can help in your case as well? :wink:

Hi, @Tullius !

Thanks for explanation of general state with GNU Linux support among H/W manufacturers.

Besides figuring out the problem described in ticket, my initial post contains call for community help: how to get rid of that error. So that thread has already realised that idea.

Also I have thoughts that fresh Windows kernel should also have such problem as 5.12 has if it is F/W problem and if that F/W functionality is trying to be used by a kernel.

Hi @alven, this solution do nothing with functionality or things like that. It only hide the ACPI errors

You can add
loglevel=3 inside /etc/default/grub

Steps to do:

sudo nano /etc/default/grub

Inside nano

...
GRUB_CMDLINE_LINUX_DEFAULT=“loglevel=3“
...

Final step:

sudo update-grub

reboot

Done!

i don’t believe your problem is NUC specific. i just upgraded to 5.12 from 5.11 on arch since it was just released to stable on core and i’m getting the same acpi errors too. i’m using a msi z490 unify with a intel 10850k and a amd 6900xt. never had those errors at all on 5.11, 5.10, and 5.9.

i don’t think its a firmware issue. as firmware is contained in its own package. linux-firmware. on 5.11 i pulled in linux-firmware-git and was running it just fine. the same version was used on 5.12 and i only get those errors on 5.12. i then replaced git with arch’s official firmware package, and still the same issues on 5.12. but downgrading the kernel back to 5.11, no errors. even though the firmware package is all the same.

since 5.11 came out, linux kernel dev’s have been messing around with error reporting. they increased the amount of errors shown to the user that are usually hidden by default because they are genuinely considered harmless. like for example, with 5.11, halfway through its point releases, around 5.11.9 iirc, they started to show errors with amdgpu. it would just spam dmesg with like 40 warnings about it. the next point release got rid of it, followed by the next point release bringing it back but showing less errors. then some other point release got rid of it again completely.

long rant but trying to get at, i don’t think the acpi errors are harmful. they were probably already there, but hidden by default till now. unless you’re having trouble with your system, i would ignore them. nearly all systems will have acpi errors anyways as most manufacturers don’t try to obey standards. even on windows.

I too am getting the ACPI BIOS errors after update to kernel 5.12.
As said above they don’t appear to be doing any harm so I just ignore them.
The reason for this post then is just to say that I also run the Artix distro (same machine so same bios etc) Artix is also on kernel 5.12 and it doesn’t display these errors at all. So that begs the question has it really been introduced by kernel devs tweaking error reporting, or, given that my Artix is using runit to boot, not systemd, could it be a systemd problem?

In the overall scheme of things it probably doesn’t matter that much as the warnings don’t seem to result in any operational problems but maybe another possible cause to consider if anyone is looking into the problem - or maybe not?

Just today got the
[2021-06-14T08:55:10+0300] [ALPM] upgraded linux513 (5.13.rc5.d0606.g614124b-1 -> 5.13.rc6.d0613.g009c9aa-1)
kernel update.

Double checked: rebooted the PC twice.
All of that 6 lines w/ ACPI errors are not logged anymore: journalctl is clean from them now.

I did not update firmware of my BIOS (Intel did not released newer version yet).
So these errors gone after 5.13-RC5 → 5.13-RC6 kernel update.

sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-06
[    0.000000] Linux version 5.13.0-1-MANJARO (builduser@LEGION) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Jun 14 04:12:44 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13-x86_64 root=UUID=6b8ef7a5-918d-4bfb-87fc-ab9ddd97fad3 rw quiet udev.log_priority=3
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000799b5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000799b6000-0x0000000079e20fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079e21000-0x0000000079e9dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079e9e000-0x000000007a2e6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a2e7000-0x000000007ab52fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ab53000-0x000000007ac0dfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x79e3a000 ACPI=0x79e3a000 TPMFinalLog=0x7a291000 SMBIOS=0x7a9a7000 SMBIOS 3.0=0x7a9a6000 MEMATTR=0x77adf018 ESRT=0x7a9d1918 
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: Intel(R) Client Systems NUC8i5BEK/NUC8BEB, BIOS BECFL357.86A.0087.2020.1209.1115 12/09/2020
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2299.968 MHz TSC
[    0.000386] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000390] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000397] last_pfn = 0x87f000 max_arch_pfn = 0x400000000
[    0.000522] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001272] last_pfn = 0x7ac0f max_arch_pfn = 0x400000000
[    0.011071] esrt: Reserving ESRT space from 0x000000007a9d1918 to 0x000000007a9d1950.
[    0.011080] Using GB pages for direct mapping
[    0.011267] Secure boot could not be determined
[    0.011268] RAMDISK: [mem 0x367c7000-0x373dafff]
[    0.011273] ACPI: Early table checksum verification disabled
[    0.011276] ACPI: RSDP 0x0000000079E3A000 000024 (v02 INTEL )
[    0.011281] ACPI: XSDT 0x0000000079E3A0A8 0000CC (v01 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011287] ACPI: FACP 0x0000000079E78BF8 000114 (v06 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011294] ACPI: DSDT 0x0000000079E3A200 03E9F7 (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011298] ACPI: FACS 0x000000007A2E6080 000040
[    0.011301] ACPI: APIC 0x0000000079E78D10 000084 (v04 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011305] ACPI: FPDT 0x0000000079E78D98 000044 (v01 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011308] ACPI: FIDT 0x0000000079E78DE0 00009C (v01 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011312] ACPI: MCFG 0x0000000079E78E80 00003C (v01 INTEL  NUC8i5BE 00000057 MSFT 00000097)
[    0.011315] ACPI: SSDT 0x0000000079E78EC0 001B1C (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011319] ACPI: SSDT 0x0000000079E7A9E0 0031C6 (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011322] ACPI: HPET 0x0000000079E7DBA8 000038 (v01 INTEL  NUC8i5BE 00000057      01000013)
[    0.011326] ACPI: SSDT 0x0000000079E7DBE0 000FAE (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011329] ACPI: SSDT 0x0000000079E7EB90 003048 (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011333] ACPI: UEFI 0x0000000079E81BD8 000042 (v01 INTEL  NUC8i5BE 00000057      01000013)
[    0.011336] ACPI: LPIT 0x0000000079E81C20 000094 (v01 INTEL  NUC8i5BE 00000057      01000013)
[    0.011340] ACPI: SSDT 0x0000000079E81CB8 0027DE (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011343] ACPI: SSDT 0x0000000079E84498 0008B8 (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011347] ACPI: DBGP 0x0000000079E84D50 000034 (v01 INTEL  NUC8i5BE 00000057      01000013)
[    0.011350] ACPI: DBG2 0x0000000079E84D88 000054 (v00 INTEL  NUC8i5BE 00000057      01000013)
[    0.011354] ACPI: SSDT 0x0000000079E84DE0 000144 (v02 INTEL  NUC8i5BE 00000057 INTL 20160527)
[    0.011357] ACPI: BGRT 0x0000000079E84F28 000038 (v01 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011360] ACPI: TPM2 0x0000000079E84F60 000034 (v04 INTEL  NUC8i5BE 00000057 AMI  00000000)
[    0.011364] ACPI: DMAR 0x0000000079E84F98 0000A8 (v01 INTEL  NUC8i5BE 00000057      01000013)
[    0.011367] ACPI: WSMT 0x0000000079E85040 000028 (v01 INTEL  NUC8i5BE 00000057 AMI  00010013)
[    0.011370] ACPI: Reserving FACP table memory at [mem 0x79e78bf8-0x79e78d0b]
[    0.011372] ACPI: Reserving DSDT table memory at [mem 0x79e3a200-0x79e78bf6]
[    0.011374] ACPI: Reserving FACS table memory at [mem 0x7a2e6080-0x7a2e60bf]
[    0.011375] ACPI: Reserving APIC table memory at [mem 0x79e78d10-0x79e78d93]
[    0.011376] ACPI: Reserving FPDT table memory at [mem 0x79e78d98-0x79e78ddb]
[    0.011377] ACPI: Reserving FIDT table memory at [mem 0x79e78de0-0x79e78e7b]
[    0.011378] ACPI: Reserving MCFG table memory at [mem 0x79e78e80-0x79e78ebb]
[    0.011380] ACPI: Reserving SSDT table memory at [mem 0x79e78ec0-0x79e7a9db]
[    0.011381] ACPI: Reserving SSDT table memory at [mem 0x79e7a9e0-0x79e7dba5]
[    0.011382] ACPI: Reserving HPET table memory at [mem 0x79e7dba8-0x79e7dbdf]
[    0.011383] ACPI: Reserving SSDT table memory at [mem 0x79e7dbe0-0x79e7eb8d]
[    0.011384] ACPI: Reserving SSDT table memory at [mem 0x79e7eb90-0x79e81bd7]
[    0.011385] ACPI: Reserving UEFI table memory at [mem 0x79e81bd8-0x79e81c19]
[    0.011387] ACPI: Reserving LPIT table memory at [mem 0x79e81c20-0x79e81cb3]
[    0.011388] ACPI: Reserving SSDT table memory at [mem 0x79e81cb8-0x79e84495]
[    0.011389] ACPI: Reserving SSDT table memory at [mem 0x79e84498-0x79e84d4f]
[    0.011390] ACPI: Reserving DBGP table memory at [mem 0x79e84d50-0x79e84d83]
[    0.011391] ACPI: Reserving DBG2 table memory at [mem 0x79e84d88-0x79e84ddb]
[    0.011393] ACPI: Reserving SSDT table memory at [mem 0x79e84de0-0x79e84f23]
[    0.011394] ACPI: Reserving BGRT table memory at [mem 0x79e84f28-0x79e84f5f]
[    0.011395] ACPI: Reserving TPM2 table memory at [mem 0x79e84f60-0x79e84f93]
[    0.011396] ACPI: Reserving DMAR table memory at [mem 0x79e84f98-0x79e8503f]
[    0.011397] ACPI: Reserving WSMT table memory at [mem 0x79e85040-0x79e85067]
[    0.011413] ACPI: Local APIC address 0xfee00000
[    0.011569] No NUMA configuration found
[    0.011570] Faking a node at [mem 0x0000000000000000-0x000000087effffff]
[    0.011574] NODE_DATA(0) allocated [mem 0x87effc000-0x87effffff]
[    0.011626] Zone ranges:
[    0.011627]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011630]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011632]   Normal   [mem 0x0000000100000000-0x000000087effffff]
[    0.011633]   Device   empty
[    0.011635] Movable zone start for each node
[    0.011635] Early memory node ranges
[    0.011636]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011638]   node   0: [mem 0x0000000000100000-0x00000000799b5fff]
[    0.011639]   node   0: [mem 0x000000007ac0e000-0x000000007ac0efff]
[    0.011641]   node   0: [mem 0x0000000100000000-0x000000087effffff]
[    0.011645] Initmem setup node 0 [mem 0x0000000000001000-0x000000087effffff]
[    0.011647] On node 0 totalpages: 8358229
[    0.011648]   DMA zone: 64 pages used for memmap
[    0.011649]   DMA zone: 158 pages reserved
[    0.011651]   DMA zone: 3998 pages, LIFO batch:0
[    0.011935]   DMA zone: 28770 pages in unavailable ranges
[    0.011936]   DMA32 zone: 7719 pages used for memmap
[    0.011937]   DMA32 zone: 494007 pages, LIFO batch:63
[    0.015674]   DMA32 zone: 26185 pages in unavailable ranges
[    0.015675]   Normal zone: 122816 pages used for memmap
[    0.015676]   Normal zone: 7860224 pages, LIFO batch:63
[    0.072946]   Normal zone: 4096 pages in unavailable ranges
[    0.072965] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.073430] ACPI: PM-Timer IO Port: 0x1808
[    0.073432] ACPI: Local APIC address 0xfee00000
[    0.073438] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.073440] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.073441] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.073442] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.073496] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.073499] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.073501] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.073503] ACPI: IRQ0 used by override.
[    0.073505] ACPI: IRQ9 used by override.
[    0.073507] Using ACPI (MADT) for SMP configuration information
[    0.073508] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.073515] e820: update [mem 0x75d1d000-0x75d7efff] usable ==> reserved
[    0.073524] TSC deadline timer available
[    0.073525] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.073543] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.073546] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.073548] PM: hibernation: Registered nosave memory: [mem 0x75d1d000-0x75d7efff]
[    0.073550] PM: hibernation: Registered nosave memory: [mem 0x799b6000-0x79e20fff]
[    0.073551] PM: hibernation: Registered nosave memory: [mem 0x79e21000-0x79e9dfff]
[    0.073552] PM: hibernation: Registered nosave memory: [mem 0x79e9e000-0x7a2e6fff]
[    0.073553] PM: hibernation: Registered nosave memory: [mem 0x7a2e7000-0x7ab52fff]
[    0.073554] PM: hibernation: Registered nosave memory: [mem 0x7ab53000-0x7ac0dfff]
[    0.073555] PM: hibernation: Registered nosave memory: [mem 0x7ac0f000-0x7fffffff]
[    0.073556] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.073557] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.073558] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.073559] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.073560] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.073561] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.073562] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.073562] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.073563] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.073564] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.073565] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.073566] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.073568] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.073569] Booting paravirtualized kernel on bare hardware
[    0.073572] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.079485] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.079642] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.079649] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.079652] pcpu-alloc: [0] 0 1 2 3 
[    0.079673] Built 1 zonelists, mobility grouping on.  Total pages: 8227472
[    0.079675] Policy zone: Normal
[    0.079677] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13-x86_64 root=UUID=6b8ef7a5-918d-4bfb-87fc-ab9ddd97fad3 rw quiet udev.log_priority=3
[    0.081481] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.082356] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.082407] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.168098] Memory: 32694856K/33432916K available (14344K kernel code, 2072K rwdata, 4952K rodata, 1788K init, 4136K bss, 737800K reserved, 0K cma-reserved)
[    0.168104] random: get_random_u64 called from __kmem_cache_create+0x24/0x550 with crng_init=0
[    0.168243] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.168259] Kernel/User page tables isolation: enabled
[    0.168281] ftrace: allocating 42315 entries in 166 pages
[    0.185500] ftrace: allocated 166 pages with 4 groups
[    0.185600] rcu: Preemptible hierarchical RCU implementation.
[    0.185601] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.185602] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.185603] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.185605] 	Trampoline variant of Tasks RCU enabled.
[    0.185605] 	Rude variant of Tasks RCU enabled.
[    0.185606] 	Tracing variant of Tasks RCU enabled.
[    0.185607] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.185608] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.189870] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.190570] Console: colour dummy device 80x25
[    0.190587] printk: console [tty0] enabled
[    0.190608] ACPI: Core revision 20210331
[    0.191071] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.191203] APIC: Switch to symmetric I/O mode setup
[    0.191206] DMAR: Host address width 39
[    0.191207] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.191214] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.191217] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.191221] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.191223] DMAR: RMRR base: 0x00000079dd4000 end: 0x00000079df3fff
[    0.191225] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.191227] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.191229] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.191230] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.193464] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.193466] x2apic enabled
[    0.193492] Switched APIC routing to cluster x2apic.
[    0.199689] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.214537] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
[    0.214544] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.60 BogoMIPS (lpj=7666560)
[    0.214547] pid_max: default: 32768 minimum: 301
[    0.216946] LSM: Security Framework initializing
[    0.216951] Yama: becoming mindful.
[    0.217026] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.217083] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.217353] CPU0: Thermal monitoring enabled (TM1)
[    0.217430] process: using mwait in idle threads
[    0.217433] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.217434] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.217437] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.217439] Spectre V2 : Mitigation: Full generic retpoline
[    0.217440] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.217441] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.217442] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.217443] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.217445] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.217451] SRBDS: Mitigation: Microcode
[    0.217452] MDS: Mitigation: Clear CPU buffers
[    0.220397] Freeing SMP alternatives memory: 36K
[    0.220665] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.220691] smpboot: CPU0: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.220819] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.220832] ... version:                4
[    0.220833] ... bit width:              48
[    0.220834] ... generic registers:      8
[    0.220834] ... value mask:             0000ffffffffffff
[    0.220836] ... max period:             00007fffffffffff
[    0.220836] ... fixed-purpose events:   3
[    0.220837] ... event mask:             00000007000000ff
[    0.220957] rcu: Hierarchical SRCU implementation.
[    0.221208] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.221208] smp: Bringing up secondary CPUs ...
[    0.221208] x86: Booting SMP configuration:
[    0.221208] .... node  #0, CPUs:      #1 #2 #3
[    0.227073] smp: Brought up 1 node, 4 CPUs
[    0.227073] smpboot: Max logical packages: 1
[    0.227073] smpboot: Total of 4 processors activated (18407.40 BogoMIPS)
[    0.228989] devtmpfs: initialized
[    0.228989] x86/mm: Memory block size: 128MB
[    0.229782] PM: Registering ACPI NVS region [mem 0x79e9e000-0x7a2e6fff] (4493312 bytes)
[    0.229782] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.229782] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.229782] pinctrl core: initialized pinctrl subsystem
[    0.231482] PM: RTC time: 18:49:24, date: 2021-06-14
[    0.231613] NET: Registered protocol family 16
[    0.231973] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.232280] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.232579] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.232591] audit: initializing netlink subsys (disabled)
[    0.232623] audit: type=2000 audit(1623696564.036:1): state=initialized audit_enabled=0 res=1
[    0.232623] thermal_sys: Registered thermal governor 'fair_share'
[    0.232623] thermal_sys: Registered thermal governor 'bang_bang'
[    0.232623] thermal_sys: Registered thermal governor 'step_wise'
[    0.232623] thermal_sys: Registered thermal governor 'user_space'
[    0.232623] thermal_sys: Registered thermal governor 'power_allocator'
[    0.232623] cpuidle: using governor ladder
[    0.232623] cpuidle: using governor menu
[    0.232623] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.232623] ACPI: bus type PCI registered
[    0.232623] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.232623] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.232623] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.232623] PCI: Using configuration type 1 for base access
[    0.232623] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.234609] Kprobes globally optimized
[    0.234614] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.234614] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.234637] ACPI: Added _OSI(Module Device)
[    0.234638] ACPI: Added _OSI(Processor Device)
[    0.234639] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.234640] ACPI: Added _OSI(Processor Aggregator Device)
[    0.234642] ACPI: Added _OSI(Linux-Dell-Video)
[    0.234643] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.234644] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.334622] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.348456] ACPI: Dynamic OEM Table Load:
[    0.348463] ACPI: SSDT 0xFFFF926883043600 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.349873] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.352273] ACPI: Dynamic OEM Table Load:
[    0.352279] ACPI: SSDT 0xFFFF9268832E3000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.353852] ACPI: Dynamic OEM Table Load:
[    0.353858] ACPI: SSDT 0xFFFF92688337E800 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.355539] ACPI: Dynamic OEM Table Load:
[    0.355544] ACPI: SSDT 0xFFFF9268832E4200 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.356990] ACPI: Dynamic OEM Table Load:
[    0.356996] ACPI: SSDT 0xFFFF926883378800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.358815] ACPI: Dynamic OEM Table Load:
[    0.358821] ACPI: SSDT 0xFFFF92688337A800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.360482] ACPI: Dynamic OEM Table Load:
[    0.360486] ACPI: SSDT 0xFFFF9268832E2400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.362205] ACPI: Dynamic OEM Table Load:
[    0.362212] ACPI: SSDT 0xFFFF92688307E000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.364691] ACPI: Dynamic OEM Table Load:
[    0.364696] ACPI: SSDT 0xFFFF9268832E1400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.368948] ACPI: EC: EC started
[    0.368950] ACPI: EC: interrupt blocked
[    0.368972] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.368975] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[    0.368976] ACPI: Interpreter enabled
[    0.369031] ACPI: (supports S0 S3 S4 S5)
[    0.369032] ACPI: Using IOAPIC for interrupt routing
[    0.369083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.370838] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.386024] ACPI: PM: Power Resource [USBC] (on)
[    0.390263] ACPI: PM: Power Resource [V0PR] (on)
[    0.390865] ACPI: PM: Power Resource [V1PR] (on)
[    0.391458] ACPI: PM: Power Resource [V2PR] (on)
[    0.399639] ACPI: PM: Power Resource [WRST] (on)
[    0.403326] ACPI: PM: Power Resource [FN00] (off)
[    0.403443] ACPI: PM: Power Resource [FN01] (off)
[    0.403558] ACPI: PM: Power Resource [FN02] (off)
[    0.403671] ACPI: PM: Power Resource [FN03] (off)
[    0.403788] ACPI: PM: Power Resource [FN04] (off)
[    0.404485] ACPI: PM: Power Resource [PIN] (off)
[    0.405180] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.405188] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.406755] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.409600] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.409602] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.410855] PCI host bridge to bus 0000:00
[    0.410857] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.410860] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.410861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.410863] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.410865] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.410866] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.410867] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.410869] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.410870] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.410872] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.410873] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.410896] pci 0000:00:00.0: [8086:3ed0] type 00 class 0x060000
[    0.411147] pci 0000:00:02.0: [8086:3ea5] type 00 class 0x030000
[    0.411159] pci 0000:00:02.0: reg 0x10: [mem 0xd7000000-0xd7ffffff 64bit]
[    0.411167] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0xbfffffff 64bit pref]
[    0.411172] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.411192] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.411499] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.411512] pci 0000:00:08.0: reg 0x10: [mem 0x4022b16000-0x4022b16fff 64bit]
[    0.411722] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[    0.411746] pci 0000:00:12.0: reg 0x10: [mem 0x4022b15000-0x4022b15fff 64bit]
[    0.411981] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[    0.412001] pci 0000:00:14.0: reg 0x10: [mem 0x4022b00000-0x4022b0ffff 64bit]
[    0.412073] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.414668] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[    0.414690] pci 0000:00:14.2: reg 0x10: [mem 0x4022b10000-0x4022b11fff 64bit]
[    0.414704] pci 0000:00:14.2: reg 0x18: [mem 0x4022b14000-0x4022b14fff 64bit]
[    0.414919] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[    0.414944] pci 0000:00:16.0: reg 0x10: [mem 0x4022b13000-0x4022b13fff 64bit]
[    0.415030] pci 0000:00:16.0: PME# supported from D3hot
[    0.415800] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
[    0.415897] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.416992] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
[    0.417178] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.417213] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.418208] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[    0.418331] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.418366] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.419444] pci 0000:00:1d.6: [8086:9db6] type 01 class 0x060400
[    0.419616] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.419651] pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
[    0.420616] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[    0.421232] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[    0.421260] pci 0000:00:1f.4: reg 0x10: [mem 0x4022b12000-0x4022b120ff 64bit]
[    0.421291] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.421706] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[    0.421726] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.421931] pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000
[    0.421965] pci 0000:00:1f.6: reg 0x10: [mem 0xd8b00000-0xd8b1ffff]
[    0.422137] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.422468] acpiphp: Slot [1] registered
[    0.422478] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.422645] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.422653] pci 0000:00:1c.4:   bridge window [mem 0xc0000000-0xd60fffff]
[    0.422660] pci 0000:00:1c.4:   bridge window [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.423028] pci 0000:3b:00.0: [144d:a808] type 00 class 0x010802
[    0.423051] pci 0000:3b:00.0: reg 0x10: [mem 0xd8a00000-0xd8a03fff 64bit]
[    0.423509] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.423514] pci 0000:00:1d.0:   bridge window [mem 0xd8a00000-0xd8afffff]
[    0.423755] pci 0000:3c:00.0: [10ec:522a] type 00 class 0xff0000
[    0.423777] pci 0000:3c:00.0: reg 0x10: [mem 0xd8000000-0xd8000fff]
[    0.423925] pci 0000:3c:00.0: supports D1 D2
[    0.423927] pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.424120] pci 0000:00:1d.6: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.434681] pci 0000:00:1d.6: PCI bridge to [bus 3c]
[    0.434684] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.434687] pci 0000:00:1d.6:   bridge window [mem 0xd8000000-0xd89fffff]
[    0.434692] pci 0000:00:1d.6:   bridge window [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.436758] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.436876] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.436992] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.437107] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.437223] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.437338] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.437455] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.437571] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.445132] acpi LNXPOWER:0a: Turning OFF
[    0.445139] acpi LNXPOWER:04: Turning OFF
[    0.445188] ACPI: EC: interrupt unblocked
[    0.445189] ACPI: EC: event unblocked
[    0.445209] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.445210] ACPI: EC: GPE=0x14
[    0.445211] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
[    0.445213] ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
[    0.445279] iommu: Default domain type: Translated 
[    0.445293] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.445293] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.445293] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.445293] vgaarb: loaded
[    0.445293] SCSI subsystem initialized
[    0.445293] libata version 3.00 loaded.
[    0.445293] ACPI: bus type USB registered
[    0.445293] usbcore: registered new interface driver usbfs
[    0.445293] usbcore: registered new interface driver hub
[    0.445293] usbcore: registered new device driver usb
[    0.445293] pps_core: LinuxPPS API ver. 1 registered
[    0.445293] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.445293] PTP clock support registered
[    0.445293] EDAC MC: Ver: 3.0.0
[    0.447899] Registered efivars operations
[    0.448006] NetLabel: Initializing
[    0.448007] NetLabel:  domain hash size = 128
[    0.448008] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.448022] NetLabel:  unlabeled traffic allowed by default
[    0.448026] PCI: Using ACPI for IRQ routing
[    0.482222] PCI: pci_cache_line_size set to 64 bytes
[    0.482797] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.482800] e820: reserve RAM buffer [mem 0x75d1d000-0x77ffffff]
[    0.482801] e820: reserve RAM buffer [mem 0x799b6000-0x7bffffff]
[    0.482802] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.482804] e820: reserve RAM buffer [mem 0x87f000000-0x87fffffff]
[    0.485586] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.485594] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.487875] clocksource: Switched to clocksource tsc-early
[    0.495566] VFS: Disk quotas dquot_6.6.0
[    0.495581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.495665] pnp: PnP ACPI init
[    0.495796] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.495805] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496329] system 00:01: [io  0x0a00-0x0a1f] has been reserved
[    0.496332] system 00:01: [io  0x0a20-0x0a2f] has been reserved
[    0.496333] system 00:01: [io  0x0a30-0x0a3f] has been reserved
[    0.496335] system 00:01: [io  0x0a40-0x0a4f] has been reserved
[    0.496336] system 00:01: [io  0x0a50-0x0a5f] has been reserved
[    0.496338] system 00:01: [io  0x0a60-0x0a6f] has been reserved
[    0.496342] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496637] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.496640] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.496645] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496812] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.496817] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.497098] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.497102] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.497104] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.497106] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.497108] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.497110] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.497113] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.497114] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.497119] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497442] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.497446] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.497448] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.497450] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.497452] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.497454] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.497456] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.497461] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497903] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.497909] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.499471] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.500870] pnp: PnP ACPI: found 8 devices
[    0.506534] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.506597] NET: Registered protocol family 2
[    0.506760] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.508871] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.509043] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.509358] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.509439] TCP: Hash tables configured (established 262144 bind 65536)
[    0.509549] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.509670] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.509777] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.509997] NET: Registered protocol family 1
[    0.510002] NET: Registered protocol family 44
[    0.510009] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 1000
[    0.510021] pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x5fff]
[    0.510024] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.510040] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.510047] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    0.510051] pci 0000:00:1c.4:   bridge window [mem 0xc0000000-0xd60fffff]
[    0.510057] pci 0000:00:1c.4:   bridge window [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.510065] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.510079] pci 0000:00:1d.0:   bridge window [mem 0xd8a00000-0xd8afffff]
[    0.510085] pci 0000:00:1d.6: PCI bridge to [bus 3c]
[    0.510088] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.510091] pci 0000:00:1d.6:   bridge window [mem 0xd8000000-0xd89fffff]
[    0.510094] pci 0000:00:1d.6:   bridge window [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.510100] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.510102] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.510104] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.510106] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.510107] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.510109] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.510110] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.510112] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.510113] pci_bus 0000:00: resource 12 [mem 0x4000000000-0x7fffffffff window]
[    0.510115] pci_bus 0000:00: resource 13 [mem 0xfc800000-0xfe7fffff window]
[    0.510117] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.510118] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xd60fffff]
[    0.510120] pci_bus 0000:02: resource 2 [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.510122] pci_bus 0000:3b: resource 1 [mem 0xd8a00000-0xd8afffff]
[    0.510123] pci_bus 0000:3c: resource 0 [io  0x3000-0x3fff]
[    0.510124] pci_bus 0000:3c: resource 1 [mem 0xd8000000-0xd89fffff]
[    0.510126] pci_bus 0000:3c: resource 2 [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.510346] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.511006] PCI: CLS 64 bytes, default 64
[    0.511039] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.511040] software IO TLB: mapped [mem 0x0000000071d1d000-0x0000000075d1d000] (64MB)
[    0.511061] Trying to unpack rootfs image as initramfs...
[    0.511121] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.511724] Initialise system trusted keyrings
[    0.511737] Key type blacklist registered
[    0.511769] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.512942] zbud: loaded
[    0.523516] Key type asymmetric registered
[    0.523518] Asymmetric key parser 'x509' registered
[    0.523525] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.523553] io scheduler mq-deadline registered
[    0.523554] io scheduler kyber registered
[    0.523595] io scheduler bfq registered
[    0.525918] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    0.526247] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[    0.526276] pcieport 0000:00:1c.4: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.526626] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    0.526889] pcieport 0000:00:1d.6: PME: Signaling with IRQ 125
[    0.526918] pcieport 0000:00:1d.6: pciehp: Slot #18 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.527060] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.527090] efifb: probing for efifb
[    0.527108] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.527108] efifb: framebuffer at 0x80000000, using 1920k, total 1920k
[    0.527110] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.527112] efifb: scrolling: redraw
[    0.527112] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.527149] fbcon: Deferring console take-over
[    0.527150] fb0: EFI VGA frame buffer device
[    0.527524] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.527545] ACPI: button: Sleep Button [SLPB]
[    0.527571] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.527586] ACPI: button: Power Button [PWRB]
[    0.527613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.531287] ACPI: button: Power Button [PWRF]
[    0.531736] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.532580] thermal LNXTHERM:00: registered as thermal_zone0
[    0.532583] ACPI: thermal: Thermal Zone [TZ0] (-263 C)
[    0.533214] thermal LNXTHERM:01: registered as thermal_zone1
[    0.533216] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.533461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.535327] Non-volatile memory driver v1.3
[    0.535329] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.535330] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.535922] nvme nvme0: pci function 0000:3b:00.0
[    0.535961] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.535965] ehci-pci: EHCI PCI platform driver
[    0.535972] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.535974] ohci-pci: OHCI PCI platform driver
[    0.535982] uhci_hcd: USB Universal Host Controller Interface driver
[    0.536121] usbcore: registered new interface driver usbserial_generic
[    0.536124] usbserial: USB Serial support registered for generic
[    0.536382] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.537683] rtc_cmos rtc_cmos: registered as rtc0
[    0.537974] rtc_cmos rtc_cmos: setting system clock to 2021-06-14T18:49:25 UTC (1623696565)
[    0.537995] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.538105] intel_pstate: Intel P-state driver initializing
[    0.538361] intel_pstate: HWP enabled
[    0.538389] ledtrig-cpu: registered to indicate activity on CPUs
[    0.538614] hid: raw HID events driver (C) Jiri Kosina
[    0.538687] ashmem: initialized
[    0.538729] intel_pmc_core INT33A1:00:  initialized
[    0.538801] drop_monitor: Initializing network drop monitor service
[    0.538862] Initializing XFRM netlink socket
[    0.538950] NET: Registered protocol family 10
[    0.545181] nvme nvme0: missing or invalid SUBNQN field.
[    0.545199] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.553832] nvme nvme0: 4/0/0 default/read/poll queues
[    0.555938]  nvme0n1: p1 p2 p3
[    0.645718] Freeing initrd memory: 12368K
[    0.651679] Segment Routing with IPv6
[    0.651681] RPL Segment Routing with IPv6
[    0.651706] NET: Registered protocol family 17
[    0.652245] microcode: sig=0x806ea, pf=0x40, revision=0xea
[    0.652292] microcode: Microcode Update Driver: v2.2.
[    0.652297] IPI shorthand broadcast: enabled
[    0.652309] sched_clock: Marking stable (647878476, 4229019)->(658396518, -6289023)
[    0.652580] registered taskstats version 1
[    0.652590] Loading compiled-in X.509 certificates
[    0.656281] Loaded X.509 cert 'Build time autogenerated kernel key: cfb3f16a663846df4f8d73c14c9dce9a56dc1964'
[    0.657202] zswap: loaded using pool zstd/z3fold
[    0.657556] Key type ._fscrypt registered
[    0.657558] Key type .fscrypt registered
[    0.657559] Key type fscrypt-provisioning registered
[    0.657854] PM:   Magic number: 9:748:847
[    0.658164] RAS: Correctable Errors collector initialized.
[    0.659172] Freeing unused decrypted memory: 2036K
[    0.659414] Freeing unused kernel image (initmem) memory: 1788K
[    0.688104] Write protecting the kernel read-only data: 22528k
[    0.688831] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.689227] Freeing unused kernel image (rodata/data gap) memory: 1192K
[    0.758060] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.758064] rodata_test: all tests were successful
[    0.758065] x86/mm: Checking user space page tables
[    0.821294] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.821298] Run /init as init process
[    0.821300]   with arguments:
[    0.821301]     /init
[    0.821302]   with environment:
[    0.821303]     HOME=/
[    0.821304]     TERM=linux
[    0.821305]     BOOT_IMAGE=/boot/vmlinuz-5.13-x86_64
[    1.019265] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.019276] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.020373] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    1.020598] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    1.020602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.020604] usb usb1: Product: xHCI Host Controller
[    1.020605] usb usb1: Manufacturer: Linux 5.13.0-1-MANJARO xhci-hcd
[    1.020607] usb usb1: SerialNumber: 0000:00:14.0
[    1.020719] hub 1-0:1.0: USB hub found
[    1.020736] hub 1-0:1.0: 12 ports detected
[    1.022365] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.022369] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.022373] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.022408] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    1.022411] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.022413] usb usb2: Product: xHCI Host Controller
[    1.022414] usb usb2: Manufacturer: Linux 5.13.0-1-MANJARO xhci-hcd
[    1.022415] usb usb2: SerialNumber: 0000:00:14.0
[    1.022510] hub 2-0:1.0: USB hub found
[    1.022525] hub 2-0:1.0: 6 ports detected
[    1.023294] usb: port power management may be unreliable
[    1.072410] fbcon: Taking over console
[    1.072529] Console: switching to colour frame buffer device 100x37
[    1.121407] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.136054] random: fast init done
[    1.190866] systemd[1]: systemd 248.3-2-manjaro running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.204768] systemd[1]: Detected architecture x86-64.
[    1.205169] systemd[1]: Hostname set to <pc>.
[    1.271274] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.330267] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.393661] systemd[1]: Queued start job for default target Graphical Interface.
[    1.394985] systemd[1]: Created slice system-getty.slice.
[    1.395228] systemd[1]: Created slice system-modprobe.slice.
[    1.395479] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.395659] systemd[1]: Created slice User and Session Slice.
[    1.395728] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.395784] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.395933] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.395975] systemd[1]: Reached target Local Encrypted Volumes.
[    1.395994] systemd[1]: Reached target Login Prompts.
[    1.396020] systemd[1]: Reached target Paths.
[    1.396036] systemd[1]: Reached target Remote File Systems.
[    1.396049] systemd[1]: Reached target Slices.
[    1.396082] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    1.396158] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.396345] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.397352] systemd[1]: Listening on Process Core Dump Socket.
[    1.397516] systemd[1]: Listening on Journal Audit Socket.
[    1.397614] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.397724] systemd[1]: Listening on Journal Socket.
[    1.397960] systemd[1]: Listening on udev Control Socket.
[    1.398049] systemd[1]: Listening on udev Kernel Socket.
[    1.398775] systemd[1]: Mounting Huge Pages File System...
[    1.399530] systemd[1]: Mounting POSIX Message Queue File System...
[    1.400313] systemd[1]: Mounting Kernel Debug File System...
[    1.401104] systemd[1]: Mounting Kernel Trace File System...
[    1.401253] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped.
[    1.402063] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.402751] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.403509] systemd[1]: Starting Load Kernel Module configfs...
[    1.404281] systemd[1]: Starting Load Kernel Module drm...
[    1.405108] systemd[1]: Starting Load Kernel Module fuse...
[    1.405181] systemd[1]: Condition check resulted in Load AppArmor profiles managed internally by snapd being skipped.
[    1.405933] random: lvm: uninitialized urandom read (4 bytes read)
[    1.406320] systemd[1]: Starting Set Up Additional Binary Formats...
[    1.406380] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.407823] systemd[1]: Starting Journal Service...
[    1.410384] Linux agpgart interface v0.103
[    1.411463] systemd[1]: Starting Load Kernel Modules...
[    1.412189] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.412260] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.412939] systemd[1]: Starting Coldplug All udev Devices...
[    1.414471] systemd[1]: Mounted Huge Pages File System.
[    1.414602] systemd[1]: Mounted POSIX Message Queue File System.
[    1.414788] systemd[1]: Mounted Kernel Debug File System.
[    1.414864] systemd[1]: Mounted Kernel Trace File System.
[    1.415115] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.415386] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.415566] systemd[1]: Finished Load Kernel Module configfs.
[    1.415690] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 199 (systemd-binfmt)
[    1.416433] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    1.417190] systemd[1]: Mounting Kernel Configuration File System...
[    1.417653] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[    1.420223] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    1.420228] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.420230] usb 1-2: Product: USB Receiver
[    1.420231] usb 1-2: Manufacturer: Logitech
[    1.422977] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    1.423094] systemd[1]: Mounted Kernel Configuration File System.
[    1.425321] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.425461] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.425984] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.426788] systemd[1]: Starting Load/Save Random Seed...
[    1.427549] systemd[1]: Starting Create System Users...
[    1.432992] systemd[1]: Finished Set Up Additional Binary Formats.
[    1.433090] audit: type=1130 audit(1623696566.389:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.433213] fuse: init (API version 7.33)
[    1.433999] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.434188] systemd[1]: Finished Load Kernel Module fuse.
[    1.434217] audit: type=1130 audit(1623696566.389:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.434238] audit: type=1131 audit(1623696566.389:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.435108] systemd[1]: Mounting FUSE Control File System...
[    1.435622] systemd[1]: Finished Load Kernel Modules.
[    1.435677] audit: type=1130 audit(1623696566.393:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.436424] systemd[1]: Starting Apply Kernel Variables...
[    1.443287] systemd[1]: Finished Apply Kernel Variables.
[    1.443343] audit: type=1130 audit(1623696566.399:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.451449] systemd[1]: Mounted FUSE Control File System.
[    1.462706] systemd[1]: Started Journal Service.
[    1.462779] audit: type=1130 audit(1623696566.419:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.464790] audit: type=1130 audit(1623696566.423:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.464814] audit: type=1131 audit(1623696566.423:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.468141] systemd-journald[200]: Received client request to flush runtime journal.
[    1.488114] audit: type=1130 audit(1623696566.446:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.527942] tsc: Refined TSC clocksource calibration: 2304.008 MHz
[    1.527949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135ff989ae, max_idle_ns: 440795290363 ns
[    1.527987] clocksource: Switched to clocksource tsc
[    1.544597] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.685239] usb 1-3: New USB device found, idVendor=152a, idProduct=8750, bcdDevice= 1.04
[    1.685244] usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    1.685246] usb 1-3: Product: D10s
[    1.685248] usb 1-3: Manufacturer: Topping
[    1.807886] usb 1-4: new full-speed USB device number 4 using xhci_hcd
[    1.936735] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.936792] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.948651] usb 1-4: New USB device found, idVendor=0c76, idProduct=1676, bcdDevice= 1.00
[    1.948656] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.948658] usb 1-4: Product: USB PnP Audio Device
[    1.948659] usb 1-4: Manufacturer: Solid State System Co.,Ltd.
[    1.948661] usb 1-4: SerialNumber: 000000000000
[    1.967661] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.998328] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.004285] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.004349] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.007407] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    2.007905] Adding 9227464k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:9227464k SSFS
[    2.012902] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.064797] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.076285] e1000e: Intel(R) PRO/1000 Network Driver
[    2.076288] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.076326] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    2.076616] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.212391] loop: module loaded
[    2.214732] loop0: detected capacity change from 0 to 65744
[    2.215065] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    2.215068] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.215069] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.215070] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.215071] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.215072] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    2.221280] loop1: detected capacity change from 0 to 113560
[    2.221526] loop2: detected capacity change from 0 to 65712
[    2.228801] loop3: detected capacity change from 0 to 113504
[    2.235036] iTCO_vendor_support: vendor-support=0
[    2.235535] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.235952] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    2.237203] loop4: detected capacity change from 0 to 202680
[    2.238949] cryptd: max_cpu_qlen set to 1000
[    2.241025] loop5: detected capacity change from 0 to 203112
[    2.277530] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    2.277628] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.285226] AVX2 version of gcm_enc/dec engaged.
[    2.285264] AES CTR mode by8 optimization enabled
[    2.324482] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.397247] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:69:7a:68:52:5a
[    2.397257] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.397368] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    2.400345] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    2.462562] urandom_read: 1 callbacks suppressed
[    2.462566] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    2.463054] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    2.495211] random: polkitd: uninitialized urandom read (8 bytes read)
[    2.572676] i915 0000:00:02.0: [drm] Found 128MB of eDRAM
[    2.572696] checking generic (80000000 1e0000) vs hw (d7000000 1000000)
[    2.572698] checking generic (80000000 1e0000) vs hw (80000000 40000000)
[    2.572700] fb0: switching to inteldrmfb from EFI VGA
[    2.581315] Console: switching to colour dummy device 80x25
[    2.581340] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.605742] loop6: detected capacity change from 0 to 8
[    2.609986] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.611069] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.611963] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.637889] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input4
[    2.661733] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.667509] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.668785] acpi device:0f: registered as cooling_device10
[    2.668906] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.694781] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[    2.696907] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input6
[    2.697114] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input7
[    2.751503] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input8
[    2.752452] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[    2.754886] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    2.755644] input: Solid State System Co.,Ltd. USB PnP Audio Device as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.3/0003:0C76:1676.0004/input/input10
[    2.760959] intel_rapl_common: Found RAPL domain package
[    2.760962] intel_rapl_common: Found RAPL domain core
[    2.760964] intel_rapl_common: Found RAPL domain uncore
[    2.760965] intel_rapl_common: Found RAPL domain dram
[    2.760966] intel_rapl_common: Found RAPL domain psys
[    2.764566] fbcon: i915drmfb (fb0) is primary device
[    2.811548] hid-generic 0003:0C76:1676.0004: input,hidraw3: USB HID v1.00 Device [Solid State System Co.,Ltd. USB PnP Audio Device] on usb-0000:00:14.0-4/input3
[    2.811586] usbcore: registered new interface driver usbhid
[    2.811587] usbhid: USB HID core driver
[    2.895628] Console: switching to colour frame buffer device 240x67
[    2.914739] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.181264] random: crng init done
[    3.181267] random: 3 urandom warning(s) missed due to ratelimiting
[    4.039557] mc: Linux media interface: v0.10
[    4.176022] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    4.257574] usb 1-3: 1:3 : unsupported format bits 0x100000000
[    4.279134] usb 1-4: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
[    4.279140] usb 1-4: [49] FU [PCM Playback Volume] ch = 2, val = -16129/-1/16
[    4.280807] usb 1-4: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[    4.280809] usb 1-4: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[    4.281134] usbcore: registered new interface driver snd-usb-audio
[    4.290750] input: Logitech Wireless Device PID:4004 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4004.0005/input/input11
[    4.290971] hid-generic 0003:046D:4004.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4004] on usb-0000:00:14.0-2/input2:1
[    4.292623] input: Logitech Wireless Device PID:4055 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4055.0006/input/input15
[    4.292746] hid-generic 0003:046D:4055.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-0000:00:14.0-2/input2:2
[    4.311509] mousedev: PS/2 mouse device common for all mice
[    4.778395] logitech-hidpp-device 0003:046D:4004.0005: HID++ 2.0 device connected.
[    6.385299] e1000e 0000:00:1f.6 eno1: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
[    6.385311] e1000e 0000:00:1f.6 eno1: 10/100 speed: disabling TSO
[    6.385458] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    8.556828] input: Logitech K360 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4004.0005/input/input19
[    8.557235] logitech-hidpp-device 0003:046D:4004.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:00:14.0-2/input2:1
[    8.614696] input: Logitech Wireless Device PID:4055 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4055.0006/input/input20
[    8.615123] logitech-hidpp-device 0003:046D:4055.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-0000:00:14.0-2/input2:2
[    9.772055] kauditd_printk_skb: 59 callbacks suppressed
[    9.772058] audit: type=1100 audit(1623696574.730:66): pid=769 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    9.773284] audit: type=1101 audit(1623696574.730:67): pid=769 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="m" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    9.773762] audit: type=1103 audit(1623696574.730:68): pid=769 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    9.773851] audit: type=1006 audit(1623696574.730:69): pid=769 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    9.773856] audit: type=1300 audit(1623696574.730:69): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd52308210 a2=4 a3=3e8 items=0 ppid=361 pid=769 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[    9.773860] audit: type=1327 audit(1623696574.730:69): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746833376130396266302D613237312D346639302D613765622D313861643335303165313461002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[    9.791321] audit: type=1130 audit(1623696574.750:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.799645] audit: type=1101 audit(1623696574.756:71): pid=771 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="m" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.799652] audit: type=1103 audit(1623696574.756:72): pid=771 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="m" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    9.799763] audit: type=1006 audit(1623696574.756:73): pid=771 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   20.086431] kauditd_printk_skb: 14 callbacks suppressed
[   20.086434] audit: type=1131 audit(1623696585.043:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.092573] audit: type=1131 audit(1623696585.050:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.850538] audit: type=1100 audit(1623696589.806:86): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   24.851822] audit: type=1101 audit(1623696589.810:87): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   24.852031] audit: type=1110 audit(1623696589.810:88): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   24.854213] audit: type=1105 audit(1623696589.810:89): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   24.862377] audit: type=1106 audit(1623696589.820:90): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   24.862460] audit: type=1104 audit(1623696589.820:91): pid=1260 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   27.307620] audit: type=1101 audit(1623696592.263:92): pid=1295 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   27.308106] audit: type=1110 audit(1623696592.266:93): pid=1295 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   27.312126] audit: type=1105 audit(1623696592.270:94): pid=1295 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   28.333866] audit: type=1106 audit(1623696593.290:95): pid=1295 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   28.333940] audit: type=1104 audit(1623696593.290:96): pid=1295 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   30.216356] logitech-hidpp-device 0003:046D:4055.0006: HID++ 4.5 device connected.
[   42.244877] audit: type=1131 audit(1623696607.200:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.297935] audit: type=1334 audit(1623696607.253:98): prog-id=14 op=UNLOAD
[   42.297940] audit: type=1334 audit(1623696607.253:99): prog-id=13 op=UNLOAD
[   42.297943] audit: type=1334 audit(1623696607.253:100): prog-id=12 op=UNLOAD
[  303.991510] audit: type=1100 audit(1623696868.950:101): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  303.992739] audit: type=1101 audit(1623696868.950:102): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  303.992916] audit: type=1110 audit(1623696868.950:103): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  303.995194] audit: type=1105 audit(1623696868.953:104): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  304.007091] audit: type=1106 audit(1623696868.963:105): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  304.007097] audit: type=1104 audit(1623696868.963:106): pid=2620 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  310.767591] audit: type=1130 audit(1623696875.723:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  321.016365] audit: type=1131 audit(1623696885.973:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  357.630614] audit: type=1100 audit(1623696922.586:109): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  357.631866] audit: type=1101 audit(1623696922.590:110): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  357.632086] audit: type=1110 audit(1623696922.590:111): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  357.634340] audit: type=1105 audit(1623696922.590:112): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  358.269833] audit: type=1106 audit(1623696923.226:113): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  358.270049] audit: type=1104 audit(1623696923.226:114): pid=2799 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  610.743640] audit: type=1130 audit(1623697175.700:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  621.018919] audit: type=1131 audit(1623697185.976:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  701.885316] audit: type=1100 audit(1623697266.843:117): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  701.886608] audit: type=1101 audit(1623697266.843:118): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  701.886844] audit: type=1110 audit(1623697266.843:119): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  701.889103] audit: type=1105 audit(1623697266.846:120): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  701.901131] audit: type=1106 audit(1623697266.856:121): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  701.901203] audit: type=1104 audit(1623697266.860:122): pid=3690 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  706.883812] audit: type=1101 audit(1623697271.840:123): pid=3704 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="m" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  706.883989] audit: type=1110 audit(1623697271.840:124): pid=3704 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[  706.886303] audit: type=1105 audit(1623697271.843:125): pid=3704 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.