You are not logged in.

#1 2022-05-16 15:53:29

martor
Member
Registered: 2017-10-01
Posts: 4

Wifi interface not detected on some boots

Hello,
I bought a Lenovo Thinkpad T15 Gen 2 and ever since installing arch linux I have had this issue. On some boots my wifi interface is not detected. I have tried some solutions I found online. I don't think I have conflicting systemd services but just in case I'll leave my enabled services here as well. Now some info:

$ lspci
00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 01)
00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
00:04.0 Signal processing controller: Intel Corporation TigerLake-LP Dynamic Tuning Processor Participant (rev 01)
00:06.0 PCI bridge: Intel Corporation 11th Gen Core Processor PCIe Controller (rev 01)
00:07.0 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1 (rev 01)
00:07.2 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #2 (rev 01)
00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 01)
00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 01)
00:0d.3 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #1 (rev 01)
00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 20)
00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 20)
00:16.0 Communication controller: Intel Corporation Tiger Lake-LP Management Engine Interface (rev 20)
00:1c.0 PCI bridge: Intel Corporation Device a0b8 (rev 20)
00:1c.4 PCI bridge: Intel Corporation Device a0bc (rev 20)
00:1c.7 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #8 (rev 20)
00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 20)
00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)
00:1f.4 SMBus: Intel Corporation Tiger Lake-LP SMBus Controller (rev 20)
00:1f.5 Serial bus controller: Intel Corporation Tiger Lake-LP SPI Controller (rev 20)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (13) I219-V (rev 20)
04:00.0 Non-Volatile memory controller: SK hynix Gold P31 SSD
09:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)
0a:00.0 SD Host controller: Genesys Logic, Inc GL9750 SD Host Controller (rev 01)

I have a Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a).
Enabled systemd unit files

# systemctl list-unit-files --state=enabled
UNIT FILE                 STATE   VENDOR PRESET
atd.service               enabled disabled     
bluetooth.service         enabled disabled     
dhcpcd.service            enabled disabled     
docker.service            enabled disabled     
getty@.service            enabled enabled      
iwd.service               enabled disabled     
libvirtd.service          enabled disabled     
lightdm.service           enabled disabled     
nix-daemon.service        enabled disabled     
tpacpi-bat.service        enabled disabled     
virtnetworkd.service      enabled disabled     
virtqemud.service         enabled disabled     
virtstoraged.service      enabled disabled     
libvirtd-ro.socket        enabled disabled     
libvirtd.socket           enabled disabled     
virtlockd.socket          enabled disabled     
virtlogd.socket           enabled disabled     
virtnetworkd-admin.socket enabled disabled     
virtnetworkd-ro.socket    enabled disabled     
virtnetworkd.socket       enabled disabled     
virtqemud-admin.socket    enabled disabled     
virtqemud-ro.socket       enabled disabled     
virtqemud.socket          enabled disabled     
virtstoraged-admin.socket enabled disabled     
virtstoraged-ro.socket    enabled disabled     
virtstoraged.socket       enabled disabled     
remote-fs.target          enabled enabled      

The issue happened even before I enabled the virtnetworkd services.
A dmesg of a boot where this happens

[    0.000000] microcode: microcode updated early to revision 0xa4, date = 2022-02-01
[    0.000000] Linux version 5.17.6-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue, 10 May 2022 23:00:39 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4d39862f-7558-4399-801c-6b740358a4ab rw loglevel=3
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    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 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    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-0x000000008ef6efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ef6f000-0x000000008f03efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008f03f000-0x0000000093f2efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000093f2f000-0x0000000094b2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000094b2f000-0x0000000094bfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000094bff000-0x0000000094bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000094c00000-0x0000000098ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099100000-0x00000000991fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099a00000-0x00000000a07fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: ACPI=0x94bfe000 ACPI 2.0=0x94bfe014 SMBIOS=0x90cbd000 SMBIOS 3.0=0x90cb0000 TPMFinalLog=0x9498f000 MEMATTR=0x8b7f0018 ESRT=0x8b7f9000 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20W5S06P00/20W5S06P00, BIOS N34ET47W (1.47 ) 12/22/2021
[    0.000000] tsc: Detected 2800.000 MHz processor
[    0.000000] tsc: Detected 2803.200 MHz TSC
[    0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000010] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000015] last_pfn = 0x45f800 max_arch_pfn = 0x400000000
[    0.000201] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001342] last_pfn = 0x94c00 max_arch_pfn = 0x400000000
[    0.012336] esrt: Reserving ESRT space from 0x000000008b7f9000 to 0x000000008b7f9128.
[    0.012343] e820: update [mem 0x8b7f9000-0x8b7f9fff] usable ==> reserved
[    0.012359] Using GB pages for direct mapping
[    0.012560] Secure boot disabled
[    0.012561] RAMDISK: [mem 0x36489000-0x3723bfff]
[    0.012566] ACPI: Early table checksum verification disabled
[    0.012570] ACPI: RSDP 0x0000000094BFE014 000024 (v02 LENOVO)
[    0.012574] ACPI: XSDT 0x0000000094BFC188 00011C (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012580] ACPI: FACP 0x0000000090CA0000 000114 (v06 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012585] ACPI: DSDT 0x0000000090C64000 034EA1 (v02 LENOVO ICL      00000002      01000013)
[    0.012589] ACPI: FACS 0x000000009496E000 000040
[    0.012592] ACPI: SSDT 0x0000000090D4A000 00255D (v02 LENOVO CpuSsdt  00003000 INTL 20191018)
[    0.012596] ACPI: SSDT 0x0000000090D49000 00059B (v02 LENOVO CtdpB    00001000 INTL 20191018)
[    0.012599] ACPI: SSDT 0x0000000090CCF000 0039C3 (v02 LENOVO DptfTabl 00001000 INTL 20191018)
[    0.012602] ACPI: SSDT 0x0000000090CA3000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20191018)
[    0.012605] ACPI: TPM2 0x0000000090CA2000 00004C (v04 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012608] ACPI: ECDT 0x0000000090CA1000 000053 (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012611] ACPI: HPET 0x0000000090C9F000 000038 (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012614] ACPI: APIC 0x0000000090C9E000 00012C (v04 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012617] ACPI: SSDT 0x0000000090C9D000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20191018)
[    0.012620] ACPI: SSDT 0x0000000090C99000 003BE4 (v02 LENOVO ProjSsdt 00000010 INTL 20191018)
[    0.012624] ACPI: SSDT 0x0000000090C61000 0020CF (v02 LENOVO TglU_Rvp 00001000 INTL 20191018)
[    0.012627] ACPI: NHLT 0x0000000090C5F000 00189E (v00 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012630] ACPI: SSDT 0x0000000090C5C000 00183F (v02 LENOVO SaSsdt   00003000 INTL 20191018)
[    0.012633] ACPI: SSDT 0x0000000090C58000 003573 (v02 LENOVO IgfxSsdt 00003000 INTL 20191018)
[    0.012636] ACPI: SSDT 0x0000000090C4C000 00B451 (v02 LENOVO TcssSsdt 00001000 INTL 20191018)
[    0.012639] ACPI: LPIT 0x0000000090C4A000 0000CC (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012642] ACPI: WSMT 0x0000000090C49000 000028 (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012645] ACPI: SSDT 0x0000000090C48000 00012A (v02 LENOVO TbtTypeC 00000000 INTL 20191018)
[    0.012648] ACPI: DBGP 0x0000000090C47000 000034 (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012652] ACPI: DBG2 0x0000000090C46000 000054 (v00 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012655] ACPI: MSDM 0x0000000090C45000 000055 (v03 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012658] ACPI: SSDT 0x0000000090C2E000 000B9C (v02 LENOVO UsbCTabl 00001000 INTL 20191018)
[    0.012661] ACPI: BATB 0x0000000090C2D000 00004A (v02 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012664] ACPI: DMAR 0x000000008F42A000 0000B8 (v02 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012667] ACPI: MCFG 0x000000008F429000 00003C (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012670] ACPI: SSDT 0x000000008F428000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20191018)
[    0.012673] ACPI: BGRT 0x0000000090C2F000 000038 (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012676] ACPI: PTDT 0x000000008F427000 000986 (v00 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012679] ACPI: UEFI 0x000000009407F000 00008A (v01 LENOVO TP-N34   00001470 PTEC 00000002)
[    0.012682] ACPI: FPDT 0x000000008F426000 000034 (v01 LENOVO TP-N34   00001470 PTEC 00001470)
[    0.012685] ACPI: Reserving FACP table memory at [mem 0x90ca0000-0x90ca0113]
[    0.012686] ACPI: Reserving DSDT table memory at [mem 0x90c64000-0x90c98ea0]
[    0.012687] ACPI: Reserving FACS table memory at [mem 0x9496e000-0x9496e03f]
[    0.012688] ACPI: Reserving SSDT table memory at [mem 0x90d4a000-0x90d4c55c]
[    0.012689] ACPI: Reserving SSDT table memory at [mem 0x90d49000-0x90d4959a]
[    0.012690] ACPI: Reserving SSDT table memory at [mem 0x90ccf000-0x90cd29c2]
[    0.012691] ACPI: Reserving SSDT table memory at [mem 0x90ca3000-0x90ca360d]
[    0.012692] ACPI: Reserving TPM2 table memory at [mem 0x90ca2000-0x90ca204b]
[    0.012693] ACPI: Reserving ECDT table memory at [mem 0x90ca1000-0x90ca1052]
[    0.012693] ACPI: Reserving HPET table memory at [mem 0x90c9f000-0x90c9f037]
[    0.012694] ACPI: Reserving APIC table memory at [mem 0x90c9e000-0x90c9e12b]
[    0.012695] ACPI: Reserving SSDT table memory at [mem 0x90c9d000-0x90c9d082]
[    0.012696] ACPI: Reserving SSDT table memory at [mem 0x90c99000-0x90c9cbe3]
[    0.012697] ACPI: Reserving SSDT table memory at [mem 0x90c61000-0x90c630ce]
[    0.012698] ACPI: Reserving NHLT table memory at [mem 0x90c5f000-0x90c6089d]
[    0.012699] ACPI: Reserving SSDT table memory at [mem 0x90c5c000-0x90c5d83e]
[    0.012700] ACPI: Reserving SSDT table memory at [mem 0x90c58000-0x90c5b572]
[    0.012701] ACPI: Reserving SSDT table memory at [mem 0x90c4c000-0x90c57450]
[    0.012702] ACPI: Reserving LPIT table memory at [mem 0x90c4a000-0x90c4a0cb]
[    0.012702] ACPI: Reserving WSMT table memory at [mem 0x90c49000-0x90c49027]
[    0.012703] ACPI: Reserving SSDT table memory at [mem 0x90c48000-0x90c48129]
[    0.012704] ACPI: Reserving DBGP table memory at [mem 0x90c47000-0x90c47033]
[    0.012705] ACPI: Reserving DBG2 table memory at [mem 0x90c46000-0x90c46053]
[    0.012706] ACPI: Reserving MSDM table memory at [mem 0x90c45000-0x90c45054]
[    0.012707] ACPI: Reserving SSDT table memory at [mem 0x90c2e000-0x90c2eb9b]
[    0.012708] ACPI: Reserving BATB table memory at [mem 0x90c2d000-0x90c2d049]
[    0.012709] ACPI: Reserving DMAR table memory at [mem 0x8f42a000-0x8f42a0b7]
[    0.012710] ACPI: Reserving MCFG table memory at [mem 0x8f429000-0x8f42903b]
[    0.012711] ACPI: Reserving SSDT table memory at [mem 0x8f428000-0x8f428143]
[    0.012712] ACPI: Reserving BGRT table memory at [mem 0x90c2f000-0x90c2f037]
[    0.012712] ACPI: Reserving PTDT table memory at [mem 0x8f427000-0x8f427985]
[    0.012713] ACPI: Reserving UEFI table memory at [mem 0x9407f000-0x9407f089]
[    0.012714] ACPI: Reserving FPDT table memory at [mem 0x8f426000-0x8f426033]
[    0.013035] No NUMA configuration found
[    0.013036] Faking a node at [mem 0x0000000000000000-0x000000045f7fffff]
[    0.013040] NODE_DATA(0) allocated [mem 0x45f7fc000-0x45f7fffff]
[    0.013064] Zone ranges:
[    0.013065]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013067]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013069]   Normal   [mem 0x0000000100000000-0x000000045f7fffff]
[    0.013070]   Device   empty
[    0.013071] Movable zone start for each node
[    0.013072] Early memory node ranges
[    0.013073]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.013074]   node   0: [mem 0x0000000000100000-0x000000008ef6efff]
[    0.013075]   node   0: [mem 0x0000000094bff000-0x0000000094bfffff]
[    0.013076]   node   0: [mem 0x0000000100000000-0x000000045f7fffff]
[    0.013078] Initmem setup node 0 [mem 0x0000000000001000-0x000000045f7fffff]
[    0.013082] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013104] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.017319] On node 0, zone DMA32: 23696 pages in unavailable ranges
[    0.041299] On node 0, zone Normal: 13312 pages in unavailable ranges
[    0.041314] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.041363] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[    0.042116] ACPI: PM-Timer IO Port: 0x1808
[    0.042124] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.042125] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.042126] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.042127] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.042127] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.042128] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.042129] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.042130] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.042130] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.042131] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.042132] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.042132] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.042133] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.042134] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.042134] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.042135] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.042219] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.042222] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.042224] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.042227] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.042228] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.042237] e820: update [mem 0x8ad13000-0x8ada3fff] usable ==> reserved
[    0.042244] TSC deadline timer available
[    0.042245] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.042260] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.042262] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.042264] PM: hibernation: Registered nosave memory: [mem 0x8ad13000-0x8ada3fff]
[    0.042266] PM: hibernation: Registered nosave memory: [mem 0x8b7f9000-0x8b7f9fff]
[    0.042267] PM: hibernation: Registered nosave memory: [mem 0x8ef6f000-0x8f03efff]
[    0.042268] PM: hibernation: Registered nosave memory: [mem 0x8f03f000-0x93f2efff]
[    0.042269] PM: hibernation: Registered nosave memory: [mem 0x93f2f000-0x94b2efff]
[    0.042269] PM: hibernation: Registered nosave memory: [mem 0x94b2f000-0x94bfefff]
[    0.042271] PM: hibernation: Registered nosave memory: [mem 0x94c00000-0x98ffffff]
[    0.042272] PM: hibernation: Registered nosave memory: [mem 0x99000000-0x990fffff]
[    0.042272] PM: hibernation: Registered nosave memory: [mem 0x99100000-0x991fffff]
[    0.042273] PM: hibernation: Registered nosave memory: [mem 0x99200000-0x999fffff]
[    0.042274] PM: hibernation: Registered nosave memory: [mem 0x99a00000-0xa07fffff]
[    0.042275] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xbfffffff]
[    0.042275] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.042276] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
[    0.042277] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.042277] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[    0.042279] [mem 0xd0000000-0xfed1ffff] available for PCI devices
[    0.042280] Booting paravirtualized kernel on bare hardware
[    0.042282] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.047620] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.047872] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.047879] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.047881] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.047901] Fallback order for Node 0: 0 
[    0.047905] Built 1 zonelists, mobility grouping on.  Total pages: 4057810
[    0.047907] Policy zone: Normal
[    0.047908] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4d39862f-7558-4399-801c-6b740358a4ab rw loglevel=3
[    0.047946] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.048963] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.049317] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.049516] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.094311] Memory: 15977480K/16489528K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1788K init, 3380K bss, 511788K reserved, 0K cma-reserved)
[    0.094316] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[    0.094418] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.094430] ftrace: allocating 44879 entries in 176 pages
[    0.101950] ftrace: allocated 176 pages with 3 groups
[    0.102014] Dynamic Preempt: full
[    0.102042] rcu: Preemptible hierarchical RCU implementation.
[    0.102044] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.102045] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.102046] 	Trampoline variant of Tasks RCU enabled.
[    0.102046] 	Rude variant of Tasks RCU enabled.
[    0.102047] 	Tracing variant of Tasks RCU enabled.
[    0.102048] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.102048] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.105787] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.106527] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.106857] random: crng init done (trusting CPU's manufacturer)
[    0.106881] Console: colour dummy device 80x25
[    0.106893] printk: console [tty0] enabled
[    0.106910] ACPI: Core revision 20211217
[    0.107176] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.107177] APIC: Switch to symmetric I/O mode setup
[    0.107179] DMAR: Host address width 39
[    0.107180] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.107185] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.107187] DMAR: DRHD base: 0x000000fed85000 flags: 0x0
[    0.107192] DMAR: dmar1: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.107194] DMAR: DRHD base: 0x000000fed86000 flags: 0x0
[    0.107198] DMAR: dmar2: reg_base_addr fed86000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.107199] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.107204] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.107206] DMAR: RMRR base: 0x0000009c000000 end: 0x000000a07fffff
[    0.107209] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 3
[    0.107210] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.107211] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.111840] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.111842] x2apic enabled
[    0.111898] Switched APIC routing to cluster x2apic.
[    0.123342] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28680fa287f, max_idle_ns: 440795281151 ns
[    0.123348] Calibrating delay loop (skipped), value calculated using timer frequency.. 5608.00 BogoMIPS (lpj=9344000)
[    0.123352] pid_max: default: 32768 minimum: 301
[    0.126357] LSM: Security Framework initializing
[    0.126364] landlock: Up and running.
[    0.126365] Yama: becoming mindful.
[    0.126371] LSM support for eBPF active
[    0.126421] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.126464] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.126679] CPU0: Thermal monitoring enabled (TM1)
[    0.126679] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.126679] process: using mwait in idle threads
[    0.126679] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.126679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.126679] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.126679] Spectre V2 : Mitigation: Enhanced IBRS
[    0.126679] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.126679] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.126679] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.126679] Freeing SMP alternatives memory: 36K
[    0.126679] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1499
[    0.126679] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.126679] cblist_init_generic: Setting adjustable number of callback queues.
[    0.126679] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.126679] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.126679] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.126679] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.126679] ... version:                5
[    0.126679] ... bit width:              48
[    0.126679] ... generic registers:      8
[    0.126679] ... value mask:             0000ffffffffffff
[    0.126679] ... max period:             00007fffffffffff
[    0.126679] ... fixed-purpose events:   4
[    0.126679] ... event mask:             0001000f000000ff
[    0.126679] rcu: Hierarchical SRCU implementation.
[    0.126679] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.126679] smp: Bringing up secondary CPUs ...
[    0.126679] x86: Booting SMP configuration:
[    0.126679] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.141347] smp: Brought up 1 node, 8 CPUs
[    0.141347] smpboot: Max logical packages: 1
[    0.141347] smpboot: Total of 8 processors activated (44869.00 BogoMIPS)
[    0.143926] devtmpfs: initialized
[    0.143926] x86/mm: Memory block size: 128MB
[    0.144060] ACPI: PM: Registering ACPI NVS region [mem 0x93f2f000-0x94b2efff] (12582912 bytes)
[    0.144060] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.144060] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.144060] pinctrl core: initialized pinctrl subsystem
[    0.144060] PM: RTC time: 15:18:58, date: 2022-05-16
[    0.144182] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.144411] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.144588] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.144745] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.144757] audit: initializing netlink subsys (disabled)
[    0.144764] audit: type=2000 audit(1652714338.019:1): state=initialized audit_enabled=0 res=1
[    0.144764] thermal_sys: Registered thermal governor 'fair_share'
[    0.144764] thermal_sys: Registered thermal governor 'bang_bang'
[    0.144764] thermal_sys: Registered thermal governor 'step_wise'
[    0.144764] thermal_sys: Registered thermal governor 'user_space'
[    0.144764] thermal_sys: Registered thermal governor 'power_allocator'
[    0.144764] cpuidle: using governor ladder
[    0.144764] cpuidle: using governor menu
[    0.144764] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.144764] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.144764] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.146732] PCI: MMCONFIG for domain 0000 [bus 00-79] at [mem 0xc0000000-0xc79fffff] (base 0xc0000000)
[    0.146737] PCI: MMCONFIG at [mem 0xc0000000-0xc79fffff] reserved in E820
[    0.146748] PCI: Using configuration type 1 for base access
[    0.147022] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.147606] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.147613] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.147613] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.147613] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.147613] ACPI: Added _OSI(Module Device)
[    0.147613] ACPI: Added _OSI(Processor Device)
[    0.147613] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.147613] ACPI: Added _OSI(Processor Aggregator Device)
[    0.147613] ACPI: Added _OSI(Linux-Dell-Video)
[    0.147613] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.147613] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.232797] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.243742] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.244973] ACPI: EC: EC started
[    0.244974] ACPI: EC: interrupt blocked
[    0.246927] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.246928] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.262418] ACPI: Dynamic OEM Table Load:
[    0.262426] ACPI: SSDT 0xFFFF8CD3C02B6E00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.263052] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.263732] ACPI: Dynamic OEM Table Load:
[    0.263737] ACPI: SSDT 0xFFFF8CD3C1755000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.264515] ACPI: Dynamic OEM Table Load:
[    0.264520] ACPI: SSDT 0xFFFF8CD3C1765000 0006C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.265377] ACPI: Dynamic OEM Table Load:
[    0.265381] ACPI: SSDT 0xFFFF8CD3C1755400 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.266298] ACPI: Dynamic OEM Table Load:
[    0.266303] ACPI: SSDT 0xFFFF8CD3C1772000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.267181] ACPI: Dynamic OEM Table Load:
[    0.267185] ACPI: SSDT 0xFFFF8CD3C1766800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.267989] ACPI: Dynamic OEM Table Load:
[    0.267993] ACPI: SSDT 0xFFFF8CD3C1761800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.268789] ACPI: Dynamic OEM Table Load:
[    0.268793] ACPI: SSDT 0xFFFF8CD3C1767000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.271748] ACPI: Interpreter enabled
[    0.271793] ACPI: PM: (supports S0 S4 S5)
[    0.271793] ACPI: Using IOAPIC for interrupt routing
[    0.271825] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.272170] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.272974] ACPI: PM: Power Resource [PXP]
[    0.274859] ACPI: PM: Power Resource [PUBS]
[    0.277971] ACPI: PM: Power Resource [BTRT]
[    0.278784] ACPI: PM: Power Resource [PXP]
[    0.279017] ACPI: PM: Power Resource [MRST]
[    0.279029] ACPI: PM: Power Resource [DRST]
[    0.279959] ACPI: PM: Power Resource [WRST]
[    0.279973] ACPI: PM: Power Resource [DRST]
[    0.284344] ACPI: PM: Power Resource [V0PR]
[    0.284439] ACPI: PM: Power Resource [V1PR]
[    0.284530] ACPI: PM: Power Resource [V2PR]
[    0.286206] ACPI: PM: Power Resource [WRST]
[    0.286375] ACPI: PM: Power Resource [TBT0]
[    0.286409] ACPI: PM: Power Resource [TBT1]
[    0.286439] ACPI: PM: Power Resource [D3C]
[    0.521690] ACPI: PM: Power Resource [PIN]
[    0.521705] ACPI: PM: Power Resource [PINP]
[    0.522062] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-79])
[    0.522066] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.525784] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.532535] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.532536] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.535740] PCI host bridge to bus 0000:00
[    0.535741] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.535742] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.535743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.535744] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[    0.535745] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.535746] pci_bus 0000:00: root bus resource [bus 00-79]
[    0.535794] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.536079] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.536086] pci 0000:00:02.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[    0.536091] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.536094] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.536107] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.536108] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.536110] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.536133] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.536134] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.536137] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.536138] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.536257] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.536272] pci 0000:00:04.0: reg 0x10: [mem 0x603db80000-0x603db9ffff 64bit]
[    0.536606] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.536697] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.536752] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.537254] pci 0000:00:07.0: [8086:9a25] type 01 class 0x060400
[    0.537323] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.537345] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.537975] pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400
[    0.538043] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.538064] pci 0000:00:07.2: DPC: RP PIO log size 0 is invalid
[    0.538813] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.538825] pci 0000:00:0d.0: reg 0x10: [mem 0x603dbb0000-0x603dbbffff 64bit]
[    0.538877] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.539230] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.539240] pci 0000:00:0d.2: reg 0x10: [mem 0x603db40000-0x603db7ffff 64bit]
[    0.539247] pci 0000:00:0d.2: reg 0x18: [mem 0x603dbcc000-0x603dbccfff 64bit]
[    0.539279] pci 0000:00:0d.2: supports D1 D2
[    0.539280] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.539376] pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340
[    0.539386] pci 0000:00:0d.3: reg 0x10: [mem 0x603db00000-0x603db3ffff 64bit]
[    0.539393] pci 0000:00:0d.3: reg 0x18: [mem 0x603dbcb000-0x603dbcbfff 64bit]
[    0.539425] pci 0000:00:0d.3: supports D1 D2
[    0.539426] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.539631] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.539652] pci 0000:00:14.0: reg 0x10: [mem 0x603dba0000-0x603dbaffff 64bit]
[    0.539756] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.540120] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.540139] pci 0000:00:14.2: reg 0x10: [mem 0x603dbc4000-0x603dbc7fff 64bit]
[    0.540152] pci 0000:00:14.2: reg 0x18: [mem 0x603dbca000-0x603dbcafff 64bit]
[    0.540342] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.540364] pci 0000:00:16.0: reg 0x10: [mem 0x603dbc9000-0x603dbc9fff 64bit]
[    0.540458] pci 0000:00:16.0: PME# supported from D3hot
[    0.540867] pci 0000:00:1c.0: [8086:a0b8] type 01 class 0x060400
[    0.540979] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.541527] pci 0000:00:1c.4: [8086:a0bc] type 01 class 0x060400
[    0.541658] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.541697] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.542221] pci 0000:00:1c.7: [8086:a0bf] type 01 class 0x060400
[    0.542354] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.542392] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    0.542895] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.543306] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
[    0.543368] pci 0000:00:1f.3: reg 0x10: [mem 0x603dbc0000-0x603dbc3fff 64bit]
[    0.543462] pci 0000:00:1f.3: reg 0x20: [mem 0x603da00000-0x603dafffff 64bit]
[    0.543623] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.543942] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.543970] pci 0000:00:1f.4: reg 0x10: [mem 0x603dbc8000-0x603dbc80ff 64bit]
[    0.544004] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.544308] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.544327] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.544479] pci 0000:00:1f.6: [8086:15fc] type 00 class 0x020000
[    0.544530] pci 0000:00:1f.6: reg 0x10: [mem 0xbcf00000-0xbcf1ffff]
[    0.544798] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.545380] pci 0000:04:00.0: [1c5c:174a] type 00 class 0x010802
[    0.545395] pci 0000:04:00.0: reg 0x10: [mem 0xbce00000-0xbce03fff 64bit]
[    0.545402] pci 0000:04:00.0: reg 0x18: [mem 0xbce05000-0xbce05fff]
[    0.545409] pci 0000:04:00.0: reg 0x1c: [mem 0xbce04000-0xbce04fff]
[    0.545579] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.545582] pci 0000:00:06.0:   bridge window [mem 0xbce00000-0xbcefffff]
[    0.545611] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.545615] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.545619] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.545646] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.545649] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.545653] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.545732] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    0.545737] pci 0000:00:1c.0:   bridge window [mem 0xbc400000-0xbcdfffff]
[    0.545742] pci 0000:00:1c.0:   bridge window [mem 0x603d000000-0x603d9fffff 64bit pref]
[    0.546023] pci 0000:09:00.0: [8086:2725] type 00 class 0x028000
[    0.546095] pci 0000:09:00.0: reg 0x10: [mem 0xbc300000-0xbc303fff 64bit]
[    0.546328] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.548899] pci 0000:00:1c.4: PCI bridge to [bus 09]
[    0.548904] pci 0000:00:1c.4:   bridge window [mem 0xbc300000-0xbc3fffff]
[    0.550314] pci 0000:0a:00.0: [17a0:9750] type 00 class 0x080501
[    0.550615] pci 0000:0a:00.0: reg 0x10: [mem 0xbc200000-0xbc200fff]
[    0.551668] pci 0000:0a:00.0: supports D1 D2
[    0.551668] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.553675] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[    0.553679] pci 0000:00:1c.7:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.571246] ACPI: EC: interrupt unblocked
[    0.571247] ACPI: EC: event unblocked
[    0.571268] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.571269] ACPI: EC: GPE=0x6e
[    0.571270] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[    0.571271] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.571317] iommu: Default domain type: Translated 
[    0.571317] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.571328] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.571328] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.571328] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.571328] vgaarb: loaded
[    0.571328] SCSI subsystem initialized
[    0.571328] libata version 3.00 loaded.
[    0.571328] ACPI: bus type USB registered
[    0.571328] usbcore: registered new interface driver usbfs
[    0.571328] usbcore: registered new interface driver hub
[    0.571328] usbcore: registered new device driver usb
[    0.571328] pps_core: LinuxPPS API ver. 1 registered
[    0.571328] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.571328] PTP clock support registered
[    0.571328] EDAC MC: Ver: 3.0.0
[    0.573360] Registered efivars operations
[    0.573452] NetLabel: Initializing
[    0.573452] NetLabel:  domain hash size = 128
[    0.573453] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.573462] NetLabel:  unlabeled traffic allowed by default
[    0.573464] mctp: management component transport protocol core
[    0.573465] NET: Registered PF_MCTP protocol family
[    0.573467] PCI: Using ACPI for IRQ routing
[    0.587897] PCI: pci_cache_line_size set to 64 bytes
[    0.590034] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.593370] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.593371] e820: reserve RAM buffer [mem 0x8ad13000-0x8bffffff]
[    0.593372] e820: reserve RAM buffer [mem 0x8b7f9000-0x8bffffff]
[    0.593372] e820: reserve RAM buffer [mem 0x8ef6f000-0x8fffffff]
[    0.593373] e820: reserve RAM buffer [mem 0x94c00000-0x97ffffff]
[    0.593373] e820: reserve RAM buffer [mem 0x45f800000-0x45fffffff]
[    0.594180] clocksource: Switched to clocksource tsc-early
[    0.597845] VFS: Disk quotas dquot_6.6.0
[    0.597853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.597920] pnp: PnP ACPI init
[    0.599023] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.599024] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.599109] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.599144] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.599167] system 00:04: [io  0x1800-0x189f] could not be reserved
[    0.599169] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.599169] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.599170] system 00:04: [io  0x0900-0x097f] has been reserved
[    0.599171] system 00:04: [io  0x0980-0x09ff] has been reserved
[    0.599171] system 00:04: [io  0x0a00-0x0a7f] has been reserved
[    0.599172] system 00:04: [io  0x0a80-0x0aff] has been reserved
[    0.599173] system 00:04: [io  0x0b00-0x0b7f] has been reserved
[    0.599173] system 00:04: [io  0x0b80-0x0bff] has been reserved
[    0.599174] system 00:04: [io  0x15e0-0x15ef] has been reserved
[    0.599175] system 00:04: [io  0x1600-0x167f] could not be reserved
[    0.599176] system 00:04: [io  0x1640-0x165f] could not be reserved
[    0.599177] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.599178] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.599179] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.599180] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.599181] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.599182] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.599694] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.599706] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.599707] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.599708] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.599709] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.599710] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.599711] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.599712] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.600172] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    0.600174] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.600175] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.600176] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.600177] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.600177] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.600178] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.600179] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.600180] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.600181] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.600419] system 00:07: [io  0x2000-0x20fe] has been reserved
[    0.600823] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.600824] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.600825] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.600826] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.600827] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600828] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600829] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600830] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600831] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600832] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600833] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600833] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600834] pnp 00:09: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.600835] pnp 00:09: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600836] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600837] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600838] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600839] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600840] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600841] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600842] pnp 00:09: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600842] pnp 00:09: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.600852] system 00:09: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.600853] system 00:09: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.600987] pnp: PnP ACPI: found 10 devices
[    0.606055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.606084] NET: Registered PF_INET protocol family
[    0.606275] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.607282] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.607372] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.607555] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.607606] TCP: Hash tables configured (established 131072 bind 65536)
[    0.607666] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.607710] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.607740] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.607774] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.607777] NET: Registered PF_XDP protocol family
[    0.607780] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 1000
[    0.607782] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
[    0.607783] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.607789] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.607792] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.607795] pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.607796] pci 0000:00:07.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.607797] pci 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.607798] pci 0000:00:1f.5: BAR 0: assigned [mem 0xa0800000-0xa0800fff]
[    0.607823] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.607831] pci 0000:00:06.0:   bridge window [mem 0xbce00000-0xbcefffff]
[    0.607839] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.607841] pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.607843] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.607845] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.607849] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.607850] pci 0000:00:07.2:   bridge window [io  0x5000-0x5fff]
[    0.607853] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.607855] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.607858] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    0.607879] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    0.607883] pci 0000:00:1c.0:   bridge window [mem 0xbc400000-0xbcdfffff]
[    0.607886] pci 0000:00:1c.0:   bridge window [mem 0x603d000000-0x603d9fffff 64bit pref]
[    0.607891] pci 0000:00:1c.4: PCI bridge to [bus 09]
[    0.607901] pci 0000:00:1c.4:   bridge window [mem 0xbc300000-0xbc3fffff]
[    0.607907] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[    0.607911] pci 0000:00:1c.7:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.607918] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.607919] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.607920] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.607921] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[    0.607921] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.607922] pci_bus 0000:04: resource 1 [mem 0xbce00000-0xbcefffff]
[    0.607923] pci_bus 0000:20: resource 0 [io  0x4000-0x4fff]
[    0.607924] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[    0.607924] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.607925] pci_bus 0000:50: resource 0 [io  0x5000-0x5fff]
[    0.607926] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[    0.607926] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.607927] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    0.607928] pci_bus 0000:08: resource 1 [mem 0xbc400000-0xbcdfffff]
[    0.607928] pci_bus 0000:08: resource 2 [mem 0x603d000000-0x603d9fffff 64bit pref]
[    0.607929] pci_bus 0000:09: resource 1 [mem 0xbc300000-0xbc3fffff]
[    0.607930] pci_bus 0000:0a: resource 1 [mem 0xbc200000-0xbc2fffff]
[    0.612248] PCI: CLS 0 bytes, default 64
[    0.612255] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.612262] DMAR: No ATSR found
[    0.612263] DMAR: No SATC found
[    0.612264] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.612264] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.612265] DMAR: IOMMU feature nwfs inconsistent
[    0.612265] DMAR: IOMMU feature dit inconsistent
[    0.612266] DMAR: IOMMU feature sc_support inconsistent
[    0.612266] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.612267] DMAR: dmar2: Using Queued invalidation
[    0.612269] DMAR: dmar1: Using Queued invalidation
[    0.612271] DMAR: dmar0: Using Queued invalidation
[    0.612272] DMAR: dmar3: Using Queued invalidation
[    0.612300] Trying to unpack rootfs image as initramfs...
[    0.612414] pci 0000:00:00.0: Adding to iommu group 0
[    0.612419] pci 0000:00:02.0: Adding to iommu group 1
[    0.612423] pci 0000:00:04.0: Adding to iommu group 2
[    0.612435] pci 0000:00:06.0: Adding to iommu group 3
[    0.612441] pci 0000:00:07.0: Adding to iommu group 4
[    0.612447] pci 0000:00:07.2: Adding to iommu group 5
[    0.612456] pci 0000:00:0d.0: Adding to iommu group 6
[    0.612463] pci 0000:00:0d.2: Adding to iommu group 6
[    0.612466] pci 0000:00:0d.3: Adding to iommu group 6
[    0.612474] pci 0000:00:14.0: Adding to iommu group 7
[    0.612479] pci 0000:00:14.2: Adding to iommu group 7
[    0.612484] pci 0000:00:16.0: Adding to iommu group 8
[    0.612514] pci 0000:00:1c.0: Adding to iommu group 9
[    0.612527] pci 0000:00:1c.4: Adding to iommu group 10
[    0.612539] pci 0000:00:1c.7: Adding to iommu group 11
[    0.612551] pci 0000:00:1f.0: Adding to iommu group 12
[    0.612555] pci 0000:00:1f.3: Adding to iommu group 12
[    0.612560] pci 0000:00:1f.4: Adding to iommu group 12
[    0.612565] pci 0000:00:1f.5: Adding to iommu group 12
[    0.612569] pci 0000:00:1f.6: Adding to iommu group 12
[    0.612580] pci 0000:04:00.0: Adding to iommu group 13
[    0.612606] pci 0000:09:00.0: Adding to iommu group 14
[    0.612634] pci 0000:0a:00.0: Adding to iommu group 15
[    0.612727] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.612728] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.612728] software IO TLB: mapped [mem 0x00000000861a0000-0x000000008a1a0000] (64MB)
[    0.612746] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28680fa287f, max_idle_ns: 440795281151 ns
[    0.612781] clocksource: Switched to clocksource tsc
[    0.612794] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.620522] Initialise system trusted keyrings
[    0.620529] Key type blacklist registered
[    0.620550] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.621110] zbud: loaded
[    0.627860] Key type asymmetric registered
[    0.627861] Asymmetric key parser 'x509' registered
[    0.642583] Freeing initrd memory: 14028K
[    0.643861] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.643873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.643889] io scheduler mq-deadline registered
[    0.643890] io scheduler kyber registered
[    0.643905] io scheduler bfq registered
[    0.768290] pcieport 0000:00:06.0: PME: Signaling with IRQ 124
[    0.768714] pcieport 0000:00:07.0: PME: Signaling with IRQ 125
[    0.768742] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.769199] pcieport 0000:00:07.2: PME: Signaling with IRQ 126
[    0.769225] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.769592] pcieport 0000:00:1c.0: PME: Signaling with IRQ 127
[    0.769657] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.770260] pcieport 0000:00:1c.4: PME: Signaling with IRQ 128
[    0.770762] pcieport 0000:00:1c.7: PME: Signaling with IRQ 129
[    0.770942] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.771404] Monitor-Mwait will be used to enter C-1 state
[    0.771427] Monitor-Mwait will be used to enter C-2 state
[    0.771438] Monitor-Mwait will be used to enter C-3 state
[    0.771444] ACPI: \_SB_.PR00: Found 3 idle states
[    0.772824] ACPI: AC: AC Adapter [AC] (off-line)
[    0.772922] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.776832] ACPI: button: Sleep Button [SLPB]
[    0.776898] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.776932] ACPI: button: Lid Switch [LID]
[    0.776964] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.776985] ACPI: button: Power Button [PWRF]
[    0.777346] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1499
[    0.789081] thermal LNXTHERM:00: registered as thermal_zone0
[    0.789083] ACPI: thermal: Thermal Zone [THM0] (27 C)
[    0.789202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.790260] hpet_acpi_add: no address or irqs in _CRS
[    0.790289] Non-volatile memory driver v1.3
[    0.790290] Linux agpgart interface v0.103
[    0.790291] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.790700] ACPI: bus type drm_connector registered
[    0.791784] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.791786] ehci-pci: EHCI PCI platform driver
[    0.791792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.791793] ohci-pci: OHCI PCI platform driver
[    0.791797] uhci_hcd: USB Universal Host Controller Interface driver
[    0.791820] usbcore: registered new interface driver usbserial_generic
[    0.791822] usbserial: USB Serial support registered for generic
[    0.791893] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.793432] rtc_cmos rtc_cmos: registered as rtc0
[    0.793637] rtc_cmos rtc_cmos: setting system clock to 2022-05-16T15:18:59 UTC (1652714339)
[    0.793644] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.794194] intel_pstate: Intel P-state driver initializing
[    0.795287] intel_pstate: HWP enabled
[    0.795538] ledtrig-cpu: registered to indicate activity on CPUs
[    0.795689] efifb: probing for efifb
[    0.795697] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    0.795698] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.795699] efifb: scrolling: redraw
[    0.795700] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.795724] fbcon: Deferring console take-over
[    0.795725] fb0: EFI VGA frame buffer device
[    0.795751] hid: raw HID events driver (C) Jiri Kosina
[    0.795860] intel_pmc_core INT33A1:00:  initialized
[    0.795903] drop_monitor: Initializing network drop monitor service
[    0.795954] Initializing XFRM netlink socket
[    0.796010] NET: Registered PF_INET6 protocol family
[    0.798672] Segment Routing with IPv6
[    0.798673] RPL Segment Routing with IPv6
[    0.798679] In-situ OAM (IOAM) with IPv6
[    0.798693] NET: Registered PF_PACKET protocol family
[    0.799558] microcode: sig=0x806c1, pf=0x80, revision=0xa4
[    0.799734] microcode: Microcode Update Driver: v2.2.
[    0.800012] resctrl: L2 allocation detected
[    0.800020] IPI shorthand broadcast: enabled
[    0.800026] sched_clock: Marking stable (783102868, 16911813)->(826953518, -26938837)
[    0.800324] registered taskstats version 1
[    0.800750] Loading compiled-in X.509 certificates
[    0.802698] Loaded X.509 cert 'Build time autogenerated kernel key: bea9cfdfe05547ebaac53e127dc331d7de374b0b'
[    0.804716] zswap: loaded using pool lz4/z3fold
[    0.805022] Key type ._fscrypt registered
[    0.805023] Key type .fscrypt registered
[    0.805023] Key type fscrypt-provisioning registered
[    0.814225] PM:   Magic number: 6:59:336
[    0.814238] tty tty57: hash matches
[    0.815011] RAS: Correctable Errors collector initialized.
[    0.840364] ACPI: battery: Slot [BAT0] (battery present)
[    0.847900] Freeing unused decrypted memory: 2036K
[    0.848289] Freeing unused kernel image (initmem) memory: 1788K
[    0.880230] Write protecting the kernel read-only data: 28672k
[    0.881082] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.881482] Freeing unused kernel image (rodata/data gap) memory: 1348K
[    0.893532] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.893539] rodata_test: all tests were successful
[    0.893543] Run /init as init process
[    0.893545]   with arguments:
[    0.893546]     /init
[    0.893546]   with environment:
[    0.893547]     HOME=/
[    0.893547]     TERM=linux
[    0.893548]     BOOT_IMAGE=/vmlinuz-linux
[    0.966988] fbcon: Taking over console
[    0.967064] Console: switching to colour frame buffer device 240x67
[    1.016659] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.016669] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.017024] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.017379] i8042: Warning: Keylock active
[    1.017766] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.017771] sdhci: Secure Digital Host Controller Interface driver
[    1.017773] sdhci: Copyright(c) Pierre Ossman
[    1.017929] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.017931] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.017933] usb usb1: Product: xHCI Host Controller
[    1.017934] usb usb1: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    1.017935] usb usb1: SerialNumber: 0000:00:0d.0
[    1.018056] hub 1-0:1.0: USB hub found
[    1.018065] hub 1-0:1.0: 1 port detected
[    1.018501] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.018503] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.018506] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.018537] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.018539] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.018541] usb usb2: Product: xHCI Host Controller
[    1.018542] usb usb2: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    1.018543] usb usb2: SerialNumber: 0000:00:0d.0
[    1.018603] hub 2-0:1.0: USB hub found
[    1.018612] hub 2-0:1.0: 4 ports detected
[    1.019322] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.019369] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.019457] usb: port power management may be unreliable
[    1.019728] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.019732] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.020680] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.020714] nvme nvme0: pci function 0000:04:00.0
[    1.021581] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.024368] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.024412] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.024436] usb usb3: Product: xHCI Host Controller
[    1.024455] usb usb3: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    1.024475] usb usb3: SerialNumber: 0000:00:14.0
[    1.025967] hub 3-0:1.0: USB hub found
[    1.026088] hub 3-0:1.0: 12 ports detected
[    1.038048] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.038051] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.038053] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.038111] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.038113] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.038114] usb usb4: Product: xHCI Host Controller
[    1.038115] usb usb4: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    1.038116] usb usb4: SerialNumber: 0000:00:14.0
[    1.038176] hub 4-0:1.0: USB hub found
[    1.038201] hub 4-0:1.0: 4 ports detected
[    1.112743] nvme nvme0: 8/0/0 default/read/poll queues
[    1.118721]  nvme0n1: p1 p2 p3 p4
[    1.125941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.127169] sdhci-pci 0000:0a:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    1.178070] mmc0: SDHCI controller on PCI [0000:0a:00.0] using ADMA
[    1.286814] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.352834] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[    1.428211] usb 3-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
[    1.428214] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.428215] usb 3-3: SerialNumber: 7280567cc3a2
[    1.429708] systemd[1]: systemd 250.5-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)
[    1.446954] systemd[1]: Detected architecture x86-64.
[    1.447467] systemd[1]: Hostname set to <martorTP>.
[    1.539679] systemd[1]: Queued start job for default target Graphical Interface.
[    1.550162] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.568353] systemd[1]: Created slice Virtual Machine and Container Slice.
[    1.569349] systemd[1]: Created slice Slice /system/getty.
[    1.569892] systemd[1]: Created slice Slice /system/modprobe.
[    1.570369] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.570756] systemd[1]: Created slice User and Session Slice.
[    1.570903] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.571032] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.571280] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.571428] systemd[1]: Reached target Local Encrypted Volumes.
[    1.571501] systemd[1]: Reached target Login Prompts.
[    1.571570] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.571672] systemd[1]: Reached target Path Units.
[    1.571740] systemd[1]: Reached target Remote File Systems.
[    1.571806] systemd[1]: Reached target Slice Units.
[    1.571879] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.572003] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.572206] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.573689] systemd[1]: Listening on Process Core Dump Socket.
[    1.573937] systemd[1]: Listening on Journal Audit Socket.
[    1.574116] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.574298] systemd[1]: Listening on Journal Socket.
[    1.574586] systemd[1]: Listening on udev Control Socket.
[    1.574731] systemd[1]: Listening on udev Kernel Socket.
[    1.575944] systemd[1]: Mounting Huge Pages File System...
[    1.576912] systemd[1]: Mounting POSIX Message Queue File System...
[    1.577831] systemd[1]: Mounting Kernel Debug File System...
[    1.578753] systemd[1]: Mounting Kernel Trace File System...
[    1.579701] systemd[1]: Starting Create List of Static Device Nodes...
[    1.580416] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.581123] systemd[1]: Starting Load Kernel Module configfs...
[    1.581745] systemd[1]: Starting Load Kernel Module drm...
[    1.582342] systemd[1]: Starting Load Kernel Module fuse...
[    1.582418] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    1.583268] systemd[1]: Starting Journal Service...
[    1.584148] systemd[1]: Starting Load Kernel Modules...
[    1.584792] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.584906] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.585496] systemd[1]: Starting Coldplug All udev Devices...
[    1.586539] systemd[1]: Mounted Huge Pages File System.
[    1.586642] systemd[1]: Mounted POSIX Message Queue File System.
[    1.586742] systemd[1]: Mounted Kernel Debug File System.
[    1.586820] systemd[1]: Mounted Kernel Trace File System.
[    1.586984] systemd[1]: Finished Create List of Static Device Nodes.
[    1.587197] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.587274] systemd[1]: Finished Load Kernel Module configfs.
[    1.587447] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.587520] systemd[1]: Finished Load Kernel Module drm.
[    1.588007] systemd[1]: Mounting Kernel Configuration File System...
[    1.588391] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
[    1.588481] acpi_call: loading out-of-tree module taints kernel.
[    1.588493] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    1.588792] fuse: init (API version 7.36)
[    1.588903] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.589193] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.589248] systemd[1]: Finished Load Kernel Module fuse.
[    1.589335] systemd[1]: Mounted Kernel Configuration File System.
[    1.589763] systemd[1]: Mounting FUSE Control File System...
[    1.589853] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.590199] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.590793] systemd[1]: Starting Load/Save Random Seed...
[    1.590874] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.591402] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.591917] systemd[1]: Mounted FUSE Control File System.
[    1.595921] systemd[1]: Finished Load/Save Random Seed.
[    1.595983] audit: type=1130 audit(1652714340.296:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.596033] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.596330] IPMI message handler: version 39.2
[    1.598617] ipmi device interface
[    1.604278] device-mapper: uevent: version 1.0.3
[    1.604338] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.604497] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.604568] audit: type=1130 audit(1652714340.306: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'
[    1.604996] audit: type=1334 audit(1652714340.306:4): prog-id=13 op=LOAD
[    1.605030] audit: type=1334 audit(1652714340.306:5): prog-id=14 op=LOAD
[    1.605047] audit: type=1334 audit(1652714340.306:6): prog-id=15 op=LOAD
[    1.605291] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.609570] systemd[1]: Started Journal Service.
[    1.609592] Asymmetric key parser 'pkcs8' registered
[    1.609664] audit: type=1130 audit(1652714340.310: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.612451] systemd-journald[249]: Received client request to flush runtime journal.
[    1.612556] audit: type=1130 audit(1652714340.313:8): 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.617815] audit: type=1130 audit(1652714340.320:9): 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.626067] audit: type=1130 audit(1652714340.326:10): 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'
[    1.673868] Userspace governor deprecated: use thermal netlink notification instead
[    1.679929] intel-hid INTC1051:00: failed to read mode
[    1.685897] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    1.698666] usb 3-4: New USB device found, idVendor=30c9, idProduct=003b, bcdDevice= 0.05
[    1.698668] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.698669] usb 3-4: Product: Integrated Camera
[    1.698669] usb 3-4: Manufacturer: 8SSC21C16287V1SR17M02CB
[    1.698670] usb 3-4: SerialNumber: 0001
[    1.783861] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.RP09.PEGP.DDNT], AE_NOT_FOUND (20211217/psargs-330)
[    1.783880] ACPI Error: Aborting method \_SB.PC00.LPCB.EC.SEN4._TMP due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
[    1.784819] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.RP09.PEGP.DDNT], AE_NOT_FOUND (20211217/psargs-330)
[    1.784829] ACPI Error: Aborting method \_SB.PC00.LPCB.EC.SEN4._TMP due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
[    1.784839] thermal thermal_zone5: failed to read out thermal zone (-5)
[    1.823375] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[    1.936940] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.937099] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.937420] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.937607] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.938410] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.939506] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.955115] EDAC igen6: v2.5
[    1.964932] usb 3-10: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[    1.964938] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.040701] ACPI: bus type thunderbolt registered
[    2.052765] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    2.052769] thinkpad_acpi: http://ibm-acpi.sf.net/
[    2.052770] thinkpad_acpi: ThinkPad BIOS N34ET47W (1.47 ), EC N34HT37W
[    2.052772] thinkpad_acpi: Lenovo ThinkPad T15 Gen 2i, model 20W5S06P00
[    2.053374] thinkpad_acpi: radio switch found; radios are enabled
[    2.053622] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    2.053623] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    2.057869] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    2.082715] thinkpad_acpi: battery 1 registered (start 75, stop 80, behaviours: 0x7)
[    2.082731] ACPI: battery: new extension: ThinkPad Battery Extension
[    2.087903] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    2.154503] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    2.158830] intel_rapl_common: Found RAPL domain package
[    2.163839] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    2.164320] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    2.164322] checking generic (4000000000 7f0000) vs hw (603c000000 1000000)
[    2.164324] checking generic (4000000000 7f0000) vs hw (4000000000 10000000)
[    2.164324] fb0: switching to i915 from EFI VGA
[    2.164386] Console: switching to colour dummy device 80x25
[    2.164421] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.164458] i915 0000:00:02.0: [drm] Transparent Hugepage mode 'huge=within_size'
[    2.164811] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    2.167985] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    2.201463] Adding 16777212k swap on /dev/nvme0n1p4.  Priority:-2 extents:1 across:16777212k SSFS
[    2.214609] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[    2.239164] e1000e: Intel(R) PRO/1000 Network Driver
[    2.239170] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.239662] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.241970] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.254086] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.254161] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.254949] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.255171] i2c i2c-9: 1/2 memory slots populated (from DMI)
[    2.256328] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.256431] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.256434] cfg80211: failed to load regulatory.db
[    2.301665] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.319211] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.326096] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.326318] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    2.329177] fbcon: i915drmfb (fb0) is primary device
[    2.332543] Console: switching to colour frame buffer device 240x67
[    2.354005] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.360593] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    2.360958] NET: Registered PF_ALG protocol family
[    2.361484] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    2.361487] caller __uncore_imc_init_box+0xc4/0x110 [intel_uncore] mapping multiple BARs
[    2.453658] cryptd: max_cpu_qlen set to 1000
[    2.453713] intel-spi 0000:00:1f.5: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
[    2.453716] intel-spi 0000:00:1f.5: failed to locate the chip
[    2.453717] intel-spi: probe of 0000:00:1f.5 failed with error -22
[    2.469253] AVX2 version of gcm_enc/dec engaged.
[    2.469286] AES CTR mode by8 optimization enabled
[    2.470136] Intel(R) Wireless WiFi driver for Linux
[    2.473303] iwlwifi 0000:09:00.0: enabling device (0000 -> 0002)
[    2.485411] iwlwifi 0000:09:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-69.ucode failed with error -2
[    2.526385] iwlwifi 0000:09:00.0: api flags index 2 larger than supported by driver
[    2.526400] iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[    2.526624] iwlwifi 0000:09:00.0: loaded firmware version 68.01d30b0c.0 ty-a0-gf-a0-68.ucode op_mode iwlmvm
[    2.550205] typec port0: bound usb3-port5 (ops connector_ops)
[    2.550212] typec port0: bound usb2-port2 (ops connector_ops)
[    2.564008] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.564115] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    2.564208] mc: Linux media interface: v0.10
[    2.586001] 8021q: 802.1Q VLAN Support v1.8
[    2.586282] videodev: Linux video capture interface: v2.00
[    2.661462] intel_rapl_msr: PL4 support detected.
[    2.661640] intel_rapl_common: Found RAPL domain package
[    2.661643] intel_rapl_common: Found RAPL domain core
[    2.661645] intel_rapl_common: Found RAPL domain uncore
[    2.661646] intel_rapl_common: Found RAPL domain psys
[    2.677268] Bluetooth: Core ver 2.22
[    2.677860] NET: Registered PF_BLUETOOTH protocol family
[    2.677862] Bluetooth: HCI device and connection manager initialized
[    2.677866] Bluetooth: HCI socket layer initialized
[    2.677868] Bluetooth: L2CAP socket layer initialized
[    2.677871] Bluetooth: SCO socket layer initialized
[    2.692456] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.746670] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    2.749054] iTCO_vendor_support: vendor-support=0
[    2.749352] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.750153] usb 3-4: Found UVC 1.10 device Integrated Camera (30c9:003b)
[    2.756982] iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[    2.757160] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input9
[    2.757204] usbcore: registered new interface driver uvcvideo
[    2.758035] thermal thermal_zone7: failed to read out thermal zone (-61)
[    2.758484] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    2.764391] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[    2.764393] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[    2.764395] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
[    2.769389] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.822251] usbcore: registered new interface driver btusb
[    2.827136] Bluetooth: hci0: Firmware timestamp 2022.12 buildtype 1 build 41819
[    2.828310] intel_tcc_cooling: Programmable TCC Offset detected
[    2.867614] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[    2.867694] Bluetooth: hci0: Boot Address: 0x100800
[    2.867695] Bluetooth: hci0: Firmware Version: 91-12.22
[    2.867696] Bluetooth: hci0: Firmware already loaded
[    2.913653] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.913656] Bluetooth: BNEP filters: protocol multicast
[    2.913659] Bluetooth: BNEP socket layer initialized
[    2.917174] iwlwifi 0000:09:00.0: loaded PNVM version 05a8dfca
[    2.929359] iwlwifi 0000:09:00.0: Detected RF GF, rfid=0x10d000
[    2.981937] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.983355] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    2.983962] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    2.984070] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.991388] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    3.002194] iwlwifi 0000:09:00.0: base HW address: 70:cd:0d:54:ab:cd
[    3.018906] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 84:a9:38:f5:55:17
[    3.019042] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    3.019169] e1000e 0000:00:1f.6 eth0: MAC: 14, PHY: 12, PBA No: FFFFFF-0FF
[    3.040631] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[    3.051475] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    3.064226] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    3.064228] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    3.064231] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    3.065315] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    3.065317] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[    3.065319] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    3.065321] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    3.070355] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[    3.070360] psmouse serio1: synaptics: Your touchpad (PNP: LEN2072 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    3.073519] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.127189] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235
[    3.127205] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    3.159863] typec port1: bound usb3-port6 (ops connector_ops)
[    3.159871] typec port1: bound usb2-port3 (ops connector_ops)
[    3.161793] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    3.161795] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[    3.161796] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    3.164306] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    3.204469] mousedev: PS/2 mouse device common for all mice
[    3.216333] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:21:0 Kernel ABI 3:18:0
[    3.216336] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
[    3.216549] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    3.244858] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.244862] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.244864] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.244865] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    3.244866] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    3.244867] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    3.281751] Bridge firewalling registered
[    3.312689] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[    3.312696] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[    3.312789] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[    3.312792] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[    3.312795] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[    3.312797] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[    3.312799] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[    3.312803] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[    3.312806] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[    3.312809] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[    3.312814] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[    3.312816] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[    3.312820] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[    3.312828] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    3.336692] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input11
[    3.336770] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input12
[    3.336816] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input13
[    3.336880] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
[    3.336928] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
[    3.597743] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x12, buttons: 3/3
[    3.788065] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
[    5.502128] kauditd_printk_skb: 356 callbacks suppressed
[    5.502134] audit: type=1100 audit(1652714344.203:161): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    5.504064] audit: type=1101 audit(1652714344.206:162): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    5.552914] audit: type=1106 audit(1652714344.253:163): pid=738 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'
[    5.553012] audit: type=1104 audit(1652714344.253:164): pid=738 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'
[    5.556778] audit: type=1103 audit(1652714344.260:165): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    5.556876] audit: type=1006 audit(1652714344.260:166): pid=920 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    5.556892] audit: type=1300 audit(1652714344.260:166): arch=c000003e syscall=1 success=yes exit=4 a0=c a1=7fff7124cb40 a2=4 a3=7fff7124c854 items=0 ppid=494 pid=920 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)
[    5.556902] audit: type=1327 audit(1652714344.260:166): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
[    5.614744] audit: type=1130 audit(1652714344.316:167): 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'
[    5.623052] audit: type=1101 audit(1652714344.323:168): pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.110114] Bluetooth: RFCOMM TTY layer initialized
[    6.110119] Bluetooth: RFCOMM socket layer initialized
[    6.110122] Bluetooth: RFCOMM ver 1.11
[   15.829048] kauditd_printk_skb: 9 callbacks suppressed
[   15.829053] audit: type=1131 audit(1652714354.530:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.914468] audit: type=1131 audit(1652714354.616:177): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.581534] audit: type=1100 audit(1652714356.283:178): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   17.583068] audit: type=1101 audit(1652714356.283:179): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   17.584270] audit: type=1110 audit(1652714356.286:180): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   17.588841] audit: type=1105 audit(1652714356.290:181): pid=1318 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'

and a journal from the same broken boot

May 16 12:19:01 martorTP systemd[1]: Finished sets battery thresholds.
░░ Subject: A start job for unit tpacpi-bat.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit tpacpi-bat.service has finished successfully.
░░ 
░░ The job identifier is 95.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tpacpi-bat comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
May 16 12:19:01 martorTP kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
May 16 12:19:01 martorTP kernel: NET: Registered PF_ALG protocol family
May 16 12:19:01 martorTP kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
May 16 12:19:01 martorTP kernel: caller __uncore_imc_init_box+0xc4/0x110 [intel_uncore] mapping multiple BARs
May 16 12:19:01 martorTP kernel: cryptd: max_cpu_qlen set to 1000
May 16 12:19:01 martorTP kernel: intel-spi 0000:00:1f.5: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
May 16 12:19:01 martorTP kernel: intel-spi 0000:00:1f.5: failed to locate the chip
May 16 12:19:01 martorTP kernel: intel-spi: probe of 0000:00:1f.5 failed with error -22
May 16 12:19:01 martorTP kernel: AVX2 version of gcm_enc/dec engaged.
May 16 12:19:01 martorTP kernel: AES CTR mode by8 optimization enabled
May 16 12:19:01 martorTP kernel: Intel(R) Wireless WiFi driver for Linux
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: enabling device (0000 -> 0002)
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-69.ucode failed with error -2
May 16 12:19:01 martorTP mtp-probe[422]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
May 16 12:19:01 martorTP mtp-probe[422]: bus: 3, device: 3 was not an MTP device
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: api flags index 2 larger than supported by driver
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: loaded firmware version 68.01d30b0c.0 ty-a0-gf-a0-68.ucode op_mode iwlmvm
May 16 12:19:01 martorTP systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.socket has finished successfully.
░░ 
░░ The job identifier is 134.
May 16 12:19:01 martorTP kernel: typec port0: bound usb3-port5 (ops connector_ops)
May 16 12:19:01 martorTP kernel: typec port0: bound usb2-port2 (ops connector_ops)
May 16 12:19:01 martorTP systemd[1]: Starting Load/Save RF Kill Switch Status...
░░ Subject: A start job for unit systemd-rfkill.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.service has begun execution.
░░ 
░░ The job identifier is 141.
May 16 12:19:01 martorTP kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
May 16 12:19:01 martorTP kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
May 16 12:19:01 martorTP kernel: mc: Linux media interface: v0.10
May 16 12:19:01 martorTP kernel: 8021q: 802.1Q VLAN Support v1.8
May 16 12:19:01 martorTP kernel: videodev: Linux video capture interface: v2.00
May 16 12:19:01 martorTP kernel: intel_rapl_msr: PL4 support detected.
May 16 12:19:01 martorTP kernel: intel_rapl_common: Found RAPL domain package
May 16 12:19:01 martorTP kernel: intel_rapl_common: Found RAPL domain core
May 16 12:19:01 martorTP kernel: intel_rapl_common: Found RAPL domain uncore
May 16 12:19:01 martorTP kernel: intel_rapl_common: Found RAPL domain psys
May 16 12:19:01 martorTP kernel: Bluetooth: Core ver 2.22
May 16 12:19:01 martorTP kernel: NET: Registered PF_BLUETOOTH protocol family
May 16 12:19:01 martorTP kernel: Bluetooth: HCI device and connection manager initialized
May 16 12:19:01 martorTP kernel: Bluetooth: HCI socket layer initialized
May 16 12:19:01 martorTP kernel: Bluetooth: L2CAP socket layer initialized
May 16 12:19:01 martorTP kernel: Bluetooth: SCO socket layer initialized
May 16 12:19:01 martorTP kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
May 16 12:19:01 martorTP systemd[1]: Created slice Slice /system/systemd-backlight.
░░ Subject: A start job for unit system-systemd\x2dbacklight.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit system-systemd\x2dbacklight.slice has finished successfully.
░░ 
░░ The job identifier is 152.
May 16 12:19:01 martorTP systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
░░ Subject: A start job for unit systemd-backlight@leds:tpacpi::kbd_backlight.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@leds:tpacpi::kbd_backlight.service has begun execution.
░░ 
░░ The job identifier is 149.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Started Load/Save RF Kill Switch Status.
░░ Subject: A start job for unit systemd-rfkill.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.service has finished successfully.
░░ 
░░ The job identifier is 141.
May 16 12:19:01 martorTP systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
░░ Subject: A start job for unit systemd-backlight@leds:tpacpi::kbd_backlight.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@leds:tpacpi::kbd_backlight.service has finished successfully.
░░ 
░░ The job identifier is 149.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
May 16 12:19:01 martorTP kernel: iTCO_vendor_support: vendor-support=0
May 16 12:19:01 martorTP kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
May 16 12:19:01 martorTP kernel: usb 3-4: Found UVC 1.10 device Integrated Camera (30c9:003b)
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
May 16 12:19:01 martorTP kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input9
May 16 12:19:01 martorTP kernel: usbcore: registered new interface driver uvcvideo
May 16 12:19:01 martorTP kernel: thermal thermal_zone7: failed to read out thermal zone (-61)
May 16 12:19:01 martorTP kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
May 16 12:19:01 martorTP kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 16 12:19:01 martorTP mtp-probe[472]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
May 16 12:19:01 martorTP mtp-probe[472]: bus: 3, device: 3 was not an MTP device
May 16 12:19:01 martorTP systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
░░ Subject: A start job for unit systemd-backlight@backlight:intel_backlight.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@backlight:intel_backlight.service has begun execution.
░░ 
░░ The job identifier is 173.
May 16 12:19:01 martorTP iwd[343]: Wireless daemon version 1.27
May 16 12:19:01 martorTP systemd[1]: Started Wireless service.
░░ Subject: A start job for unit iwd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit iwd.service has finished successfully.
░░ 
░░ The job identifier is 129.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Reached target Network.
░░ Subject: A start job for unit network.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit network.target has finished successfully.
░░ 
░░ The job identifier is 115.
May 16 12:19:01 martorTP systemd[1]: Reached target Network is Online.
░░ Subject: A start job for unit network-online.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit network-online.target has finished successfully.
░░ 
░░ The job identifier is 126.
May 16 12:19:01 martorTP iwd[343]: station: Network configuration is disabled.
May 16 12:19:01 martorTP systemd[1]: Starting Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 124.
May 16 12:19:01 martorTP systemd[1]: Starting Permit User Sessions...
░░ Subject: A start job for unit systemd-user-sessions.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has begun execution.
░░ 
░░ The job identifier is 128.
May 16 12:19:01 martorTP systemd[1]: Starting Virtualization network daemon...
░░ Subject: A start job for unit virtnetworkd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtnetworkd.service has begun execution.
░░ 
░░ The job identifier is 131.
May 16 12:19:01 martorTP systemd[1]: Starting Virtualization qemu daemon...
░░ Subject: A start job for unit virtqemud.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtqemud.service has begun execution.
░░ 
░░ The job identifier is 113.
May 16 12:19:01 martorTP systemd[1]: Starting Virtualization storage daemon...
░░ Subject: A start job for unit virtstoraged.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtstoraged.service has begun execution.
░░ 
░░ The job identifier is 111.
May 16 12:19:01 martorTP systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
░░ Subject: A start job for unit systemd-backlight@backlight:intel_backlight.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@backlight:intel_backlight.service has finished successfully.
░░ 
░░ The job identifier is 173.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Finished Permit User Sessions.
░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has finished successfully.
░░ 
░░ The job identifier is 128.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Starting Light Display Manager...
░░ Subject: A start job for unit lightdm.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit lightdm.service has begun execution.
░░ 
░░ The job identifier is 132.
May 16 12:19:01 martorTP kernel: usbcore: registered new interface driver btusb
May 16 12:19:01 martorTP kernel: Bluetooth: hci0: Firmware timestamp 2022.12 buildtype 1 build 41819
May 16 12:19:01 martorTP kernel: intel_tcc_cooling: Programmable TCC Offset detected
May 16 12:19:01 martorTP systemd[1]: Starting Bluetooth service...
░░ Subject: A start job for unit bluetooth.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit bluetooth.service has begun execution.
░░ 
░░ The job identifier is 181.
May 16 12:19:01 martorTP systemd-logind[347]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
May 16 12:19:01 martorTP systemd[1]: Started Light Display Manager.
░░ Subject: A start job for unit lightdm.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit lightdm.service has finished successfully.
░░ 
░░ The job identifier is 132.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP lightdm[494]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
May 16 12:19:01 martorTP bluetoothd[502]: Bluetooth daemon 5.64
May 16 12:19:01 martorTP systemd[1]: Started Bluetooth service.
░░ Subject: A start job for unit bluetooth.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit bluetooth.service has finished successfully.
░░ 
░░ The job identifier is 181.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Reached target Bluetooth Support.
░░ Subject: A start job for unit bluetooth.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit bluetooth.target has finished successfully.
░░ 
░░ The job identifier is 180.
May 16 12:19:01 martorTP bluetoothd[502]: Starting SDP server
May 16 12:19:01 martorTP systemd[1]: Started Virtualization network daemon.
░░ Subject: A start job for unit virtnetworkd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtnetworkd.service has finished successfully.
░░ 
░░ The job identifier is 131.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=virtnetworkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Started Virtualization qemu daemon.
░░ Subject: A start job for unit virtqemud.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtqemud.service has finished successfully.
░░ 
░░ The job identifier is 113.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=virtqemud comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
May 16 12:19:01 martorTP kernel: Bluetooth: hci0: Boot Address: 0x100800
May 16 12:19:01 martorTP kernel: Bluetooth: hci0: Firmware Version: 91-12.22
May 16 12:19:01 martorTP kernel: Bluetooth: hci0: Firmware already loaded
May 16 12:19:01 martorTP systemd[1]: Started Virtualization storage daemon.
░░ Subject: A start job for unit virtstoraged.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit virtstoraged.service has finished successfully.
░░ 
░░ The job identifier is 111.
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=virtstoraged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP bluetoothd[502]: Bluetooth management interface 1.21 initialized
May 16 12:19:01 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=502 comm="/usr/lib/bluetooth/bluetoothd")
May 16 12:19:01 martorTP kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 16 12:19:01 martorTP kernel: Bluetooth: BNEP filters: protocol multicast
May 16 12:19:01 martorTP kernel: Bluetooth: BNEP socket layer initialized
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: loaded PNVM version 05a8dfca
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: Detected RF GF, rfid=0x10d000
May 16 12:19:01 martorTP audit: BPF prog-id=22 op=LOAD
May 16 12:19:01 martorTP audit: BPF prog-id=23 op=LOAD
May 16 12:19:01 martorTP audit: BPF prog-id=24 op=LOAD
May 16 12:19:01 martorTP systemd[1]: Starting Hostname Service...
░░ Subject: A start job for unit systemd-hostnamed.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hostnamed.service has begun execution.
░░ 
░░ The job identifier is 283.
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
May 16 12:19:01 martorTP kernel: iwlwifi 0000:09:00.0: base HW address: 70:cd:0d:54:ab:cd
May 16 12:19:01 martorTP kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 84:a9:38:f5:55:17
May 16 12:19:01 martorTP kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
May 16 12:19:01 martorTP kernel: e1000e 0000:00:1f.6 eth0: MAC: 14, PHY: 12, PBA No: FFFFFF-0FF
May 16 12:19:01 martorTP systemd-udevd[279]: Using default interface naming scheme 'v250'.
May 16 12:19:01 martorTP iwd[343]: Wiphy: 0, Name: phy0
May 16 12:19:01 martorTP iwd[343]:         Permanent Address: 70:cd:0d:54:ab:cd
May 16 12:19:01 martorTP iwd[343]:         2.4Ghz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          1.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          2.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          5.5 Mbps
May 16 12:19:01 martorTP iwd[343]:                         11.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                 HT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         HT40
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 20Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 40Mhz
May 16 12:19:01 martorTP iwd[343]:                 HT RX MCS indexes:
May 16 12:19:01 martorTP iwd[343]:                         0-15
May 16 12:19:01 martorTP iwd[343]:         5Ghz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                 HT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         HT40
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 20Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 40Mhz
May 16 12:19:01 martorTP iwd[343]:                 HT RX MCS indexes:
May 16 12:19:01 martorTP iwd[343]:                         0-15
May 16 12:19:01 martorTP iwd[343]:                 VHT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         160 Mhz operation
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 80Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 160 and 80 + 80 Mhz
May 16 12:19:01 martorTP iwd[343]:                         Max RX MCS: 0-9 for NSS: 2
May 16 12:19:01 martorTP iwd[343]:                         Max TX MCS: 0-9 for NSS: 2
May 16 12:19:01 martorTP iwd[343]:         6GHz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:         Ciphers: CCMP TKIP BIP
May 16 12:19:01 martorTP iwd[343]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
May 16 12:19:01 martorTP iwd[343]: Unable to add the net.connman.iwd.Adapter interface to /net/connman/iwd/0
May 16 12:19:01 martorTP iwd[343]: Unable to add the org.freedesktop.DBus.Properties interface to /net/connman/iwd/0
May 16 12:19:01 martorTP iwd[343]: Wiphy: 0, Name: phy0
May 16 12:19:01 martorTP iwd[343]:         Permanent Address: 70:cd:0d:54:ab:cd
May 16 12:19:01 martorTP iwd[343]:         2.4Ghz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          1.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          2.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          5.5 Mbps
May 16 12:19:01 martorTP iwd[343]:                         11.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                 HT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         HT40
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 20Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 40Mhz
May 16 12:19:01 martorTP iwd[343]:                 HT RX MCS indexes:
May 16 12:19:01 martorTP iwd[343]:                         0-15
May 16 12:19:01 martorTP iwd[343]:         5Ghz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                 HT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         HT40
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 20Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 40Mhz
May 16 12:19:01 martorTP iwd[343]:                 HT RX MCS indexes:
May 16 12:19:01 martorTP iwd[343]:                         0-15
May 16 12:19:01 martorTP iwd[343]:                 VHT Capabilities:
May 16 12:19:01 martorTP iwd[343]:                         160 Mhz operation
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 80Mhz
May 16 12:19:01 martorTP iwd[343]:                         Short GI for 160 and 80 + 80 Mhz
May 16 12:19:01 martorTP iwd[343]:                         Max RX MCS: 0-9 for NSS: 2
May 16 12:19:01 martorTP iwd[343]:                         Max TX MCS: 0-9 for NSS: 2
May 16 12:19:01 martorTP iwd[343]:         6GHz Band:
May 16 12:19:01 martorTP iwd[343]:                 Bitrates (non-HT):
May 16 12:19:01 martorTP iwd[343]:                          6.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                          9.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         12.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         18.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         24.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         36.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         48.0 Mbps
May 16 12:19:01 martorTP iwd[343]:                         54.0 Mbps
May 16 12:19:01 martorTP iwd[343]:         Ciphers: CCMP TKIP BIP
May 16 12:19:01 martorTP iwd[343]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
May 16 12:19:01 martorTP kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
May 16 12:19:01 martorTP dhcpcd[348]: ps_root_dispatch: No such file or directory
May 16 12:19:01 martorTP dhcpcd[348]: ps_root_dispatch: No such process
May 16 12:19:01 martorTP dbus-daemon[341]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 16 12:19:01 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:01 martorTP systemd[1]: Started Hostname Service.
░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hostnamed.service has finished successfully.
░░ 
░░ The job identifier is 283.
May 16 12:19:01 martorTP systemd-udevd[280]: Using default interface naming scheme 'v250'.
May 16 12:19:01 martorTP kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.773530097-03:00" level=info msg="Starting up"
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.775680063-03:00" level=info msg="libcontainerd: started new containerd process" pid=590
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.775703894-03:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.775708623-03:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.775719818-03:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.775725078-03:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 16 12:19:01 martorTP kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
May 16 12:19:01 martorTP kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN2072 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
May 16 12:19:01 martorTP kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
May 16 12:19:01 martorTP iwd[343]: DEL_INTERFACE failed: No such device
May 16 12:19:01 martorTP iwd[343]: Could not register frame watch type 00d0: -19
May 16 12:19:01 martorTP iwd[343]: RTM_GETLINK error -19: No such device
May 16 12:19:01 martorTP iwd[343]: Could not register frame watch type 00d0: -19
May 16 12:19:01 martorTP iwd[343]: Could not register frame watch type 00d0: -19
May 16 12:19:01 martorTP iwd[343]: Could not register frame watch type 00d0: -19
May 16 12:19:01 martorTP iwd[343]: Could not register frame watch type 00d0: -19
May 16 12:19:01 martorTP systemd-udevd[274]: Using default interface naming scheme 'v250'.
May 16 12:19:01 martorTP systemd-udevd[268]: Using default interface naming scheme 'v250'.
May 16 12:19:01 martorTP kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235
May 16 12:19:01 martorTP kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01-03:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.838672381-03:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16.m version=v1.6.4
May 16 12:19:01 martorTP audit[594]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=594 comm="iptables"
May 16 12:19:01 martorTP audit[594]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffdc8c81920 items=0 ppid=491 pid=594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6C6973742D72756C6573
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.852902467-03:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.853102535-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854017321-03:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.17.6-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854257438-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854366137-03:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854380053-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854391387-03:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854401061-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854495848-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854637971-03:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854759365-03:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854775672-03:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854793012-03:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.854804944-03:00" level=info msg="metadata content store policy set" policy=shared
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855399902-03:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855418869-03:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855429973-03:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855571483-03:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855585746-03:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855599102-03:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855613317-03:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855633195-03:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855653184-03:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855666147-03:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855678163-03:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855688307-03:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855743148-03:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.855779874-03:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856546241-03:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856576252-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856588846-03:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856732011-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856744913-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856760169-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856769983-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856780609-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856796570-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856807395-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856818535-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.856831733-03:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857542047-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857552706-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857559440-03:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857566218-03:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857574383-03:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857580032-03:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857591487-03:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857827918-03:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857854647-03:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857875101-03:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
May 16 12:19:01 martorTP dockerd[590]: time="2022-05-16T12:19:01.857885311-03:00" level=info msg="containerd successfully booted in 0.020389s"
May 16 12:19:01 martorTP kernel: typec port1: bound usb3-port6 (ops connector_ops)
May 16 12:19:01 martorTP kernel: typec port1: bound usb2-port3 (ops connector_ops)
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.870263964-03:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.870277316-03:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.870287209-03:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.870292903-03:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.872353718-03:00" level=info msg="parsed scheme: \"unix\"" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.872369884-03:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.872384878-03:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.872395664-03:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
May 16 12:19:01 martorTP kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
May 16 12:19:01 martorTP kernel: mousedev: PS/2 mouse device common for all mice
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.920450239-03:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:21:0 Kernel ABI 3:18:0
May 16 12:19:01 martorTP kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
May 16 12:19:01 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
May 16 12:19:01 martorTP audit[614]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=614 comm="iptables"
May 16 12:19:01 martorTP audit[614]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffd5672ce30 items=0 ppid=491 pid=614 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D6C6973742D72756C6573
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
May 16 12:19:01 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
May 16 12:19:01 martorTP dockerd[489]: time="2022-05-16T12:19:01.957216769-03:00" level=info msg="Loading containers: start."
May 16 12:19:01 martorTP audit[620]: NETFILTER_CFG table=mangle family=2 entries=0 op=xt_register pid=620 comm="iptables"
May 16 12:19:01 martorTP audit[620]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffca965ba10 items=0 ppid=491 pid=620 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D6C6973742D72756C6573
May 16 12:19:01 martorTP audit[630]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=630 comm="iptables"
May 16 12:19:01 martorTP audit[630]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e1defb5940 items=0 ppid=491 pid=630 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
May 16 12:19:01 martorTP audit[631]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=631 comm="iptables"
May 16 12:19:01 martorTP audit[631]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c66ec14af0 items=0 ppid=491 pid=631 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
May 16 12:19:01 martorTP audit[632]: NETFILTER_CFG table=filter family=2 entries=7 op=xt_replace pid=632 comm="iptables"
May 16 12:19:01 martorTP audit[632]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c32c17fc90 items=0 ppid=491 pid=632 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
May 16 12:19:01 martorTP audit[633]: NETFILTER_CFG table=filter family=2 entries=9 op=xt_replace pid=633 comm="iptables"
May 16 12:19:01 martorTP audit[633]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563eeb835e40 items=0 ppid=491 pid=633 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
May 16 12:19:01 martorTP audit[634]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=634 comm="iptables"
May 16 12:19:01 martorTP audit[634]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563ee8ba9fe0 items=0 ppid=491 pid=634 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
May 16 12:19:01 martorTP audit[635]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=635 comm="iptables"
May 16 12:19:01 martorTP audit[635]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cf18ecf190 items=0 ppid=491 pid=635 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
May 16 12:19:01 martorTP audit[636]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=636 comm="iptables"
May 16 12:19:01 martorTP audit[636]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55da7720a330 items=0 ppid=491 pid=636 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
May 16 12:19:01 martorTP audit[637]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=637 comm="iptables"
May 16 12:19:01 martorTP audit[637]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cf87a0c4e0 items=0 ppid=491 pid=637 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
May 16 12:19:01 martorTP audit[638]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=638 comm="iptables"
May 16 12:19:01 martorTP audit[638]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557225922680 items=0 ppid=491 pid=638 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
May 16 12:19:01 martorTP audit[639]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=639 comm="iptables"
May 16 12:19:01 martorTP audit[639]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f397672830 items=0 ppid=491 pid=639 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
May 16 12:19:01 martorTP dhcpcd[348]: enp0s31f6: waiting for carrier
May 16 12:19:01 martorTP dhcpcd[348]: enp0s31f6: waiting for carrier
May 16 12:19:01 martorTP audit[640]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=640 comm="iptables"
May 16 12:19:01 martorTP audit[640]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56472981fa60 items=0 ppid=491 pid=640 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
May 16 12:19:01 martorTP audit[642]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=642 comm="iptables"
May 16 12:19:01 martorTP audit[642]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55aaabf36c20 items=0 ppid=491 pid=642 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
May 16 12:19:01 martorTP kernel: Bridge firewalling registered
May 16 12:19:01 martorTP audit[644]: NETFILTER_CFG table=mangle family=2 entries=6 op=xt_replace pid=644 comm="iptables"
May 16 12:19:01 martorTP audit[644]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d47ecdeb90 items=0 ppid=491 pid=644 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
May 16 12:19:01 martorTP audit[647]: NETFILTER_CFG table=mangle family=2 entries=8 op=xt_replace pid=647 comm="iptables"
May 16 12:19:01 martorTP audit[647]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55debd8cfd40 items=0 ppid=491 pid=647 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:01 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
May 16 12:19:02 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
May 16 12:19:02 martorTP kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
May 16 12:19:02 martorTP kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
May 16 12:19:02 martorTP audit[650]: NETFILTER_CFG table=filter family=10 entries=0 op=xt_register pid=650 comm="ip6tables"
May 16 12:19:02 martorTP audit[650]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=29 a2=40 a3=7fff80477280 items=0 ppid=491 pid=650 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6C6973742D72756C6573
May 16 12:19:02 martorTP audit[655]: NETFILTER_CFG table=nat family=10 entries=0 op=xt_register pid=655 comm="ip6tables"
May 16 12:19:02 martorTP audit[655]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=29 a2=40 a3=7ffc21d14180 items=0 ppid=491 pid=655 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D6C6973742D72756C6573
May 16 12:19:02 martorTP kernel: input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input11
May 16 12:19:02 martorTP kernel: input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input12
May 16 12:19:02 martorTP kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input13
May 16 12:19:02 martorTP kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
May 16 12:19:02 martorTP kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
May 16 12:19:02 martorTP audit[659]: NETFILTER_CFG table=mangle family=10 entries=0 op=xt_register pid=659 comm="ip6tables"
May 16 12:19:02 martorTP audit[659]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=29 a2=40 a3=7ffdead81f30 items=0 ppid=491 pid=659 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D6C6973742D72756C6573
May 16 12:19:02 martorTP audit[666]: NETFILTER_CFG table=filter family=10 entries=4 op=xt_replace pid=666 comm="ip6tables"
May 16 12:19:02 martorTP audit[666]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55d33364da60 items=0 ppid=491 pid=666 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
May 16 12:19:02 martorTP audit[669]: NETFILTER_CFG table=filter family=10 entries=6 op=xt_replace pid=669 comm="ip6tables"
May 16 12:19:02 martorTP audit[669]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=564837199cc0 items=0 ppid=491 pid=669 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
May 16 12:19:02 martorTP audit[673]: NETFILTER_CFG table=filter family=10 entries=7 op=xt_replace pid=673 comm="ip6tables"
May 16 12:19:02 martorTP audit[673]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55ef384afe90 items=0 ppid=491 pid=673 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
May 16 12:19:02 martorTP audit[677]: NETFILTER_CFG table=filter family=10 entries=9 op=xt_replace pid=677 comm="ip6tables"
May 16 12:19:02 martorTP audit[677]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55c6c7f15100 items=0 ppid=491 pid=677 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
May 16 12:19:02 martorTP audit[680]: NETFILTER_CFG table=filter family=10 entries=10 op=xt_replace pid=680 comm="ip6tables"
May 16 12:19:02 martorTP audit[680]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55963fca02d0 items=0 ppid=491 pid=680 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
May 16 12:19:02 martorTP audit[681]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=681 comm="iptables"
May 16 12:19:02 martorTP audit[681]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558e22cc3db0 items=0 ppid=489 pid=681 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
May 16 12:19:02 martorTP audit[683]: NETFILTER_CFG table=filter family=10 entries=12 op=xt_replace pid=683 comm="ip6tables"
May 16 12:19:02 martorTP audit[683]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=562b89396530 items=0 ppid=491 pid=683 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
May 16 12:19:02 martorTP audit[684]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=684 comm="iptables"
May 16 12:19:02 martorTP audit[684]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d8b571b9d0 items=0 ppid=489 pid=684 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
May 16 12:19:02 martorTP audit[686]: NETFILTER_CFG table=filter family=10 entries=13 op=xt_replace pid=686 comm="ip6tables"
May 16 12:19:02 martorTP audit[686]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=564d99019700 items=0 ppid=491 pid=686 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
May 16 12:19:02 martorTP audit[689]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=689 comm="iptables"
May 16 12:19:02 martorTP audit[689]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560b1eff1ba0 items=0 ppid=489 pid=689 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[692]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=692 comm="iptables"
May 16 12:19:02 martorTP audit[692]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555b413b7d80 items=0 ppid=489 pid=692 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
May 16 12:19:02 martorTP audit[691]: NETFILTER_CFG table=filter family=10 entries=15 op=xt_replace pid=691 comm="ip6tables"
May 16 12:19:02 martorTP audit[691]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55fe6ded0970 items=0 ppid=491 pid=691 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
May 16 12:19:02 martorTP audit[694]: NETFILTER_CFG table=filter family=2 entries=25 op=xt_replace pid=694 comm="iptables"
May 16 12:19:02 martorTP audit[694]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56385c8f0f50 items=0 ppid=489 pid=694 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
May 16 12:19:02 martorTP audit[695]: NETFILTER_CFG table=filter family=10 entries=16 op=xt_replace pid=695 comm="ip6tables"
May 16 12:19:02 martorTP audit[695]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55e48e039b40 items=0 ppid=491 pid=695 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
May 16 12:19:02 martorTP audit[697]: NETFILTER_CFG table=filter family=2 entries=26 op=xt_replace pid=697 comm="iptables"
May 16 12:19:02 martorTP audit[697]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564bd660c0d0 items=0 ppid=489 pid=697 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
May 16 12:19:02 martorTP audit[698]: NETFILTER_CFG table=filter family=10 entries=18 op=xt_replace pid=698 comm="ip6tables"
May 16 12:19:02 martorTP audit[698]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=558ffe0beda0 items=0 ppid=491 pid=698 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
May 16 12:19:02 martorTP audit[699]: NETFILTER_CFG table=filter family=2 entries=27 op=xt_replace pid=699 comm="iptables"
May 16 12:19:02 martorTP audit[699]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e8010321b0 items=0 ppid=489 pid=699 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D5000464F52574152440044524F50
May 16 12:19:02 martorTP audit[700]: NETFILTER_CFG table=nat family=10 entries=5 op=xt_replace pid=700 comm="ip6tables"
May 16 12:19:02 martorTP audit[700]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55b1f7e87bc0 items=0 ppid=491 pid=700 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
May 16 12:19:02 martorTP audit[702]: NETFILTER_CFG table=nat family=10 entries=7 op=xt_replace pid=702 comm="ip6tables"
May 16 12:19:02 martorTP audit[702]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55cf6a3ade20 items=0 ppid=491 pid=702 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
May 16 12:19:02 martorTP audit[704]: NETFILTER_CFG table=mangle family=10 entries=6 op=xt_replace pid=704 comm="ip6tables"
May 16 12:19:02 martorTP audit[704]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=55578e673d20 items=0 ppid=491 pid=704 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
May 16 12:19:02 martorTP audit[705]: NETFILTER_CFG table=mangle family=10 entries=8 op=xt_replace pid=705 comm="ip6tables"
May 16 12:19:02 martorTP audit[705]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=561d1e930f80 items=0 ppid=491 pid=705 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
May 16 12:19:02 martorTP systemd[1]: Starting Save/Restore Sound Card State...
░░ Subject: A start job for unit alsa-restore.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-restore.service has begun execution.
░░ 
░░ The job identifier is 487.
May 16 12:19:02 martorTP systemd[1]: Manage Sound Card State (restore and store) was skipped because of a failed condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
░░ Subject: A start job for unit alsa-state.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-state.service has finished successfully.
░░ 
░░ The job identifier is 386.
May 16 12:19:02 martorTP systemd[1]: Finished Save/Restore Sound Card State.
░░ Subject: A start job for unit alsa-restore.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-restore.service has finished successfully.
░░ 
░░ The job identifier is 487.
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:02 martorTP systemd[1]: Reached target Sound Card.
░░ Subject: A start job for unit sound.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sound.target has finished successfully.
░░ 
░░ The job identifier is 385.
May 16 12:19:02 martorTP audit[706]: NETFILTER_CFG table=filter family=2 entries=27 op=xt_replace pid=706 comm="iptables"
May 16 12:19:02 martorTP audit[706]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5568f1ae7110 items=0 ppid=491 pid=706 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
May 16 12:19:02 martorTP audit[717]: NETFILTER_CFG table=filter family=2 entries=28 op=xt_replace pid=717 comm="iptables"
May 16 12:19:02 martorTP audit[717]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55fa3680a430 items=0 ppid=491 pid=717 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
May 16 12:19:02 martorTP audit[718]: NETFILTER_CFG table=filter family=2 entries=29 op=xt_replace pid=718 comm="iptables"
May 16 12:19:02 martorTP audit[718]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56119a5fd4c0 items=0 ppid=491 pid=718 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
May 16 12:19:02 martorTP audit[719]: NETFILTER_CFG table=filter family=2 entries=30 op=xt_replace pid=719 comm="iptables"
May 16 12:19:02 martorTP audit[719]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5653602dc7e0 items=0 ppid=491 pid=719 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
May 16 12:19:02 martorTP audit[720]: NETFILTER_CFG table=filter family=2 entries=31 op=xt_replace pid=720 comm="iptables"
May 16 12:19:02 martorTP audit[720]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f4cb63c870 items=0 ppid=491 pid=720 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
May 16 12:19:02 martorTP audit[721]: NETFILTER_CFG table=filter family=2 entries=32 op=xt_replace pid=721 comm="iptables"
May 16 12:19:02 martorTP audit[721]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5586749a9b90 items=0 ppid=491 pid=721 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
May 16 12:19:02 martorTP audit[724]: NETFILTER_CFG table=filter family=2 entries=33 op=xt_replace pid=724 comm="iptables"
May 16 12:19:02 martorTP audit[724]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f151b22c20 items=0 ppid=491 pid=724 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
May 16 12:19:02 martorTP audit[726]: NETFILTER_CFG table=filter family=2 entries=34 op=xt_replace pid=726 comm="iptables"
May 16 12:19:02 martorTP audit[726]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dbc08a5e30 items=0 ppid=491 pid=726 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
May 16 12:19:02 martorTP audit[729]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=729 comm="iptables"
May 16 12:19:02 martorTP audit[729]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b93d7f8600 items=0 ppid=489 pid=729 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
May 16 12:19:02 martorTP audit[731]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=731 comm="iptables"
May 16 12:19:02 martorTP audit[731]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560eb2087120 items=0 ppid=489 pid=731 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
May 16 12:19:02 martorTP audit[734]: NETFILTER_CFG table=filter family=2 entries=35 op=xt_replace pid=734 comm="iptables"
May 16 12:19:02 martorTP audit[734]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55acdfe83100 items=0 ppid=489 pid=734 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[737]: NETFILTER_CFG table=filter family=2 entries=36 op=xt_replace pid=737 comm="iptables"
May 16 12:19:02 martorTP audit[737]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ea15106280 items=0 ppid=489 pid=737 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[740]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=740 comm="iptables"
May 16 12:19:02 martorTP audit[740]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e6167aa8a0 items=0 ppid=489 pid=740 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
May 16 12:19:02 martorTP audit[742]: NETFILTER_CFG table=nat family=2 entries=13 op=xt_replace pid=742 comm="iptables"
May 16 12:19:02 martorTP audit[742]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56266554fa70 items=0 ppid=489 pid=742 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
May 16 12:19:02 martorTP audit[727]: NETFILTER_CFG table=filter family=2 entries=37 op=xt_replace pid=727 comm="iptables"
May 16 12:19:02 martorTP audit[727]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556ee7b52900 items=0 ppid=491 pid=727 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627230002D2D6A756D700052454A454354
May 16 12:19:02 martorTP audit[744]: NETFILTER_CFG table=filter family=2 entries=38 op=xt_replace pid=744 comm="iptables"
May 16 12:19:02 martorTP audit[744]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5648107bf550 items=0 ppid=489 pid=744 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
May 16 12:19:02 martorTP lightdm[738]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
May 16 12:19:02 martorTP audit[748]: NETFILTER_CFG table=filter family=2 entries=39 op=xt_replace pid=748 comm="iptables"
May 16 12:19:02 martorTP audit[748]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a7af848bf0 items=0 ppid=491 pid=748 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627230002D2D6A756D700052454A454354
May 16 12:19:02 martorTP audit[750]: NETFILTER_CFG table=filter family=2 entries=40 op=xt_replace pid=750 comm="iptables"
May 16 12:19:02 martorTP audit[750]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cb1c39c860 items=0 ppid=491 pid=750 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627230002D2D6F75742D696E7465726661636500766972627230002D2D6A756D7000414343455054
May 16 12:19:02 martorTP audit[752]: NETFILTER_CFG table=filter family=2 entries=41 op=xt_replace pid=752 comm="iptables"
May 16 12:19:02 martorTP audit[752]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5652cada89d0 items=0 ppid=491 pid=752 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D736F75726365003139322E3136382E3132322E302F3234002D2D696E2D696E7465726661636500766972627230002D2D6A756D7000414343455054
May 16 12:19:02 martorTP audit[753]: NETFILTER_CFG table=filter family=2 entries=42 op=xt_replace pid=753 comm="iptables"
May 16 12:19:02 martorTP audit[753]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563c23589480 items=0 ppid=491 pid=753 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6F75742D696E7465726661636500766972627230002D2D6D6174636800636F6E6E747261636B
May 16 12:19:02 martorTP audit[754]: NETFILTER_CFG table=filter family=2 entries=43 op=xt_replace pid=754 comm="iptables"
May 16 12:19:02 martorTP audit[754]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555a041b8790 items=0 ppid=489 pid=754 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
May 16 12:19:02 martorTP audit[755]: NETFILTER_CFG table=nat family=2 entries=14 op=xt_replace pid=755 comm="iptables"
May 16 12:19:02 martorTP audit[755]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f145240cb0 items=0 ppid=491 pid=755 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F32340000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D41535155455241
May 16 12:19:02 martorTP audit[757]: NETFILTER_CFG table=filter family=2 entries=44 op=xt_replace pid=757 comm="iptables"
May 16 12:19:02 martorTP audit[757]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b87d3c4150 items=0 ppid=489 pid=757 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[758]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_replace pid=758 comm="iptables"
May 16 12:19:02 martorTP audit[758]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555cded82680 items=0 ppid=491 pid=758 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007564700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
May 16 12:19:02 martorTP audit[760]: NETFILTER_CFG table=filter family=2 entries=45 op=xt_replace pid=760 comm="iptables"
May 16 12:19:02 martorTP audit[760]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5571396a22c0 items=0 ppid=489 pid=760 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
May 16 12:19:02 martorTP audit[761]: NETFILTER_CFG table=nat family=2 entries=16 op=xt_replace pid=761 comm="iptables"
May 16 12:19:02 martorTP audit[761]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56027d7f4820 items=0 ppid=491 pid=761 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007463700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
May 16 12:19:02 martorTP audit[763]: NETFILTER_CFG table=filter family=2 entries=46 op=xt_replace pid=763 comm="iptables"
May 16 12:19:02 martorTP audit[763]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557b8aa62460 items=0 ppid=489 pid=763 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
May 16 12:19:02 martorTP audit[764]: NETFILTER_CFG table=nat family=2 entries=17 op=xt_replace pid=764 comm="iptables"
May 16 12:19:02 martorTP audit[764]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e9ddf1eb00 items=0 ppid=491 pid=764 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003235352E3235352E3235352E3235352F3332002D2D6A756D700052455455524E
May 16 12:19:02 martorTP audit[765]: NETFILTER_CFG table=nat family=2 entries=18 op=xt_replace pid=765 comm="iptables"
May 16 12:19:02 martorTP audit[765]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560608413c80 items=0 ppid=491 pid=765 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003232342E302E302E302F3234002D2D6A756D700052455455524E
May 16 12:19:02 martorTP audit[768]: NETFILTER_CFG table=nat family=2 entries=19 op=xt_replace pid=768 comm="iptables"
May 16 12:19:02 martorTP audit[768]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562ab966e460 items=0 ppid=489 pid=768 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31382E302E302F31360000002D6F0062722D323161316236306261343464002D6A004D415351554552414445
May 16 12:19:02 martorTP audit[772]: NETFILTER_CFG table=nat family=2 entries=20 op=xt_replace pid=772 comm="iptables"
May 16 12:19:02 martorTP audit[772]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ca2b8d6f90 items=0 ppid=489 pid=772 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D323161316236306261343464002D6A0052455455524E
May 16 12:19:02 martorTP audit[775]: NETFILTER_CFG table=filter family=2 entries=47 op=xt_replace pid=775 comm="iptables"
May 16 12:19:02 martorTP audit[775]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562c26e0b5d0 items=0 ppid=489 pid=775 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D323161316236306261343464002D6F0062722D323161316236306261343464002D6A00414343455054
May 16 12:19:02 martorTP audit[777]: NETFILTER_CFG table=filter family=2 entries=48 op=xt_replace pid=777 comm="iptables"
May 16 12:19:02 martorTP audit[777]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f035cb7750 items=0 ppid=489 pid=777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3231613162363062613434640000002D6F0062722D323161316236306261343464002D6A00414343455054
May 16 12:19:02 martorTP audit[767]: NETFILTER_CFG table=mangle family=2 entries=9 op=xt_replace pid=767 comm="iptables"
May 16 12:19:02 martorTP audit[767]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5609dd382e50 items=0 ppid=491 pid=767 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E73657274004C4942564952545F505254002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700043484543
May 16 12:19:02 martorTP audit[783]: NETFILTER_CFG table=filter family=2 entries=49 op=xt_replace pid=783 comm="iptables"
May 16 12:19:02 martorTP audit[783]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55be723f38a0 items=0 ppid=489 pid=783 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D323161316236306261343464002D6A00444F434B4552
May 16 12:19:02 martorTP audit[786]: NETFILTER_CFG table=filter family=2 entries=50 op=xt_replace pid=786 comm="iptables"
May 16 12:19:02 martorTP audit[786]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5576ea918370 items=0 ppid=489 pid=786 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D323161316236306261343464002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
May 16 12:19:02 martorTP audit[788]: NETFILTER_CFG table=filter family=2 entries=51 op=xt_replace pid=788 comm="iptables"
May 16 12:19:02 martorTP audit[788]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d55ea88dd0 items=0 ppid=489 pid=788 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[790]: NETFILTER_CFG table=filter family=2 entries=50 op=xt_replace pid=790 comm="iptables"
May 16 12:19:02 martorTP audit[790]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558086edcbb0 items=0 ppid=489 pid=790 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[792]: NETFILTER_CFG table=filter family=2 entries=51 op=xt_replace pid=792 comm="iptables"
May 16 12:19:02 martorTP audit[792]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556dd2cf5d30 items=0 ppid=489 pid=792 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3231613162363062613434640000002D6F0062722D323161316236306261343464002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
May 16 12:19:02 martorTP audit[795]: NETFILTER_CFG table=filter family=2 entries=52 op=xt_replace pid=795 comm="iptables"
May 16 12:19:02 martorTP audit[795]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5597cf9adec0 items=0 ppid=489 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D323161316236306261343464002D6A0044524F50
May 16 12:19:02 martorTP audit[797]: NETFILTER_CFG table=nat family=2 entries=21 op=xt_replace pid=797 comm="iptables"
May 16 12:19:02 martorTP audit[797]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ce50de4820 items=0 ppid=489 pid=797 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
May 16 12:19:02 martorTP audit[799]: NETFILTER_CFG table=nat family=2 entries=20 op=xt_replace pid=799 comm="iptables"
May 16 12:19:02 martorTP audit[799]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5603950cb010 items=0 ppid=489 pid=799 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
May 16 12:19:02 martorTP audit[801]: NETFILTER_CFG table=filter family=2 entries=53 op=xt_replace pid=801 comm="iptables"
May 16 12:19:02 martorTP audit[801]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5630c865c0e0 items=0 ppid=489 pid=801 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[803]: NETFILTER_CFG table=filter family=2 entries=52 op=xt_replace pid=803 comm="iptables"
May 16 12:19:02 martorTP audit[803]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56116cebff60 items=0 ppid=489 pid=803 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[806]: NETFILTER_CFG table=filter family=2 entries=51 op=xt_replace pid=806 comm="iptables"
May 16 12:19:02 martorTP audit[806]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a6f772ddd0 items=0 ppid=489 pid=806 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
May 16 12:19:02 martorTP dnsmasq[809]: started, version 2.86 cachesize 150
May 16 12:19:02 martorTP dnsmasq[809]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
May 16 12:19:02 martorTP dnsmasq-dhcp[809]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
May 16 12:19:02 martorTP dnsmasq-dhcp[809]: DHCP, sockets bound exclusively to interface virbr0
May 16 12:19:02 martorTP dnsmasq[809]: reading /etc/resolv.conf
May 16 12:19:02 martorTP dnsmasq[809]: using nameserver 8.8.8.8#53
May 16 12:19:02 martorTP dnsmasq[809]: using nameserver 8.8.4.4#53
May 16 12:19:02 martorTP audit[812]: NETFILTER_CFG table=filter family=2 entries=50 op=xt_replace pid=812 comm="iptables"
May 16 12:19:02 martorTP audit[812]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d6b7ae9670 items=0 ppid=489 pid=812 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
May 16 12:19:02 martorTP dnsmasq[809]: read /etc/hosts - 1 addresses
May 16 12:19:02 martorTP audit[814]: NETFILTER_CFG table=filter family=2 entries=49 op=xt_replace pid=814 comm="iptables"
May 16 12:19:02 martorTP audit[814]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ab4e7f0940 items=0 ppid=489 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
May 16 12:19:02 martorTP dnsmasq[809]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
May 16 12:19:02 martorTP dnsmasq-dhcp[809]: read /var/lib/libvirt/dnsmasq/default.hostsfile
May 16 12:19:02 martorTP audit[816]: NETFILTER_CFG table=filter family=2 entries=48 op=xt_replace pid=816 comm="iptables"
May 16 12:19:02 martorTP audit[816]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5600c69667f0 items=0 ppid=489 pid=816 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.211485503-03:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
May 16 12:19:02 martorTP audit[818]: NETFILTER_CFG table=nat family=2 entries=19 op=xt_replace pid=818 comm="iptables"
May 16 12:19:02 martorTP audit[818]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56067a1ec460 items=0 ppid=489 pid=818 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
May 16 12:19:02 martorTP audit[820]: NETFILTER_CFG table=nat family=2 entries=20 op=xt_replace pid=820 comm="iptables"
May 16 12:19:02 martorTP audit[820]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563324a79f90 items=0 ppid=489 pid=820 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
May 16 12:19:02 martorTP audit[823]: NETFILTER_CFG table=filter family=2 entries=47 op=xt_replace pid=823 comm="iptables"
May 16 12:19:02 martorTP audit[823]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5598da7585d0 items=0 ppid=489 pid=823 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[825]: NETFILTER_CFG table=filter family=2 entries=48 op=xt_replace pid=825 comm="iptables"
May 16 12:19:02 martorTP audit[825]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a946d81750 items=0 ppid=489 pid=825 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
May 16 12:19:02 martorTP audit[831]: NETFILTER_CFG table=filter family=2 entries=49 op=xt_replace pid=831 comm="iptables"
May 16 12:19:02 martorTP audit[831]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55db0a4758a0 items=0 ppid=489 pid=831 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
May 16 12:19:02 martorTP audit[833]: NETFILTER_CFG table=filter family=2 entries=50 op=xt_replace pid=833 comm="iptables"
May 16 12:19:02 martorTP audit[833]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ce9606b370 items=0 ppid=489 pid=833 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
May 16 12:19:02 martorTP audit[835]: NETFILTER_CFG table=filter family=2 entries=51 op=xt_replace pid=835 comm="iptables"
May 16 12:19:02 martorTP audit[835]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563b77ef3dd0 items=0 ppid=489 pid=835 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[836]: NETFILTER_CFG table=filter family=2 entries=50 op=xt_replace pid=836 comm="iptables"
May 16 12:19:02 martorTP audit[836]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5627a96ecbb0 items=0 ppid=489 pid=836 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
May 16 12:19:02 martorTP audit[838]: NETFILTER_CFG table=filter family=2 entries=51 op=xt_replace pid=838 comm="iptables"
May 16 12:19:02 martorTP audit[838]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56385f2cfd30 items=0 ppid=489 pid=838 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
May 16 12:19:02 martorTP audit[840]: NETFILTER_CFG table=filter family=2 entries=52 op=xt_replace pid=840 comm="iptables"
May 16 12:19:02 martorTP audit[840]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558c679b9ec0 items=0 ppid=489 pid=840 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
May 16 12:19:02 martorTP audit[842]: NETFILTER_CFG table=filter family=2 entries=53 op=xt_replace pid=842 comm="iptables"
May 16 12:19:02 martorTP audit[842]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561c37f83040 items=0 ppid=489 pid=842 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
May 16 12:19:02 martorTP audit[844]: NETFILTER_CFG table=filter family=2 entries=55 op=xt_replace pid=844 comm="iptables"
May 16 12:19:02 martorTP audit[844]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55eca1323210 items=0 ppid=489 pid=844 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
May 16 12:19:02 martorTP audit[846]: NETFILTER_CFG table=filter family=2 entries=56 op=xt_replace pid=846 comm="iptables"
May 16 12:19:02 martorTP audit[846]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55821948d370 items=0 ppid=489 pid=846 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.233862327-03:00" level=info msg="Loading containers: done."
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.252603659-03:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.252700094-03:00" level=info msg="Docker daemon" commit=4433bf67ba graphdriver(s)=overlay2 version=20.10.15
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.252905255-03:00" level=info msg="Daemon has completed initialization"
May 16 12:19:02 martorTP systemd[1]: Started Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit docker.service has finished successfully.
░░ 
░░ The job identifier is 124.
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:02 martorTP systemd[1]: Reached target Multi-User System.
░░ Subject: A start job for unit multi-user.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit multi-user.target has finished successfully.
░░ 
░░ The job identifier is 2.
May 16 12:19:02 martorTP systemd[1]: Reached target Graphical Interface.
░░ Subject: A start job for unit graphical.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit graphical.target has finished successfully.
░░ 
░░ The job identifier is 1.
May 16 12:19:02 martorTP systemd[1]: Startup finished in 6.329s (firmware) + 4.683s (loader) + 1.369s (kernel) + 2.171s (userspace) = 14.553s.
░░ Subject: System start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ All system services necessary queued for starting at boot have been
░░ started. Note that this does not mean that the machine is now idle as services
░░ might still be busy with completing start-up.
░░ 
░░ Kernel start-up required 1369283 microseconds.
░░ 
░░ Initial RAM disk start-up required INITRD_USEC microseconds.
░░ 
░░ Userspace start-up required 2171366 microseconds.
May 16 12:19:02 martorTP dockerd[489]: time="2022-05-16T12:19:02.268559100-03:00" level=info msg="API listen on /run/docker.sock"
May 16 12:19:02 martorTP audit[738]: CRED_ACQ pid=738 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'
May 16 12:19:02 martorTP lightdm[738]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
May 16 12:19:02 martorTP kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x12, buttons: 3/3
May 16 12:19:02 martorTP systemd[1]: Created slice User Slice of UID 972.
░░ Subject: A start job for unit user-972.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-972.slice has finished successfully.
░░ 
░░ The job identifier is 590.
May 16 12:19:02 martorTP systemd[1]: Starting User Runtime Directory /run/user/972...
░░ Subject: A start job for unit user-runtime-dir@972.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@972.service has begun execution.
░░ 
░░ The job identifier is 489.
May 16 12:19:02 martorTP systemd-logind[347]: New session c1 of user lightdm.
░░ Subject: A new session c1 has been created for user lightdm
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID c1 has been created for the user lightdm.
░░ 
░░ The leading process of the session is 738.
May 16 12:19:02 martorTP systemd[1]: Finished User Runtime Directory /run/user/972.
░░ Subject: A start job for unit user-runtime-dir@972.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@972.service has finished successfully.
░░ 
░░ The job identifier is 489.
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:02 martorTP systemd[1]: Starting User Manager for UID 972...
░░ Subject: A start job for unit user@972.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@972.service has begun execution.
░░ 
░░ The job identifier is 488.
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=866 comm="(systemd)")
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:02 martorTP systemd[866]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:02 martorTP audit[866]: USER_ACCT pid=866 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'
May 16 12:19:02 martorTP audit[866]: CRED_ACQ pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 16 12:19:02 martorTP audit[866]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffd88226f10 a2=3 a3=7ffd88226c25 items=0 ppid=1 pid=866 auid=972 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)
May 16 12:19:02 martorTP audit: PROCTITLE proctitle="(systemd)"
May 16 12:19:02 martorTP systemd[866]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
May 16 12:19:02 martorTP systemd[866]: pam_unix(systemd-user:session): session opened for user lightdm(uid=972) by (uid=0)
May 16 12:19:02 martorTP systemd[866]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 16 12:19:02 martorTP audit[866]: USER_START pid=866 uid=0 auid=972 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'
May 16 12:19:02 martorTP systemd[866]: Queued start job for default target Main User Target.
May 16 12:19:02 martorTP systemd[866]: Created slice User Application Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 11.
May 16 12:19:02 martorTP systemd[866]: Reached target Paths.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 23.
May 16 12:19:02 martorTP systemd[866]: Reached target Timers.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 7.
May 16 12:19:02 martorTP systemd[866]: Starting D-Bus User Message Bus Socket...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 18.
May 16 12:19:02 martorTP systemd[866]: Listening on GnuPG network certificate management daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 14.
May 16 12:19:02 martorTP systemd[866]: Listening on GCR ssh-agent wrapper.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 15.
May 16 12:19:02 martorTP systemd[866]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 19.
May 16 12:19:02 martorTP systemd[866]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 10.
May 16 12:19:02 martorTP systemd[866]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 17.
May 16 12:19:02 martorTP systemd[866]: Listening on GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 13.
May 16 12:19:02 martorTP systemd[866]: Listening on p11-kit server.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 20.
May 16 12:19:02 martorTP systemd[866]: Listening on PipeWire PulseAudio.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 21.
May 16 12:19:02 martorTP systemd[866]: Listening on PipeWire Multimedia System Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 16.
May 16 12:19:02 martorTP systemd[866]: Listening on D-Bus User Message Bus Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 18.
May 16 12:19:02 martorTP systemd[866]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 9.
May 16 12:19:02 martorTP systemd[866]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 6.
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:02 martorTP systemd[1]: Started User Manager for UID 972.
░░ Subject: A start job for unit user@972.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@972.service has finished successfully.
░░ 
░░ The job identifier is 488.
May 16 12:19:02 martorTP systemd[866]: Starting Update XDG user dir configuration...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 24.
May 16 12:19:02 martorTP systemd[1]: Started Session c1 of User lightdm.
░░ Subject: A start job for unit session-c1.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-c1.scope has finished successfully.
░░ 
░░ The job identifier is 592.
May 16 12:19:02 martorTP systemd[866]: Finished Update XDG user dir configuration.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 24.
May 16 12:19:02 martorTP systemd[866]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 5.
May 16 12:19:02 martorTP systemd[866]: Startup finished in 84ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The user manager instance for user 972 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░ 
░░ Startup of the manager took 84266 microseconds.
May 16 12:19:02 martorTP audit[738]: USER_START pid=738 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:02 martorTP kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
May 16 12:19:02 martorTP systemd[866]: Created slice User Core Session Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 28.
May 16 12:19:02 martorTP systemd[866]: Starting D-Bus User Message Bus...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 27.
May 16 12:19:02 martorTP systemd[866]: Started D-Bus User Message Bus.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 27.
May 16 12:19:02 martorTP dbus-daemon[883]: [session uid=972 pid=883] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=972 pid=874 comm="/usr/bin/lightdm-gtk-greeter")
May 16 12:19:02 martorTP dbus-daemon[883]: [session uid=972 pid=883] Successfully activated service 'org.freedesktop.systemd1'
May 16 12:19:02 martorTP systemd[866]: Starting Accessibility services bus...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 47.
May 16 12:19:02 martorTP dbus-daemon[883]: [session uid=972 pid=883] Successfully activated service 'org.a11y.Bus'
May 16 12:19:02 martorTP systemd[866]: Started Accessibility services bus.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 47.
May 16 12:19:02 martorTP dbus-daemon[883]: [session uid=972 pid=883] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=972 pid=874 comm="/usr/bin/lightdm-gtk-greeter")
May 16 12:19:02 martorTP systemd[866]: Starting Virtual filesystem service...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 66.
May 16 12:19:02 martorTP dbus-daemon[883]: [session uid=972 pid=883] Successfully activated service 'org.gtk.vfs.Daemon'
May 16 12:19:02 martorTP systemd[866]: Started Virtual filesystem service.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 66.
May 16 12:19:02 martorTP at-spi-bus-launcher[890]: dbus-daemon[890]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=972 pid=874 comm="/usr/bin/lightdm-gtk-greeter")
May 16 12:19:02 martorTP at-spi-bus-launcher[890]: dbus-daemon[890]: Successfully activated service 'org.a11y.atspi.Registry'
May 16 12:19:02 martorTP at-spi-bus-launcher[922]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.18' (uid=0 pid=920 comm="lightdm --session-child 14 21")
May 16 12:19:02 martorTP audit: BPF prog-id=25 op=LOAD
May 16 12:19:02 martorTP systemd[1]: Starting Fingerprint Authentication Daemon...
░░ Subject: A start job for unit fprintd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit fprintd.service has begun execution.
░░ 
░░ The job identifier is 697.
May 16 12:19:02 martorTP fprintd[929]: Device responded with error: 789 retry: 1
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.19' (uid=0 pid=929 comm="/usr/lib/fprintd")
May 16 12:19:02 martorTP systemd[1]: Starting Authorization Manager...
░░ Subject: A start job for unit polkit.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has begun execution.
░░ 
░░ The job identifier is 799.
May 16 12:19:02 martorTP polkitd[934]: Started polkitd version 0.120
May 16 12:19:02 martorTP polkitd[934]: Loading rules from directory /etc/polkit-1/rules.d
May 16 12:19:02 martorTP polkitd[934]: Loading rules from directory /usr/share/polkit-1/rules.d
May 16 12:19:02 martorTP polkitd[934]: Finished loading, compiling and executing 7 rules
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 16 12:19:02 martorTP systemd[1]: Started Authorization Manager.
░░ Subject: A start job for unit polkit.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has finished successfully.
░░ 
░░ The job identifier is 799.
May 16 12:19:02 martorTP polkitd[934]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:02 martorTP dbus-daemon[341]: [system] Successfully activated service 'net.reactivated.Fprint'
May 16 12:19:02 martorTP systemd[1]: Started Fingerprint Authentication Daemon.
░░ Subject: A start job for unit fprintd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit fprintd.service has finished successfully.
░░ 
░░ The job identifier is 697.
May 16 12:19:02 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:04 martorTP audit[920]: USER_AUTH pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=920 comm="lightdm --session-child 14 21")
May 16 12:19:04 martorTP kernel: kauditd_printk_skb: 356 callbacks suppressed
May 16 12:19:04 martorTP kernel: audit: type=1100 audit(1652714344.203:161): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP dbus-daemon[341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:04 martorTP lightdm[920]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:04 martorTP audit[920]: USER_ACCT pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP kernel: audit: type=1101 audit(1652714344.206:162): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP lightdm[920]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
May 16 12:19:04 martorTP systemd[1]: Stopping Session c1 of User lightdm...
░░ Subject: A stop job for unit session-c1.scope has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit session-c1.scope has begun execution.
░░ 
░░ The job identifier is 901.
May 16 12:19:04 martorTP lightdm[738]: pam_unix(lightdm-greeter:session): session closed for user lightdm
May 16 12:19:04 martorTP audit[738]: USER_END pid=738 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'
May 16 12:19:04 martorTP audit[738]: CRED_DISP pid=738 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'
May 16 12:19:04 martorTP kernel: audit: type=1106 audit(1652714344.253:163): pid=738 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'
May 16 12:19:04 martorTP kernel: audit: type=1104 audit(1652714344.253:164): pid=738 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'
May 16 12:19:04 martorTP systemd[1]: session-c1.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-c1.scope has successfully entered the 'dead' state.
May 16 12:19:04 martorTP systemd[1]: Stopped Session c1 of User lightdm.
░░ Subject: A stop job for unit session-c1.scope has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit session-c1.scope has finished.
░░ 
░░ The job identifier is 901 and the job result is done.
May 16 12:19:04 martorTP audit[920]: CRED_ACQ pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP audit[920]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=c a1=7fff7124cb40 a2=4 a3=7fff7124c854 items=0 ppid=494 pid=920 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)
May 16 12:19:04 martorTP audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
May 16 12:19:04 martorTP systemd-logind[347]: Removed session c1.
░░ Subject: Session c1 has been terminated
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A session with the ID c1 has been terminated.
May 16 12:19:04 martorTP lightdm[920]: pam_unix(lightdm:session): session opened for user martor(uid=1000) by (uid=0)
May 16 12:19:04 martorTP systemd[1]: Created slice User Slice of UID 1000.
░░ Subject: A start job for unit user-1000.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-1000.slice has finished successfully.
░░ 
░░ The job identifier is 1004.
May 16 12:19:04 martorTP kernel: audit: type=1103 audit(1652714344.260:165): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP kernel: audit: type=1006 audit(1652714344.260:166): pid=920 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 16 12:19:04 martorTP kernel: audit: type=1300 audit(1652714344.260:166): arch=c000003e syscall=1 success=yes exit=4 a0=c a1=7fff7124cb40 a2=4 a3=7fff7124c854 items=0 ppid=494 pid=920 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)
May 16 12:19:04 martorTP kernel: audit: type=1327 audit(1652714344.260:166): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
May 16 12:19:04 martorTP systemd[1]: Starting User Runtime Directory /run/user/1000...
░░ Subject: A start job for unit user-runtime-dir@1000.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@1000.service has begun execution.
░░ 
░░ The job identifier is 903.
May 16 12:19:04 martorTP systemd-logind[347]: New session 2 of user martor.
░░ Subject: A new session 2 has been created for user martor
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 2 has been created for the user martor.
░░ 
░░ The leading process of the session is 920.
May 16 12:19:04 martorTP systemd[1]: Finished User Runtime Directory /run/user/1000.
░░ Subject: A start job for unit user-runtime-dir@1000.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@1000.service has finished successfully.
░░ 
░░ The job identifier is 903.
May 16 12:19:04 martorTP audit[1]: SERVICE_START 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'
May 16 12:19:04 martorTP systemd[1]: Starting User Manager for UID 1000...
░░ Subject: A start job for unit user@1000.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@1000.service has begun execution.
░░ 
░░ The job identifier is 902.
May 16 12:19:04 martorTP kernel: audit: type=1130 audit(1652714344.316:167): 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'
May 16 12:19:04 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=954 comm="(systemd)")
May 16 12:19:04 martorTP dbus-daemon[341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:04 martorTP systemd[954]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:04 martorTP audit[954]: USER_ACCT pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:04 martorTP audit[954]: CRED_ACQ pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="martor" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 16 12:19:04 martorTP audit[954]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd88226f10 a2=4 a3=7ffd88226c24 items=0 ppid=1 pid=954 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
May 16 12:19:04 martorTP audit: PROCTITLE proctitle="(systemd)"
May 16 12:19:04 martorTP kernel: audit: type=1101 audit(1652714344.323:168): pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martor" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:04 martorTP systemd[954]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[martor] ruser=[<unknown>] rhost=[<unknown>]
May 16 12:19:04 martorTP systemd[954]: pam_unix(systemd-user:session): session opened for user martor(uid=1000) by (uid=0)
May 16 12:19:04 martorTP systemd[954]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 16 12:19:04 martorTP audit[954]: USER_START pid=954 uid=0 auid=1000 ses=3 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="martor" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:04 martorTP systemd[954]: Queued start job for default target Main User Target.
May 16 12:19:04 martorTP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:04 martorTP systemd[954]: Created slice User Application Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 12.
May 16 12:19:04 martorTP systemd[954]: Created slice User Core Session Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 25.
May 16 12:19:04 martorTP systemd[954]: Reached target Paths.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 9.
May 16 12:19:04 martorTP systemd[954]: Reached target Timers.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 7.
May 16 12:19:04 martorTP systemd[954]: Starting D-Bus User Message Bus Socket...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 22.
May 16 12:19:04 martorTP systemd[954]: Listening on GnuPG network certificate management daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 21.
May 16 12:19:04 martorTP systemd[954]: Listening on GCR ssh-agent wrapper.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 16.
May 16 12:19:04 martorTP systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 11.
May 16 12:19:04 martorTP systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 23.
May 16 12:19:04 martorTP systemd[954]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 17.
May 16 12:19:04 martorTP systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 20.
May 16 12:19:04 martorTP systemd[954]: Listening on p11-kit server.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 15.
May 16 12:19:04 martorTP systemd[954]: Listening on PipeWire PulseAudio.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 18.
May 16 12:19:04 martorTP systemd[954]: Listening on PipeWire Multimedia System Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 14.
May 16 12:19:04 martorTP systemd[954]: Listening on D-Bus User Message Bus Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 22.
May 16 12:19:04 martorTP systemd[954]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 10.
May 16 12:19:04 martorTP systemd[954]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 6.
May 16 12:19:04 martorTP systemd[1]: Started User Manager for UID 1000.
░░ Subject: A start job for unit user@1000.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@1000.service has finished successfully.
░░ 
░░ The job identifier is 902.
May 16 12:19:04 martorTP systemd[954]: Started PipeWire Multimedia Service.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 24.
May 16 12:19:04 martorTP pipewire[961]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire[961]: mod.rt: could not set nice-level to -11: No such file or directory
May 16 12:19:04 martorTP pipewire[961]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP systemd[1]: Started Session 2 of User martor.
░░ Subject: A start job for unit session-2.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-2.scope has finished successfully.
░░ 
░░ The job identifier is 1006.
May 16 12:19:04 martorTP systemd[954]: Started Multimedia Service Session Manager.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 26.
May 16 12:19:04 martorTP systemd[954]: Started PipeWire PulseAudio.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 29.
May 16 12:19:04 martorTP systemd[954]: Starting Update XDG user dir configuration...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 28.
May 16 12:19:04 martorTP systemd[954]: Starting D-Bus User Message Bus...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 33.
May 16 12:19:04 martorTP lightdm[920]: pam_env(lightdm:session): deprecated reading of user environment enabled
May 16 12:19:04 martorTP systemd[954]: Finished Update XDG user dir configuration.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 28.
May 16 12:19:04 martorTP systemd[954]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 5.
May 16 12:19:04 martorTP systemd[954]: Started D-Bus User Message Bus.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 33.
May 16 12:19:04 martorTP systemd[954]: Startup finished in 96ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The user manager instance for user 1000 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░ 
░░ Startup of the manager took 96143 microseconds.
May 16 12:19:04 martorTP pipewire[961]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire[961]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire[961]: mod.rt: could not make thread 967 realtime using RTKit: No such file or directory
May 16 12:19:04 martorTP lightdm[920]: gkr-pam: gnome-keyring-daemon started properly
May 16 12:19:04 martorTP audit[920]: USER_START pid=920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="martor" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: could not set nice-level to -11: No such file or directory
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP audit[920]: USER_LOGIN pid=920 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=martorTP addr=? terminal=/dev/tty7 res=success'
May 16 12:19:04 martorTP wireplumber[962]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP wireplumber[962]: could not set nice-level to -11: No such file or directory
May 16 12:19:04 martorTP wireplumber[962]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP wireplumber[962]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP wireplumber[962]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP wireplumber[962]: could not make thread 973 realtime using RTKit: No such file or directory
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
May 16 12:19:04 martorTP pipewire-pulse[963]: mod.rt: could not make thread 977 realtime using RTKit: No such file or directory
May 16 12:19:04 martorTP pipewire-pulse[976]: 536870912
May 16 12:19:04 martorTP systemd[954]: Started GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 53.
May 16 12:19:04 martorTP gpg-agent[981]: gpg-agent (GnuPG) 2.2.35 starting in supervised mode.
May 16 12:19:04 martorTP gpg-agent[981]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
May 16 12:19:04 martorTP gpg-agent[981]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
May 16 12:19:04 martorTP gpg-agent[981]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
May 16 12:19:04 martorTP gpg-agent[981]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
May 16 12:19:04 martorTP gpg-agent[981]: listening on: std=3 extra=5 browser=6 ssh=4
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.6' (uid=1000 pid=1002 comm="lxsession")
May 16 12:19:04 martorTP systemd[954]: Starting Virtual filesystem service...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 72.
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Successfully activated service 'org.gtk.vfs.Daemon'
May 16 12:19:04 martorTP systemd[954]: Started Virtual filesystem service.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 72.
May 16 12:19:04 martorTP polkitd[934]: Registered Authentication Agent for unix-session:2 (system bus name :1.33 [lxpolkit], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Activating via systemd: service name='org.freedesktop.Notifications' unit='dunst.service' requested by ':1.13' (uid=1000 pid=1103 comm="dbus-send --print-reply=literal --dest=org.freedes")
May 16 12:19:04 martorTP systemd[954]: Starting Dunst notification daemon...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 92.
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Successfully activated service 'org.freedesktop.Notifications'
May 16 12:19:04 martorTP systemd[954]: Started Dunst notification daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 92.
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.9' (uid=1000 pid=1008 comm="easyeffects --gapplication-service")
May 16 12:19:04 martorTP systemd[954]: Starting User preferences database...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 111.
May 16 12:19:04 martorTP dbus-daemon[965]: [session uid=1000 pid=965] Successfully activated service 'ca.desrt.dconf'
May 16 12:19:04 martorTP systemd[954]: Started User preferences database.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 111.
May 16 12:19:04 martorTP bluetoothd[502]: Player registered: sender=:1.31 path=/media_player0
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/ldac
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/aptx_hd
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx_hd
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/aptx
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aac
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc_xq
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc_xq
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx_ll_1
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx_ll_0
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/faststream
May 16 12:19:04 martorTP bluetoothd[502]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/faststream_duplex
May 16 12:19:04 martorTP kernel: Bluetooth: RFCOMM TTY layer initialized
May 16 12:19:04 martorTP kernel: Bluetooth: RFCOMM socket layer initialized
May 16 12:19:04 martorTP kernel: Bluetooth: RFCOMM ver 1.11
May 16 12:19:06 martorTP systemd[1]: systemd-rfkill.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-rfkill.service has successfully entered the 'dead' state.
May 16 12:19:06 martorTP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:14 martorTP systemd[1]: Stopping User Manager for UID 972...
░░ Subject: A stop job for unit user@972.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user@972.service has begun execution.
░░ 
░░ The job identifier is 1111.
May 16 12:19:14 martorTP systemd[866]: Activating special unit Exit the Session...
May 16 12:19:14 martorTP systemd[866]: Stopped target Main User Target.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 98 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopping Accessibility services bus...
░░ Subject: A stop job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 95.
May 16 12:19:14 martorTP gvfsd[892]: A connection to the bus can't be made
May 16 12:19:14 martorTP systemd[866]: Stopping D-Bus User Message Bus...
░░ Subject: A stop job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 103.
May 16 12:19:14 martorTP systemd[866]: Stopping Virtual filesystem service...
░░ Subject: A stop job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 99.
May 16 12:19:14 martorTP systemd[866]: Stopped D-Bus User Message Bus.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 103 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopped Accessibility services bus.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 95 and the job result is done.
May 16 12:19:14 martorTP systemd[1]: run-user-972-gvfs.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit run-user-972-gvfs.mount has successfully entered the 'dead' state.
May 16 12:19:14 martorTP systemd[866]: Stopped Virtual filesystem service.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 99 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Removed slice User Core Session Slice.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 117 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopped target Basic System.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 94 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopped target Paths.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 118 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopped target Sockets.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 116 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Stopped target Timers.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 109 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed D-Bus User Message Bus Socket.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 114 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GnuPG network certificate management daemon.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 112 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GCR ssh-agent wrapper.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 113 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 110 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 90 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 89 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed GnuPG cryptographic agent and passphrase cache.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 106 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed p11-kit server.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 115 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed PipeWire PulseAudio.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 107 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Closed PipeWire Multimedia System Socket.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 91 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Removed slice User Application Slice.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 111 and the job result is done.
May 16 12:19:14 martorTP systemd[866]: Reached target Shutdown.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 88.
May 16 12:19:14 martorTP systemd[866]: Finished Exit the Session.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 87.
May 16 12:19:14 martorTP systemd[866]: Reached target Exit the Session.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 86.
May 16 12:19:14 martorTP systemd[867]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
May 16 12:19:14 martorTP systemd[1]: user@972.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit user@972.service has successfully entered the 'dead' state.
May 16 12:19:14 martorTP systemd[1]: Stopped User Manager for UID 972.
░░ Subject: A stop job for unit user@972.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user@972.service has finished.
░░ 
░░ The job identifier is 1111 and the job result is done.
May 16 12:19:14 martorTP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:14 martorTP kernel: kauditd_printk_skb: 9 callbacks suppressed
May 16 12:19:14 martorTP kernel: audit: type=1131 audit(1652714354.530:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:14 martorTP systemd[1]: Stopping User Runtime Directory /run/user/972...
░░ Subject: A stop job for unit user-runtime-dir@972.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-runtime-dir@972.service has begun execution.
░░ 
░░ The job identifier is 1112.
May 16 12:19:14 martorTP systemd[1]: run-user-972.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit run-user-972.mount has successfully entered the 'dead' state.
May 16 12:19:14 martorTP systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit user-runtime-dir@972.service has successfully entered the 'dead' state.
May 16 12:19:14 martorTP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:14 martorTP systemd[1]: Stopped User Runtime Directory /run/user/972.
░░ Subject: A stop job for unit user-runtime-dir@972.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-runtime-dir@972.service has finished.
░░ 
░░ The job identifier is 1112 and the job result is done.
May 16 12:19:14 martorTP systemd[1]: Removed slice User Slice of UID 972.
░░ Subject: A stop job for unit user-972.slice has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-972.slice has finished.
░░ 
░░ The job identifier is 1114 and the job result is done.
May 16 12:19:14 martorTP kernel: audit: type=1131 audit(1652714354.616:177): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:16 martorTP audit[1318]: USER_AUTH pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP dbus-daemon[341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.47' (uid=0 pid=1318 comm="sudo dmesg")
May 16 12:19:16 martorTP dbus-daemon[341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:16 martorTP sudo[1318]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 12:19:16 martorTP kernel: audit: type=1100 audit(1652714356.283:178): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_fprintd_grosshack acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP kernel: audit: type=1101 audit(1652714356.283:179): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP kernel: audit: type=1110 audit(1652714356.286:180): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP kernel: audit: type=1105 audit(1652714356.290:181): pid=1318 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'
May 16 12:19:16 martorTP audit[1318]: USER_ACCT pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="martor" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP audit[1318]: CRED_REFR pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP audit[1318]: USER_START pid=1318 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'
May 16 12:19:16 martorTP sudo[1318]:   martor : TTY=pts/0 ; PWD=/home/martor ; USER=root ; COMMAND=/usr/bin/dmesg
May 16 12:19:16 martorTP sudo[1318]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
May 16 12:19:16 martorTP sudo[1318]: pam_unix(sudo:session): session closed for user root
May 16 12:19:16 martorTP audit[1318]: USER_END pid=1318 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'
May 16 12:19:16 martorTP audit[1318]: CRED_DISP pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:16 martorTP kernel: audit: type=1106 audit(1652714356.300:182): pid=1318 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'
May 16 12:19:16 martorTP kernel: audit: type=1104 audit(1652714356.300:183): pid=1318 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_fprintd_grosshack acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
May 16 12:19:31 martorTP systemd[1]: systemd-hostnamed.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state.
May 16 12:19:31 martorTP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:31 martorTP kernel: audit: type=1131 audit(1652714371.780:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:31 martorTP audit: BPF prog-id=0 op=UNLOAD
May 16 12:19:31 martorTP audit: BPF prog-id=0 op=UNLOAD
May 16 12:19:31 martorTP audit: BPF prog-id=0 op=UNLOAD
May 16 12:19:31 martorTP kernel: audit: type=1334 audit(1652714371.906:185): prog-id=0 op=UNLOAD
May 16 12:19:31 martorTP kernel: audit: type=1334 audit(1652714371.906:186): prog-id=0 op=UNLOAD
May 16 12:19:31 martorTP kernel: audit: type=1334 audit(1652714371.906:187): prog-id=0 op=UNLOAD
May 16 12:19:46 martorTP systemd[1]: fprintd.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit fprintd.service has successfully entered the 'dead' state.
May 16 12:19:46 martorTP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:46 martorTP kernel: audit: type=1131 audit(1652714386.743:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 16 12:19:46 martorTP audit: BPF prog-id=0 op=UNLOAD
May 16 12:19:46 martorTP kernel: audit: type=1334 audit(1652714386.786:189): prog-id=0 op=UNLOAD

I'm unsure of what is the issue and haven't found any bug reports similar to my problem. Thank you in advance

Offline

#2 2022-06-19 03:15:29

AlexBeakes
Member
Registered: 2022-03-12
Posts: 5

Re: Wifi interface not detected on some boots

I am also experiencing the same problem on a lenovo T14s gen 2 intel (AX210).

I have located this dmesg:

[   32.576788] iwlwifi 0000:09:00.0: enabling device (0000 -> 0002)
[   32.592937] iwlwifi 0000:09:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-69.ucode failed with error -2
[   32.640748] iwlwifi 0000:09:00.0: api flags index 2 larger than supported by driver
[   32.640766] iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[   32.641004] iwlwifi 0000:09:00.0: loaded firmware version 68.01d30b0c.0 ty-a0-gf-a0-68.ucode op_mode iwlmvm
[   32.788527] iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[   32.795441] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[   32.795446] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[   32.795447] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
[   32.967162] iwlwifi 0000:09:00.0: loaded PNVM version 05a8dfca
[   32.983012] iwlwifi 0000:09:00.0: Detected RF GF, rfid=0x10d000
[   33.056548] iwlwifi 0000:09:00.0: base HW address: 80:45:dd:79:16:11
[   33.369248] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[   33.369252] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[   33.369253] iwlwifi 0000:09:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1

Sometimes the system configures correctly and wifi is usable. But most of the time it isn't. The solution is to restarts the computer.

I have also noticed that if the laptop discharges and dies, then I try to turn it on with the power cable plugged in, every time the first boot isn't successful at setting up my AX210 wifi card.

I think this might be a firmware problem. Although the problem might be different.

Offline

#3 2022-06-20 23:35:55

james-h-arch
Member
Registered: 2022-04-13
Posts: 20

Re: Wifi interface not detected on some boots

I had the same problem with a Dell laptop.

Solution in my case came from Arch wiki: https://wiki.archlinux.org/title/Iwd#Re … after_boot

In summary:
Edit systemd unit file for iwd, /usr/lib/systemd/system/iwd.service
Add line: ExecStartPre=/usr/bin/sleep 2

Offline

#4 2022-06-21 04:21:56

AlexBeakes
Member
Registered: 2022-03-12
Posts: 5

Re: Wifi interface not detected on some boots

I am going to try that!

Will let you know how it goes.

Offline

#5 2022-06-22 01:33:47

AlexBeakes
Member
Registered: 2022-03-12
Posts: 5

Re: Wifi interface not detected on some boots

james-h-arch wrote:

Solution in my case came from Arch wiki: https://wiki.archlinux.org/title/Iwd#Re … after_boot

Edit systemd unit file for iwd, /usr/lib/systemd/system/iwd.service
Add line: ExecStartPre=/usr/bin/sleep 2

That seems to be the solution. So far so good! No problems with finding and setting up the intel ax210 wifi card.

Thanks!

Offline

Board footer

Powered by FluxBB