Skip to content

Instantly share code, notes, and snippets.

@tonitch
Created January 10, 2022 22:28
Show Gist options
  • Select an option

  • Save tonitch/c9cf7be00c75d7454630e55c561078ef to your computer and use it in GitHub Desktop.

Select an option

Save tonitch/c9cf7be00c75d7454630e55c561078ef to your computer and use it in GitHub Desktop.
[ 0.000000] Linux version 5.15.11-arch2-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 22 Dec 2021 09:23:54 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78e5e9f3-bb94-4793-9f8f-02698ceb464f rw loglevel=3 quiet
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000009bfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000d4210fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d4211000-0x00000000d422bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d422c000-0x00000000d9f9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9f9f000-0x00000000da0defff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000da0df000-0x00000000da0e7fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000da0e8000-0x00000000da1f0fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000da1f1000-0x00000000da5adfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000da5ae000-0x00000000db847fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000db848000-0x00000000db8e8fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000db8e9000-0x00000000ddffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd800000-0x00000000fdffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f37ffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xd4211000 ACPI=0xd4211000 SMBIOS=0xdb7b6000 SMBIOS 3.0=0xdb7b5000 ESRT=0xd78edb18 MEMATTR=0xd7947698
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: System manufacturer System Product Name/PRIME B450-PLUS, BIOS 0318 06/08/2018
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] last_pfn = 0x21f380 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] last_pfn = 0xde000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x00000000d78edb18 to 0x00000000d78edb50.
[ 0.000000] e820: update [mem 0xd78ed000-0xd78edfff] usable ==> reserved
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x37043000-0x37818fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000D4211000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000D4211098 0000A4 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000D421BE80 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20210730/tbfadt-615)
[ 0.000000] ACPI: DSDT 0x00000000D42111D0 00ACAB (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000DA596E00 000040
[ 0.000000] ACPI: APIC 0x00000000D421BF98 0000DE (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000D421C078 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000D421C0C0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000D422BE50 0000F8 (v01 AMD AMD PT 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000D421C1B8 008C98 (v02 AMD AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SSDT 0x00000000D4224E50 001A58 (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000D42268A8 000BD0 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000D4227478 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000D42274A8 002DA8 (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000000] ACPI: MCFG 0x00000000D422A250 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x00000000D422A290 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000D422A2C8 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000D422A2F0 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: IVRS 0x00000000D422A338 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000D422A408 001A41 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: Reserving FACP table memory at [mem 0xd421be80-0xd421bf93]
[ 0.000000] ACPI: Reserving DSDT table memory at [mem 0xd42111d0-0xd421be7a]
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0xda596e00-0xda596e3f]
[ 0.000000] ACPI: Reserving APIC table memory at [mem 0xd421bf98-0xd421c075]
[ 0.000000] ACPI: Reserving FPDT table memory at [mem 0xd421c078-0xd421c0bb]
[ 0.000000] ACPI: Reserving FIDT table memory at [mem 0xd421c0c0-0xd421c15b]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd422be50-0xd422bf47]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd421c1b8-0xd4224e4f]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd4224e50-0xd42268a7]
[ 0.000000] ACPI: Reserving CRAT table memory at [mem 0xd42268a8-0xd4227477]
[ 0.000000] ACPI: Reserving CDIT table memory at [mem 0xd4227478-0xd42274a0]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd42274a8-0xd422a24f]
[ 0.000000] ACPI: Reserving MCFG table memory at [mem 0xd422a250-0xd422a28b]
[ 0.000000] ACPI: Reserving HPET table memory at [mem 0xd422a290-0xd422a2c7]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd422a2c8-0xd422a2eb]
[ 0.000000] ACPI: Reserving UEFI table memory at [mem 0xd422a2f0-0xd422a331]
[ 0.000000] ACPI: Reserving IVRS table memory at [mem 0xd422a338-0xd422a407]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xd422a408-0xd422be48]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f37ffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x21f37c000-0x21f37ffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000021f37ffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ffffff]
[ 0.000000] node 0: [mem 0x000000000400a000-0x0000000009bfffff]
[ 0.000000] node 0: [mem 0x000000000a000000-0x000000000affffff]
[ 0.000000] node 0: [mem 0x000000000b020000-0x00000000d4210fff]
[ 0.000000] node 0: [mem 0x00000000d422c000-0x00000000d9f9efff]
[ 0.000000] node 0: [mem 0x00000000da0e8000-0x00000000da1f0fff]
[ 0.000000] node 0: [mem 0x00000000db8e9000-0x00000000ddffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000021f37ffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f37ffff]
[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 10 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 1024 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 27 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 329 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 5880 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 3200 pages in unavailable ranges
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x04000000-0x04009fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09ffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xd4211000-0xd422bfff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xd78ed000-0xd78edfff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xd9f9f000-0xda0defff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xda0df000-0xda0e7fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xda1f1000-0xda5adfff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xda5ae000-0xdb847fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xdb848000-0xdb8e8fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xde000000-0xdfffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd7fffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfdffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2045726
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78e5e9f3-bb94-4793-9f8f-02698ceb464f rw loglevel=3 quiet
[ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.000000] Memory: 7939760K/8313444K available (14344K kernel code, 2071K rwdata, 10792K rodata, 1864K init, 3836K bss, 373424K reserved, 0K cma-reserved)
[ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] ftrace: allocating 44299 entries in 174 pages
[ 0.000000] ftrace: allocated 174 pages with 5 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.000000] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[ 0.000000] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] printk: console [tty0] enabled
[ 0.000000] ACPI: Core revision 20210730
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] Switched APIC routing to physical flat.
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.019999] tsc: PIT calibration matches HPET. 1 loops
[ 0.019999] tsc: Detected 3393.174 MHz processor
[ 0.000002] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e91e3696a, max_idle_ns: 440795241833 ns
[ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 6789.11 BogoMIPS (lpj=11310580)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.002332] LSM: Security Framework initializing
[ 0.002339] landlock: Up and running.
[ 0.002340] Yama: becoming mindful.
[ 0.002346] LSM support for eBPF active
[ 0.002367] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002380] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002610] LVT offset 1 assigned for vector 0xf9
[ 0.002672] LVT offset 2 assigned for vector 0xf4
[ 0.002688] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.002689] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.002692] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.002693] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.002694] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.002695] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.002696] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.005109] Freeing SMP alternatives memory: 36K
[ 0.112159] smpboot: CPU0: AMD Ryzen 5 2600 Six-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[ 0.112277] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.112281] ... version: 0
[ 0.112282] ... bit width: 48
[ 0.112283] ... generic registers: 6
[ 0.112283] ... value mask: 0000ffffffffffff
[ 0.112284] ... max period: 00007fffffffffff
[ 0.112285] ... fixed-purpose events: 0
[ 0.112285] ... event mask: 000000000000003f
[ 0.112333] rcu: Hierarchical SRCU implementation.
[ 0.112665] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.112771] smp: Bringing up secondary CPUs ...
[ 0.112854] x86: Booting SMP configuration:
[ 0.112855] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.136725] smp: Brought up 1 node, 12 CPUs
[ 0.136725] smpboot: Max logical packages: 2
[ 0.136725] smpboot: Total of 12 processors activated (81468.35 BogoMIPS)
[ 0.137683] devtmpfs: initialized
[ 0.137683] x86/mm: Memory block size: 128MB
[ 0.137683] ACPI: PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[ 0.137683] ACPI: PM: Registering ACPI NVS region [mem 0xda1f1000-0xda5adfff] (3919872 bytes)
[ 0.137683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.137683] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.137683] pinctrl core: initialized pinctrl subsystem
[ 0.137683] PM: RTC time: 09:35:32, date: 2022-01-10
[ 0.137683] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.137683] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.137683] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.137683] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.137683] audit: initializing netlink subsys (disabled)
[ 0.137683] audit: type=2000 audit(1641807332.156:1): state=initialized audit_enabled=0 res=1
[ 0.137683] thermal_sys: Registered thermal governor 'fair_share'
[ 0.137683] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.137683] thermal_sys: Registered thermal governor 'step_wise'
[ 0.137683] thermal_sys: Registered thermal governor 'user_space'
[ 0.137683] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.137683] cpuidle: using governor ladder
[ 0.137683] cpuidle: using governor menu
[ 0.137683] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[ 0.137683] ACPI: bus type PCI registered
[ 0.137683] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.137683] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.137683] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.137683] PCI: Using configuration type 1 for base access
[ 0.140639] Kprobes globally optimized
[ 0.140643] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[ 0.140643] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.140643] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.140643] ACPI: Added _OSI(Module Device)
[ 0.140643] ACPI: Added _OSI(Processor Device)
[ 0.140643] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.140643] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.140643] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.140643] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.140643] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.154691] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.155978] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.159295] ACPI: Interpreter enabled
[ 0.159309] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.159310] ACPI: Using IOAPIC for interrupt routing
[ 0.159619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.159910] ACPI: Enabled 4 GPEs in block 00 to 1F
[ 0.167928] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.167933] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.168116] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[ 0.168292] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.168300] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.168638] PCI host bridge to bus 0000:00
[ 0.168639] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.168641] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.168643] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.168644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.168645] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.168646] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.168647] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[ 0.168649] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.168650] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.168710] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 0.168829] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 0.168935] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.169059] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 0.169575] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 0.169701] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 0.169805] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 0.169927] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[ 0.170075] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.170213] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 0.170320] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 0.170432] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 0.170459] pci 0000:00:07.1: enabling Extended Tags
[ 0.171066] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.171190] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.171305] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 0.171332] pci 0000:00:08.1: enabling Extended Tags
[ 0.171406] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.171584] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.171836] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.172065] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 0.172142] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 0.172219] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 0.172295] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 0.172374] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 0.172451] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 0.172529] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 0.172606] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 0.173405] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[ 0.173421] pci 0000:01:00.0: reg 0x10: [mem 0xf76a0000-0xf76a7fff 64bit]
[ 0.173503] pci 0000:01:00.0: PME# supported from D3hot D3cold
[ 0.173604] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[ 0.173645] pci 0000:01:00.1: reg 0x24: [mem 0xf7680000-0xf769ffff]
[ 0.173652] pci 0000:01:00.1: reg 0x30: [mem 0xf7600000-0xf767ffff pref]
[ 0.173691] pci 0000:01:00.1: PME# supported from D3hot D3cold
[ 0.173763] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[ 0.173839] pci 0000:01:00.2: PME# supported from D3hot D3cold
[ 0.173917] pci 0000:00:01.3: PCI bridge to [bus 01-05]
[ 0.173921] pci 0000:00:01.3: bridge window [io 0xf000-0xffff]
[ 0.173923] pci 0000:00:01.3: bridge window [mem 0xf7500000-0xf76fffff]
[ 0.174027] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[ 0.174118] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.174221] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[ 0.174311] pci 0000:02:01.0: PME# supported from D3hot D3cold
[ 0.174413] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[ 0.174503] pci 0000:02:04.0: PME# supported from D3hot D3cold
[ 0.174593] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[ 0.174598] pci 0000:01:00.2: bridge window [io 0xf000-0xffff]
[ 0.174600] pci 0000:01:00.2: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.174679] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.174704] pci 0000:03:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.174740] pci 0000:03:00.0: reg 0x18: [mem 0xf7504000-0xf7504fff 64bit]
[ 0.174761] pci 0000:03:00.0: reg 0x20: [mem 0xf7500000-0xf7503fff 64bit]
[ 0.174903] pci 0000:03:00.0: supports D1 D2
[ 0.174904] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.175081] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.175086] pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
[ 0.175088] pci 0000:02:00.0: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.175128] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.175171] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.175425] pci 0000:06:00.0: [10de:1b81] type 00 class 0x030000
[ 0.175440] pci 0000:06:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.175453] pci 0000:06:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.175466] pci 0000:06:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.175474] pci 0000:06:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.175483] pci 0000:06:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.175506] pci 0000:06:00.0: BAR 3: assigned to efifb
[ 0.175628] pci 0000:06:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.175684] pci 0000:06:00.1: [10de:10f0] type 00 class 0x040300
[ 0.175699] pci 0000:06:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.175865] pci 0000:00:03.1: PCI bridge to [bus 06]
[ 0.175869] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.175871] pci 0000:00:03.1: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.175874] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.176522] pci 0000:07:00.0: [1022:145a] type 00 class 0x130000
[ 0.176544] pci 0000:07:00.0: enabling Extended Tags
[ 0.176732] pci 0000:07:00.2: [1022:1456] type 00 class 0x108000
[ 0.176742] pci 0000:07:00.2: reg 0x18: [mem 0xf7300000-0xf73fffff]
[ 0.176750] pci 0000:07:00.2: reg 0x24: [mem 0xf7400000-0xf7401fff]
[ 0.176756] pci 0000:07:00.2: enabling Extended Tags
[ 0.176842] pci 0000:07:00.3: [1022:145f] type 00 class 0x0c0330
[ 0.176851] pci 0000:07:00.3: reg 0x10: [mem 0xf7200000-0xf72fffff 64bit]
[ 0.176870] pci 0000:07:00.3: enabling Extended Tags
[ 0.176898] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[ 0.176966] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 0.176970] pci 0000:00:07.1: bridge window [mem 0xf7200000-0xf74fffff]
[ 0.177553] pci 0000:08:00.0: [1022:1455] type 00 class 0x130000
[ 0.177576] pci 0000:08:00.0: enabling Extended Tags
[ 0.177660] pci 0000:08:00.2: [1022:7901] type 00 class 0x010601
[ 0.177684] pci 0000:08:00.2: reg 0x24: [mem 0xf7708000-0xf7708fff]
[ 0.177691] pci 0000:08:00.2: enabling Extended Tags
[ 0.177720] pci 0000:08:00.2: PME# supported from D3hot D3cold
[ 0.177785] pci 0000:08:00.3: [1022:1457] type 00 class 0x040300
[ 0.177792] pci 0000:08:00.3: reg 0x10: [mem 0xf7700000-0xf7707fff]
[ 0.177810] pci 0000:08:00.3: enabling Extended Tags
[ 0.177837] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.177901] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.177905] pci 0000:00:08.1: bridge window [mem 0xf7700000-0xf77fffff]
[ 0.178253] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.178309] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.178357] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.178416] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.178477] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.178522] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.178567] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.178611] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.179110] iommu: Default domain type: Translated
[ 0.179111] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.179120] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 0.179120] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.179120] pci 0000:06:00.0: vgaarb: bridge control possible
[ 0.179120] vgaarb: loaded
[ 0.179120] SCSI subsystem initialized
[ 0.179120] libata version 3.00 loaded.
[ 0.179120] ACPI: bus type USB registered
[ 0.179120] usbcore: registered new interface driver usbfs
[ 0.179120] usbcore: registered new interface driver hub
[ 0.179120] usbcore: registered new device driver usb
[ 0.179120] pps_core: LinuxPPS API ver. 1 registered
[ 0.179120] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.179120] PTP clock support registered
[ 0.179120] EDAC MC: Ver: 3.0.0
[ 0.179120] Registered efivars operations
[ 0.179120] NetLabel: Initializing
[ 0.179120] NetLabel: domain hash size = 128
[ 0.179120] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.179120] NetLabel: unlabeled traffic allowed by default
[ 0.179120] PCI: Using ACPI for IRQ routing
[ 0.184037] PCI: pci_cache_line_size set to 64 bytes
[ 0.184089] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
[ 0.184091] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.184092] e820: reserve RAM buffer [mem 0xd4211000-0xd7ffffff]
[ 0.184093] e820: reserve RAM buffer [mem 0xd78ed000-0xd7ffffff]
[ 0.184093] e820: reserve RAM buffer [mem 0xd9f9f000-0xdbffffff]
[ 0.184094] e820: reserve RAM buffer [mem 0xda1f1000-0xdbffffff]
[ 0.184095] e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
[ 0.184096] e820: reserve RAM buffer [mem 0x21f380000-0x21fffffff]
[ 0.184100] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.184100] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.185454] clocksource: Switched to clocksource tsc-early
[ 0.189408] VFS: Disk quotas dquot_6.6.0
[ 0.189424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.189495] pnp: PnP ACPI init
[ 0.189623] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.189689] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[ 0.189907] system 00:03: [io 0x0300-0x030f] has been reserved
[ 0.189909] system 00:03: [io 0x0230-0x023f] has been reserved
[ 0.189911] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.190175] pnp 00:04: [dma 0 disabled]
[ 0.190397] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.190398] system 00:05: [io 0x040b] has been reserved
[ 0.190400] system 00:05: [io 0x04d6] has been reserved
[ 0.190401] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.190402] system 00:05: [io 0x0c14] has been reserved
[ 0.190403] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.190404] system 00:05: [io 0x0c52] has been reserved
[ 0.190405] system 00:05: [io 0x0c6c] has been reserved
[ 0.190406] system 00:05: [io 0x0c6f] has been reserved
[ 0.190407] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 0.190408] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 0.190409] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 0.190410] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 0.190411] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.190412] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.190413] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.190414] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.190415] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.190416] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.190417] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.190419] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.190421] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.190422] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.190424] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.190425] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.190427] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.190866] pnp: PnP ACPI: found 6 devices
[ 0.196454] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.196497] NET: Registered PF_INET protocol family
[ 0.196599] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.197457] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.197507] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.197665] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.197735] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.197788] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.197811] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.197830] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.197879] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.197883] NET: Registered PF_XDP protocol family
[ 0.197893] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.197896] pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
[ 0.197900] pci 0000:02:00.0: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.197907] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.197916] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.197925] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[ 0.197927] pci 0000:01:00.2: bridge window [io 0xf000-0xffff]
[ 0.197930] pci 0000:01:00.2: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.197936] pci 0000:00:01.3: PCI bridge to [bus 01-05]
[ 0.197937] pci 0000:00:01.3: bridge window [io 0xf000-0xffff]
[ 0.197939] pci 0000:00:01.3: bridge window [mem 0xf7500000-0xf76fffff]
[ 0.197943] pci 0000:00:03.1: PCI bridge to [bus 06]
[ 0.197945] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.197947] pci 0000:00:03.1: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.197949] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.197953] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 0.197955] pci 0000:00:07.1: bridge window [mem 0xf7200000-0xf74fffff]
[ 0.197959] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.197961] pci 0000:00:08.1: bridge window [mem 0xf7700000-0xf77fffff]
[ 0.197965] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.197967] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.197968] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.197969] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.197970] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.197971] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.197972] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[ 0.197973] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[ 0.197974] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.197975] pci_bus 0000:01: resource 1 [mem 0xf7500000-0xf76fffff]
[ 0.197976] pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
[ 0.197977] pci_bus 0000:02: resource 1 [mem 0xf7500000-0xf75fffff]
[ 0.197978] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.197979] pci_bus 0000:03: resource 1 [mem 0xf7500000-0xf75fffff]
[ 0.197980] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
[ 0.197981] pci_bus 0000:06: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.197982] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.197983] pci_bus 0000:07: resource 1 [mem 0xf7200000-0xf74fffff]
[ 0.197984] pci_bus 0000:08: resource 1 [mem 0xf7700000-0xf77fffff]
[ 0.198166] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.198187] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[ 0.198752] PCI: CLS 64 bytes, default 64
[ 0.198762] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.198788] pci 0000:00:01.0: Adding to iommu group 0
[ 0.198797] pci 0000:00:01.3: Adding to iommu group 1
[ 0.198804] Trying to unpack rootfs image as initramfs...
[ 0.198807] pci 0000:00:02.0: Adding to iommu group 2
[ 0.198823] pci 0000:00:03.0: Adding to iommu group 3
[ 0.198831] pci 0000:00:03.1: Adding to iommu group 4
[ 0.198841] pci 0000:00:04.0: Adding to iommu group 5
[ 0.198852] pci 0000:00:07.0: Adding to iommu group 6
[ 0.198861] pci 0000:00:07.1: Adding to iommu group 7
[ 0.198872] pci 0000:00:08.0: Adding to iommu group 8
[ 0.198879] pci 0000:00:08.1: Adding to iommu group 9
[ 0.198893] pci 0000:00:14.0: Adding to iommu group 10
[ 0.198901] pci 0000:00:14.3: Adding to iommu group 10
[ 0.198932] pci 0000:00:18.0: Adding to iommu group 11
[ 0.198940] pci 0000:00:18.1: Adding to iommu group 11
[ 0.198947] pci 0000:00:18.2: Adding to iommu group 11
[ 0.198955] pci 0000:00:18.3: Adding to iommu group 11
[ 0.198962] pci 0000:00:18.4: Adding to iommu group 11
[ 0.198970] pci 0000:00:18.5: Adding to iommu group 11
[ 0.198979] pci 0000:00:18.6: Adding to iommu group 11
[ 0.198986] pci 0000:00:18.7: Adding to iommu group 11
[ 0.199004] pci 0000:01:00.0: Adding to iommu group 12
[ 0.199013] pci 0000:01:00.1: Adding to iommu group 12
[ 0.199021] pci 0000:01:00.2: Adding to iommu group 12
[ 0.199025] pci 0000:02:00.0: Adding to iommu group 12
[ 0.199029] pci 0000:02:01.0: Adding to iommu group 12
[ 0.199033] pci 0000:02:04.0: Adding to iommu group 12
[ 0.199038] pci 0000:03:00.0: Adding to iommu group 12
[ 0.199052] pci 0000:06:00.0: Adding to iommu group 13
[ 0.199061] pci 0000:06:00.1: Adding to iommu group 13
[ 0.199070] pci 0000:07:00.0: Adding to iommu group 14
[ 0.199080] pci 0000:07:00.2: Adding to iommu group 15
[ 0.199089] pci 0000:07:00.3: Adding to iommu group 16
[ 0.199097] pci 0000:08:00.0: Adding to iommu group 17
[ 0.199106] pci 0000:08:00.2: Adding to iommu group 18
[ 0.199115] pci 0000:08:00.3: Adding to iommu group 19
[ 0.201316] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.201320] AMD-Vi: Extended features (0xf77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
[ 0.201325] AMD-Vi: Interrupt remapping enabled
[ 0.201325] AMD-Vi: Virtual APIC enabled
[ 0.201423] software IO TLB: tearing down default memory pool
[ 0.202196] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.212483] Initialise system trusted keyrings
[ 0.212494] Key type blacklist registered
[ 0.212528] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 0.213362] zbud: loaded
[ 0.221471] Key type asymmetric registered
[ 0.221473] Asymmetric key parser 'x509' registered
[ 0.221486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.221521] io scheduler mq-deadline registered
[ 0.221522] io scheduler kyber registered
[ 0.221546] io scheduler bfq registered
[ 0.221928] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[ 0.222142] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[ 0.222825] pcieport 0000:00:07.1: AER: enabled with IRQ 28
[ 0.223097] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[ 0.223665] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.223760] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.223780] ACPI: button: Power Button [PWRB]
[ 0.223802] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.226752] ACPI: button: Power Button [PWRF]
[ 0.226794] Monitor-Mwait will be used to enter C-1 state
[ 0.226798] ACPI: \_PR_.P000: Found 2 idle states
[ 0.226912] ACPI: \_PR_.P001: Found 2 idle states
[ 0.226976] ACPI: \_PR_.P002: Found 2 idle states
[ 0.227036] ACPI: \_PR_.P003: Found 2 idle states
[ 0.227142] ACPI: \_PR_.P004: Found 2 idle states
[ 0.227234] ACPI: \_PR_.P005: Found 2 idle states
[ 0.227297] ACPI: \_PR_.P006: Found 2 idle states
[ 0.227389] ACPI: \_PR_.P007: Found 2 idle states
[ 0.227474] ACPI: \_PR_.P008: Found 2 idle states
[ 0.227561] ACPI: \_PR_.P009: Found 2 idle states
[ 0.227649] ACPI: \_PR_.P00A: Found 2 idle states
[ 0.227738] ACPI: \_PR_.P00B: Found 2 idle states
[ 0.227934] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.228128] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.229503] Non-volatile memory driver v1.3
[ 0.229504] Linux agpgart interface v0.103
[ 0.229531] AMD-Vi: AMD IOMMUv2 loaded and initialized
[ 0.230189] ahci 0000:01:00.1: version 3.0
[ 0.230297] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[ 0.230329] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[ 0.230331] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.230685] scsi host0: ahci
[ 0.230781] scsi host1: ahci
[ 0.230850] scsi host2: ahci
[ 0.230919] scsi host3: ahci
[ 0.230987] scsi host4: ahci
[ 0.231059] scsi host5: ahci
[ 0.231123] scsi host6: ahci
[ 0.231191] scsi host7: ahci
[ 0.231215] ata1: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680100 irq 37
[ 0.231217] ata2: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680180 irq 37
[ 0.231219] ata3: DUMMY
[ 0.231219] ata4: DUMMY
[ 0.231220] ata5: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680300 irq 37
[ 0.231222] ata6: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680380 irq 37
[ 0.231223] ata7: DUMMY
[ 0.231224] ata8: DUMMY
[ 0.231488] ahci 0000:08:00.2: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[ 0.231490] ahci 0000:08:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.231718] scsi host8: ahci
[ 0.231788] scsi host9: ahci
[ 0.231859] scsi host10: ahci
[ 0.231924] scsi host11: ahci
[ 0.231947] ata9: DUMMY
[ 0.231948] ata10: DUMMY
[ 0.231949] ata11: SATA max UDMA/133 abar m4096@0xf7708000 port 0xf7708200 irq 41
[ 0.231951] ata12: SATA max UDMA/133 abar m4096@0xf7708000 port 0xf7708280 irq 42
[ 0.231975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.231980] ehci-pci: EHCI PCI platform driver
[ 0.231991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.231993] ohci-pci: OHCI PCI platform driver
[ 0.232000] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.232028] usbcore: registered new interface driver usbserial_generic
[ 0.232033] usbserial: USB Serial support registered for generic
[ 0.232110] rtc_cmos 00:02: RTC can wake from S4
[ 0.232480] rtc_cmos 00:02: registered as rtc0
[ 0.232547] rtc_cmos 00:02: setting system clock to 2022-01-10T09:35:33 UTC (1641807333)
[ 0.232558] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.232694] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.232837] efifb: probing for efifb
[ 0.232846] efifb: No BGRT, not showing boot graphics
[ 0.232847] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[ 0.232848] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.232849] efifb: scrolling: redraw
[ 0.232849] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.232871] fbcon: Deferring console take-over
[ 0.232872] fb0: EFI VGA frame buffer device
[ 0.232890] hid: raw HID events driver (C) Jiri Kosina
[ 0.232958] drop_monitor: Initializing network drop monitor service
[ 0.233009] Initializing XFRM netlink socket
[ 0.233077] NET: Registered PF_INET6 protocol family
[ 0.243762] Freeing initrd memory: 8024K
[ 0.246824] Segment Routing with IPv6
[ 0.246825] RPL Segment Routing with IPv6
[ 0.246832] In-situ OAM (IOAM) with IPv6
[ 0.246849] NET: Registered PF_PACKET protocol family
[ 0.247432] microcode: microcode updated early to new patch_level=0x0800820d
[ 0.247452] microcode: CPU0: patch_level=0x0800820d
[ 0.247458] microcode: CPU1: patch_level=0x0800820d
[ 0.247463] microcode: CPU2: patch_level=0x0800820d
[ 0.247471] microcode: CPU3: patch_level=0x0800820d
[ 0.247478] microcode: CPU4: patch_level=0x0800820d
[ 0.247485] microcode: CPU5: patch_level=0x0800820d
[ 0.247491] microcode: CPU6: patch_level=0x0800820d
[ 0.247497] microcode: CPU7: patch_level=0x0800820d
[ 0.247500] microcode: CPU8: patch_level=0x0800820d
[ 0.247506] microcode: CPU9: patch_level=0x0800820d
[ 0.247509] microcode: CPU10: patch_level=0x0800820d
[ 0.247513] microcode: CPU11: patch_level=0x0800820d
[ 0.247516] microcode: Microcode Update Driver: v2.2.
[ 0.247519] IPI shorthand broadcast: enabled
[ 0.247527] sched_clock: Marking stable (267395955, -19995590)->(252433167, -5032802)
[ 0.247847] registered taskstats version 1
[ 0.248018] Loading compiled-in X.509 certificates
[ 0.250473] Loaded X.509 cert 'Build time autogenerated kernel key: defcdccb3962b02406b9684259a13cefc7cd3e6e'
[ 0.250949] zswap: loaded using pool lz4/z3fold
[ 0.251213] Key type ._fscrypt registered
[ 0.251214] Key type .fscrypt registered
[ 0.251215] Key type fscrypt-provisioning registered
[ 0.251428] PM: Magic number: 6:701:575
[ 0.251493] workqueue: hash matches
[ 0.251581] RAS: Correctable Errors collector initialized.
[ 0.546908] ata1: SATA link down (SStatus 0 SControl 330)
[ 0.710227] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.710460] ata12.00: ATA-11: KINGSTON SUV400S37480G, 0C3J96R9, max UDMA/133
[ 0.710520] ata12.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.710964] ata12.00: configured for UDMA/133
[ 0.711647] ata11: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.713302] ata11.00: supports DRM functions and may not be fully accessible
[ 0.713304] ata11.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
[ 0.713853] ata11.00: disabling queued TRIM support
[ 0.713854] ata11.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.715641] ata11.00: Features: Trust Dev-Sleep NCQ-sndrcv
[ 0.715919] ata11.00: supports DRM functions and may not be fully accessible
[ 0.716420] ata11.00: disabling queued TRIM support
[ 0.718312] ata11.00: configured for UDMA/133
[ 0.862117] ata2: SATA link down (SStatus 0 SControl 330)
[ 1.203738] tsc: Refined TSC clocksource calibration: 3393.623 MHz
[ 1.203747] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac649395, max_idle_ns: 440795252668 ns
[ 1.203796] clocksource: Switched to clocksource tsc
[ 1.337046] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.366073] ata5.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
[ 1.375493] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.436973] ata5.00: configured for UDMA/133
[ 1.437136] scsi 4:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
[ 1.437331] sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.437334] sd 4:0:0:0: [sda] 4096-byte physical blocks
[ 1.437341] sd 4:0:0:0: [sda] Write Protect is off
[ 1.437343] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.437352] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.482583] sda: sda1
[ 1.507112] sd 4:0:0:0: [sda] Attached SCSI disk
[ 1.903707] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.904401] ata6.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[ 1.904602] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.905634] ata6.00: configured for UDMA/133
[ 1.905719] scsi 5:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[ 1.906076] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.906080] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[ 1.906088] sd 5:0:0:0: [sdb] Write Protect is off
[ 1.906089] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.906100] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.906142] scsi 10:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
[ 1.906328] sd 10:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.906336] sd 10:0:0:0: [sdc] Write Protect is off
[ 1.906338] sd 10:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.906348] sd 10:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.906349] scsi 11:0:0:0: Direct-Access ATA KINGSTON SUV400S 96R9 PQ: 0 ANSI: 5
[ 1.906502] sd 11:0:0:0: [sdd] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 1.906504] sd 11:0:0:0: [sdd] 4096-byte physical blocks
[ 1.906509] sd 11:0:0:0: [sdd] Write Protect is off
[ 1.906510] sd 11:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 1.906518] sd 11:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.939286] sdd: sdd1
[ 1.942334] sdc: sdc1 sdc2 sdc3
[ 1.963787] sd 11:0:0:0: [sdd] Attached SCSI disk
[ 1.977455] sd 10:0:0:0: [sdc] supports TCG Opal
[ 1.977459] sd 10:0:0:0: [sdc] Attached SCSI disk
[ 1.982426] sdb: sdb1
[ 2.017113] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 2.018506] Freeing unused decrypted memory: 2036K
[ 2.018734] Freeing unused kernel image (initmem) memory: 1864K
[ 2.018736] Write protecting the kernel read-only data: 28672k
[ 2.019178] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 2.019429] Freeing unused kernel image (rodata/data gap) memory: 1496K
[ 2.050262] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.050266] rodata_test: all tests were successful
[ 2.050272] Run /init as init process
[ 2.050273] with arguments:
[ 2.050274] /init
[ 2.050275] with environment:
[ 2.050275] HOME=/
[ 2.050276] TERM=linux
[ 2.050276] BOOT_IMAGE=/vmlinuz-linux
[ 2.109039] fbcon: Taking over console
[ 2.109093] Console: switching to colour frame buffer device 128x48
[ 2.180111] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.180118] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 2.204264] random: fast init done
[ 2.233024] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 2.233341] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 2.233344] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.233346] usb usb1: Product: xHCI Host Controller
[ 2.233347] usb usb1: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
[ 2.233348] usb usb1: SerialNumber: 0000:01:00.0
[ 2.233445] hub 1-0:1.0: USB hub found
[ 2.233457] hub 1-0:1.0: 10 ports detected
[ 2.238532] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.238536] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.238538] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.238574] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.238589] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 2.238590] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.238591] usb usb2: Product: xHCI Host Controller
[ 2.238592] usb usb2: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
[ 2.238594] usb usb2: SerialNumber: 0000:01:00.0
[ 2.238657] hub 2-0:1.0: USB hub found
[ 2.238665] hub 2-0:1.0: 4 ports detected
[ 2.241068] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 2.241073] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[ 2.241176] xhci_hcd 0000:07:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[ 2.241464] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 2.241467] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.241468] usb usb3: Product: xHCI Host Controller
[ 2.241470] usb usb3: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
[ 2.241471] usb usb3: SerialNumber: 0000:07:00.3
[ 2.241555] hub 3-0:1.0: USB hub found
[ 2.241564] hub 3-0:1.0: 4 ports detected
[ 2.241757] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 2.241761] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[ 2.241763] xhci_hcd 0000:07:00.3: Host supports USB 3.0 SuperSpeed
[ 2.241777] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.241796] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 2.241799] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.241800] usb usb4: Product: xHCI Host Controller
[ 2.241802] usb usb4: Manufacturer: Linux 5.15.11-arch2-1 xhci-hcd
[ 2.241803] usb usb4: SerialNumber: 0000:07:00.3
[ 2.241868] hub 4-0:1.0: USB hub found
[ 2.241873] hub 4-0:1.0: 4 ports detected
[ 2.241945] usb: port power management may be unreliable
[ 2.427878] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2.490011] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[ 2.543253] systemd[1]: systemd 249.7-2-arch 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)
[ 2.556713] systemd[1]: Detected architecture x86-64.
[ 2.556977] systemd[1]: Hostname set to <toninux>.
[ 2.609315] random: lvmconfig: uninitialized urandom read (4 bytes read)
[ 2.655469] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[ 2.661525] systemd[1]: Configuration file /etc/systemd/system/piavpn.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 2.681504] systemd[1]: Queued start job for default target Graphical Interface.
[ 2.682272] systemd[1]: Created slice Slice /system/getty.
[ 2.682460] systemd[1]: Created slice Slice /system/modprobe.
[ 2.682651] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 2.682810] systemd[1]: Created slice Slice /system/wol.
[ 2.682961] systemd[1]: Created slice User and Session Slice.
[ 2.683009] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.683041] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.683142] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.683165] systemd[1]: Reached target Local Encrypted Volumes.
[ 2.683175] systemd[1]: Reached target Login Prompts.
[ 2.683192] systemd[1]: Reached target Remote File Systems.
[ 2.683201] systemd[1]: Reached target Slice Units.
[ 2.683221] systemd[1]: Reached target Local Verity Protected Volumes.
[ 2.683263] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.683318] systemd[1]: Listening on LVM2 poll daemon socket.
[ 2.684117] systemd[1]: Listening on Process Core Dump Socket.
[ 2.684206] systemd[1]: Listening on Journal Audit Socket.
[ 2.684265] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.684336] systemd[1]: Listening on Journal Socket.
[ 2.684414] systemd[1]: Listening on Network Service Netlink Socket.
[ 2.684602] systemd[1]: Listening on udev Control Socket.
[ 2.684652] systemd[1]: Listening on udev Kernel Socket.
[ 2.685106] systemd[1]: Mounting Huge Pages File System...
[ 2.685522] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.685981] systemd[1]: Mounting Kernel Debug File System...
[ 2.686466] systemd[1]: Mounting Kernel Trace File System...
[ 2.686993] systemd[1]: Starting Create List of Static Device Nodes...
[ 2.687437] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2.687919] systemd[1]: Starting Load Kernel Module configfs...
[ 2.688435] systemd[1]: Starting Load Kernel Module drm...
[ 2.688954] systemd[1]: Starting Load Kernel Module fuse...
[ 2.689602] random: lvm: uninitialized urandom read (4 bytes read)
[ 2.689980] systemd[1]: Starting Set Up Additional Binary Formats...
[ 2.690017] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 2.691249] systemd[1]: Starting Journal Service...
[ 2.692383] systemd[1]: Starting Load Kernel Modules...
[ 2.692927] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2.692978] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 2.693475] systemd[1]: Starting Coldplug All udev Devices...
[ 2.694478] systemd[1]: Mounted Huge Pages File System.
[ 2.694543] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.694593] systemd[1]: Mounted Kernel Debug File System.
[ 2.694643] systemd[1]: Mounted Kernel Trace File System.
[ 2.694821] systemd[1]: Finished Create List of Static Device Nodes.
[ 2.694995] systemd[1]: [email protected]: Deactivated successfully.
[ 2.695125] systemd[1]: Finished Load Kernel Module configfs.
[ 2.695273] systemd[1]: [email protected]: Deactivated successfully.
[ 2.695395] systemd[1]: Finished Load Kernel Module drm.
[ 2.695466] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 346 (systemd-binfmt)
[ 2.695982] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 2.696626] systemd[1]: Mounting Kernel Configuration File System...
[ 2.697382] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 2.698068] fuse: init (API version 7.34)
[ 2.698307] EXT4-fs (sdc3): re-mounted. Opts: (null). Quota mode: none.
[ 2.698695] systemd[1]: [email protected]: Deactivated successfully.
[ 2.698848] systemd[1]: Finished Load Kernel Module fuse.
[ 2.699074] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 2.699157] systemd[1]: Mounted Kernel Configuration File System.
[ 2.699763] systemd[1]: Mounting FUSE Control File System...
[ 2.699813] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 2.701859] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 2.702367] systemd[1]: Starting Load/Save Random Seed...
[ 2.702409] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 2.702906] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.703593] systemd[1]: Finished Set Up Additional Binary Formats.
[ 2.703628] audit: type=1130 audit(1641807335.967: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'
[ 2.703686] systemd[1]: Mounted FUSE Control File System.
[ 2.722787] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 2.722816] audit: type=1130 audit(1641807335.984:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.723432] audit: type=1334 audit(1641807335.987:4): prog-id=14 op=LOAD
[ 2.723521] audit: type=1334 audit(1641807335.987:5): prog-id=15 op=LOAD
[ 2.723580] audit: type=1334 audit(1641807335.987:6): prog-id=16 op=LOAD
[ 2.723931] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 2.736050] systemd[1]: Started Journal Service.
[ 2.736105] audit: type=1130 audit(1641807335.997: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'
[ 2.739860] systemd-journald[347]: Received client request to flush runtime journal.
[ 2.742926] usb 1-7: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01
[ 2.742930] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.742933] usb 1-7: Product: USB Laser Mouse
[ 2.742934] usb 1-7: Manufacturer: Logitech
[ 2.751874] audit: type=1130 audit(1641807336.014:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.786610] audit: type=1130 audit(1641807336.047:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.811343] acpi_cpufreq: overriding BIOS provided _PSD data
[ 2.811799] audit: type=1130 audit(1641807336.074:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.838562] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 2.880015] usb 1-10: new low-speed USB device number 3 using xhci_hcd
[ 2.887146] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 2.887152] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 2.887255] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 2.887441] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 2.887443] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 2.904655] Adding 16777212k swap on /dev/sdc2. Priority:-2 extents:1 across:16777212k SSFS
[ 2.930339] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 2.933866] cryptd: max_cpu_qlen set to 1000
[ 2.938781] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 2.938892] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 2.939119] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 2.942007] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2.952735] AVX2 version of gcm_enc/dec engaged.
[ 2.952780] AES CTR mode by8 optimization enabled
[ 2.955308] ccp 0000:07:00.2: enabling device (0000 -> 0002)
[ 2.955768] ccp 0000:07:00.2: ccp enabled
[ 3.136971] usb 1-10: New USB device found, idVendor=046d, idProduct=c248, bcdDevice=73.00
[ 3.136976] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.136978] usb 1-10: Product: Gaming Keyboard G105
[ 3.136980] usb 1-10: Manufacturer: Logitech
[ 3.193762] kvm: Nested Virtualization enabled
[ 3.193765] SVM: kvm: Nested Paging enabled
[ 3.193767] SEV supported: 16 ASIDs
[ 3.193768] SEV-ES supported: 4294967295 ASIDs
[ 3.193781] SVM: Virtual VMLOAD VMSAVE supported
[ 3.193782] SVM: Virtual GIF supported
[ 3.202819] MCE: In-kernel MCE decoding enabled.
[ 3.276567] snd_hda_intel 0000:06:00.1: Disabling MSI
[ 3.276575] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[ 3.276660] snd_hda_intel 0000:08:00.3: enabling device (0000 -> 0002)
[ 3.413411] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 3.413416] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.413418] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 3.413420] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 3.413421] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x0
[ 3.413422] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 3.413424] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 3.413425] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 3.413426] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 3.417808] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input3
[ 3.417850] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input4
[ 3.417890] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input5
[ 3.417939] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input6
[ 3.417974] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input7
[ 3.418009] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input8
[ 3.418049] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input9
[ 3.425901] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/sound/card1/input10
[ 3.425942] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/sound/card1/input11
[ 3.425978] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/sound/card1/input12
[ 3.426022] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/sound/card1/input13
[ 3.426060] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/sound/card1/input14
[ 3.549251] nvidia: loading out-of-tree module taints kernel.
[ 3.549262] nvidia: module license 'NVIDIA' taints kernel.
[ 3.549263] Disabling lock debugging due to kernel taint
[ 3.604244] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 3.678994] intel_rapl_common: Found RAPL domain package
[ 3.678998] intel_rapl_common: Found RAPL domain core
[ 3.683228] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C069.0001/input/input15
[ 3.683530] hid-generic 0003:046D:C069.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:01:00.0-7/input0
[ 3.685023] libphy: r8169: probed
[ 3.685220] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 0c:9d:92:76:75:15, XID 541, IRQ 78
[ 3.685225] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 3.696238] input: Logitech Gaming Keyboard G105 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.0/0003:046D:C248.0002/input/input16
[ 3.750546] hid-generic 0003:046D:C248.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech Gaming Keyboard G105] on usb-0000:01:00.0-10/input0
[ 3.771249] input: Logitech Gaming Keyboard G105 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C248.0003/input/input17
[ 3.827051] hid-generic 0003:046D:C248.0003: input,hiddev96,hidraw2: USB HID v1.10 Device [Logitech Gaming Keyboard G105] on usb-0000:01:00.0-10/input1
[ 3.827229] usbcore: registered new interface driver usbhid
[ 3.827231] usbhid: USB HID core driver
[ 3.830172] nvidia-nvlink: Nvlink Core is being initialized, major device number 235
[ 3.832599] nvidia 0000:06:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 3.844722] r8169 0000:03:00.0 enp3s0: renamed from eth0
[ 3.896694] random: crng init done
[ 3.949322] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 495.46 Wed Oct 27 16:31:33 UTC 2021
[ 3.969282] asus_wmi: ASUS WMI generic driver loaded
[ 3.970239] mousedev: PS/2 mouse device common for all mice
[ 3.979467] asus_wmi: Initialization: 0x0
[ 3.979539] asus_wmi: BIOS WMI version: 0.9
[ 3.979804] asus_wmi: SFUN value: 0x0
[ 3.979808] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 3.981397] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input19
[ 4.043600] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[ 4.137786] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 495.46 Wed Oct 27 16:22:48 UTC 2021
[ 4.145940] nvidia-uvm: Loaded the UVM driver, major device number 511.
[ 4.147571] [drm] [nvidia-drm] [GPU ID 0x00000600] Loading driver
[ 4.147575] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:06:00.0 on minor 0
[ 4.308335] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 4.410035] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 4.580194] r8169 0000:03:00.0 enp3s0: Link is Down
[ 4.764656] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[ 4.764663] caller _nv000717rm+0x1ad/0x200 [nvidia] mapping multiple BARs
[ 6.126055] kauditd_printk_skb: 33 callbacks suppressed
[ 6.126058] audit: type=1103 audit(1641807339.387:44): pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 6.146816] audit: type=1130 audit(1641807339.411:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.159885] audit: type=1101 audit(1641807339.421:46): pid=617 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.159895] audit: type=1103 audit(1641807339.421:47): pid=617 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6.159942] audit: type=1006 audit(1641807339.421:48): pid=617 uid=0 old-auid=4294967295 auid=976 tty=(none) old-ses=4294967295 ses=1 res=1
[ 6.159947] audit: type=1300 audit(1641807339.421:48): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffdbe628880 a2=3 a3=3d0 items=0 ppid=1 pid=617 auid=976 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[ 6.159953] audit: type=1327 audit(1641807339.421:48): proctitle="(systemd)"
[ 6.163738] audit: type=1105 audit(1641807339.427:49): pid=617 uid=0 auid=976 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.167849] audit: type=1334 audit(1641807339.431:50): prog-id=25 op=LOAD
[ 6.167858] audit: type=1300 audit(1641807339.431:50): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe5466de40 a2=78 a3=7ffe5466de40 items=0 ppid=1 pid=617 auid=976 uid=976 gid=976 euid=976 suid=976 fsuid=976 egid=976 sgid=976 fsgid=976 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[ 7.656175] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.656199] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 14.986798] kauditd_printk_skb: 5 callbacks suppressed
[ 14.986803] audit: type=1131 audit(1641807348.251:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.319315] audit: type=1131 audit(1641807367.590:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.424193] audit: type=1334 audit(1641807367.697:57): prog-id=0 op=UNLOAD
[ 34.424201] audit: type=1334 audit(1641807367.697:58): prog-id=0 op=UNLOAD
[ 34.424204] audit: type=1334 audit(1641807367.697:59): prog-id=0 op=UNLOAD
[ 80.697417] audit: type=1100 audit(1641807414.040:60): pid=653 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="tonitch" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 80.697732] audit: type=1101 audit(1641807414.040:61): pid=653 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 80.733777] audit: type=1106 audit(1641807414.073:62): pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 80.733819] audit: type=1104 audit(1641807414.073:63): pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 80.737968] audit: type=1103 audit(1641807414.080:64): pid=653 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="tonitch" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 80.738052] audit: type=1006 audit(1641807414.080:65): pid=653 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 80.738067] audit: type=1300 audit(1641807414.080:65): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd4ac9ec20 a2=4 a3=3e8 items=0 ppid=574 pid=653 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[ 80.738071] audit: type=1327 audit(1641807414.080:65): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[ 80.759787] audit: type=1130 audit(1641807414.100:66): 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'
[ 80.767842] audit: type=1101 audit(1641807414.110:67): pid=677 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 90.866289] kauditd_printk_skb: 13 callbacks suppressed
[ 90.866292] audit: type=1131 audit(1641807424.204:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 90.875422] audit: type=1131 audit(1641807424.214:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.343354] audit: type=1130 audit(1641807457.685:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 124.345540] audit: type=1130 audit(1641807457.685:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=piavpn comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.417420] audit: type=1130 audit(1641807457.758:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=teamviewerd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.490699] audit: type=1325 audit(1641807457.828:82): table=filter family=2 entries=0 op=xt_register pid=1407 comm="iptables"
[ 124.490838] audit: type=1300 audit(1641807457.828:82): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffe9ca3a640 items=0 ppid=1406 pid=1407 auid=4294967295 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
[ 124.490841] audit: type=1327 audit(1641807457.828:82): proctitle=69707461626C6573002D77002D43004F5554505554002D6A0070696176706E2E616E63686F7273002D740066696C746572
[ 124.521715] audit: type=1325 audit(1641807457.845:83): table=filter family=10 entries=0 op=xt_register pid=1411 comm="ip6tables"
[ 124.521793] audit: type=1300 audit(1641807457.845:83): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=29 a2=40 a3=7ffd8f9ea650 items=0 ppid=1410 pid=1411 auid=4294967295 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
[ 124.521800] audit: type=1327 audit(1641807457.845:83): proctitle=6970367461626C6573002D77002D43004F5554505554002D6A0070696176706E2E616E63686F7273002D740066696C746572
[ 124.651095] audit: type=1325 audit(1641807457.955:84): table=nat family=2 entries=0 op=xt_register pid=1435 comm="iptables"
[ 914.410485] kauditd_printk_skb: 1073 callbacks suppressed
[ 914.410490] audit: type=1130 audit(1641808247.738:442): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 914.410499] audit: type=1131 audit(1641808247.738:443): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2052.137002] audit: type=1130 audit(1641809385.455:444): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-2c196a21\x2dd204\x2d4b22\x2d8e4f\x2ddb3af74f432f comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2052.230185] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2053.697265] audit: type=1130 audit(1641809387.015:445): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2053.803584] audit: type=1334 audit(1641809387.122:446): prog-id=27 op=LOAD
[ 2053.803652] audit: type=1334 audit(1641809387.122:447): prog-id=28 op=LOAD
[ 2053.870618] audit: type=1130 audit(1641809387.189:448): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-A3FC\x2d5530 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2053.922003] audit: type=1130 audit(1641809387.242:449): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2094.462391] process 'steamapps/common/Hexcells Infinite/Hexcells Infinite.x86_64' started with executable stack
[14388.968751] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[14389.128727] usb 1-3: New USB device found, idVendor=048d, idProduct=1234, bcdDevice= 1.00
[14389.128732] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[14389.128733] usb 1-3: Product: UDisk
[14389.128735] usb 1-3: Manufacturer: General
[14389.128736] usb 1-3: SerialNumber: 2107140200361357081210
[14389.166926] usb_storage: unknown parameter 'quirs' ignored
[14389.166995] usb-storage 1-3:1.0: USB Mass Storage device detected
[14389.167210] scsi host12: usb-storage 1-3:1.0
[14389.167347] usbcore: registered new interface driver usb-storage
[14389.176146] usbcore: registered new interface driver uas
[14390.178066] scsi 12:0:0:0: Direct-Access General UDisk 5.00 PQ: 0 ANSI: 2
[14390.178407] sd 12:0:0:0: [sde] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[14390.178525] sd 12:0:0:0: [sde] Write Protect is off
[14390.178527] sd 12:0:0:0: [sde] Mode Sense: 0b 00 00 08
[14390.178644] sd 12:0:0:0: [sde] No Caching mode page found
[14390.178646] sd 12:0:0:0: [sde] Assuming drive cache: write through
[14390.179852] sde: sde1 sde2 sde3
[14390.180552] sd 12:0:0:0: [sde] Attached SCSI removable disk
[14826.152102] audit: type=1101 audit(1641822159.398:450): pid=19195 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[14826.153336] audit: type=1110 audit(1641822159.402:451): pid=19195 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/1 res=success'
[14826.160525] audit: type=1105 audit(1641822159.408:452): pid=19195 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[15009.759213] sde: sde1 sde2
[15009.763822] audit: type=1106 audit(1641822343.010:453): pid=19195 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[15009.764206] audit: type=1104 audit(1641822343.010:454): pid=19195 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/1 res=success'
[15086.586670] usb 1-3: USB disconnect, device number 4
[20934.329542] audit: type=1101 audit(1641828267.535:455): pid=25520 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[20934.330436] audit: type=1110 audit(1641828267.535:456): pid=25520 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/0 res=success'
[20934.336484] audit: type=1105 audit(1641828267.542:457): pid=25520 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[21185.730006] audit: type=1334 audit(1641828518.936:458): prog-id=0 op=UNLOAD
[21185.731825] audit: type=1334 audit(1641828518.936:459): prog-id=0 op=UNLOAD
[21185.736138] audit: type=1334 audit(1641828518.939:460): prog-id=0 op=UNLOAD
[21185.753232] audit: type=1334 audit(1641828518.959:461): prog-id=0 op=UNLOAD
[21185.753435] audit: type=1334 audit(1641828518.959:462): prog-id=0 op=UNLOAD
[21185.762399] systemd[1]: systemd 250.1-1-arch 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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[21185.776249] systemd[1]: Detected architecture x86-64.
[21185.780999] audit: type=1334 audit(1641828518.986:463): prog-id=29 op=LOAD
[21185.781003] audit: type=1334 audit(1641828518.986:464): prog-id=0 op=UNLOAD
[21185.781110] audit: type=1334 audit(1641828518.986:465): prog-id=30 op=LOAD
[21185.781113] audit: type=1334 audit(1641828518.986:466): prog-id=0 op=UNLOAD
[21185.876148] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[21185.885002] systemd[1]: Configuration file /etc/systemd/system/piavpn.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[21185.983404] audit: type=1334 audit(1641828519.189:467): prog-id=31 op=LOAD
[21509.210820] kauditd_printk_skb: 20 callbacks suppressed
[21509.210823] audit: type=1334 audit(1641828842.413:488): prog-id=44 op=LOAD
[21509.210829] audit: type=1334 audit(1641828842.413:489): prog-id=0 op=UNLOAD
[21509.210930] audit: type=1334 audit(1641828842.413:490): prog-id=45 op=LOAD
[21509.211024] audit: type=1334 audit(1641828842.413:491): prog-id=46 op=LOAD
[21509.211038] audit: type=1334 audit(1641828842.413:492): prog-id=0 op=UNLOAD
[21509.211046] audit: type=1334 audit(1641828842.413:493): prog-id=0 op=UNLOAD
[21509.211785] audit: type=1334 audit(1641828842.413:494): prog-id=47 op=LOAD
[21509.211797] audit: type=1334 audit(1641828842.413:495): prog-id=0 op=UNLOAD
[21509.211849] audit: type=1334 audit(1641828842.413:496): prog-id=48 op=LOAD
[21509.211893] audit: type=1334 audit(1641828842.413:497): prog-id=49 op=LOAD
[21578.528388] kauditd_printk_skb: 16 callbacks suppressed
[21578.528392] audit: type=1106 audit(1641828911.729:514): pid=25520 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[21578.529539] audit: type=1104 audit(1641828911.733:515): pid=25520 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/0 res=success'
[28376.666917] audit: type=1113 audit(1641835709.829:516): pid=653 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=toninux addr=? terminal=/dev/tty7 res=success'
[28376.678327] audit: type=1106 audit(1641835709.842:517): pid=653 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="tonitch" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[28376.679468] audit: type=1104 audit(1641835709.842:518): pid=653 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="tonitch" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[28376.701460] polybar[794]: segfault at 8 ip 00005648f513f605 sp 00007ffdef8ab010 error 4 in polybar[5648f4f71000+1fe000]
[28376.701472] Code: 7c 24 28 48 89 74 24 20 e8 e8 a1 fc ff 4c 89 e6 4c 89 ef e8 7d dd ea ff 48 8b 7c 24 28 48 85 ff 74 05 e8 ee 53 e9 ff 4c 89 f7 <41> 8b 5f 08 e8 e2 53 e9 ff 48 8b bc 24 b8 00 00 00 48 85 ff 74 05
[28376.701509] audit: type=1701 audit(1641835709.866:519): auid=1000 uid=1000 gid=1000 ses=2 pid=794 comm="polybar" exe="/usr/bin/polybar" sig=11 res=1
[28376.712219] audit: type=1334 audit(1641835709.876:520): prog-id=57 op=LOAD
[28376.712345] audit: type=1334 audit(1641835709.876:521): prog-id=58 op=LOAD
[28376.712405] audit: type=1334 audit(1641835709.876:522): prog-id=59 op=LOAD
[28376.715395] audit: type=1130 audit(1641835709.879:523): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-46126-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[28376.741619] Discord[3262]: segfault at 0 ip 00007f48494c10d6 sp 00007f484949e440 error 4 in discord_utils.node[7f48494a3000+8d000]
[28376.741637] Code: 38 48 83 ff 01 77 09 49 8d 70 ff 48 21 ce eb 13 48 89 ce 4c 39 c1 72 0b 48 89 c8 31 d2 49 f7 f0 48 89 d6 48 8b 05 5a 47 27 00 <48> 8b 04 f0 48 85 c0 74 76 48 8b 18 48 85 db 74 6e 4d 8d 48 ff eb
[28377.579050] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[28377.579056] caller _nv000717rm+0x1ad/0x200 [nvidia] mapping multiple BARs
[28391.542492] kauditd_printk_skb: 29 callbacks suppressed
[28391.542497] audit: type=1131 audit(1641835724.706:547): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[28391.554721] audit: type=1131 audit(1641835724.716:548): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[38647.954090] audit: type=1101 audit(1641845981.049:549): pid=56670 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[38647.955213] audit: type=1110 audit(1641845981.049:550): pid=56670 uid=1000 auid=1000 ses=5 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'
[38647.961585] audit: type=1105 audit(1641845981.055:551): pid=56670 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[39238.792179] audit: type=1106 audit(1641846571.881:552): pid=56670 uid=1000 auid=1000 ses=5 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[39238.792247] audit: type=1104 audit(1641846571.881:553): pid=56670 uid=1000 auid=1000 ses=5 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'
[39499.769446] audit: type=1101 audit(1641846832.860:554): pid=57717 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[39499.770521] audit: type=1110 audit(1641846832.860:555): pid=57717 uid=1000 auid=1000 ses=5 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'
[39499.776135] audit: type=1105 audit(1641846832.866:556): pid=57717 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[39499.917119] audit: type=1106 audit(1641846833.006:557): pid=57717 uid=1000 auid=1000 ses=5 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[39499.917183] audit: type=1104 audit(1641846833.006:558): pid=57717 uid=1000 auid=1000 ses=5 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'
[43209.915242] audit: type=1130 audit(1641850542.977:559): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[43220.191274] audit: type=1131 audit(1641850553.254:560): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46349.562459] audit: type=1101 audit(1641853682.604:561): pid=66027 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tonitch" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[46349.563449] audit: type=1110 audit(1641853682.604:562): pid=66027 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[46349.569496] audit: type=1105 audit(1641853682.611:563): pid=66027 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment