You are not logged in.

#1 2022-02-24 00:04:44

melber
Member
Registered: 2022-02-23
Posts: 6

[SOLVED] screen freezes with nvidia proprietary driver on new system

Hey all!

I'm hoping to get some help diagnosing and fixing screen freezes on my new system. The system boots successfully, and it seems to work normally (albeit more slowly than I would expect given the hardware) at first, but it consistently seizes up anywhere from a few seconds to a few hours after login. When this happens, the display freezes on whatever it was last displaying, and I can't use REISUB or open a TTY. As far as I can tell, the system doesn't respond to any keyboard input, and the only way I've been able to shut down is by holding down the power button. This doesn't seem to coincide with use of any particular program, and it happens in both X11 and Wayland and in both KDE and Gnome.

Hardware: i5-11400 CPU (no integrated graphics), EVGA 3060 Ti XC GPU, MSIMPG B560I GAMING EDGE WIFI motherboard, 32GB RAM, root and boot partitions on 1TB NVMe SSD

Software: nvidia proprietary driver (510.54-2), normal linux kernel (5.16.10.arch1-1), most recent BIOS for my motherboard (7D19v14)

Config: BIOS is set to UEFI mode and PCIe for the GPU is set to Gen 3; nvidia-drm.modeset=1 is added as a kernel parameter in my refind_linux.conf

Things I've tried so far: Reseating RAM and GPU, changing DE. Additionally, my Windows installation on the same machine (but on a separate M.2) seems to work without issue

Relevant logs/files:

journalctl -b -1:

Feb 22 23:23:02 jackvk5 kernel: Linux version 5.16.10-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 16 Feb 2022 19:35:18 +0000
Feb 22 23:23:02 jackvk5 kernel: Command line: root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img nvidia-drm.modeset=1
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
Feb 22 23:23:02 jackvk5 kernel: x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
Feb 22 23:23:02 jackvk5 kernel: signal: max sigframe size: 3632
Feb 22 23:23:02 jackvk5 kernel: BIOS-provided physical RAM map:
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000078764fff] usable
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000078765000-0x0000000078d64fff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000078d65000-0x0000000078e64fff] ACPI data
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000078e65000-0x00000000792fefff] ACPI NVS
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000792ff000-0x0000000079ffefff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007dffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
Feb 22 23:23:02 jackvk5 kernel: NX (Execute Disable) protection: active
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x6dd50018-0x6dd76857] usable ==> usable
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x6dd50018-0x6dd76857] usable ==> usable
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x6ddfd018-0x6de0a857] usable ==> usable
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x6ddfd018-0x6de0a857] usable ==> usable
Feb 22 23:23:02 jackvk5 kernel: extended physical RAM map:
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000006dd50017] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000006dd50018-0x000000006dd76857] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000006dd76858-0x000000006ddfd017] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000006ddfd018-0x000000006de0a857] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000006de0a858-0x0000000078764fff] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000078765000-0x0000000078d64fff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000078d65000-0x0000000078e64fff] ACPI data
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000078e65000-0x00000000792fefff] ACPI NVS
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000792ff000-0x0000000079ffefff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000007a000000-0x000000007dffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 22 23:23:02 jackvk5 kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087fffffff] usable
Feb 22 23:23:02 jackvk5 kernel: efi: EFI v2.70 by American Megatrends
Feb 22 23:23:02 jackvk5 kernel: efi: ACPI=0x79269000 ACPI 2.0=0x79269014 TPMFinalLog=0x7926c000 SMBIOS=0x79d2e000 SMBIOS 3.0=0x79d2d000 MEMATTR=0x6ff11518 ESRT=0x74ec2498 RNG=0x79d31b18 TPMEventLog=0x6dedb018 
Feb 22 23:23:02 jackvk5 kernel: efi: seeding entropy pool
Feb 22 23:23:02 jackvk5 kernel: SMBIOS 3.3.0 present.
Feb 22 23:23:02 jackvk5 kernel: DMI: Micro-Star International Co., Ltd. MS-7D19/MPG B560I GAMING EDGE WIFI (MS-7D19), BIOS 1.40 01/11/2022
Feb 22 23:23:02 jackvk5 kernel: tsc: Detected 2600.000 MHz processor
Feb 22 23:23:02 jackvk5 kernel: tsc: Detected 2592.000 MHz TSC
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 22 23:23:02 jackvk5 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 22 23:23:02 jackvk5 kernel: last_pfn = 0x880000 max_arch_pfn = 0x400000000
Feb 22 23:23:02 jackvk5 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb 22 23:23:02 jackvk5 kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Feb 22 23:23:02 jackvk5 kernel: esrt: Reserving ESRT space from 0x0000000074ec2498 to 0x0000000074ec24d0.
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x74ec2000-0x74ec2fff] usable ==> reserved
Feb 22 23:23:02 jackvk5 kernel: Using GB pages for direct mapping
Feb 22 23:23:02 jackvk5 kernel: Secure boot disabled
Feb 22 23:23:02 jackvk5 kernel: RAMDISK: [mem 0x6989b000-0x6d853fff]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Early table checksum verification disabled
Feb 22 23:23:02 jackvk5 kernel: ACPI: RSDP 0x0000000079269014 000024 (v02 ALASKA)
Feb 22 23:23:02 jackvk5 kernel: ACPI: XSDT 0x0000000079268728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: FACP 0x0000000078E61000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: DSDT 0x0000000078E0B000 05570F (v02 ALASKA A M I    01072009 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: FACS 0x00000000792FE000 000040
Feb 22 23:23:02 jackvk5 kernel: ACPI: MCFG 0x0000000078E62000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Feb 22 23:23:02 jackvk5 kernel: ACPI: FIDT 0x0000000078E0A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078E07000 0025EB (v02 CpuRef CpuSsdt  00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078E02000 0044F2 (v02 SaSsdt SaSsdt   00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DFE000 0032CD (v02 INTEL  IgfxSsdt 00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: HPET 0x0000000078E64000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: APIC 0x0000000078E63000 000164 (v04 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DFD000 000E66 (v02 ALASKA Ther_Rvp 00001000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DFC000 000FAA (v02 INTEL  xh_rksu4 00000000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: NHLT 0x0000000078DFA000 0017F1 (v00 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: UEFI 0x0000000079252000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: LPIT 0x0000000078DF9000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DF5000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DF4000 000B5F (v02 ALASKA TbtTypeC 00000000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: DBGP 0x0000000078DF3000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: DBG2 0x0000000078DF2000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DF0000 0015AF (v02 ALASKA UsbCTabl 00001000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0x0000000078DEF000 000144 (v02 Intel  ADebTabl 00001000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: TPM2 0x0000000078DEE000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Feb 22 23:23:02 jackvk5 kernel: ACPI: BGRT 0x0000000078DED000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: PTDT 0x0000000078DEC000 000CF0 (v00 ALASKA A M I    00000005 MSFT 0100000D)
Feb 22 23:23:02 jackvk5 kernel: ACPI: WSMT 0x0000000078DF8000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: FPDT 0x0000000078DEB000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving FACP table memory at [mem 0x78e61000-0x78e61113]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving DSDT table memory at [mem 0x78e0b000-0x78e6070e]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving FACS table memory at [mem 0x792fe000-0x792fe03f]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving MCFG table memory at [mem 0x78e62000-0x78e6203b]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving FIDT table memory at [mem 0x78e0a000-0x78e0a09b]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78e07000-0x78e095ea]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78e02000-0x78e064f1]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78dfe000-0x78e012cc]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving HPET table memory at [mem 0x78e64000-0x78e64037]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving APIC table memory at [mem 0x78e63000-0x78e63163]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78dfd000-0x78dfde65]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78dfc000-0x78dfcfa9]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving NHLT table memory at [mem 0x78dfa000-0x78dfb7f0]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving UEFI table memory at [mem 0x79252000-0x79252047]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving LPIT table memory at [mem 0x78df9000-0x78df90cb]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78df5000-0x78df771f]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78df4000-0x78df4b5e]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving DBGP table memory at [mem 0x78df3000-0x78df3033]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving DBG2 table memory at [mem 0x78df2000-0x78df2053]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78df0000-0x78df15ae]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving SSDT table memory at [mem 0x78def000-0x78def143]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving TPM2 table memory at [mem 0x78dee000-0x78dee04b]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving BGRT table memory at [mem 0x78ded000-0x78ded037]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving PTDT table memory at [mem 0x78dec000-0x78deccef]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving WSMT table memory at [mem 0x78df8000-0x78df8027]
Feb 22 23:23:02 jackvk5 kernel: ACPI: Reserving FPDT table memory at [mem 0x78deb000-0x78deb043]
Feb 22 23:23:02 jackvk5 kernel: No NUMA configuration found
Feb 22 23:23:02 jackvk5 kernel: Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
Feb 22 23:23:02 jackvk5 kernel: NODE_DATA(0) allocated [mem 0x87fffc000-0x87fffffff]
Feb 22 23:23:02 jackvk5 kernel: Zone ranges:
Feb 22 23:23:02 jackvk5 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb 22 23:23:02 jackvk5 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Feb 22 23:23:02 jackvk5 kernel:   Normal   [mem 0x0000000100000000-0x000000087fffffff]
Feb 22 23:23:02 jackvk5 kernel:   Device   empty
Feb 22 23:23:02 jackvk5 kernel: Movable zone start for each node
Feb 22 23:23:02 jackvk5 kernel: Early memory node ranges
Feb 22 23:23:02 jackvk5 kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Feb 22 23:23:02 jackvk5 kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Feb 22 23:23:02 jackvk5 kernel:   node   0: [mem 0x0000000000100000-0x0000000078764fff]
Feb 22 23:23:02 jackvk5 kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Feb 22 23:23:02 jackvk5 kernel:   node   0: [mem 0x0000000100000000-0x000000087fffffff]
Feb 22 23:23:02 jackvk5 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
Feb 22 23:23:02 jackvk5 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 22 23:23:02 jackvk5 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 22 23:23:02 jackvk5 kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Feb 22 23:23:02 jackvk5 kernel: On node 0, zone DMA32: 6298 pages in unavailable ranges
Feb 22 23:23:02 jackvk5 kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Feb 22 23:23:02 jackvk5 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Feb 22 23:23:02 jackvk5 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 22 23:23:02 jackvk5 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 22 23:23:02 jackvk5 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 22 23:23:02 jackvk5 kernel: e820: update [mem 0x72833000-0x7288ffff] usable ==> reserved
Feb 22 23:23:02 jackvk5 kernel: TSC deadline timer available
Feb 22 23:23:02 jackvk5 kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x6dd50000-0x6dd50fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x6dd76000-0x6dd76fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x6ddfd000-0x6ddfdfff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x6de0a000-0x6de0afff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x72833000-0x7288ffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x74ec2000-0x74ec2fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x78765000-0x78d64fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x78d65000-0x78e64fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x78e65000-0x792fefff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x792ff000-0x79ffefff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Feb 22 23:23:02 jackvk5 kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Feb 22 23:23:02 jackvk5 kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
Feb 22 23:23:02 jackvk5 kernel: Booting paravirtualized kernel on bare hardware
Feb 22 23:23:02 jackvk5 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 22 23:23:02 jackvk5 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
Feb 22 23:23:02 jackvk5 kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
Feb 22 23:23:02 jackvk5 kernel: pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
Feb 22 23:23:02 jackvk5 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
Feb 22 23:23:02 jackvk5 kernel: Fallback order for Node 0: 0 
Feb 22 23:23:02 jackvk5 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8226888
Feb 22 23:23:02 jackvk5 kernel: Policy zone: Normal
Feb 22 23:23:02 jackvk5 kernel: Kernel command line: root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img nvidia-drm.modeset=1
Feb 22 23:23:02 jackvk5 kernel: Unknown kernel command line parameters "a dd_efi_memmap", will be passed to user space.
Feb 22 23:23:02 jackvk5 kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Feb 22 23:23:02 jackvk5 kernel: Memory: 32542308K/33430544K available (14344K kernel code, 2079K rwdata, 10936K rodata, 1784K init, 3864K bss, 887976K reserved, 0K cma-reserved)
Feb 22 23:23:02 jackvk5 kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=0
Feb 22 23:23:02 jackvk5 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Feb 22 23:23:02 jackvk5 kernel: ftrace: allocating 45089 entries in 177 pages
Feb 22 23:23:02 jackvk5 kernel: ftrace: allocated 177 pages with 4 groups
Feb 22 23:23:02 jackvk5 kernel: Dynamic Preempt: full
Feb 22 23:23:02 jackvk5 kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 22 23:23:02 jackvk5 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Feb 22 23:23:02 jackvk5 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Feb 22 23:23:02 jackvk5 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Feb 22 23:23:02 jackvk5 kernel:         Trampoline variant of Tasks RCU enabled.
Feb 22 23:23:02 jackvk5 kernel:         Rude variant of Tasks RCU enabled.
Feb 22 23:23:02 jackvk5 kernel:         Tracing variant of Tasks RCU enabled.
Feb 22 23:23:02 jackvk5 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 22 23:23:02 jackvk5 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Feb 22 23:23:02 jackvk5 kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Feb 22 23:23:02 jackvk5 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 22 23:23:02 jackvk5 kernel: Console: colour dummy device 80x25
Feb 22 23:23:02 jackvk5 kernel: printk: console [tty0] enabled
Feb 22 23:23:02 jackvk5 kernel: ACPI: Core revision 20210930
Feb 22 23:23:02 jackvk5 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Feb 22 23:23:02 jackvk5 kernel: APIC: Switch to symmetric I/O mode setup
Feb 22 23:23:02 jackvk5 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Feb 22 23:23:02 jackvk5 kernel: Switched APIC routing to physical flat.
Feb 22 23:23:02 jackvk5 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 22 23:23:02 jackvk5 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
Feb 22 23:23:02 jackvk5 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
Feb 22 23:23:02 jackvk5 kernel: pid_max: default: 32768 minimum: 301
Feb 22 23:23:02 jackvk5 kernel: LSM: Security Framework initializing
Feb 22 23:23:02 jackvk5 kernel: landlock: Up and running.
Feb 22 23:23:02 jackvk5 kernel: Yama: becoming mindful.
Feb 22 23:23:02 jackvk5 kernel: LSM support for eBPF active
Feb 22 23:23:02 jackvk5 kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: CPU0: Thermal monitoring enabled (TM1)
Feb 22 23:23:02 jackvk5 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Feb 22 23:23:02 jackvk5 kernel: process: using mwait in idle threads
Feb 22 23:23:02 jackvk5 kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Feb 22 23:23:02 jackvk5 kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Feb 22 23:23:02 jackvk5 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 22 23:23:02 jackvk5 kernel: Spectre V2 : Mitigation: Enhanced IBRS
Feb 22 23:23:02 jackvk5 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 22 23:23:02 jackvk5 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 22 23:23:02 jackvk5 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb 22 23:23:02 jackvk5 kernel: Freeing SMP alternatives memory: 36K
Feb 22 23:23:02 jackvk5 kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1693
Feb 22 23:23:02 jackvk5 kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz (family: 0x6, model: 0xa7, stepping: 0x1)
Feb 22 23:23:02 jackvk5 kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Feb 22 23:23:02 jackvk5 kernel: ... version:                5
Feb 22 23:23:02 jackvk5 kernel: ... bit width:              48
Feb 22 23:23:02 jackvk5 kernel: ... generic registers:      8
Feb 22 23:23:02 jackvk5 kernel: ... value mask:             0000ffffffffffff
Feb 22 23:23:02 jackvk5 kernel: ... max period:             00007fffffffffff
Feb 22 23:23:02 jackvk5 kernel: ... fixed-purpose events:   4
Feb 22 23:23:02 jackvk5 kernel: ... event mask:             0001000f000000ff
Feb 22 23:23:02 jackvk5 kernel: rcu: Hierarchical SRCU implementation.
Feb 22 23:23:02 jackvk5 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 22 23:23:02 jackvk5 kernel: smp: Bringing up secondary CPUs ...
Feb 22 23:23:02 jackvk5 kernel: x86: Booting SMP configuration:
Feb 22 23:23:02 jackvk5 kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
Feb 22 23:23:02 jackvk5 kernel: smp: Brought up 1 node, 12 CPUs
Feb 22 23:23:02 jackvk5 kernel: smpboot: Max logical packages: 1
Feb 22 23:23:02 jackvk5 kernel: smpboot: Total of 12 processors activated (62232.00 BogoMIPS)
Feb 22 23:23:02 jackvk5 kernel: devtmpfs: initialized
Feb 22 23:23:02 jackvk5 kernel: x86/mm: Memory block size: 128MB
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78e65000-0x792fefff] (4825088 bytes)
Feb 22 23:23:02 jackvk5 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 22 23:23:02 jackvk5 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: pinctrl core: initialized pinctrl subsystem
Feb 22 23:23:02 jackvk5 kernel: PM: RTC time: 23:22:57, date: 2022-02-22
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 22 23:23:02 jackvk5 kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Feb 22 23:23:02 jackvk5 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 22 23:23:02 jackvk5 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 22 23:23:02 jackvk5 kernel: audit: initializing netlink subsys (disabled)
Feb 22 23:23:02 jackvk5 kernel: audit: type=2000 audit(1645572177.049:1): state=initialized audit_enabled=0 res=1
Feb 22 23:23:02 jackvk5 kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 22 23:23:02 jackvk5 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 22 23:23:02 jackvk5 kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 22 23:23:02 jackvk5 kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 22 23:23:02 jackvk5 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 22 23:23:02 jackvk5 kernel: cpuidle: using governor ladder
Feb 22 23:23:02 jackvk5 kernel: cpuidle: using governor menu
Feb 22 23:23:02 jackvk5 kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
Feb 22 23:23:02 jackvk5 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 22 23:23:02 jackvk5 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 22 23:23:02 jackvk5 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb 22 23:23:02 jackvk5 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Feb 22 23:23:02 jackvk5 kernel: PCI: Using configuration type 1 for base access
Feb 22 23:23:02 jackvk5 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 22 23:23:02 jackvk5 kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
Feb 22 23:23:02 jackvk5 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb 22 23:23:02 jackvk5 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Module Device)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Processor Device)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Feb 22 23:23:02 jackvk5 kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C0275000 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C1397C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C13A0000 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C0274A00 0001A5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C0128000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C13A5000 00048A (v02 PmRef  ApHwp    00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C13A7000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Dynamic OEM Table Load:
Feb 22 23:23:02 jackvk5 kernel: ACPI: SSDT 0xFFFF9313C13A3800 00048A (v02 PmRef  ApCst    00003000 INTL 20180209)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Interpreter enabled
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 22 23:23:02 jackvk5 kernel: ACPI: Using IOAPIC for interrupt routing
Feb 22 23:23:02 jackvk5 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 22 23:23:02 jackvk5 kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [WRST]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [DRST]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [WRST]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [V0PR]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [V1PR]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [V2PR]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [FN00]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [FN01]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [FN02]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [FN03]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [FN04]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PM: Power Resource [PIN]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Feb 22 23:23:02 jackvk5 kernel: PCI host bridge to bus 0000:00
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:00.0: [8086:4c53] type 00 class 0x060000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0: [8086:4c01] type 01 class 0x060400
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0: [8086:4c09] type 01 class 0x060400
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:08.0: [8086:4c11] type 00 class 0x088000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:08.0: reg 0x10: [mem 0x9361f000-0x9361ffff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.0: reg 0x10: [mem 0x93600000-0x9360ffff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.2: reg 0x10: [mem 0x93614000-0x93617fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:14.2: reg 0x18: [mem 0x9361e000-0x9361efff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:16.0: reg 0x10: [mem 0x9361d000-0x9361dfff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:16.0: PME# supported from D3hot
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: [8086:43d2] type 00 class 0x010601
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x10: [mem 0x93618000-0x93619fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x14: [mem 0x9361c000-0x9361c0ff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x18: [io  0x5050-0x5057]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5040-0x5043]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x20: [io  0x5020-0x503f]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: reg 0x24: [mem 0x9361b000-0x9361b7ff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:17.0: PME# supported from D3hot
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0: [8086:43c4] type 01 class 0x060400
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5: [8086:43bd] type 01 class 0x060400
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.0: [8086:4387] type 00 class 0x060100
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040300
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x93610000-0x93613fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x93100000-0x931fffff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x9361a000-0x9361a0ff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: [10de:2489] type 00 class 0x030000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: reg 0x10: [mem 0x92000000-0x92ffffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x93000000-0x9307ffff pref]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: BAR 1: assigned to efifb
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.1: reg 0x10: [mem 0x93080000-0x93083fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [mem 0x92000000-0x930fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:02:00.0: [1987:5013] type 00 class 0x010802
Feb 22 23:23:02 jackvk5 kernel: pci 0000:02:00.0: reg 0x10: [mem 0x93500000-0x93503fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0:   bridge window [mem 0x93500000-0x935fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:03:00.0: [15b7:5009] type 00 class 0x010802
Feb 22 23:23:02 jackvk5 kernel: pci 0000:03:00.0: reg 0x10: [mem 0x93400000-0x93403fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:03:00.0: reg 0x20: [mem 0x93404000-0x934040ff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0: PCI bridge to [bus 03]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0:   bridge window [mem 0x93400000-0x934fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: reg 0x18: [mem 0x93300000-0x9330ffff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: reg 0x20: [mem 0x93310000-0x93313fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: supports D1 D2
Feb 22 23:23:02 jackvk5 kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0:   bridge window [mem 0x93300000-0x933fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:05:00.0: [8086:2725] type 00 class 0x028000
Feb 22 23:23:02 jackvk5 kernel: pci 0000:05:00.0: reg 0x10: [mem 0x93200000-0x93203fff 64bit]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5:   bridge window [mem 0x93200000-0x932fffff]
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Feb 22 23:23:02 jackvk5 kernel: iommu: Default domain type: Translated 
Feb 22 23:23:02 jackvk5 kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 22 23:23:02 jackvk5 kernel: vgaarb: loaded
Feb 22 23:23:02 jackvk5 kernel: SCSI subsystem initialized
Feb 22 23:23:02 jackvk5 kernel: libata version 3.00 loaded.
Feb 22 23:23:02 jackvk5 kernel: ACPI: bus type USB registered
Feb 22 23:23:02 jackvk5 kernel: usbcore: registered new interface driver usbfs
Feb 22 23:23:02 jackvk5 kernel: usbcore: registered new interface driver hub
Feb 22 23:23:02 jackvk5 kernel: usbcore: registered new device driver usb
Feb 22 23:23:02 jackvk5 kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 22 23:23:02 jackvk5 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 22 23:23:02 jackvk5 kernel: PTP clock support registered
Feb 22 23:23:02 jackvk5 kernel: EDAC MC: Ver: 3.0.0
Feb 22 23:23:02 jackvk5 kernel: Registered efivars operations
Feb 22 23:23:02 jackvk5 kernel: NetLabel: Initializing
Feb 22 23:23:02 jackvk5 kernel: NetLabel:  domain hash size = 128
Feb 22 23:23:02 jackvk5 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 22 23:23:02 jackvk5 kernel: NetLabel:  unlabeled traffic allowed by default
Feb 22 23:23:02 jackvk5 kernel: mctp: management component transport protocol core
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_MCTP protocol family
Feb 22 23:23:02 jackvk5 kernel: PCI: Using ACPI for IRQ routing
Feb 22 23:23:02 jackvk5 kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x6dd50018-0x6fffffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x6ddfd018-0x6fffffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x72833000-0x73ffffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x74ec2000-0x77ffffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x78765000-0x7bffffff]
Feb 22 23:23:02 jackvk5 kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Feb 22 23:23:02 jackvk5 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Feb 22 23:23:02 jackvk5 kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Feb 22 23:23:02 jackvk5 kernel: clocksource: Switched to clocksource tsc-early
Feb 22 23:23:02 jackvk5 kernel: VFS: Disk quotas dquot_6.6.0
Feb 22 23:23:02 jackvk5 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 22 23:23:02 jackvk5 kernel: pnp: PnP ACPI init
Feb 22 23:23:02 jackvk5 kernel: system 00:00: [io  0x0a00-0x0a0f] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:00: [io  0x0a10-0x0a1f] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:00: [io  0x0a20-0x0a2f] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [io  0x1800-0x18fe] could not be reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfe04c000-0xfe04ffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfe050000-0xfe0affff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
Feb 22 23:23:02 jackvk5 kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Feb 22 23:23:02 jackvk5 kernel: pnp: PnP ACPI: found 7 devices
Feb 22 23:23:02 jackvk5 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_INET protocol family
Feb 22 23:23:02 jackvk5 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: TCP: Hash tables configured (established 262144 bind 65536)
Feb 22 23:23:02 jackvk5 kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_XDP protocol family
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x93620000-0x93620fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [mem 0x92000000-0x930fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:06.0:   bridge window [mem 0x93500000-0x935fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0: PCI bridge to [bus 03]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1b.0:   bridge window [mem 0x93400000-0x934fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.0:   bridge window [mem 0x93300000-0x933fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:00:1c.5:   bridge window [mem 0x93200000-0x932fffff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff window]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:01: resource 1 [mem 0x92000000-0x930fffff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:01: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:02: resource 1 [mem 0x93500000-0x935fffff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:03: resource 1 [mem 0x93400000-0x934fffff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:04: resource 1 [mem 0x93300000-0x933fffff]
Feb 22 23:23:02 jackvk5 kernel: pci_bus 0000:05: resource 1 [mem 0x93200000-0x932fffff]
Feb 22 23:23:02 jackvk5 kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 22 23:23:02 jackvk5 kernel: PCI: CLS 64 bytes, default 64
Feb 22 23:23:02 jackvk5 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 22 23:23:02 jackvk5 kernel: software IO TLB: mapped [mem 0x000000006589b000-0x000000006989b000] (64MB)
Feb 22 23:23:02 jackvk5 kernel: Trying to unpack rootfs image as initramfs...
Feb 22 23:23:02 jackvk5 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
Feb 22 23:23:02 jackvk5 kernel: clocksource: Switched to clocksource tsc
Feb 22 23:23:02 jackvk5 kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Feb 22 23:23:02 jackvk5 kernel: Initialise system trusted keyrings
Feb 22 23:23:02 jackvk5 kernel: Key type blacklist registered
Feb 22 23:23:02 jackvk5 kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Feb 22 23:23:02 jackvk5 kernel: zbud: loaded
Feb 22 23:23:02 jackvk5 kernel: Key type asymmetric registered
Feb 22 23:23:02 jackvk5 kernel: Asymmetric key parser 'x509' registered
Feb 22 23:23:02 jackvk5 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Feb 22 23:23:02 jackvk5 kernel: io scheduler mq-deadline registered
Feb 22 23:23:02 jackvk5 kernel: io scheduler kyber registered
Feb 22 23:23:02 jackvk5 kernel: io scheduler bfq registered
Feb 22 23:23:02 jackvk5 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 22 23:23:02 jackvk5 kernel: Monitor-Mwait will be used to enter C-1 state
Feb 22 23:23:02 jackvk5 kernel: Monitor-Mwait will be used to enter C-2 state
Feb 22 23:23:02 jackvk5 kernel: ACPI: \_SB_.PR00: Found 2 idle states
Feb 22 23:23:02 jackvk5 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Feb 22 23:23:02 jackvk5 kernel: ACPI: button: Sleep Button [SLPB]
Feb 22 23:23:02 jackvk5 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Feb 22 23:23:02 jackvk5 kernel: ACPI: button: Power Button [PWRB]
Feb 22 23:23:02 jackvk5 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 22 23:23:02 jackvk5 kernel: ACPI: button: Power Button [PWRF]
Feb 22 23:23:02 jackvk5 kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1693
Feb 22 23:23:02 jackvk5 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 22 23:23:02 jackvk5 kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Feb 22 23:23:02 jackvk5 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 22 23:23:02 jackvk5 kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb 22 23:23:02 jackvk5 kernel: Non-volatile memory driver v1.3
Feb 22 23:23:02 jackvk5 kernel: Linux agpgart interface v0.103
Feb 22 23:23:02 jackvk5 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Feb 22 23:23:02 jackvk5 kernel: ACPI: bus type drm_connector registered
Feb 22 23:23:02 jackvk5 kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Feb 22 23:23:02 jackvk5 kernel: nvme nvme0: pci function 0000:02:00.0
Feb 22 23:23:02 jackvk5 kernel: nvme nvme1: pci function 0000:03:00.0
Feb 22 23:23:02 jackvk5 kernel: ahci 0000:00:17.0: version 3.0
Feb 22 23:23:02 jackvk5 kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Feb 22 23:23:02 jackvk5 kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds 
Feb 22 23:23:02 jackvk5 kernel: nvme nvme1: allocated 32 MiB host memory buffer.
Feb 22 23:23:02 jackvk5 kernel: nvme nvme1: 12/0/0 default/read/poll queues
Feb 22 23:23:02 jackvk5 kernel:  nvme1n1: p1 p2 p3 p4
Feb 22 23:23:02 jackvk5 kernel: nvme nvme0: missing or invalid SUBNQN field.
Feb 22 23:23:02 jackvk5 kernel: scsi host0: ahci
Feb 22 23:23:02 jackvk5 kernel: scsi host1: ahci
Feb 22 23:23:02 jackvk5 kernel: scsi host2: ahci
Feb 22 23:23:02 jackvk5 kernel: scsi host3: ahci
Feb 22 23:23:02 jackvk5 kernel: scsi host4: ahci
Feb 22 23:23:02 jackvk5 kernel: scsi host5: ahci
Feb 22 23:23:02 jackvk5 kernel: ata1: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b100 irq 127
Feb 22 23:23:02 jackvk5 kernel: ata2: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b180 irq 127
Feb 22 23:23:02 jackvk5 kernel: ata3: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b200 irq 127
Feb 22 23:23:02 jackvk5 kernel: ata4: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b280 irq 127
Feb 22 23:23:02 jackvk5 kernel: ata5: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b300 irq 127
Feb 22 23:23:02 jackvk5 kernel: ata6: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b380 irq 127
Feb 22 23:23:02 jackvk5 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 22 23:23:02 jackvk5 kernel: ehci-pci: EHCI PCI platform driver
Feb 22 23:23:02 jackvk5 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 22 23:23:02 jackvk5 kernel: ohci-pci: OHCI PCI platform driver
Feb 22 23:23:02 jackvk5 kernel: uhci_hcd: USB Universal Host Controller Interface driver
Feb 22 23:23:02 jackvk5 kernel: usbcore: registered new interface driver usbserial_generic
Feb 22 23:23:02 jackvk5 kernel: usbserial: USB Serial support registered for generic
Feb 22 23:23:02 jackvk5 kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Feb 22 23:23:02 jackvk5 kernel: rtc_cmos rtc_cmos: registered as rtc0
Feb 22 23:23:02 jackvk5 kernel: rtc_cmos rtc_cmos: setting system clock to 2022-02-22T23:22:58 UTC (1645572178)
Feb 22 23:23:02 jackvk5 kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Feb 22 23:23:02 jackvk5 kernel: intel_pstate: Intel P-state driver initializing
Feb 22 23:23:02 jackvk5 kernel: intel_pstate: HWP enabled
Feb 22 23:23:02 jackvk5 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 22 23:23:02 jackvk5 kernel: efifb: probing for efifb
Feb 22 23:23:02 jackvk5 kernel: efifb: framebuffer at 0x80000000, using 34560k, total 34560k
Feb 22 23:23:02 jackvk5 kernel: efifb: mode is 3840x2160x32, linelength=16384, pages=1
Feb 22 23:23:02 jackvk5 kernel: efifb: scrolling: redraw
Feb 22 23:23:02 jackvk5 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 22 23:23:02 jackvk5 kernel: fbcon: Deferring console take-over
Feb 22 23:23:02 jackvk5 kernel: fb0: EFI VGA frame buffer device
Feb 22 23:23:02 jackvk5 kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 22 23:23:02 jackvk5 kernel: intel_pmc_core INT33A1:00:  initialized
Feb 22 23:23:02 jackvk5 kernel: drop_monitor: Initializing network drop monitor service
Feb 22 23:23:02 jackvk5 kernel: Initializing XFRM netlink socket
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_INET6 protocol family
Feb 22 23:23:02 jackvk5 kernel: nvme nvme0: allocated 128 MiB host memory buffer.
Feb 22 23:23:02 jackvk5 kernel: Freeing initrd memory: 65252K
Feb 22 23:23:02 jackvk5 kernel: nvme nvme0: 8/0/0 default/read/poll queues
Feb 22 23:23:02 jackvk5 kernel:  nvme0n1: p1 p2
Feb 22 23:23:02 jackvk5 kernel: Segment Routing with IPv6
Feb 22 23:23:02 jackvk5 kernel: RPL Segment Routing with IPv6
Feb 22 23:23:02 jackvk5 kernel: In-situ OAM (IOAM) with IPv6
Feb 22 23:23:02 jackvk5 kernel: NET: Registered PF_PACKET protocol family
Feb 22 23:23:02 jackvk5 kernel: microcode: sig=0xa0671, pf=0x2, revision=0x50
Feb 22 23:23:02 jackvk5 kernel: microcode: Microcode Update Driver: v2.2.
Feb 22 23:23:02 jackvk5 kernel: IPI shorthand broadcast: enabled
Feb 22 23:23:02 jackvk5 kernel: sched_clock: Marking stable (543878054, 644122)->(552403476, -7881300)
Feb 22 23:23:02 jackvk5 kernel: registered taskstats version 1
Feb 22 23:23:02 jackvk5 kernel: Loading compiled-in X.509 certificates
Feb 22 23:23:02 jackvk5 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: ece77750479a9fc6e611f250654da49bb240e1da'
Feb 22 23:23:02 jackvk5 kernel: zswap: loaded using pool lz4/z3fold
Feb 22 23:23:02 jackvk5 kernel: Key type ._fscrypt registered
Feb 22 23:23:02 jackvk5 kernel: Key type .fscrypt registered
Feb 22 23:23:02 jackvk5 kernel: Key type fscrypt-provisioning registered
Feb 22 23:23:02 jackvk5 kernel: PM:   Magic number: 10:891:403
Feb 22 23:23:02 jackvk5 kernel: RAS: Correctable Errors collector initialized.
Feb 22 23:23:02 jackvk5 kernel: ata6: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: ata5: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: ata2: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: ata4: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: ata3: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: ata1: SATA link down (SStatus 4 SControl 300)
Feb 22 23:23:02 jackvk5 kernel: Freeing unused decrypted memory: 2036K
Feb 22 23:23:02 jackvk5 kernel: Freeing unused kernel image (initmem) memory: 1784K
Feb 22 23:23:02 jackvk5 kernel: Write protecting the kernel read-only data: 28672k
Feb 22 23:23:02 jackvk5 kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Feb 22 23:23:02 jackvk5 kernel: Freeing unused kernel image (rodata/data gap) memory: 1352K
Feb 22 23:23:02 jackvk5 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 22 23:23:02 jackvk5 kernel: rodata_test: all tests were successful
Feb 22 23:23:02 jackvk5 kernel: Run /init as init process
Feb 22 23:23:02 jackvk5 kernel:   with arguments:
Feb 22 23:23:02 jackvk5 kernel:     /init
Feb 22 23:23:02 jackvk5 kernel:     a
Feb 22 23:23:02 jackvk5 kernel:     dd_efi_memmap
Feb 22 23:23:02 jackvk5 kernel:   with environment:
Feb 22 23:23:02 jackvk5 kernel:     HOME=/
Feb 22 23:23:02 jackvk5 kernel:     TERM=linux
Feb 22 23:23:02 jackvk5 kernel: fbcon: Taking over console
Feb 22 23:23:02 jackvk5 kernel: Console: switching to colour frame buffer device 240x67
Feb 22 23:23:02 jackvk5 kernel: nvidia: loading out-of-tree module taints kernel.
Feb 22 23:23:02 jackvk5 kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 22 23:23:02 jackvk5 kernel: Disabling lock debugging due to kernel taint
Feb 22 23:23:02 jackvk5 kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 22 23:23:02 jackvk5 kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Feb 22 23:23:02 jackvk5 kernel: 
Feb 22 23:23:02 jackvk5 kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Feb 22 23:23:02 jackvk5 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  510.54  Tue Feb  8 04:42:21 UTC 2022
Feb 22 23:23:02 jackvk5 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  510.54  Tue Feb  8 04:34:06 UTC 2022
Feb 22 23:23:02 jackvk5 kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Feb 22 23:23:02 jackvk5 kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Feb 22 23:23:02 jackvk5 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Feb 22 23:23:02 jackvk5 kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Feb 22 23:23:02 jackvk5 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
Feb 22 23:23:02 jackvk5 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 22 23:23:02 jackvk5 kernel: usb usb1: Product: xHCI Host Controller
Feb 22 23:23:02 jackvk5 kernel: usb usb1: Manufacturer: Linux 5.16.10-arch1-1 xhci-hcd
Feb 22 23:23:02 jackvk5 kernel: usb usb1: SerialNumber: 0000:00:14.0
Feb 22 23:23:02 jackvk5 kernel: hub 1-0:1.0: USB hub found
Feb 22 23:23:02 jackvk5 kernel: hub 1-0:1.0: 16 ports detected
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 22 23:23:02 jackvk5 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Feb 22 23:23:02 jackvk5 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
Feb 22 23:23:02 jackvk5 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 22 23:23:02 jackvk5 kernel: usb usb2: Product: xHCI Host Controller
Feb 22 23:23:02 jackvk5 kernel: usb usb2: Manufacturer: Linux 5.16.10-arch1-1 xhci-hcd
Feb 22 23:23:02 jackvk5 kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 22 23:23:02 jackvk5 kernel: hub 2-0:1.0: USB hub found
Feb 22 23:23:02 jackvk5 kernel: hub 2-0:1.0: 6 ports detected
Feb 22 23:23:02 jackvk5 kernel: random: fast init done
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Feb 22 23:23:02 jackvk5 kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: New USB device found, idVendor=05ac, idProduct=0265, bcdDevice= 8.50
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: Product: Magic Trackpad 2
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: Manufacturer: Apple Inc.
Feb 22 23:23:02 jackvk5 kernel: usb 1-2: SerialNumber: CC291920100J2XQAV
Feb 22 23:23:02 jackvk5 systemd[1]: systemd 250.3-4-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)
Feb 22 23:23:02 jackvk5 systemd[1]: Detected architecture x86-64.
Feb 22 23:23:02 jackvk5 systemd[1]: Hostname set to <jackvk5>.
Feb 22 23:23:02 jackvk5 kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
Feb 22 23:23:02 jackvk5 systemd[1]: Queued start job for default target Graphical Interface.
Feb 22 23:23:02 jackvk5 systemd[1]: Created slice Slice /system/getty.
Feb 22 23:23:02 jackvk5 systemd[1]: Created slice Slice /system/modprobe.
Feb 22 23:23:02 jackvk5 systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 22 23:23:02 jackvk5 systemd[1]: Created slice User and Session Slice.
Feb 22 23:23:02 jackvk5 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 22 23:23:02 jackvk5 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 22 23:23:02 jackvk5 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Local Encrypted Volumes.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Login Prompts.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Path Units.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Remote File Systems.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Slice Units.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Local Verity Protected Volumes.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on LVM2 poll daemon socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on Process Core Dump Socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on Journal Audit Socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on Journal Socket (/dev/log).
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on Journal Socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on udev Control Socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Listening on udev Kernel Socket.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting Huge Pages File System...
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting POSIX Message Queue File System...
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting Kernel Debug File System...
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting Kernel Trace File System...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Create List of Static Device Nodes...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Load Kernel Module configfs...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Load Kernel Module drm...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Load Kernel Module fuse...
Feb 22 23:23:02 jackvk5 systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Journal Service...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Load Kernel Modules...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 22 23:23:02 jackvk5 systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Coldplug All udev Devices...
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted Huge Pages File System.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted POSIX Message Queue File System.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted Kernel Debug File System.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted Kernel Trace File System.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Create List of Static Device Nodes.
Feb 22 23:23:02 jackvk5 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Load Kernel Module configfs.
Feb 22 23:23:02 jackvk5 systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Load Kernel Module drm.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting Kernel Configuration File System...
Feb 22 23:23:02 jackvk5 kernel: fuse: init (API version 7.35)
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted Kernel Configuration File System.
Feb 22 23:23:02 jackvk5 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Load Kernel Module fuse.
Feb 22 23:23:02 jackvk5 kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting FUSE Control File System...
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 22 23:23:02 jackvk5 systemd[1]: Activating swap /swapfile...
Feb 22 23:23:02 jackvk5 systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Feb 22 23:23:02 jackvk5 systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Load/Save Random Seed...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Create System Users...
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted FUSE Control File System.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Load Kernel Modules.
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.296:2): 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'
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Apply Kernel Variables...
Feb 22 23:23:02 jackvk5 kernel: Adding 16777212k swap on /swapfile.  Priority:-2 extents:12 across:17866748k SSFS
Feb 22 23:23:02 jackvk5 systemd[1]: Activated swap /swapfile.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Swaps.
Feb 22 23:23:02 jackvk5 kernel: random: lvm: uninitialized urandom read (4 bytes read)
Feb 22 23:23:02 jackvk5 systemd[1]: Mounting Temporary Directory /tmp...
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Create System Users.
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.336:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Apply Kernel Variables.
Feb 22 23:23:02 jackvk5 systemd-journald[322]: Journal started
Feb 22 23:23:02 jackvk5 systemd-journald[322]: Runtime Journal (/run/log/journal/ae8292b2261c45a2a09bfe12578762c8) is 8.0M, max 1.5G, 1.5G free.
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START 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'
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 systemd-modules-load[323]: Inserted module 'crypto_user'
Feb 22 23:23:02 jackvk5 systemd-modules-load[323]: Inserted module 'sg'
Feb 22 23:23:02 jackvk5 systemd-random-seed[331]: Kernel entropy pool is not initialized yet, waiting until it is.
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 kernel: usb 1-6: New USB device found, idVendor=0d8c, idProduct=0012, bcdDevice= 1.00
Feb 22 23:23:02 jackvk5 kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 22 23:23:02 jackvk5 kernel: usb 1-6: Product: Vanatoo T0
Feb 22 23:23:02 jackvk5 kernel: usb 1-6: Manufacturer: Vanatoo
Feb 22 23:23:02 jackvk5 systemd[1]: Started Journal Service.
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.346:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.353:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 systemd[1]: Mounted Temporary Directory /tmp.
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 22 23:23:02 jackvk5 systemd-journald[322]: Time spent on flushing to /var/log/journal/ae8292b2261c45a2a09bfe12578762c8 is 58.492ms for 845 entries.
Feb 22 23:23:02 jackvk5 systemd-journald[322]: System Journal (/var/log/journal/ae8292b2261c45a2a09bfe12578762c8) is 168.0M, max 4.0G, 3.8G free.
Feb 22 23:23:02 jackvk5 systemd-journald[322]: Received client request to flush runtime journal.
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.403:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.413:7): 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'
Feb 22 23:23:02 jackvk5 kernel: audit: type=1130 audit(1645572182.426:8): 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'
Feb 22 23:23:02 jackvk5 kernel: audit: type=1334 audit(1645572182.433:9): prog-id=13 op=LOAD
Feb 22 23:23:02 jackvk5 kernel: audit: type=1334 audit(1645572182.433:10): prog-id=14 op=LOAD
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START 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'
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START 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'
Feb 22 23:23:02 jackvk5 audit: BPF prog-id=13 op=LOAD
Feb 22 23:23:02 jackvk5 audit: BPF prog-id=14 op=LOAD
Feb 22 23:23:02 jackvk5 audit: BPF prog-id=15 op=LOAD
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Coldplug All udev Devices.
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 22 23:23:02 jackvk5 systemd[1]: Reached target Preparation for Local File Systems.
Feb 22 23:23:02 jackvk5 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 22 23:23:02 jackvk5 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 22 23:23:02 jackvk5 systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 kernel: usb 1-8: new high-speed USB device number 4 using xhci_hcd
Feb 22 23:23:02 jackvk5 systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 systemd-udevd[350]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Feb 22 23:23:02 jackvk5 systemd-udevd[346]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Feb 22 23:23:02 jackvk5 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Feb 22 23:23:02 jackvk5 kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Feb 22 23:23:02 jackvk5 kernel: usb 1-8: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
Feb 22 23:23:02 jackvk5 kernel: usb 1-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 22 23:23:02 jackvk5 kernel: usb 1-8: Product: USB2.0 Hub
Feb 22 23:23:02 jackvk5 kernel: hub 1-8:1.0: USB hub found
Feb 22 23:23:02 jackvk5 kernel: hub 1-8:1.0: 4 ports detected
Feb 22 23:23:02 jackvk5 kernel: usb: port power management may be unreliable
Feb 22 23:23:02 jackvk5 systemd[1]: Found device PNY CS1030 1TB SSD 1.
Feb 22 23:23:02 jackvk5 systemd[1]: Starting File System Check on /dev/disk/by-uuid/6CE8-CE92...
Feb 22 23:23:02 jackvk5 systemd-fsck[432]: fsck.fat 4.2 (2021-01-31)
Feb 22 23:23:02 jackvk5 systemd-fsck[432]: /dev/nvme0n1p1: 113 files, 40616/130812 clusters
Feb 22 23:23:02 jackvk5 systemd[1]: Finished File System Check on /dev/disk/by-uuid/6CE8-CE92.
Feb 22 23:23:02 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6CE8\x2dCE92 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:02 jackvk5 kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Feb 22 23:23:02 jackvk5 kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Feb 22 23:23:02 jackvk5 kernel: r8169 0000:04:00.0: enabling device (0000 -> 0003)
Feb 22 23:23:02 jackvk5 kernel: i2c i2c-6: 2/4 memory slots populated (from DMI)
Feb 22 23:23:02 jackvk5 kernel: i2c i2c-6: Successfully instantiated SPD at 0x50
Feb 22 23:23:02 jackvk5 kernel: i2c i2c-6: Successfully instantiated SPD at 0x52
Feb 22 23:23:02 jackvk5 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Feb 22 23:23:02 jackvk5 kernel: intel-spi 0000:00:1f.5: w25q256jw (32768 Kbytes)
Feb 22 23:23:02 jackvk5 kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Feb 22 23:23:02 jackvk5 kernel: 0x000000000000-0x000002000000 : "BIOS"
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
Feb 22 23:23:02 jackvk5 kernel: r8169 0000:04:00.0 eth0: RTL8125B, d8:bb:c1:41:83:48, XID 641, IRQ 151
Feb 22 23:23:02 jackvk5 kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 22 23:23:02 jackvk5 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 22 23:23:02 jackvk5 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 22 23:23:02 jackvk5 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 22 23:23:02 jackvk5 kernel: cfg80211: failed to load regulatory.db
Feb 22 23:23:02 jackvk5 kernel: cryptd: max_cpu_qlen set to 1000
Feb 22 23:23:02 jackvk5 kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Feb 22 23:23:02 jackvk5 kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Feb 22 23:23:02 jackvk5 kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 22 23:23:02 jackvk5 kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Feb 22 23:23:02 jackvk5 kernel: Intel(R) Wireless WiFi driver for Linux
Feb 22 23:23:02 jackvk5 kernel: AVX2 version of gcm_enc/dec engaged.
Feb 22 23:23:02 jackvk5 kernel: iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
Feb 22 23:23:02 jackvk5 kernel: AES CTR mode by8 optimization enabled
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: New USB device found, idVendor=1462, idProduct=7d19, bcdDevice= 0.01
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: Product: MYSTIC LIGHT 
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: Manufacturer: MSI
Feb 22 23:23:02 jackvk5 kernel: usb 1-11: SerialNumber: A02021031703
Feb 22 23:23:02 jackvk5 kernel: iwlwifi 0000:05:00.0: api flags index 2 larger than supported by driver
Feb 22 23:23:02 jackvk5 kernel: iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.34
Feb 22 23:23:02 jackvk5 kernel: iwlwifi 0000:05:00.0: loaded firmware version 67.8f59b80b.0 ty-a0-gf-a0-67.ucode op_mode iwlmvm
Feb 22 23:23:02 jackvk5 kernel: usb 1-8.1: new full-speed USB device number 6 using xhci_hcd
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Feb 22 23:23:03 jackvk5 kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.1: Product: USB Receiver
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.1: Manufacturer: Logitech
Feb 22 23:23:03 jackvk5 kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Feb 22 23:23:03 jackvk5 kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Feb 22 23:23:03 jackvk5 kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Feb 22 23:23:03 jackvk5 kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Feb 22 23:23:03 jackvk5 kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
Feb 22 23:23:03 jackvk5 kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
Feb 22 23:23:03 jackvk5 kernel: usb 1-14: new full-speed USB device number 7 using xhci_hcd
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
Feb 22 23:23:03 jackvk5 kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
Feb 22 23:23:03 jackvk5 systemd[1]: Mounting /boot...
Feb 22 23:23:03 jackvk5 kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Feb 22 23:23:03 jackvk5 kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 22 23:23:03 jackvk5 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 22 23:23:03 jackvk5 mtp-probe[493]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Feb 22 23:23:03 jackvk5 mtp-probe[493]: bus: 1, device: 3 was not an MTP device
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: loaded PNVM version dda57f4f
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: Detected RF GF, rfid=0x10d000
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: new full-speed USB device number 8 using xhci_hcd
Feb 22 23:23:03 jackvk5 kernel: iTCO_vendor_support: vendor-support=0
Feb 22 23:23:03 jackvk5 kernel: mc: Linux media interface: v0.10
Feb 22 23:23:03 jackvk5 kernel: ee1004 6-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 22 23:23:03 jackvk5 kernel: ee1004 6-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:05AC:0265.0001: hiddev96,hidraw0: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input0
Feb 22 23:23:03 jackvk5 kernel: input: Apple Inc. Magic Trackpad 2 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:05AC:0265.0002/input/input16
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:05AC:0265.0002: input,hiddev97,hidraw1: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input1
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:05AC:0265.0003: hiddev98,hidraw2: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input2
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:05AC:0265.0004: hiddev99,hidraw3: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input3
Feb 22 23:23:03 jackvk5 kernel: input: Vanatoo Vanatoo T0 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:0D8C:0012.0005/input/input19
Feb 22 23:23:03 jackvk5 systemd[1]: Mounted /boot.
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0: base HW address: a4:6b:b6:3c:b0:18
Feb 22 23:23:03 jackvk5 kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Feb 22 23:23:03 jackvk5 kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Local File Systems.
Feb 22 23:23:03 jackvk5 systemd-udevd[357]: Using default interface naming scheme 'v250'.
Feb 22 23:23:03 jackvk5 kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Feb 22 23:23:03 jackvk5 systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Create Volatile Files and Directories...
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:0D8C:0012.0005: input,hidraw4: USB HID v1.00 Device [Vanatoo Vanatoo T0] on usb-0000:00:14.0-6/input2
Feb 22 23:23:03 jackvk5 kernel: input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1462:7D19.0006/input/input20
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:1462:7D19.0006: input,hiddev100,hidraw5: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:00:14.0-11/input0
Feb 22 23:23:03 jackvk5 kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:046D:C52B.0007/input/input21
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: New USB device found, idVendor=05ac, idProduct=0267, bcdDevice= 8.51
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: Product: Magic Keyboard
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: Manufacturer: Apple Inc.
Feb 22 23:23:03 jackvk5 kernel: usb 1-8.2: SerialNumber: F0T923504WSJ1XLA5
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Create Volatile Files and Directories.
Feb 22 23:23:03 jackvk5 kernel: usbcore: registered new interface driver snd-usb-audio
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Rebuild Journal Catalog...
Feb 22 23:23:03 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.510:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 22 23:23:03 jackvk5 audit[507]: SYSTEM_BOOT pid=507 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd-udevd[355]: Using default interface naming scheme 'v250'.
Feb 22 23:23:03 jackvk5 kernel: audit: type=1127 audit(1645572183.533:16): pid=507 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:046D:C52B.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input0
Feb 22 23:23:03 jackvk5 kernel: iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
Feb 22 23:23:03 jackvk5 kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.000B/input/input22
Feb 22 23:23:03 jackvk5 kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.000B/input/input23
Feb 22 23:23:03 jackvk5 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'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Sound Card.
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.546:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Rebuild Journal Catalog.
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.573:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd-udevd[361]: Using default interface naming scheme 'v250'.
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.583:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.000B/input/input24
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:046D:C52B.000B: input,hiddev101,hidraw7: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input1
Feb 22 23:23:03 jackvk5 kernel: hid-generic 0003:046D:C52B.000C: hiddev102,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input2
Feb 22 23:23:03 jackvk5 kernel: usbcore: registered new interface driver usbhid
Feb 22 23:23:03 jackvk5 kernel: usbhid: USB HID core driver
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Feb 22 23:23:03 jackvk5 kernel: intel_rapl_common: Found RAPL domain package
Feb 22 23:23:03 jackvk5 kernel: intel_rapl_common: Found RAPL domain core
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Update is Completed...
Feb 22 23:23:03 jackvk5 mtp-probe[514]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Feb 22 23:23:03 jackvk5 mtp-probe[514]: bus: 1, device: 3 was not an MTP device
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.630:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Update is Completed.
Feb 22 23:23:03 jackvk5 mtp-probe[516]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Feb 22 23:23:03 jackvk5 mtp-probe[516]: bus: 1, device: 2 was not an MTP device
Feb 22 23:23:03 jackvk5 mtp-probe[518]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
Feb 22 23:23:03 jackvk5 mtp-probe[518]: bus: 1, device: 5 was not an MTP device
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target System Initialization.
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.660:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Started Daily man-db regeneration.
Feb 22 23:23:03 jackvk5 mtp-probe[519]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Feb 22 23:23:03 jackvk5 mtp-probe[520]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
Feb 22 23:23:03 jackvk5 mtp-probe[520]: bus: 1, device: 5 was not an MTP device
Feb 22 23:23:03 jackvk5 mtp-probe[519]: bus: 1, device: 6 was not an MTP device
Feb 22 23:23:03 jackvk5 systemd[1]: Started Daily verification of password and group files.
Feb 22 23:23:03 jackvk5 kernel: usbcore: registered new device driver apple-mfi-fastcharge
Feb 22 23:23:03 jackvk5 systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 22 23:23:03 jackvk5 mtp-probe[528]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Feb 22 23:23:03 jackvk5 mtp-probe[528]: bus: 1, device: 6 was not an MTP device
Feb 22 23:23:03 jackvk5 mtp-probe[530]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Timer Units.
Feb 22 23:23:03 jackvk5 mtp-probe[530]: bus: 1, device: 8 was not an MTP device
Feb 22 23:23:03 jackvk5 kernel: magicmouse 0003:05AC:0265.0001: fixing up magicmouse battery report descriptor
Feb 22 23:23:03 jackvk5 kernel: input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:05AC:0265.0001/input/input26
Feb 22 23:23:03 jackvk5 kernel: magicmouse 0003:05AC:0265.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input0
Feb 22 23:23:03 jackvk5 systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Socket Units.
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Basic System.
Feb 22 23:23:03 jackvk5 kernel: input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:05AC:0265.0002/input/input27
Feb 22 23:23:03 jackvk5 kernel: apple 0003:05AC:0267.0008: hiddev97,hidraw1: USB HID v1.10 Device [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-8.2/input0
Feb 22 23:23:03 jackvk5 kernel: magicmouse 0003:05AC:0265.0002: input,hiddev103,hidraw9: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input1
Feb 22 23:23:03 jackvk5 kernel: input: Apple Inc. Magic Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.1/0003:05AC:0267.0009/input/input28
Feb 22 23:23:03 jackvk5 kernel: magicmouse 0003:05AC:0265.0003: hiddev98,hidraw2: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input2
Feb 22 23:23:03 jackvk5 kernel: magicmouse 0003:05AC:0265.0004: hiddev99,hidraw3: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input3
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: Core ver 2.22
Feb 22 23:23:03 jackvk5 kernel: NET: Registered PF_BLUETOOTH protocol family
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: HCI device and connection manager initialized
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: HCI socket layer initialized
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: L2CAP socket layer initialized
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: SCO socket layer initialized
Feb 22 23:23:03 jackvk5 systemd[1]: Started D-Bus System Message Bus.
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Network Manager...
Feb 22 23:23:03 jackvk5 kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Feb 22 23:23:03 jackvk5 kernel: audit: type=1130 audit(1645572183.776:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=16 op=LOAD
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=17 op=LOAD
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=18 op=LOAD
Feb 22 23:23:03 jackvk5 kernel: audit: type=1334 audit(1645572183.786:23): prog-id=16 op=LOAD
Feb 22 23:23:03 jackvk5 kernel: audit: type=1334 audit(1645572183.786:24): prog-id=17 op=LOAD
Feb 22 23:23:03 jackvk5 systemd[1]: Starting User Login Management...
Feb 22 23:23:03 jackvk5 kernel: apple 0003:05AC:0267.0009: input,hiddev104,hidraw10: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-8.2/input1
Feb 22 23:23:03 jackvk5 kernel: apple 0003:05AC:0267.000A: hiddev105,hidraw11: USB HID v1.10 Device [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-8.2/input2
Feb 22 23:23:03 jackvk5 kernel: logitech-djreceiver 0003:046D:C52B.000C: hiddev102,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input2
Feb 22 23:23:03 jackvk5 systemd-logind[535]: New seat seat0.
Feb 22 23:23:03 jackvk5 systemd-logind[535]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 22 23:23:03 jackvk5 systemd-logind[535]: Watching system buttons on /dev/input/event1 (Power Button)
Feb 22 23:23:03 jackvk5 systemd-logind[535]: Watching system buttons on /dev/input/event0 (Sleep Button)
Feb 22 23:23:03 jackvk5 kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Feb 22 23:23:03 jackvk5 systemd[1]: Started User Login Management.
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 NetworkManager[534]: <info>  [1645572183.8586] NetworkManager (version 1.34.0-1) is starting... (for the first time)
Feb 22 23:23:03 jackvk5 NetworkManager[534]: <info>  [1645572183.8586] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 22 23:23:03 jackvk5 systemd[1]: Started Network Manager.
Feb 22 23:23:03 jackvk5 NetworkManager[534]: <info>  [1645572183.8609] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 22 23:23:03 jackvk5 kernel: random: NetworkManager: uninitialized urandom read (16 bytes read)
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Network.
Feb 22 23:23:03 jackvk5 NetworkManager[534]: <info>  [1645572183.8765] manager[0x5653d5e80010]: monitoring kernel firmware directory '/lib/firmware'.
Feb 22 23:23:03 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Permit User Sessions...
Feb 22 23:23:03 jackvk5 systemd[1]: Finished Permit User Sessions.
Feb 22 23:23:03 jackvk5 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'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Multi-User System.
Feb 22 23:23:03 jackvk5 systemd[1]: Started Simple Desktop Display Manager.
Feb 22 23:23:03 jackvk5 kernel: usbcore: registered new interface driver btusb
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: hci0: Firmware timestamp 2021.51 buildtype 1 build 36030
Feb 22 23:23:03 jackvk5 kernel: input: Logitech Wireless Device PID:404d Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.000C/0003:046D:404D.000D/input/input29
Feb 22 23:23:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Graphical Interface.
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=19 op=LOAD
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=20 op=LOAD
Feb 22 23:23:03 jackvk5 audit: BPF prog-id=21 op=LOAD
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Hostname Service...
Feb 22 23:23:03 jackvk5 mtp-probe[557]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Feb 22 23:23:03 jackvk5 mtp-probe[557]: bus: 1, device: 8 was not an MTP device
Feb 22 23:23:03 jackvk5 systemd[1]: Starting Bluetooth service...
Feb 22 23:23:03 jackvk5 bluetoothd[560]: Bluetooth daemon 5.63
Feb 22 23:23:03 jackvk5 systemd[1]: Started Bluetooth service.
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: hci0: Boot Address: 0x100800
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: hci0: Firmware Version: 190-51.21
Feb 22 23:23:03 jackvk5 kernel: Bluetooth: hci0: Firmware already loaded
Feb 22 23:23:03 jackvk5 bluetoothd[560]: Starting SDP server
Feb 22 23:23:03 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 22 23:23:03 jackvk5 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'
Feb 22 23:23:03 jackvk5 systemd[1]: Started Hostname Service.
Feb 22 23:23:03 jackvk5 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'
Feb 22 23:23:03 jackvk5 systemd[1]: Reached target Bluetooth Support.
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0076] hostname: hostname: using hostnamed
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0077] hostname: hostname changed from (none) to "jackvk5"
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0078] dns-mgr[0x5653d5e4c250]: init: dns=default,systemd-resolved rc-manager=symlink
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0082] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:05:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0083] manager[0x5653d5e80010]: rfkill: Wi-Fi hardware radio set enabled
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0083] manager[0x5653d5e80010]: rfkill: WWAN hardware radio set enabled
Feb 22 23:23:04 jackvk5 sddm[555]: Initializing...
Feb 22 23:23:04 jackvk5 systemd-logind[535]: Watching system buttons on /dev/input/event24 (Apple Inc. Magic Keyboard)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0270] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-bluetooth.so)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0277] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-adsl.so)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0296] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-wifi.so)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0305] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-wwan.so)
Feb 22 23:23:04 jackvk5 sddm[555]: Starting...
Feb 22 23:23:04 jackvk5 sddm[555]: Logind interface found
Feb 22 23:23:04 jackvk5 sddm[555]: Adding new display on vt 1 ...
Feb 22 23:23:04 jackvk5 sddm[555]: Loading theme configuration from ""
Feb 22 23:23:04 jackvk5 sddm[555]: Display server starting...
Feb 22 23:23:04 jackvk5 sddm[555]: Adding cookie to "/var/run/sddm/{147ce5d8-1421-435c-ac10-a2058b38a6f9}"
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0392] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-team.so)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0403] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.34.0-1/libnm-device-plugin-ovs.so)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0405] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0405] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0405] manager: Networking is enabled by state file
Feb 22 23:23:04 jackvk5 bluetoothd[560]: Bluetooth management interface 1.21 initialized
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0416] dhcp-init: Using DHCP client 'internal'
Feb 22 23:23:04 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0418] settings: Loaded settings plugin: keyfile (internal)
Feb 22 23:23:04 jackvk5 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 22 23:23:04 jackvk5 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 22 23:23:04 jackvk5 kernel: Bluetooth: BNEP filters: protocol multicast
Feb 22 23:23:04 jackvk5 kernel: Bluetooth: BNEP socket layer initialized
Feb 22 23:23:04 jackvk5 sddm[555]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{147ce5d8-1421-435c-ac10-a2058b38a6f9} -noreset -displayfd 17
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0484] device (lo): carrier: link connected
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0488] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0508] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0513] settings: (enp4s0): created default wired connection 'Wired connection 1'
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.0515] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 22 23:23:04 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 22 23:23:04 jackvk5 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 22 23:23:04 jackvk5 kernel: NET: Registered PF_ALG protocol family
Feb 22 23:23:04 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:04 jackvk5 kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Feb 22 23:23:04 jackvk5 kernel: input: Logitech Wireless Device PID:404d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.000C/0003:046D:404D.000D/input/input30
Feb 22 23:23:04 jackvk5 systemd-logind[535]: Failed to open /dev/input/event21: No such device
Feb 22 23:23:04 jackvk5 systemd-logind[535]: Failed to open /dev/input/event22: No such device
Feb 22 23:23:04 jackvk5 kernel: random: crng init done
Feb 22 23:23:04 jackvk5 kernel: random: 2 urandom warning(s) missed due to ratelimiting
Feb 22 23:23:04 jackvk5 systemd[1]: Finished Load/Save Random Seed.
Feb 22 23:23:04 jackvk5 audit[1]: SERVICE_START 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'
Feb 22 23:23:04 jackvk5 systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Feb 22 23:23:04 jackvk5 systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Feb 22 23:23:04 jackvk5 systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 22 23:23:04 jackvk5 systemd[1]: Startup finished in 10.517s (firmware) + 6.429s (loader) + 4.037s (kernel) + 2.170s (userspace) = 23.154s.
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.2117] device (wlp5s0): driver supports Access Point (AP) mode
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.2122] manager: (wlp5s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.2126] device (wlp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 22 23:23:04 jackvk5 kernel: r8169 0000:04:00.0 enp4s0: Link is Down
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
Feb 22 23:23:04 jackvk5 kernel: hid-generic 0003:046D:404D.000D: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:00:14.0-8.1/input2:1
Feb 22 23:23:04 jackvk5 kernel: mousedev: PS/2 mouse device common for all mice
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.4612] device (wlp5s0): set-hw-addr: set MAC address to EE:35:2F:3F:2E:64 (scanning)
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
Feb 22 23:23:04 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
Feb 22 23:23:04 jackvk5 kernel: input: Logitech K400 Plus as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.000C/0003:046D:404D.000D/input/input34
Feb 22 23:23:04 jackvk5 kernel: logitech-hidpp-device 0003:046D:404D.000D: input,hidraw6: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:00:14.0-8.1/input2:1
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7000] ovsdb: disconnected from ovsdb
Feb 22 23:23:04 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 22 23:23:04 jackvk5 systemd[1]: Starting WPA supplicant...
Feb 22 23:23:04 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Feb 22 23:23:04 jackvk5 systemd[1]: Started WPA supplicant.
Feb 22 23:23:04 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:04 jackvk5 wpa_supplicant[606]: Successfully initialized wpa_supplicant
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7965] device (wlp5s0): supplicant interface state: internal-starting -> disconnected
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7965] Wi-Fi P2P device controlled by interface wlp5s0 created
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7966] manager: (p2p-dev-wlp5s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7968] device (p2p-dev-wlp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7970] device (wlp5s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 22 23:23:04 jackvk5 NetworkManager[534]: <info>  [1645572184.7975] device (p2p-dev-wlp5s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:04 jackvk5 systemd-logind[535]: Watching system buttons on /dev/input/event19 (Logitech K400 Plus)
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2112] policy: auto-activating connection 'board_shorts' (ac32bd77-4a18-4e98-87d6-1c30c52e2d62)
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2116] device (wlp5s0): Activation: starting connection 'board_shorts' (ac32bd77-4a18-4e98-87d6-1c30c52e2d62)
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2120] device (wlp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2123] manager: NetworkManager state is now CONNECTING
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2141] device (wlp5s0): set-hw-addr: reset MAC address to A4:6B:B6:3C:B0:18 (preserve)
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2159] device (wlp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2160] device (wlp5s0): Activation: (wifi) access point 'board_shorts' has security, but secrets are required.
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2162] device (wlp5s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2168] device (wlp5s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2169] device (wlp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2169] device (wlp5s0): Activation: (wifi) connection 'board_shorts' has security, and secrets exist.  No new secrets needed.
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2169] Config: added 'ssid' value 'board_shorts'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2169] Config: added 'scan_ssid' value '1'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2170] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2170] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2170] Config: added 'auth_alg' value 'OPEN'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2170] Config: added 'psk' value '<hidden>'
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2653] device (wlp5s0): supplicant interface state: disconnected -> inactive
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2653] device (p2p-dev-wlp5s0): supplicant management interface state: disconnected -> inactive
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: SME: Trying to authenticate with 3c:5c:f1:f0:ef:a3 (SSID='board_shorts' freq=5765 MHz)
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: authenticate with 3c:5c:f1:f0:ef:a3
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: send auth to 3c:5c:f1:f0:ef:a3 (try 1/3)
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2793] device (wlp5s0): supplicant interface state: inactive -> authenticating
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.2794] device (p2p-dev-wlp5s0): supplicant management interface state: inactive -> authenticating
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: Trying to associate with 3c:5c:f1:f0:ef:a3 (SSID='board_shorts' freq=5765 MHz)
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: authenticated
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.3137] device (wlp5s0): supplicant interface state: authenticating -> associating
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.3137] device (p2p-dev-wlp5s0): supplicant management interface state: authenticating -> associating
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: associate with 3c:5c:f1:f0:ef:a3 (try 1/3)
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: RX AssocResp from 3c:5c:f1:f0:ef:a3 (capab=0x1111 status=0 aid=2)
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: Associated with 3c:5c:f1:f0:ef:a3
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: associated
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.3500] device (wlp5s0): supplicant interface state: associating -> associated
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.3500] device (p2p-dev-wlp5s0): supplicant management interface state: associating -> associated
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: WPA: Key negotiation completed with 3c:5c:f1:f0:ef:a3 [PTK=CCMP GTK=CCMP]
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-CONNECTED - Connection to 3c:5c:f1:f0:ef:a3 completed [id=0 id_str=]
Feb 22 23:23:08 jackvk5 kernel: wlp5s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 3c:5c:f1:f0:ef:a3
Feb 22 23:23:08 jackvk5 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=245000
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4234] device (wlp5s0): supplicant interface state: associated -> completed
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4234] device (wlp5s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "board_shorts"
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4235] device (p2p-dev-wlp5s0): supplicant management interface state: associated -> completed
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4235] device (wlp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4237] dhcp4 (wlp5s0): activation: beginning transaction (timeout in 45 seconds)
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4515] dhcp4 (wlp5s0): state changed unknown -> bound, address=192.168.4.110
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4536] device (wlp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4546] policy: set 'board_shorts' (wlp5s0) as default for IPv4 routing and DNS
Feb 22 23:23:08 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4641] device (wlp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4646] device (wlp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4647] manager: NetworkManager state is now CONNECTED_SITE
Feb 22 23:23:08 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.4660] device (wlp5s0): Activation: successful, device activated.
Feb 22 23:23:08 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=245000
Feb 22 23:23:08 jackvk5 NetworkManager[534]: <info>  [1645572188.9456] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 22 23:23:08 jackvk5 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Feb 22 23:23:08 jackvk5 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'
Feb 22 23:23:08 jackvk5 kernel: kauditd_printk_skb: 13 callbacks suppressed
Feb 22 23:23:08 jackvk5 kernel: audit: type=1131 audit(1645572188.960:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:10 jackvk5 NetworkManager[534]: <info>  [1645572190.2124] manager: startup complete
Feb 22 23:23:10 jackvk5 NetworkManager[534]: <info>  [1645572190.5835] policy: set 'board_shorts' (wlp5s0) as default for IPv6 routing and DNS
Feb 22 23:23:13 jackvk5 sddm[555]: Setting default cursor
Feb 22 23:23:13 jackvk5 sddm[555]: Could not setup default cursor
Feb 22 23:23:13 jackvk5 sddm[555]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Feb 22 23:23:13 jackvk5 sddm[555]: Display server started.
Feb 22 23:23:13 jackvk5 sddm[555]: Socket server starting...
Feb 22 23:23:13 jackvk5 sddm[555]: Socket server started.
Feb 22 23:23:13 jackvk5 sddm[555]: Loading theme configuration from ""
Feb 22 23:23:13 jackvk5 sddm[555]: Greeter starting...
Feb 22 23:23:13 jackvk5 sddm-helper[631]: [PAM] Starting...
Feb 22 23:23:13 jackvk5 audit[631]: USER_AUTH pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 audit[631]: USER_ACCT pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 sddm-helper[631]: [PAM] Authenticating...
Feb 22 23:23:13 jackvk5 sddm-helper[631]: [PAM] returning.
Feb 22 23:23:13 jackvk5 audit[631]: CRED_ACQ pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 sddm-helper[631]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Feb 22 23:23:13 jackvk5 kernel: audit: type=1100 audit(1645572193.526:39): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 kernel: audit: type=1101 audit(1645572193.526:40): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 kernel: audit: type=1103 audit(1645572193.526:41): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 systemd[1]: Created slice User Slice of UID 967.
Feb 22 23:23:13 jackvk5 systemd[1]: Starting User Runtime Directory /run/user/967...
Feb 22 23:23:13 jackvk5 systemd-logind[535]: New session c1 of user sddm.
Feb 22 23:23:13 jackvk5 systemd[1]: Finished User Runtime Directory /run/user/967.
Feb 22 23:23:13 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 kernel: audit: type=1130 audit(1645572193.550:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 systemd[1]: Starting User Manager for UID 967...
Feb 22 23:23:13 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=633 comm="(systemd) ")
Feb 22 23:23:13 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:13 jackvk5 systemd[633]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:13 jackvk5 audit[633]: USER_ACCT pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 audit[633]: CRED_ACQ pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:23:13 jackvk5 audit[633]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffcddb74fd0 a2=3 a3=0 items=0 ppid=1 pid=633 auid=967 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)
Feb 22 23:23:13 jackvk5 audit: PROCTITLE proctitle="(systemd)"
Feb 22 23:23:13 jackvk5 systemd[633]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:23:13 jackvk5 kernel: audit: type=1101 audit(1645572193.570:43): pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 kernel: audit: type=1103 audit(1645572193.570:44): pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:23:13 jackvk5 kernel: audit: type=1006 audit(1645572193.570:45): pid=633 uid=0 old-auid=4294967295 auid=967 tty=(none) old-ses=4294967295 ses=1 res=1
Feb 22 23:23:13 jackvk5 kernel: audit: type=1300 audit(1645572193.570:45): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffcddb74fd0 a2=3 a3=0 items=0 ppid=1 pid=633 auid=967 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)
Feb 22 23:23:13 jackvk5 kernel: audit: type=1327 audit(1645572193.570:45): proctitle="(systemd)"
Feb 22 23:23:13 jackvk5 systemd[633]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by (uid=0)
Feb 22 23:23:13 jackvk5 systemd[633]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 22 23:23:13 jackvk5 audit[633]: USER_START pid=633 uid=0 auid=967 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="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 audit: BPF prog-id=22 op=LOAD
Feb 22 23:23:13 jackvk5 audit[633]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffcaa03f2b0 a2=78 a3=7ffcaa03f2b0 items=0 ppid=1 pid=633 auid=967 uid=967 gid=967 euid=967 suid=967 fsuid=967 egid=967 sgid=967 fsgid=967 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:23:13 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Feb 22 23:23:13 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:23:13 jackvk5 systemd[633]: Queued start job for default target Main User Target.
Feb 22 23:23:13 jackvk5 systemd[633]: Created slice User Application Slice.
Feb 22 23:23:13 jackvk5 systemd[633]: Reached target Paths.
Feb 22 23:23:13 jackvk5 systemd[633]: Reached target Timers.
Feb 22 23:23:13 jackvk5 systemd[633]: Starting D-Bus User Message Bus Socket...
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GnuPG network certificate management daemon.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GCR ssh-agent wrapper.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on p11-kit server.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on PipeWire Multimedia System Socket.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on Sound System.
Feb 22 23:23:13 jackvk5 systemd[633]: Listening on D-Bus User Message Bus Socket.
Feb 22 23:23:13 jackvk5 systemd[633]: Reached target Sockets.
Feb 22 23:23:13 jackvk5 systemd[633]: Reached target Basic System.
Feb 22 23:23:13 jackvk5 systemd[1]: Started User Manager for UID 967.
Feb 22 23:23:13 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:13 jackvk5 systemd[633]: Starting Update XDG user dir configuration...
Feb 22 23:23:13 jackvk5 systemd[1]: Started Session c1 of User sddm.
Feb 22 23:23:13 jackvk5 systemd[633]: Finished Update XDG user dir configuration.
Feb 22 23:23:13 jackvk5 systemd[633]: Reached target Main User Target.
Feb 22 23:23:13 jackvk5 systemd[633]: Startup finished in 78ms.
Feb 22 23:23:13 jackvk5 audit[631]: USER_START pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:23:13 jackvk5 sddm[555]: Greeter session started successfully
Feb 22 23:23:13 jackvk5 sddm-greeter[641]: High-DPI autoscaling not Enabled
Feb 22 23:23:14 jackvk5 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 22 23:23:14 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:14 jackvk5 kernel: kauditd_printk_skb: 7 callbacks suppressed
Feb 22 23:23:14 jackvk5 kernel: audit: type=1131 audit(1645572194.063:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Reading from "/usr/share/wayland-sessions/gnome.desktop"
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Reading from "/usr/share/xsessions/gnome-classic.desktop"
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Reading from "/usr/share/xsessions/gnome-xorg.desktop"
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Reading from "/usr/share/xsessions/gnome.desktop"
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Loading theme configuration from "qrc:/theme/theme.conf"
Feb 22 23:23:14 jackvk5 systemd[633]: Started D-Bus User Message Bus.
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Connected to the daemon.
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: QFont::fromString: Invalid description '(empty)'
Feb 22 23:23:14 jackvk5 sddm[555]: Message received from greeter: Connect
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Loading qrc:/theme/Main.qml...
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Adding view for "DP-2" QRect(0,0 3840x2160)
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Message received from daemon: Capabilities
Feb 22 23:23:14 jackvk5 sddm-greeter[641]: Message received from daemon: HostName
Feb 22 23:23:34 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 22 23:23:34 jackvk5 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'
Feb 22 23:23:34 jackvk5 kernel: audit: type=1131 audit(1645572214.066:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:34 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:23:34 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:23:34 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:23:34 jackvk5 kernel: audit: type=1334 audit(1645572214.203:53): prog-id=0 op=UNLOAD
Feb 22 23:23:34 jackvk5 kernel: audit: type=1334 audit(1645572214.203:54): prog-id=0 op=UNLOAD
Feb 22 23:23:34 jackvk5 kernel: audit: type=1334 audit(1645572214.203:55): prog-id=0 op=UNLOAD
Feb 22 23:23:40 jackvk5 kernel: logitech-hidpp-device 0003:046D:404D.000D: HID++ 4.1 device connected.
Feb 22 23:23:41 jackvk5 sddm-greeter[641]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Feb 22 23:23:41 jackvk5 sddm[555]: Message received from greeter: Login
Feb 22 23:23:41 jackvk5 sddm[555]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Feb 22 23:23:41 jackvk5 sddm[555]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Feb 22 23:23:41 jackvk5 sddm[555]: Session "/usr/share/wayland-sessions/gnome-wayland.desktop" selected, command: "/usr/bin/gnome-session"
Feb 22 23:23:41 jackvk5 sddm-helper[659]: [PAM] Starting...
Feb 22 23:23:41 jackvk5 sddm-helper[659]: [PAM] Authenticating...
Feb 22 23:23:41 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=659 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-authd")
Feb 22 23:23:41 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:41 jackvk5 sddm-helper[659]: pam_systemd_home(sddm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:41 jackvk5 sddm-helper[659]: [PAM] Preparing to converse...
Feb 22 23:23:41 jackvk5 sddm-helper[659]: [PAM] Conversation with 1 messages
Feb 22 23:23:41 jackvk5 sddm-helper[659]: gkr-pam: unable to locate daemon control file
Feb 22 23:23:41 jackvk5 audit[659]: USER_AUTH pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 sddm-helper[659]: gkr-pam: stashed password to try later in open session
Feb 22 23:23:41 jackvk5 sddm-helper[659]: [PAM] returning.
Feb 22 23:23:41 jackvk5 audit[659]: USER_ACCT pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 sddm[555]: Authenticated successfully
Feb 22 23:23:41 jackvk5 sddm-greeter[641]: Message received from daemon: LoginSucceeded
Feb 22 23:23:41 jackvk5 audit[659]: CRED_ACQ pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 audit[659]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd8a485430 a2=4 a3=0 items=0 ppid=555 pid=659 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Feb 22 23:23:41 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746864336530343733332D643761352D346430612D383466342D363438646233633638653038002D2D69640031002D2D7374617274002F7573722F62696E2F676E6F6D652D73657373696F6E002D2D7573
Feb 22 23:23:41 jackvk5 kernel: audit: type=1100 audit(1645572221.903:56): pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1101 audit(1645572221.903:57): pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1103 audit(1645572221.903:58): pid=659 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1006 audit(1645572221.903:59): pid=659 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Feb 22 23:23:41 jackvk5 kernel: audit: type=1300 audit(1645572221.903:59): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd8a485430 a2=4 a3=0 items=0 ppid=555 pid=659 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Feb 22 23:23:41 jackvk5 kernel: audit: type=1327 audit(1645572221.903:59): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746864336530343733332D643761352D346430612D383466342D363438646233633638653038002D2D69640031002D2D7374617274002F7573722F62696E2F676E6F6D652D73657373696F6E002D2D7573
Feb 22 23:23:41 jackvk5 sddm-helper[659]: pam_unix(sddm:session): session opened for user jackbo(uid=1000) by (uid=0)
Feb 22 23:23:41 jackvk5 systemd[1]: Created slice User Slice of UID 1000.
Feb 22 23:23:41 jackvk5 systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 22 23:23:41 jackvk5 systemd-logind[535]: New session 2 of user jackbo.
Feb 22 23:23:41 jackvk5 systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 22 23:23:41 jackvk5 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'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1130 audit(1645572221.910:60): 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'
Feb 22 23:23:41 jackvk5 systemd[1]: Starting User Manager for UID 1000...
Feb 22 23:23:41 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=661 comm="(systemd) ")
Feb 22 23:23:41 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:41 jackvk5 systemd[661]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:23:41 jackvk5 audit[661]: USER_ACCT pid=661 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 audit[661]: CRED_ACQ pid=661 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:23:41 jackvk5 audit[661]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffcddb74fd0 a2=4 a3=0 items=0 ppid=1 pid=661 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)
Feb 22 23:23:41 jackvk5 audit: PROCTITLE proctitle="(systemd)"
Feb 22 23:23:41 jackvk5 systemd[661]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jackbo] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:23:41 jackvk5 kernel: audit: type=1101 audit(1645572221.913:61): pid=661 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1103 audit(1645572221.913:62): pid=661 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:23:41 jackvk5 kernel: audit: type=1006 audit(1645572221.913:63): pid=661 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Feb 22 23:23:41 jackvk5 systemd[661]: pam_unix(systemd-user:session): session opened for user jackbo(uid=1000) by (uid=0)
Feb 22 23:23:41 jackvk5 systemd[661]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 22 23:23:41 jackvk5 audit[661]: USER_START pid=661 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="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:41 jackvk5 audit: BPF prog-id=23 op=LOAD
Feb 22 23:23:41 jackvk5 audit[661]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe5b5ecff0 a2=78 a3=7ffe5b5ecff0 items=0 ppid=1 pid=661 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:23:41 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Feb 22 23:23:41 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:23:41 jackvk5 sddm-helper[631]: [PAM] Closing session
Feb 22 23:23:41 jackvk5 sddm-helper[631]: pam_unix(sddm-greeter:session): session closed for user sddm
Feb 22 23:23:41 jackvk5 audit[631]: USER_END pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:23:41 jackvk5 audit[631]: CRED_DISP pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:23:41 jackvk5 sddm-helper[631]: [PAM] Ended.
Feb 22 23:23:41 jackvk5 sddm[555]: Auth: sddm-helper exited successfully
Feb 22 23:23:41 jackvk5 sddm[555]: Greeter stopped.
Feb 22 23:23:41 jackvk5 systemd[1]: session-c1.scope: Deactivated successfully.
Feb 22 23:23:41 jackvk5 systemd-logind[535]: Session c1 logged out. Waiting for processes to exit.
Feb 22 23:23:41 jackvk5 systemd-logind[535]: Removed session c1.
Feb 22 23:23:41 jackvk5 systemd[661]: Queued start job for default target Main User Target.
Feb 22 23:23:41 jackvk5 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'
Feb 22 23:23:41 jackvk5 audit[659]: USER_START pid=659 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=jackvk5 addr=? terminal=/dev/tty2 res=success'
Feb 22 23:23:41 jackvk5 systemd[661]: Created slice User Application Slice.
Feb 22 23:23:41 jackvk5 sddm-helper[659]: pam_env(sddm:session): deprecated reading of user environment enabled
Feb 22 23:23:41 jackvk5 systemd[661]: Reached target Paths.
Feb 22 23:23:41 jackvk5 sddm-helper[659]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Feb 22 23:23:41 jackvk5 systemd[661]: Reached target Timers.
Feb 22 23:23:41 jackvk5 systemd[661]: Starting D-Bus User Message Bus Socket...
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GnuPG network certificate management daemon.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GCR ssh-agent wrapper.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on p11-kit server.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on PipeWire Multimedia System Socket.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on Sound System.
Feb 22 23:23:41 jackvk5 systemd[661]: Listening on D-Bus User Message Bus Socket.
Feb 22 23:23:41 jackvk5 systemd[661]: Reached target Sockets.
Feb 22 23:23:41 jackvk5 systemd[661]: Reached target Basic System.
Feb 22 23:23:41 jackvk5 systemd[1]: Started User Manager for UID 1000.
Feb 22 23:23:41 jackvk5 systemd[661]: Starting Update XDG user dir configuration...
Feb 22 23:23:41 jackvk5 systemd[1]: Started Session 2 of User jackbo.
Feb 22 23:23:41 jackvk5 systemd[661]: Finished Update XDG user dir configuration.
Feb 22 23:23:41 jackvk5 systemd[661]: Reached target Main User Target.
Feb 22 23:23:41 jackvk5 systemd[661]: Startup finished in 45ms.
Feb 22 23:23:41 jackvk5 sddm-helper[659]: Starting: "/usr/share/sddm/scripts/wayland-session /usr/bin/gnome-session"
Feb 22 23:23:41 jackvk5 sddm-helper[674]: Jumping to VT 2
Feb 22 23:23:41 jackvk5 sddm-helper[674]: VT mode didn't need to be fixed
Feb 22 23:23:42 jackvk5 sddm[555]: Session started
Feb 22 23:23:42 jackvk5 systemd[661]: Started D-Bus User Message Bus.
Feb 22 23:23:42 jackvk5 systemd[661]: Created slice Slice /app/gnome-session-manager.
Feb 22 23:23:42 jackvk5 systemd[661]: Created slice User Core Session Slice.
Feb 22 23:23:42 jackvk5 systemd[661]: Reached target GNOME Wayland Session.
Feb 22 23:23:42 jackvk5 systemd[661]: Reached target Session services which should run early before the graphical session is brought up.
Feb 22 23:23:42 jackvk5 systemd[661]: Reached target GNOME Shell.
Feb 22 23:23:42 jackvk5 systemd[661]: Starting Monitor Session leader for GNOME Session...
Feb 22 23:23:42 jackvk5 systemd[661]: Started Monitor Session leader for GNOME Session.
Feb 22 23:23:42 jackvk5 systemd[661]: Reached target Tasks to be run before GNOME Session starts.
Feb 22 23:23:42 jackvk5 systemd[661]: Starting GNOME Session Manager (session: gnome)...
Feb 22 23:23:42 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:42 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:42 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:42 jackvk5 gnome-keyring-ssh.desktop[697]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:23:42 jackvk5 gnome-keyring-secrets.desktop[700]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:23:42 jackvk5 gnome-keyring-pkcs11.desktop[698]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:23:42 jackvk5 systemd[661]: Started GNOME Session Manager (session: gnome).
Feb 22 23:23:42 jackvk5 systemd[661]: Reached target GNOME Session Manager is ready.
Feb 22 23:23:42 jackvk5 systemd[661]: Starting GNOME Shell on Wayland...
Feb 22 23:23:42 jackvk5 systemd[661]: Starting GNOME Shell on X11...
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Feb 22 23:23:42 jackvk5 systemd[661]: Condition check resulted in GNOME Shell on X11 being skipped.
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 1.
Feb 22 23:23:42 jackvk5 systemd[661]: Stopped GNOME Shell on X11.
Feb 22 23:23:42 jackvk5 systemd[661]: Starting GNOME Shell on X11...
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Feb 22 23:23:42 jackvk5 systemd[661]: Condition check resulted in GNOME Shell on X11 being skipped.
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 2.
Feb 22 23:23:42 jackvk5 systemd[661]: Stopped GNOME Shell on X11.
Feb 22 23:23:42 jackvk5 systemd[661]: Starting GNOME Shell on X11...
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Feb 22 23:23:42 jackvk5 systemd[661]: Condition check resulted in GNOME Shell on X11 being skipped.
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 3.
Feb 22 23:23:42 jackvk5 systemd[661]: Stopped GNOME Shell on X11.
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Start request repeated too quickly.
Feb 22 23:23:42 jackvk5 systemd[661]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Feb 22 23:23:42 jackvk5 systemd[661]: Started GNOME Shell on X11.
Feb 22 23:23:42 jackvk5 gnome-shell[703]: Running GNOME Shell (using mutter 41.4) as a Wayland display server
Feb 22 23:23:42 jackvk5 gnome-shell[703]: Device '/dev/dri/card0' prefers shadow buffer
Feb 22 23:23:42 jackvk5 gnome-shell[703]: Added device '/dev/dri/card0' (nvidia-drm) using non-atomic mode setting.
Feb 22 23:23:43 jackvk5 gnome-shell[703]: Created gbm renderer for '/dev/dri/card0'
Feb 22 23:23:43 jackvk5 gnome-shell[703]: Boot VGA GPU /dev/dri/card0 selected as primary
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service.
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Disabling DMA buffer screen sharing for driver 'nvidia-drm'.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.13' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Accessibility services bus...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.a11y.Bus'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Accessibility services bus.
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Using public X11 display :1, (using :2 for managed services)
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Using Wayland display name 'wayland-0'
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Skipping parental controls support as it’s disabled
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 dbus-daemon[744]: writing oom_score_adj error: Permission denied
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.15' (uid=1000 pid=744 comm="/usr/lib/gnome-shell-calendar-server ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Evolution source registry...
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.21' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 audit: BPF prog-id=24 op=LOAD
Feb 22 23:23:44 jackvk5 audit: BPF prog-id=25 op=LOAD
Feb 22 23:23:44 jackvk5 systemd[1]: Starting Daemon for power management...
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Sound Service...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.OnlineAccounts' requested by ':1.16' (uid=1000 pid=750 comm="/usr/lib/evolution-source-registry ")
Feb 22 23:23:44 jackvk5 dbus-daemon[759]: writing oom_score_adj error: Permission denied
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.21' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[1]: Reached target User and Group Name Lookups.
Feb 22 23:23:44 jackvk5 audit: BPF prog-id=26 op=LOAD
Feb 22 23:23:44 jackvk5 systemd[1]: Starting Accounts Service...
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.24' (uid=1000 pid=756 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Feb 22 23:23:44 jackvk5 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Feb 22 23:23:44 jackvk5 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Successfully called chroot.
Feb 22 23:23:44 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Successfully dropped privileges.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Successfully limited resources.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Canary thread running.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Watchdog thread running.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Running.
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.25' (uid=0 pid=764 comm="/usr/lib/rtkit-daemon ")
Feb 22 23:23:44 jackvk5 systemd[1]: Starting Authorization Manager...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Evolution source registry.
Feb 22 23:23:44 jackvk5 polkitd[767]: Started polkitd version 0.120
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.15' (uid=1000 pid=744 comm="/usr/lib/gnome-shell-calendar-server ")
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Shell.CalendarServer'
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Evolution calendar service...
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 22 23:23:44 jackvk5 systemd[1]: Started Daemon for power management.
Feb 22 23:23:44 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:44 jackvk5 polkitd[767]: Loading rules from directory /etc/polkit-1/rules.d
Feb 22 23:23:44 jackvk5 polkitd[767]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 22 23:23:44 jackvk5 polkitd[767]: Finished loading, compiling and executing 7 rules
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 22 23:23:44 jackvk5 systemd[1]: Started Authorization Manager.
Feb 22 23:23:44 jackvk5 polkitd[767]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 22 23:23:44 jackvk5 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'
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Successfully made thread 756 of process 756 owned by '1000' high priority at nice level -11.
Feb 22 23:23:44 jackvk5 rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 22 23:23:44 jackvk5 accounts-daemon[760]: started daemon version 22.07.5
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.Accounts'
Feb 22 23:23:44 jackvk5 systemd[1]: Started Accounts Service.
Feb 22 23:23:44 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.21' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[1]: Starting Location Lookup Service...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Evolution calendar service.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.17' (uid=1000 pid=776 comm="/usr/lib/evolution-calendar-factory ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting User preferences database...
Feb 22 23:23:44 jackvk5 dbus-daemon[759]: goa-daemon version 3.40.1 starting
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.17' (uid=1000 pid=776 comm="/usr/lib/evolution-calendar-factory ")
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Identity' requested by ':1.19' (uid=1000 pid=759 comm="/usr/lib/goa-daemon ")
Feb 22 23:23:44 jackvk5 dbus-daemon[805]: writing oom_score_adj error: Permission denied
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Evolution address book service...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'ca.desrt.dconf'
Feb 22 23:23:44 jackvk5 systemd[661]: Started User preferences database.
Feb 22 23:23:44 jackvk5 polkitd[767]: Registered Authentication Agent for unix-session:2 (system bus name :1.21 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.OnlineAccounts'
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Identity'
Feb 22 23:23:44 jackvk5 gnome-shell[703]: Telepathy is not available, chat integration will be disabled.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service - disk device monitor...
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.31' (uid=970 pid=791 comm="/usr/lib/geoclue ")
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 22 23:23:44 jackvk5 geoclue[791]: Failed to connect to avahi service: Daemon not running
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Feb 22 23:23:44 jackvk5 systemd[1]: Started Location Lookup Service.
Feb 22 23:23:44 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.33' (uid=1000 pid=818 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Feb 22 23:23:44 jackvk5 systemd[1]: Starting Disk Manager...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Evolution address book service.
Feb 22 23:23:44 jackvk5 udisksd[824]: udisks daemon version 2.9.4 starting
Feb 22 23:23:44 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Feb 22 23:23:44 jackvk5 systemd[1]: Started Disk Manager.
Feb 22 23:23:44 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:44 jackvk5 udisksd[824]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service - disk device monitor.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service - digital camera monitor...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service - digital camera monitor.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:44 jackvk5 systemd[661]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 22 23:23:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Feb 22 23:23:44 jackvk5 systemd[661]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Shell.Notifications' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:45 jackvk5 at-spi-bus-launcher[732]: dbus-daemon[732]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:23:45 jackvk5 dbus-daemon[861]: writing oom_score_adj error: Permission denied
Feb 22 23:23:45 jackvk5 at-spi-bus-launcher[863]: dbus-daemon[863]: writing oom_score_adj error: Permission denied
Feb 22 23:23:45 jackvk5 at-spi-bus-launcher[732]: dbus-daemon[732]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 22 23:23:45 jackvk5 at-spi-bus-launcher[863]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME Shell on Wayland.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME Session is initialized.
Feb 22 23:23:45 jackvk5 systemd[661]: GNOME session X11 services is inactive.
Feb 22 23:23:45 jackvk5 systemd[661]: Dependency failed for GNOME XSettings service.
Feb 22 23:23:45 jackvk5 systemd[661]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Feb 22 23:23:45 jackvk5 systemd[661]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME Session (session: gnome).
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME XSettings target.
Feb 22 23:23:45 jackvk5 systemd[661]: Starting Signal initialization done to GNOME Session Manager...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME accessibility service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME color management service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME date & time service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME maintenance of expirable data service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME keyboard configuration service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME keyboard shortcuts service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME power management service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME printer notifications service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME RFKill support service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME FreeDesktop screensaver service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME file sharing service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME smartcard service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME sound sample caching service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME USB protection service...
Feb 22 23:23:45 jackvk5 systemd[661]: Starting GNOME Wacom tablet support service...
Feb 22 23:23:45 jackvk5 gnome-session-binary[688]: Entering running state
Feb 22 23:23:45 jackvk5 systemd[661]: Finished Signal initialization done to GNOME Session Manager.
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=27 op=LOAD
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=28 op=LOAD
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=29 op=LOAD
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.38' (uid=1000 pid=891 comm="/usr/lib/gsd-rfkill ")
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ScreenSaver' requested by ':1.35' (uid=1000 pid=902 comm="/usr/lib/gsd-usb-protection ")
Feb 22 23:23:45 jackvk5 dbus-daemon[964]: writing oom_score_adj error: Permission denied
Feb 22 23:23:45 jackvk5 systemd[1]: Starting Hostname Service...
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME accessibility service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME file sharing service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME USB protection service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME FreeDesktop screensaver service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME sound sample caching service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME printer notifications service.
Feb 22 23:23:45 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:45 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:45 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:45 jackvk5 systemd[661]: Started Application launched by gnome-session-binary.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME accessibility target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME printer notifications target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME FreeDesktop screensaver target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME file sharing target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME sound sample caching target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME USB protection target.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME maintenance of expirable data service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME maintenance of expirable data target.
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Shell.Notifications'
Feb 22 23:23:45 jackvk5 gnome-session[688]: gnome-session-binary[688]: GnomeDesktop-WARNING: Could not create transient scope for PID 920: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 920 does not exist.
Feb 22 23:23:45 jackvk5 gnome-session-binary[688]: GnomeDesktop-WARNING: Could not create transient scope for PID 920: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 920 does not exist.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME date & time service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME date & time target.
Feb 22 23:23:45 jackvk5 NetworkManager[534]: <info>  [1645572225.0715] agent-manager: agent[ef45721fd64654b9,:1.21/org.gnome.Shell.NetworkAgent/1000]: agent registered
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME smartcard service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME smartcard target.
Feb 22 23:23:45 jackvk5 dbus-daemon[744]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:23:45 jackvk5 dbus-daemon[744]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:23:45 jackvk5 dbus-daemon[744]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:23:45 jackvk5 dbus-daemon[744]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 22 23:23:45 jackvk5 systemd[1]: Started Hostname Service.
Feb 22 23:23:45 jackvk5 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'
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ScreenSaver'
Feb 22 23:23:45 jackvk5 gnome-session[688]: gnome-session-binary[688]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:23:45 jackvk5 gnome-session-binary[688]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:23:45 jackvk5 gsd-usb-protect[902]: Failed to get screen saver status: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:23:45 jackvk5 gsd-usb-protect[902]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME RFKill support service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME RFKill support target.
Feb 22 23:23:45 jackvk5 kernel: rfkill: input handler disabled
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Successfully made thread 1015 of process 756 owned by '1000' RT at priority 5.
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME keyboard configuration service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME keyboard configuration target.
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.44' (uid=1000 pid=883 comm="/usr/lib/gsd-keyboard ")
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=30 op=LOAD
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=31 op=LOAD
Feb 22 23:23:45 jackvk5 audit: BPF prog-id=32 op=LOAD
Feb 22 23:23:45 jackvk5 systemd[1]: Starting Locale Service...
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME Wacom tablet support service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME Wacom tablet support target.
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.locale1'
Feb 22 23:23:45 jackvk5 systemd[1]: Started Locale Service.
Feb 22 23:23:45 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Successfully made thread 1023 of process 756 owned by '1000' RT at priority 5.
Feb 22 23:23:45 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME color management service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME color management target.
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.49' (uid=1000 pid=879 comm="/usr/lib/gsd-color ")
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME keyboard shortcuts service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME keyboard shortcuts target.
Feb 22 23:23:45 jackvk5 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 22 23:23:45 jackvk5 systemd[661]: Started GNOME power management service.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME power management target.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME Session.
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target GNOME Wayland Session (session: gnome).
Feb 22 23:23:45 jackvk5 systemd[661]: Reached target Current graphical user session.
Feb 22 23:23:45 jackvk5 gnome-software[933]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: libflatpak.so.0: cannot open shared object file: No such file or directory
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Shell.Screencast' requested by ':1.46' (uid=1000 pid=885 comm="/usr/lib/gsd-media-keys ")
Feb 22 23:23:45 jackvk5 gnome-software[933]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Feb 22 23:23:45 jackvk5 dbus-daemon[1034]: writing oom_score_adj error: Permission denied
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Feb 22 23:23:45 jackvk5 systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 22 23:23:45 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:45 jackvk5 gnome-software[933]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: libmalcontent-0.so.0: cannot open shared object file: No such file or directory
Feb 22 23:23:45 jackvk5 pulseaudio[756]: stat('/etc/pulse/default.pa.d'): No such file or directory
Feb 22 23:23:45 jackvk5 systemd[661]: Started Sound Service.
Feb 22 23:23:45 jackvk5 gsd-media-keys[885]: Failed to grab accelerator for keybinding settings:hibernate
Feb 22 23:23:45 jackvk5 gsd-media-keys[885]: Failed to grab accelerator for keybinding settings:playback-repeat
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Feb 22 23:23:45 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Feb 22 23:23:45 jackvk5 kernel: Bluetooth: RFCOMM TTY layer initialized
Feb 22 23:23:45 jackvk5 kernel: Bluetooth: RFCOMM socket layer initialized
Feb 22 23:23:45 jackvk5 kernel: Bluetooth: RFCOMM ver 1.11
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.54' (uid=971 pid=1073 comm="/usr/lib/colord-sane ")
Feb 22 23:23:45 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 22 23:23:45 jackvk5 gnome-software[933]: enabled plugins: appstream, os-release, provenance, generic-updates, hardcoded-blocklist, hardcoded-popular, modalias, provenance-license, rewrite-resource, icons
Feb 22 23:23:45 jackvk5 gnome-software[933]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
Feb 22 23:23:45 jackvk5 gnome-software[933]: /etc/PackageKit/Vendor.conf file not found
Feb 22 23:23:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Shell.Screencast'
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: Only 0 apps for recent list, hiding
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
Feb 22 23:23:45 jackvk5 gnome-software[933]: failed to get featured apps: no apps to show
Feb 22 23:23:45 jackvk5 gnome-software[933]: Only 0 apps for popular list, hiding
Feb 22 23:23:45 jackvk5 gnome-software[933]: updates-shell: failed to get updates: no plugin could handle get-updates
Feb 22 23:23:46 jackvk5 gnome-shell[703]: GNOME Shell started at Tue Feb 22 2022 23:23:44 GMT+0000 (Coordinated Universal Time)
Feb 22 23:23:46 jackvk5 gnome-shell[703]: Registering session with GDM
Feb 22 23:23:46 jackvk5 gnome-shell[703]: Error registering session with GDM: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.DisplayManager was not provided by any .service files
Feb 22 23:23:51 jackvk5 systemd[1]: Stopping User Manager for UID 967...
Feb 22 23:23:51 jackvk5 systemd[633]: Activating special unit Exit the Session...
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped target Main User Target.
Feb 22 23:23:51 jackvk5 systemd[633]: Stopping D-Bus User Message Bus...
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped D-Bus User Message Bus.
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped target Basic System.
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped target Paths.
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped target Sockets.
Feb 22 23:23:51 jackvk5 systemd[633]: Stopped target Timers.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed D-Bus User Message Bus Socket.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GnuPG network certificate management daemon.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GCR ssh-agent wrapper.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:23:51 jackvk5 systemd[633]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed p11-kit server.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed PipeWire Multimedia System Socket.
Feb 22 23:23:51 jackvk5 systemd[633]: Closed Sound System.
Feb 22 23:23:51 jackvk5 systemd[633]: Removed slice User Application Slice.
Feb 22 23:23:51 jackvk5 systemd[633]: Reached target Shutdown.
Feb 22 23:23:51 jackvk5 systemd[633]: Finished Exit the Session.
Feb 22 23:23:51 jackvk5 systemd[633]: Reached target Exit the Session.
Feb 22 23:23:51 jackvk5 systemd[634]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:23:51 jackvk5 systemd[1]: user@967.service: Deactivated successfully.
Feb 22 23:23:51 jackvk5 systemd[1]: Stopped User Manager for UID 967.
Feb 22 23:23:51 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:51 jackvk5 systemd[1]: Stopping User Runtime Directory /run/user/967...
Feb 22 23:23:51 jackvk5 kernel: kauditd_printk_skb: 29 callbacks suppressed
Feb 22 23:23:51 jackvk5 kernel: audit: type=1131 audit(1645572231.973:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:51 jackvk5 systemd[1]: run-user-967.mount: Deactivated successfully.
Feb 22 23:23:51 jackvk5 systemd[1]: user-runtime-dir@967.service: Deactivated successfully.
Feb 22 23:23:51 jackvk5 systemd[1]: Stopped User Runtime Directory /run/user/967.
Feb 22 23:23:51 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:23:51 jackvk5 systemd[1]: Removed slice User Slice of UID 967.
Feb 22 23:23:51 jackvk5 kernel: audit: type=1131 audit(1645572231.976:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1127]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1129]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1131]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1133]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1135]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1137]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1139]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1141]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:06 jackvk5 dbus-daemon[1143]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 dbus-daemon[1146]: writing oom_score_adj error: Permission denied
Feb 22 23:24:06 jackvk5 systemd[661]: Created slice Slice /app/org.gnome.Terminal.
Feb 22 23:24:06 jackvk5 systemd[661]: Starting GNOME Terminal Server...
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:24:06 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.55' (uid=1000 pid=1137 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:24:06 jackvk5 audit: BPF prog-id=33 op=LOAD
Feb 22 23:24:06 jackvk5 audit: BPF prog-id=34 op=LOAD
Feb 22 23:24:06 jackvk5 audit: BPF prog-id=35 op=LOAD
Feb 22 23:24:06 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:24:06 jackvk5 kernel: audit: type=1334 audit(1645572246.790:91): prog-id=33 op=LOAD
Feb 22 23:24:06 jackvk5 kernel: audit: type=1334 audit(1645572246.790:92): prog-id=34 op=LOAD
Feb 22 23:24:06 jackvk5 kernel: audit: type=1334 audit(1645572246.790:93): prog-id=35 op=LOAD
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Terminal'
Feb 22 23:24:06 jackvk5 systemd[661]: Started GNOME Terminal Server.
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:24:06 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:24:06 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:24:06 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:06 jackvk5 kernel: audit: type=1130 audit(1645572246.813:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.79' (uid=1000 pid=1129 comm="/usr/lib/gnome-contacts-search-provider ")
Feb 22 23:24:06 jackvk5 systemd[661]: Starting Bluetooth OBEX service...
Feb 22 23:24:06 jackvk5 dbus-daemon[1131]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.67' (uid=1000 pid=1131 comm="/usr/bin/nautilus --gapplication-service ")
Feb 22 23:24:06 jackvk5 systemd[661]: Created slice User Background Tasks Slice.
Feb 22 23:24:06 jackvk5 systemd[661]: Starting Tracker file system data miner...
Feb 22 23:24:06 jackvk5 obexd[1220]: OBEX daemon 5.63
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.bluez.obex'
Feb 22 23:24:06 jackvk5 systemd[661]: Started Bluetooth OBEX service.
Feb 22 23:24:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:24:07 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.73' (uid=1000 pid=1143 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:24:07 jackvk5 dbus-daemon[1271]: writing oom_score_adj error: Permission denied
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: dLeyna core version 0.7.0
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: dleyna-renderer-service version 0.7.2
Feb 22 23:24:07 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.freedesktop.Tracker3.Miner.Files'
Feb 22 23:24:07 jackvk5 systemd[661]: Started Tracker file system data miner.
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: [General settings]
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Never Quit: F
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Connector Name: dbus
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Port: 0
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Push host port: 0
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: [Logging settings]
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Log Type : 0
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Log Level: 0x13
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: [Network filtering settings]
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Enabled : F
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Entries: (null)
Feb 22 23:24:07 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Calling GetRenderers method
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: Client :1.73 lost
Feb 22 23:24:07 jackvk5 dleyna-renderer-service[1271]: dLeyna: Exit
Feb 22 23:24:07 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:24:08 jackvk5 systemd[661]: Started VTE child process 1325 launched by gnome-terminal-server process 1147.
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1329]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.93' (uid=1000 pid=1329 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1354]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: dLeyna core version 0.7.0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: dleyna-renderer-service version 0.7.2
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: [General settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Never Quit: F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Connector Name: dbus
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Push host port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: [Logging settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Log Type : 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Log Level: 0x13
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: [Network filtering settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Enabled : F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Entries: (null)
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1354]: Client :1.93 lost
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1360]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.97' (uid=1000 pid=1360 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1390]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: dLeyna core version 0.7.0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: dleyna-renderer-service version 0.7.2
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: [General settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Never Quit: F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Connector Name: dbus
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Push host port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: [Logging settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Log Type : 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Log Level: 0x13
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: [Network filtering settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Enabled : F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Entries: (null)
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1390]: Client :1.97 lost
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1395]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.101' (uid=1000 pid=1395 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:24:10 jackvk5 dbus-daemon[1416]: writing oom_score_adj error: Permission denied
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: dLeyna core version 0.7.0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: dleyna-renderer-service version 0.7.2
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: [General settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Never Quit: F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Connector Name: dbus
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Push host port: 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: [Logging settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Log Type : 0
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Log Level: 0x13
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: [Network filtering settings]
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Enabled : F
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Entries: (null)
Feb 22 23:24:10 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Calling GetRenderers method
Feb 22 23:24:10 jackvk5 dleyna-renderer-service[1416]: Client :1.101 lost
Feb 22 23:24:11 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:24:11 jackvk5 konsole[1420]: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Feb 22 23:24:11 jackvk5 gnome-shell[1423]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Feb 22 23:24:11 jackvk5 gnome-shell[1423]: > Warning:          Could not resolve keysym XF86EmojiPicker
Feb 22 23:24:11 jackvk5 gnome-shell[1423]: Errors from xkbcomp are not fatal to the X server
Feb 22 23:24:11 jackvk5 gnome-shell[703]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 22 23:24:11 jackvk5 systemd[661]: Reached target GNOME session X11 services.
Feb 22 23:24:11 jackvk5 systemd[661]: Starting GNOME XSettings service...
Feb 22 23:24:11 jackvk5 gnome-shell[1425]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Feb 22 23:24:11 jackvk5 gnome-shell[1425]: > Warning:          Unsupported maximum keycode 708, clipping.
Feb 22 23:24:11 jackvk5 gnome-shell[1425]: >                   X11 cannot support keycodes above 255.
Feb 22 23:24:11 jackvk5 gnome-shell[1425]: Errors from xkbcomp are not fatal to the X server
Feb 22 23:24:11 jackvk5 dleyna-renderer-service[1416]: dLeyna: Exit
Feb 22 23:24:11 jackvk5 dleyna-renderer-service[1390]: dLeyna: Exit
Feb 22 23:24:11 jackvk5 dleyna-renderer-service[1354]: dLeyna: Exit
Feb 22 23:24:11 jackvk5 systemd[661]: Started GNOME XSettings service.
Feb 22 23:24:11 jackvk5 systemd[661]: Reached target GNOME session X11 services.
Feb 22 23:24:11 jackvk5 gnome-shell[703]: ATK Bridge is disabled but a11y has already been enabled.
Feb 22 23:24:12 jackvk5 konsole[1420]: Icon theme "breeze" not found.
Feb 22 23:24:12 jackvk5 konsole[1420]: Icon theme "breeze" not found.
Feb 22 23:24:15 jackvk5 systemd[1]: systemd-localed.service: Deactivated successfully.
Feb 22 23:24:15 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:15 jackvk5 kernel: audit: type=1131 audit(1645572255.203:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.323:96): prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.323:97): prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.323:98): prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 22 23:24:15 jackvk5 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'
Feb 22 23:24:15 jackvk5 kernel: audit: type=1131 audit(1645572255.456:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.576:100): prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.576:101): prog-id=0 op=UNLOAD
Feb 22 23:24:15 jackvk5 kernel: audit: type=1334 audit(1645572255.576:102): prog-id=0 op=UNLOAD
Feb 22 23:24:22 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.84' (uid=1000 pid=1227 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 22 23:24:22 jackvk5 systemd[661]: Starting Tracker metadata extractor...
Feb 22 23:24:22 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 22 23:24:22 jackvk5 systemd[661]: Started Tracker metadata extractor.
Feb 22 23:24:22 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.110' (uid=1000 pid=1461 comm="/usr/lib/tracker-extract-3 ")
Feb 22 23:24:22 jackvk5 systemd[661]: Starting Virtual filesystem metadata service...
Feb 22 23:24:22 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gtk.vfs.Metadata'
Feb 22 23:24:22 jackvk5 systemd[661]: Started Virtual filesystem metadata service.
Feb 22 23:24:26 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.67' (uid=0 pid=1471 comm="sudo pacman -Rs konsole ")
Feb 22 23:24:26 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:26 jackvk5 sudo[1471]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:29 jackvk5 audit[1471]: USER_AUTH pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 audit[1471]: USER_ACCT pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 sudo[1471]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs konsole
Feb 22 23:24:29 jackvk5 audit[1471]: CRED_REFR pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 kernel: audit: type=1100 audit(1645572269.053:103): pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 kernel: audit: type=1101 audit(1645572269.053:104): pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 kernel: audit: type=1110 audit(1645572269.053:105): pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:29 jackvk5 sudo[1471]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:24:29 jackvk5 audit[1471]: USER_START pid=1471 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:29 jackvk5 kernel: audit: type=1105 audit(1645572269.056:106): pid=1471 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:31 jackvk5 sudo[1471]: pam_unix(sudo:session): session closed for user root
Feb 22 23:24:31 jackvk5 audit[1471]: USER_END pid=1471 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:31 jackvk5 audit[1471]: CRED_DISP pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:31 jackvk5 kernel: audit: type=1106 audit(1645572271.303:107): pid=1471 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:31 jackvk5 kernel: audit: type=1104 audit(1645572271.303:108): pid=1471 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:36 jackvk5 gnome-calendar[1137]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:24:36 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:24:36 jackvk5 kernel: audit: type=1131 audit(1645572276.846:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:36 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:24:36 jackvk5 kernel: audit: type=1334 audit(1645572276.870:110): prog-id=0 op=UNLOAD
Feb 22 23:24:36 jackvk5 kernel: audit: type=1334 audit(1645572276.870:111): prog-id=0 op=UNLOAD
Feb 22 23:24:36 jackvk5 kernel: audit: type=1334 audit(1645572276.870:112): prog-id=0 op=UNLOAD
Feb 22 23:24:39 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.68' (uid=0 pid=1482 comm="sudo pacman -Rs plasma-desktop plasma-wayland-sess")
Feb 22 23:24:39 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:39 jackvk5 sudo[1482]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:39 jackvk5 audit[1482]: USER_ACCT pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:39 jackvk5 sudo[1482]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs plasma-desktop plasma-wayland-session
Feb 22 23:24:39 jackvk5 audit[1482]: CRED_REFR pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:39 jackvk5 kernel: audit: type=1101 audit(1645572279.680:113): pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:39 jackvk5 kernel: audit: type=1110 audit(1645572279.680:114): pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:39 jackvk5 sudo[1482]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:24:39 jackvk5 audit[1482]: USER_START pid=1482 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:39 jackvk5 kernel: audit: type=1105 audit(1645572279.683:115): pid=1482 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:39 jackvk5 sudo[1482]: pam_unix(sudo:session): session closed for user root
Feb 22 23:24:39 jackvk5 audit[1482]: USER_END pid=1482 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:39 jackvk5 audit[1482]: CRED_DISP pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:39 jackvk5 kernel: audit: type=1106 audit(1645572279.696:116): pid=1482 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:39 jackvk5 kernel: audit: type=1104 audit(1645572279.696:117): pid=1482 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:45 jackvk5 geoclue[791]: Service not used for 60 seconds. Shutting down..
Feb 22 23:24:45 jackvk5 systemd[1]: geoclue.service: Deactivated successfully.
Feb 22 23:24:45 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:45 jackvk5 kernel: audit: type=1131 audit(1645572285.003:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:24:49 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.69' (uid=0 pid=1489 comm="sudo pacman -Rs plasma-nm ")
Feb 22 23:24:49 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:49 jackvk5 sudo[1489]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:49 jackvk5 kernel: audit: type=1101 audit(1645572289.823:119): pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:49 jackvk5 audit[1489]: USER_ACCT pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:49 jackvk5 sudo[1489]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs plasma-nm
Feb 22 23:24:49 jackvk5 audit[1489]: CRED_REFR pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:49 jackvk5 kernel: audit: type=1110 audit(1645572289.826:120): pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:49 jackvk5 audit[1489]: USER_START pid=1489 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:49 jackvk5 sudo[1489]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:24:49 jackvk5 kernel: audit: type=1105 audit(1645572289.830:121): pid=1489 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:49 jackvk5 sudo[1489]: pam_unix(sudo:session): session closed for user root
Feb 22 23:24:49 jackvk5 audit[1489]: USER_END pid=1489 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:49 jackvk5 audit[1489]: CRED_DISP pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:49 jackvk5 kernel: audit: type=1106 audit(1645572289.843:122): pid=1489 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:49 jackvk5 kernel: audit: type=1104 audit(1645572289.843:123): pid=1489 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.70' (uid=0 pid=1491 comm="sudo pacman -Rs dolphin kate kcalc okular ")
Feb 22 23:24:59 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:59 jackvk5 sudo[1491]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:24:59 jackvk5 audit[1491]: USER_ACCT pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 sudo[1491]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs dolphin kate kcalc okular
Feb 22 23:24:59 jackvk5 audit[1491]: CRED_REFR pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 kernel: audit: type=1101 audit(1645572299.866:124): pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 kernel: audit: type=1110 audit(1645572299.866:125): pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 audit[1491]: USER_START pid=1491 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:59 jackvk5 sudo[1491]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:24:59 jackvk5 kernel: audit: type=1105 audit(1645572299.873:126): pid=1491 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:59 jackvk5 sudo[1491]: pam_unix(sudo:session): session closed for user root
Feb 22 23:24:59 jackvk5 audit[1491]: USER_END pid=1491 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:59 jackvk5 audit[1491]: CRED_DISP pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:24:59 jackvk5 kernel: audit: type=1106 audit(1645572299.883:127): pid=1491 uid=1000 auid=1000 ses=3 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'
Feb 22 23:24:59 jackvk5 kernel: audit: type=1104 audit(1645572299.883:128): pid=1491 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1505]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1507]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1509]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1511]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1513]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1515]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1517]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1519]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[1521]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:26:06 jackvk5 audit[1137]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=1137 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:26:06 jackvk5 dbus-daemon[1509]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:26:06 jackvk5 kernel: gnome-calendar[1137]: segfault at 18 ip 00007f031e8f2884 sp 00007ffd99466588 error 4 in libglib-2.0.so.0.7000.4[7f031e88b000+92000]
Feb 22 23:26:06 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:26:06 jackvk5 kernel: audit: type=1701 audit(1645572366.450:129): auid=1000 uid=1000 gid=1000 ses=3 pid=1137 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:26:06 jackvk5 systemd[1]: Created slice Slice /system/systemd-coredump.
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=36 op=LOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=37 op=LOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=38 op=LOAD
Feb 22 23:26:06 jackvk5 systemd[1]: Started Process Core Dump (PID 1596/UID 0).
Feb 22 23:26:06 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1596-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.456:130): prog-id=36 op=LOAD
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.456:131): prog-id=37 op=LOAD
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.456:132): prog-id=38 op=LOAD
Feb 22 23:26:06 jackvk5 kernel: audit: type=1130 audit(1645572366.456:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1596-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.118' (uid=1000 pid=1519 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1621]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: dLeyna core version 0.7.0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: dleyna-renderer-service version 0.7.2
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: [General settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Never Quit: F
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Connector Name: dbus
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Port: 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Push host port: 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: [Logging settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Log Type : 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Log Level: 0x13
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: [Network filtering settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Enabled : F
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Entries: (null)
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Calling GetRenderers method
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1621]: Client :1.118 lost
Feb 22 23:26:06 jackvk5 systemd-coredump[1601]: Process 1137 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                Module libltdl.so.7 with build-id 04a5ffeff80ecdfcb5f7ff2d889b5a3ecfb88d7c
                                                Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141
                                                Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615
                                                Module libcanberra-gtk3.so.0 with build-id 133409dc3e744fe0edc6a4d078714dce82dacf98
                                                Module libcanberra-gtk-module.so with build-id 72bd14fd5ba4fb0eda082b3daeccc80b796a5586
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 1137:
                                                #0  0x00007f031e8f2884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007f031e8a7902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x00005608c0ce8931 n/a (gnome-calendar + 0x38931)
                                                #3  0x00005608c0ce8c60 n/a (gnome-calendar + 0x38c60)
                                                #4  0x00007f0317eebd4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007f0317eeb267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007f031d9dcfce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007f031d9d6ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007f031d9f3188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x00005608c0cd2e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007f031db36595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007f031db1b8dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007f031e8c2f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007f031e9190d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007f031e8c0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007f031dafa6ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x00005608c0cd0525 main (gnome-calendar + 0x20525)
                                                #17 0x00007f031d4b5310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007f031d4b53c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x00005608c0cd060e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 1232:
                                                #0  0x00007f031d58e2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f031e919066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f031e8c2463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f031dcf33c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007f031e8f2845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f031d5155c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f031d59a584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1198:
                                                #0  0x00007f031d58e2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f031e919066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f031e8c0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f031e9eeebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007f031e8f2845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f031d5155c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f031d59a584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1241:
                                                #0  0x00007f031d58e2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f031e919066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f031e8c2463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f031ddd061b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007f031e8f2845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f031d5155c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f031d59a584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1197:
                                                #0  0x00007f031d58e2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f031e919066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f031e8c2463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f031db2715c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007f031e8f2845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f031d5155c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f031d59a584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1195:
                                                #0  0x00007f031d58e2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f031e919066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f031e8c0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f031e8c04d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007f031e8f2845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f031d5155c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f031d59a584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:26:06 jackvk5 systemd[1]: systemd-coredump@0-1596-0.service: Deactivated successfully.
Feb 22 23:26:06 jackvk5 kernel: audit: type=1131 audit(1645572366.613:134): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1596-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:06 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1596-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:06 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1644]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1647]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:26:06 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.76' (uid=1000 pid=1644 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=39 op=LOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=40 op=LOAD
Feb 22 23:26:06 jackvk5 audit: BPF prog-id=41 op=LOAD
Feb 22 23:26:06 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.733:135): prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.733:136): prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 kernel: audit: type=1334 audit(1645572366.733:137): prog-id=0 op=UNLOAD
Feb 22 23:26:06 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:26:06 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:26:06 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.133' (uid=1000 pid=1647 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:26:06 jackvk5 dbus-daemon[1680]: writing oom_score_adj error: Permission denied
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: dLeyna core version 0.7.0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: dleyna-renderer-service version 0.7.2
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: [General settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Never Quit: F
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Connector Name: dbus
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Port: 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Push host port: 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: [Logging settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Log Type : 0
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Log Level: 0x13
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: [Network filtering settings]
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Enabled : F
Feb 22 23:26:06 jackvk5 dleyna-renderer-service[1680]: Entries: (null)
Feb 22 23:26:06 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:26:07 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:26:07 jackvk5 dbus-daemon[1687]: writing oom_score_adj error: Permission denied
Feb 22 23:26:07 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:26:07 jackvk5 dleyna-renderer-service[1680]: New media server /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:26:07 jackvk5 dleyna-renderer-service[1680]: Calling GetRenderers method
Feb 22 23:26:07 jackvk5 dleyna-renderer-service[1680]: Client :1.139 lost
Feb 22 23:26:07 jackvk5 dleyna-renderer-service[1680]: Lost /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:26:07 jackvk5 dleyna-renderer-service[1621]: dLeyna: Exit
Feb 22 23:26:08 jackvk5 dleyna-renderer-service[1680]: dLeyna: Exit
Feb 22 23:26:09 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:26:09 jackvk5 nvidia-settings[1706]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Feb 22 23:26:09 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:09 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:09 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:09 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:09 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:14 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:14 jackvk5 nvidia-settings.desktop[1706]: ERROR: A supplied argument is invalid
Feb 22 23:26:26 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.80' (uid=0 pid=1725 comm="sudo nvidia-settings ")
Feb 22 23:26:26 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:26:26 jackvk5 sudo[1725]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:26:26 jackvk5 audit[1725]: USER_ACCT pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:26 jackvk5 sudo[1725]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/nvidia-settings
Feb 22 23:26:26 jackvk5 audit[1725]: CRED_REFR pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:26 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:26:26 jackvk5 kernel: audit: type=1101 audit(1645572386.963:142): pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:26 jackvk5 kernel: audit: type=1110 audit(1645572386.963:143): pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:26 jackvk5 sudo[1725]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:26:26 jackvk5 audit[1725]: USER_START pid=1725 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:26 jackvk5 kernel: audit: type=1105 audit(1645572386.970:144): pid=1725 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:27 jackvk5 gnome-shell[703]: Source ID 3154 was not found when attempting to remove it
Feb 22 23:26:36 jackvk5 gnome-calendar[1644]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:26:36 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:26:36 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:36 jackvk5 kernel: audit: type=1131 audit(1645572396.786:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:26:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:36 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:26:36 jackvk5 kernel: audit: type=1334 audit(1645572396.810:146): prog-id=0 op=UNLOAD
Feb 22 23:26:36 jackvk5 kernel: audit: type=1334 audit(1645572396.810:147): prog-id=0 op=UNLOAD
Feb 22 23:26:36 jackvk5 kernel: audit: type=1334 audit(1645572396.810:148): prog-id=0 op=UNLOAD
Feb 22 23:26:51 jackvk5 audit[1725]: USER_END pid=1725 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:51 jackvk5 audit[1725]: CRED_DISP pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:51 jackvk5 sudo[1725]: pam_unix(sudo:session): session closed for user root
Feb 22 23:26:51 jackvk5 kernel: audit: type=1106 audit(1645572411.496:149): pid=1725 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:51 jackvk5 kernel: audit: type=1104 audit(1645572411.496:150): pid=1725 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:56 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.81' (uid=0 pid=1744 comm="sudo journalctl ")
Feb 22 23:26:56 jackvk5 kernel: audit: type=1101 audit(1645572416.700:151): pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:56 jackvk5 kernel: audit: type=1110 audit(1645572416.703:152): pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:56 jackvk5 kernel: audit: type=1105 audit(1645572416.706:153): pid=1744 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:56 jackvk5 audit[1744]: USER_ACCT pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:56 jackvk5 audit[1744]: CRED_REFR pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:26:56 jackvk5 audit[1744]: USER_START pid=1744 uid=1000 auid=1000 ses=3 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'
Feb 22 23:26:56 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:26:56 jackvk5 sudo[1744]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:26:56 jackvk5 sudo[1744]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/journalctl
Feb 22 23:26:56 jackvk5 sudo[1744]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:27:40 jackvk5 audit[1744]: USER_END pid=1744 uid=1000 auid=1000 ses=3 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'
Feb 22 23:27:40 jackvk5 audit[1744]: CRED_DISP pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:27:40 jackvk5 sudo[1744]: pam_unix(sudo:session): session closed for user root
Feb 22 23:27:40 jackvk5 kernel: audit: type=1106 audit(1645572460.260:154): pid=1744 uid=1000 auid=1000 ses=3 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'
Feb 22 23:27:40 jackvk5 kernel: audit: type=1104 audit(1645572460.260:155): pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.82' (uid=0 pid=1757 comm="sudo pacman -S nvidia-beta ")
Feb 22 23:30:17 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:17 jackvk5 sudo[1757]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:17 jackvk5 audit[1757]: USER_ACCT pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 kernel: audit: type=1101 audit(1645572617.693:156): pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 sudo[1757]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -S nvidia-beta
Feb 22 23:30:17 jackvk5 audit[1757]: CRED_REFR pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 kernel: audit: type=1110 audit(1645572617.696:157): pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 sudo[1757]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:30:17 jackvk5 audit[1757]: USER_START pid=1757 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:17 jackvk5 kernel: audit: type=1105 audit(1645572617.700:158): pid=1757 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:17 jackvk5 sudo[1757]: pam_unix(sudo:session): session closed for user root
Feb 22 23:30:17 jackvk5 audit[1757]: USER_END pid=1757 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:17 jackvk5 audit[1757]: CRED_DISP pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:17 jackvk5 kernel: audit: type=1106 audit(1645572617.876:159): pid=1757 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:17 jackvk5 kernel: audit: type=1104 audit(1645572617.876:160): pid=1757 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:27 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.83' (uid=0 pid=1759 comm="sudo pacman -Syu ")
Feb 22 23:30:27 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:27 jackvk5 sudo[1759]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:27 jackvk5 audit[1759]: USER_ACCT pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:27 jackvk5 sudo[1759]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Feb 22 23:30:27 jackvk5 audit[1759]: CRED_REFR pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:27 jackvk5 kernel: audit: type=1101 audit(1645572627.236:161): pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:27 jackvk5 kernel: audit: type=1110 audit(1645572627.236:162): pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:27 jackvk5 sudo[1759]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:30:27 jackvk5 audit[1759]: USER_START pid=1759 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:27 jackvk5 kernel: audit: type=1105 audit(1645572627.240:163): pid=1759 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:29 jackvk5 sudo[1759]: pam_unix(sudo:session): session closed for user root
Feb 22 23:30:29 jackvk5 audit[1759]: USER_END pid=1759 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:29 jackvk5 audit[1759]: CRED_DISP pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:29 jackvk5 kernel: audit: type=1106 audit(1645572629.253:164): pid=1759 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:29 jackvk5 kernel: audit: type=1104 audit(1645572629.253:165): pid=1759 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.84' (uid=0 pid=1763 comm="sudo pacman -S nvidia-beta ")
Feb 22 23:30:32 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:32 jackvk5 sudo[1763]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:32 jackvk5 audit[1763]: USER_ACCT pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 sudo[1763]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -S nvidia-beta
Feb 22 23:30:32 jackvk5 audit[1763]: CRED_REFR pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 kernel: audit: type=1101 audit(1645572632.393:166): pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 kernel: audit: type=1110 audit(1645572632.393:167): pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 kernel: audit: type=1105 audit(1645572632.396:168): pid=1763 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:32 jackvk5 audit[1763]: USER_START pid=1763 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:32 jackvk5 sudo[1763]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:30:32 jackvk5 sudo[1763]: pam_unix(sudo:session): session closed for user root
Feb 22 23:30:32 jackvk5 audit[1763]: USER_END pid=1763 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:32 jackvk5 audit[1763]: CRED_DISP pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:32 jackvk5 kernel: audit: type=1106 audit(1645572632.516:169): pid=1763 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:32 jackvk5 kernel: audit: type=1104 audit(1645572632.516:170): pid=1763 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:36 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.85' (uid=0 pid=1765 comm="sudo pacman -Syy ")
Feb 22 23:30:36 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:36 jackvk5 sudo[1765]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:36 jackvk5 audit[1765]: USER_ACCT pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:36 jackvk5 sudo[1765]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Syy
Feb 22 23:30:36 jackvk5 audit[1765]: CRED_REFR pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:36 jackvk5 sudo[1765]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:30:36 jackvk5 kernel: audit: type=1101 audit(1645572636.166:171): pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:36 jackvk5 kernel: audit: type=1110 audit(1645572636.166:172): pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:36 jackvk5 kernel: audit: type=1105 audit(1645572636.166:173): pid=1765 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:36 jackvk5 audit[1765]: USER_START pid=1765 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:38 jackvk5 sudo[1765]: pam_unix(sudo:session): session closed for user root
Feb 22 23:30:38 jackvk5 kernel: audit: type=1106 audit(1645572638.170:174): pid=1765 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:38 jackvk5 kernel: audit: type=1104 audit(1645572638.170:175): pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:38 jackvk5 audit[1765]: USER_END pid=1765 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:38 jackvk5 audit[1765]: CRED_DISP pid=1765 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.86' (uid=0 pid=1769 comm="sudo pacman -S nvidia-beta ")
Feb 22 23:30:42 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:42 jackvk5 sudo[1769]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:30:42 jackvk5 audit[1769]: USER_ACCT pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 kernel: audit: type=1101 audit(1645572642.053:176): pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 sudo[1769]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -S nvidia-beta
Feb 22 23:30:42 jackvk5 audit[1769]: CRED_REFR pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 kernel: audit: type=1110 audit(1645572642.056:177): pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 sudo[1769]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:30:42 jackvk5 audit[1769]: USER_START pid=1769 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:42 jackvk5 kernel: audit: type=1105 audit(1645572642.060:178): pid=1769 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:42 jackvk5 sudo[1769]: pam_unix(sudo:session): session closed for user root
Feb 22 23:30:42 jackvk5 audit[1769]: USER_END pid=1769 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:42 jackvk5 audit[1769]: CRED_DISP pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:30:42 jackvk5 kernel: audit: type=1106 audit(1645572642.183:179): pid=1769 uid=1000 auid=1000 ses=3 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'
Feb 22 23:30:42 jackvk5 kernel: audit: type=1104 audit(1645572642.183:180): pid=1769 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 kernel: gnome-calendar[1644]: segfault at 18 ip 00007fd972bac884 sp 00007ffd6b6419c8 error 4 in libglib-2.0.so.0.7000.4[7fd972b45000+92000]
Feb 22 23:34:37 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:34:37 jackvk5 kernel: audit: type=1701 audit(1645572877.690:181): auid=1000 uid=1000 gid=1000 ses=3 pid=1644 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:34:37 jackvk5 kernel: audit: type=1334 audit(1645572877.693:182): prog-id=42 op=LOAD
Feb 22 23:34:37 jackvk5 kernel: audit: type=1334 audit(1645572877.693:183): prog-id=43 op=LOAD
Feb 22 23:34:37 jackvk5 kernel: audit: type=1334 audit(1645572877.693:184): prog-id=44 op=LOAD
Feb 22 23:34:37 jackvk5 kernel: audit: type=1130 audit(1645572877.693:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1791-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:37 jackvk5 audit[1644]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=1644 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=42 op=LOAD
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=43 op=LOAD
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=44 op=LOAD
Feb 22 23:34:37 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1791-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 systemd[1]: Started Process Core Dump (PID 1791/UID 0).
Feb 22 23:34:37 jackvk5 dbus-daemon[1782]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1784]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1786]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[1788]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1790]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1793]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1795]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1797]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[1800]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:34:37 jackvk5 nautilus[1786]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:34:37 jackvk5 systemd-coredump[1803]: Process 1644 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 1644:
                                                #0  0x00007fd972bac884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007fd972b61902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000560f88813931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000560f88813c3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007fd96c1a5d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007fd96c1a5267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007fd971c96fce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007fd971c90ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007fd971cad188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x0000560f887fde87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007fd971df0595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007fd971dd58dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007fd972b7cf13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007fd972bd30d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007fd972b7a485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007fd971db46ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x0000560f887fb525 main (gnome-calendar + 0x20525)
                                                #17 0x00007fd97176f310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007fd97176f3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x0000560f887fb60e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 1661:
                                                #0  0x00007fd9718482af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd972bd3066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd972b7a485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fd972b7a4d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007fd972bac845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd9717cf5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd971854584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1663:
                                                #0  0x00007fd9718482af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd972bd3066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd972b7c463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd971de115c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007fd972bac845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd9717cf5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd971854584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1671:
                                                #0  0x00007fd9718482af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd972bd3066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd972b7c463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd971fad3c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007fd972bac845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd9717cf5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd971854584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1664:
                                                #0  0x00007fd9718482af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd972bd3066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd972b7a485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fd972ca8ebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007fd972bac845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd9717cf5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd971854584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1675:
                                                #0  0x00007fd9718482af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd972bd3066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd972b7c463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd97208a61b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007fd972bac845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd9717cf5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd971854584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:34:37 jackvk5 systemd[1]: systemd-coredump@1-1791-0.service: Deactivated successfully.
Feb 22 23:34:37 jackvk5 kernel: audit: type=1131 audit(1645572877.920:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1791-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:37 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1791-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.149' (uid=1000 pid=1797 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1900]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:34:37 jackvk5 dbus-daemon[1902]: writing oom_score_adj error: Permission denied
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: dLeyna core version 0.7.0
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: dleyna-renderer-service version 0.7.2
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: [General settings]
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Never Quit: F
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Connector Name: dbus
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Port: 0
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Push host port: 0
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: [Logging settings]
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Log Type : 0
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Log Level: 0x13
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: [Network filtering settings]
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Enabled : F
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Entries: (null)
Feb 22 23:34:37 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Calling GetRenderers method
Feb 22 23:34:37 jackvk5 dleyna-renderer-service[1900]: Client :1.149 lost
Feb 22 23:34:37 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.91' (uid=1000 pid=1902 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=45 op=LOAD
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=46 op=LOAD
Feb 22 23:34:37 jackvk5 audit: BPF prog-id=47 op=LOAD
Feb 22 23:34:37 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:34:38 jackvk5 kernel: audit: type=1334 audit(1645572877.996:187): prog-id=45 op=LOAD
Feb 22 23:34:38 jackvk5 kernel: audit: type=1334 audit(1645572877.996:188): prog-id=46 op=LOAD
Feb 22 23:34:38 jackvk5 kernel: audit: type=1334 audit(1645572877.996:189): prog-id=47 op=LOAD
Feb 22 23:34:38 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:34:38 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:34:38 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:34:38 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:34:38 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:34:38 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:38 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:34:38 jackvk5 dleyna-renderer-service[1900]: dLeyna: Exit
Feb 22 23:34:43 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:34:43 jackvk5 plasma-systemmonitor[1929]: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Feb 22 23:34:44 jackvk5 plasma-systemmonitor[1929]: kf.kirigami: Warning: Theme implementations should use Kirigami.BasicThemeDefinition for its root item
Feb 22 23:34:44 jackvk5 plasma-systemmonitor[1929]: kf.kirigami: Failed to find a Kirigami platform plugin
Feb 22 23:34:44 jackvk5 plasma-systemmonitor[1929]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
Feb 22 23:34:44 jackvk5 plasma-systemmonitor[1929]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
Feb 22 23:34:44 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating via systemd: service name='org.kde.ksystemstats' unit='plasma-ksystemstats.service' requested by ':1.167' (uid=1000 pid=1929 comm="plasma-systemmonitor ")
Feb 22 23:34:44 jackvk5 systemd[661]: Starting Track hardware statistics...
Feb 22 23:34:44 jackvk5 gnome-shell[703]: Source ID 5602 was not found when attempting to remove it
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_gpu" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_gpu.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_lmsensors" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_lmsensors.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_cpu" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_cpu.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_memory" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_memory.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_power" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_power.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_disk" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_disk.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Could not load plugin: "ksystemstats_plugin_network" with file name "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_network.so"
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Loaded plugin "ksystemstats_plugin_osinfo" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_osinfo.so"
Feb 22 23:34:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.94' (uid=1000 pid=1938 comm="/usr/bin/ksystemstats ")
Feb 22 23:34:45 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.kde.ksystemstats'
Feb 22 23:34:45 jackvk5 systemd[661]: Started Track hardware statistics.
Feb 22 23:34:45 jackvk5 audit: BPF prog-id=48 op=LOAD
Feb 22 23:34:45 jackvk5 audit: BPF prog-id=49 op=LOAD
Feb 22 23:34:45 jackvk5 audit: BPF prog-id=50 op=LOAD
Feb 22 23:34:45 jackvk5 systemd[1]: Starting Hostname Service...
Feb 22 23:34:45 jackvk5 ksystemstats[1938]: Could not determine Plasma version, got:  "The name org.kde.plasmashell was not provided by any .service files"
Feb 22 23:34:45 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:34:45 jackvk5 kernel: audit: type=1334 audit(1645572885.170:194): prog-id=48 op=LOAD
Feb 22 23:34:45 jackvk5 kernel: audit: type=1334 audit(1645572885.170:195): prog-id=49 op=LOAD
Feb 22 23:34:45 jackvk5 kernel: audit: type=1334 audit(1645572885.170:196): prog-id=50 op=LOAD
Feb 22 23:34:45 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 22 23:34:45 jackvk5 systemd[1]: Started Hostname Service.
Feb 22 23:34:45 jackvk5 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'
Feb 22 23:34:45 jackvk5 kernel: audit: type=1130 audit(1645572885.190:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:34:45 jackvk5 plasma-systemmonitor[1929]: file:///usr/lib/qt/qml/org/kde/ksysguard/page/PageContents.qml:195:9: QML Control: Binding loop detected for property "implicitHeight"
Feb 22 23:34:45 jackvk5 plasma-systemmonitor[1929]: file:///usr/lib/qt/qml/org/kde/ksysguard/page/PageContents.qml:195:9: QML Control: Binding loop detected for property "implicitHeight"
Feb 22 23:34:45 jackvk5 plasma-systemmonitor[1929]: file:///usr/lib/qt/qml/org/kde/ksysguard/page/PageContents.qml:195:9: QML Control: Binding loop detected for property "implicitHeight"
Feb 22 23:34:53 jackvk5 plasma-systemmonitor[1929]: QProcess: Destroyed while process ("/usr/lib/ksysguard/ksgrd_network_helper") is still running.
Feb 22 23:34:54 jackvk5 plasma-systemmonitor[1929]: org.kde.ksysguard.plugin.network: Helper process terminated abnormally!
Feb 22 23:34:54 jackvk5 plasma-systemmonitor[1929]: org.kde.ksysguard.plugin.network: ""
Feb 22 23:34:54 jackvk5 systemd[661]: app-gnome-org.kde.plasma\x2dsystemmonitor-1929.scope: Consumed 1.483s CPU time.
Feb 22 23:35:07 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.96' (uid=0 pid=1963 comm="sudo pacman -Rs plasma-systemmonitor ")
Feb 22 23:35:07 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:07 jackvk5 sudo[1963]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:07 jackvk5 audit[1963]: USER_ACCT pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:07 jackvk5 sudo[1963]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs plasma-systemmonitor
Feb 22 23:35:07 jackvk5 audit[1963]: CRED_REFR pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:07 jackvk5 kernel: audit: type=1101 audit(1645572907.920:198): pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:07 jackvk5 kernel: audit: type=1110 audit(1645572907.920:199): pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:07 jackvk5 sudo[1963]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:35:07 jackvk5 audit[1963]: USER_START pid=1963 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:07 jackvk5 kernel: audit: type=1105 audit(1645572907.926:200): pid=1963 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:08 jackvk5 gnome-calendar[1902]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:35:08 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:35:08 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:08 jackvk5 kernel: audit: type=1131 audit(1645572908.053:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:08 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:08 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:08 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:08 jackvk5 kernel: audit: type=1334 audit(1645572908.096:202): prog-id=0 op=UNLOAD
Feb 22 23:35:08 jackvk5 kernel: audit: type=1334 audit(1645572908.096:203): prog-id=0 op=UNLOAD
Feb 22 23:35:08 jackvk5 kernel: audit: type=1334 audit(1645572908.096:204): prog-id=0 op=UNLOAD
Feb 22 23:35:09 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Reloaded configuration
Feb 22 23:35:09 jackvk5 dbus-daemon[533]: [system] Reloaded configuration
Feb 22 23:35:09 jackvk5 dbus-daemon[533]: [system] Reloaded configuration
Feb 22 23:35:09 jackvk5 systemd[1]: Reloading D-Bus System Message Bus...
Feb 22 23:35:09 jackvk5 dbus-daemon[533]: [system] Reloaded configuration
Feb 22 23:35:09 jackvk5 dbus-send[1976]: method return time=1645572909.478339 sender=org.freedesktop.DBus -> destination=:1.97 serial=3 reply_serial=2
Feb 22 23:35:09 jackvk5 systemd[1]: Reloaded D-Bus System Message Bus.
Feb 22 23:35:09 jackvk5 sudo[1963]: pam_unix(sudo:session): session closed for user root
Feb 22 23:35:09 jackvk5 kernel: audit: type=1106 audit(1645572909.490:205): pid=1963 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:09 jackvk5 kernel: audit: type=1104 audit(1645572909.490:206): pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:09 jackvk5 audit[1963]: USER_END pid=1963 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:09 jackvk5 audit[1963]: CRED_DISP pid=1963 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[1979]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[1981]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[1983]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 audit[1902]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=1902 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:35:13 jackvk5 dbus-daemon[1985]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[1988]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[1990]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[1992]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 kernel: gnome-calendar[1902]: segfault at 18 ip 00007f579d470884 sp 00007ffcbac77618 error 4 in libglib-2.0.so.0.7000.4[7f579d409000+92000]
Feb 22 23:35:13 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:35:13 jackvk5 kernel: audit: type=1701 audit(1645572913.360:207): auid=1000 uid=1000 gid=1000 ses=3 pid=1902 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=51 op=LOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=52 op=LOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=53 op=LOAD
Feb 22 23:35:13 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1986-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:13 jackvk5 systemd[1]: Started Process Core Dump (PID 1986/UID 0).
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.363:208): prog-id=51 op=LOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.363:209): prog-id=52 op=LOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.363:210): prog-id=53 op=LOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1130 audit(1645572913.363:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1986-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:35:13 jackvk5 dbus-daemon[1981]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:35:13 jackvk5 systemd-coredump[1996]: Process 1902 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 1902:
                                                #0  0x00007f579d470884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007f579d425902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000555623452931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000555623452c3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007f5796a69d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007f5796a69267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007f579c55afce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007f579c554ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007f579c571188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x000055562343ce87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007f579c6b4595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007f579c6998dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007f579d440f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007f579d4970d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007f579d43e485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007f579c6786ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x000055562343a525 main (gnome-calendar + 0x20525)
                                                #17 0x00007f579c033310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007f579c0333c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x000055562343a60e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 1917:
                                                #0  0x00007f579c10c2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f579d497066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f579d43e485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f579d43e4d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007f579d470845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f579c0935c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f579c118584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1919:
                                                #0  0x00007f579c10c2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f579d497066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f579d440463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f579c6a515c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007f579d470845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f579c0935c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f579c118584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1920:
                                                #0  0x00007f579c10c2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f579d497066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f579d43e485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f579d56cebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007f579d470845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f579c0935c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f579c118584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1922:
                                                #0  0x00007f579c10c2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f579d497066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f579d440463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f579c8713c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007f579d470845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f579c0935c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f579c118584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 1926:
                                                #0  0x00007f579c10c2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f579d497066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f579d440463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f579c94e61b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007f579d470845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f579c0935c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f579c118584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:35:13 jackvk5 systemd[1]: systemd-coredump@2-1986-0.service: Deactivated successfully.
Feb 22 23:35:13 jackvk5 kernel: audit: type=1131 audit(1645572913.556:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1986-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:13 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1986-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.174' (uid=1000 pid=1992 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:13 jackvk5 dbus-daemon[2062]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: dLeyna core version 0.7.0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: [General settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Never Quit: F
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Connector Name: dbus
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Port: 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Push host port: 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: [Logging settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Log Type : 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Log Level: 0x13
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: [Network filtering settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Enabled : F
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Entries: (null)
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Calling GetRenderers method
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2062]: Client :1.174 lost
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[2067]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[2070]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.643:213): prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.643:214): prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 kernel: audit: type=1334 audit(1645572913.643:215): prog-id=0 op=UNLOAD
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:13 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.100' (uid=1000 pid=2067 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=54 op=LOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=55 op=LOAD
Feb 22 23:35:13 jackvk5 audit: BPF prog-id=56 op=LOAD
Feb 22 23:35:13 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:35:13 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:35:13 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:35:13 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.184' (uid=1000 pid=2070 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:13 jackvk5 dbus-daemon[2102]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: dLeyna core version 0.7.0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: [General settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Never Quit: F
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Connector Name: dbus
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Port: 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Push host port: 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: [Logging settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Log Type : 0
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Log Level: 0x13
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: [Network filtering settings]
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Enabled : F
Feb 22 23:35:13 jackvk5 dleyna-renderer-service[2102]: Entries: (null)
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:13 jackvk5 dbus-daemon[2108]: writing oom_score_adj error: Permission denied
Feb 22 23:35:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:14 jackvk5 dleyna-renderer-service[2102]: Calling GetRenderers method
Feb 22 23:35:14 jackvk5 dleyna-renderer-service[2102]: Client :1.190 lost
Feb 22 23:35:14 jackvk5 dleyna-renderer-service[2062]: dLeyna: Exit
Feb 22 23:35:14 jackvk5 dleyna-renderer-service[2102]: dLeyna: Exit
Feb 22 23:35:15 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 22 23:35:15 jackvk5 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'
Feb 22 23:35:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:17 jackvk5 dbus-daemon[2135]: writing oom_score_adj error: Permission denied
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.193' (uid=1000 pid=2135 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:17 jackvk5 dbus-daemon[2162]: writing oom_score_adj error: Permission denied
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: dLeyna core version 0.7.0
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: [General settings]
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Never Quit: F
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Connector Name: dbus
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Port: 0
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Push host port: 0
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: [Logging settings]
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Log Type : 0
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Log Level: 0x13
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: [Network filtering settings]
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Enabled : F
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Entries: (null)
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:17 jackvk5 dbus-daemon[2168]: writing oom_score_adj error: Permission denied
Feb 22 23:35:17 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:17 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:17 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:17 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Calling GetRenderers method
Feb 22 23:35:17 jackvk5 dleyna-renderer-service[2162]: Client :1.197 lost
Feb 22 23:35:18 jackvk5 dleyna-renderer-service[2162]: dLeyna: Exit
Feb 22 23:35:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:24 jackvk5 dbus-daemon[2190]: writing oom_score_adj error: Permission denied
Feb 22 23:35:24 jackvk5 dbus-daemon[2193]: writing oom_score_adj error: Permission denied
Feb 22 23:35:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:35:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.201' (uid=1000 pid=2193 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:25 jackvk5 dbus-daemon[2216]: writing oom_score_adj error: Permission denied
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: dLeyna core version 0.7.0
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: [General settings]
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Never Quit: F
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Connector Name: dbus
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Port: 0
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Push host port: 0
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: [Logging settings]
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Log Type : 0
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Log Level: 0x13
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: [Network filtering settings]
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Enabled : F
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Entries: (null)
Feb 22 23:35:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:25 jackvk5 dbus-daemon[2222]: writing oom_score_adj error: Permission denied
Feb 22 23:35:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Calling GetRenderers method
Feb 22 23:35:25 jackvk5 dleyna-renderer-service[2216]: Client :1.206 lost
Feb 22 23:35:26 jackvk5 dleyna-renderer-service[2216]: dLeyna: Exit
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:29 jackvk5 dbus-daemon[2242]: writing oom_score_adj error: Permission denied
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.208' (uid=1000 pid=2242 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:29 jackvk5 dbus-daemon[2263]: writing oom_score_adj error: Permission denied
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: dLeyna core version 0.7.0
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: [General settings]
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Never Quit: F
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Connector Name: dbus
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Port: 0
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Push host port: 0
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: [Logging settings]
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Log Type : 0
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Log Level: 0x13
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: [Network filtering settings]
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Enabled : F
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Entries: (null)
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:29 jackvk5 dbus-daemon[2272]: writing oom_score_adj error: Permission denied
Feb 22 23:35:29 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Calling GetRenderers method
Feb 22 23:35:29 jackvk5 dleyna-renderer-service[2263]: Client :1.212 lost
Feb 22 23:35:30 jackvk5 dleyna-renderer-service[2263]: dLeyna: Exit
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:32 jackvk5 dbus-daemon[2292]: writing oom_score_adj error: Permission denied
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:32 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:32 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.215' (uid=1000 pid=2292 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:32 jackvk5 dbus-daemon[2323]: writing oom_score_adj error: Permission denied
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: dLeyna core version 0.7.0
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: [General settings]
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Never Quit: F
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Connector Name: dbus
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Port: 0
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Push host port: 0
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: [Logging settings]
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Log Type : 0
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Log Level: 0x13
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: [Network filtering settings]
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Enabled : F
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Entries: (null)
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Calling GetRenderers method
Feb 22 23:35:32 jackvk5 dleyna-renderer-service[2323]: Client :1.215 lost
Feb 22 23:35:32 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:32 jackvk5 dbus-daemon[2329]: writing oom_score_adj error: Permission denied
Feb 22 23:35:32 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.220' (uid=1000 pid=2329 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:33 jackvk5 dbus-daemon[2348]: writing oom_score_adj error: Permission denied
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: dLeyna core version 0.7.0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: [General settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Never Quit: F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Connector Name: dbus
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Push host port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: [Logging settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Log Type : 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Log Level: 0x13
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: [Network filtering settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Enabled : F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Entries: (null)
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Calling GetRenderers method
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: Client :1.220 lost
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:33 jackvk5 dbus-daemon[2354]: writing oom_score_adj error: Permission denied
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.224' (uid=1000 pid=2354 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:33 jackvk5 dbus-daemon[2373]: writing oom_score_adj error: Permission denied
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: dLeyna core version 0.7.0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: [General settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Never Quit: F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Connector Name: dbus
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Push host port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: [Logging settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Log Type : 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Log Level: 0x13
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: [Network filtering settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Enabled : F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Entries: (null)
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2373]: Client :1.224 lost
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:35:33 jackvk5 dbus-daemon[2379]: writing oom_score_adj error: Permission denied
Feb 22 23:35:33 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.228' (uid=1000 pid=2379 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:35:33 jackvk5 dbus-daemon[2399]: writing oom_score_adj error: Permission denied
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: dLeyna core version 0.7.0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: dleyna-renderer-service version 0.7.2
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: [General settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Never Quit: F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Connector Name: dbus
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Push host port: 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: [Logging settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Log Type : 0
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Log Level: 0x13
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: [Network filtering settings]
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Enabled : F
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2399]: Entries: (null)
Feb 22 23:35:33 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2348]: dLeyna: Exit
Feb 22 23:35:33 jackvk5 dleyna-renderer-service[2323]: dLeyna: Exit
Feb 22 23:35:34 jackvk5 dleyna-renderer-service[2399]: New media server /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:35:34 jackvk5 dleyna-renderer-service[2373]: dLeyna: Exit
Feb 22 23:35:39 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.114' (uid=0 pid=2405 comm="sudo pacman -Rs kdf ")
Feb 22 23:35:39 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:39 jackvk5 sudo[2405]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:39 jackvk5 audit[2405]: USER_ACCT pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:39 jackvk5 sudo[2405]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs kdf
Feb 22 23:35:39 jackvk5 audit[2405]: CRED_REFR pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:39 jackvk5 kernel: kauditd_printk_skb: 8 callbacks suppressed
Feb 22 23:35:39 jackvk5 kernel: audit: type=1101 audit(1645572939.746:224): pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:39 jackvk5 kernel: audit: type=1110 audit(1645572939.746:225): pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:39 jackvk5 sudo[2405]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:35:39 jackvk5 kernel: audit: type=1105 audit(1645572939.750:226): pid=2405 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:39 jackvk5 audit[2405]: USER_START pid=2405 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:41 jackvk5 sudo[2405]: pam_unix(sudo:session): session closed for user root
Feb 22 23:35:41 jackvk5 audit[2405]: USER_END pid=2405 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:41 jackvk5 audit[2405]: CRED_DISP pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:41 jackvk5 kernel: audit: type=1106 audit(1645572941.406:227): pid=2405 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:41 jackvk5 kernel: audit: type=1104 audit(1645572941.406:228): pid=2405 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:43 jackvk5 gnome-calendar[2067]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:35:43 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:35:43 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:43 jackvk5 kernel: audit: type=1131 audit(1645572943.710:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:35:43 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:43 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:43 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:35:43 jackvk5 kernel: audit: type=1334 audit(1645572943.750:230): prog-id=0 op=UNLOAD
Feb 22 23:35:43 jackvk5 kernel: audit: type=1334 audit(1645572943.750:231): prog-id=0 op=UNLOAD
Feb 22 23:35:43 jackvk5 kernel: audit: type=1334 audit(1645572943.750:232): prog-id=0 op=UNLOAD
Feb 22 23:35:46 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.115' (uid=0 pid=2419 comm="sudo pacman -Rs plasma-nm ")
Feb 22 23:35:46 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:46 jackvk5 sudo[2419]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:46 jackvk5 audit[2419]: USER_ACCT pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:46 jackvk5 sudo[2419]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs plasma-nm
Feb 22 23:35:46 jackvk5 audit[2419]: CRED_REFR pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:46 jackvk5 kernel: audit: type=1101 audit(1645572946.420:233): pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:46 jackvk5 kernel: audit: type=1110 audit(1645572946.420:234): pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:46 jackvk5 audit[2419]: USER_START pid=2419 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:46 jackvk5 sudo[2419]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:35:46 jackvk5 kernel: audit: type=1105 audit(1645572946.423:235): pid=2419 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:46 jackvk5 sudo[2419]: pam_unix(sudo:session): session closed for user root
Feb 22 23:35:46 jackvk5 audit[2419]: USER_END pid=2419 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:46 jackvk5 audit[2419]: CRED_DISP pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:46 jackvk5 kernel: audit: type=1106 audit(1645572946.436:236): pid=2419 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:46 jackvk5 kernel: audit: type=1104 audit(1645572946.436:237): pid=2419 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.116' (uid=0 pid=2421 comm="sudo pacman -Rs dolphin ")
Feb 22 23:35:52 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:52 jackvk5 sudo[2421]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:52 jackvk5 audit[2421]: USER_ACCT pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 sudo[2421]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs dolphin
Feb 22 23:35:52 jackvk5 kernel: audit: type=1101 audit(1645572952.896:238): pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 kernel: audit: type=1110 audit(1645572952.900:239): pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 audit[2421]: CRED_REFR pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 audit[2421]: USER_START pid=2421 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:52 jackvk5 sudo[2421]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:35:52 jackvk5 kernel: audit: type=1105 audit(1645572952.903:240): pid=2421 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:52 jackvk5 sudo[2421]: pam_unix(sudo:session): session closed for user root
Feb 22 23:35:52 jackvk5 audit[2421]: USER_END pid=2421 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:52 jackvk5 audit[2421]: CRED_DISP pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:52 jackvk5 kernel: audit: type=1106 audit(1645572952.916:241): pid=2421 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:52 jackvk5 kernel: audit: type=1104 audit(1645572952.916:242): pid=2421 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.117' (uid=0 pid=2424 comm="sudo pacman -Rs kate ")
Feb 22 23:35:57 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:57 jackvk5 sudo[2424]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:35:57 jackvk5 audit[2424]: USER_ACCT pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 sudo[2424]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs kate
Feb 22 23:35:57 jackvk5 audit[2424]: CRED_REFR pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 kernel: audit: type=1101 audit(1645572957.690:243): pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 kernel: audit: type=1110 audit(1645572957.690:244): pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 sudo[2424]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:35:57 jackvk5 audit[2424]: USER_START pid=2424 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:57 jackvk5 kernel: audit: type=1105 audit(1645572957.696:245): pid=2424 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:57 jackvk5 audit[2424]: USER_END pid=2424 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:57 jackvk5 audit[2424]: CRED_DISP pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:35:57 jackvk5 sudo[2424]: pam_unix(sudo:session): session closed for user root
Feb 22 23:35:57 jackvk5 kernel: audit: type=1106 audit(1645572957.706:246): pid=2424 uid=1000 auid=1000 ses=3 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'
Feb 22 23:35:57 jackvk5 kernel: audit: type=1104 audit(1645572957.706:247): pid=2424 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 kernel: gnome-calendar[2067]: segfault at 18 ip 00007fa63b258884 sp 00007ffcd3efb378 error 4 in libglib-2.0.so.0.7000.4[7fa63b1f1000+92000]
Feb 22 23:36:03 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:36:03 jackvk5 kernel: audit: type=1701 audit(1645572963.436:248): auid=1000 uid=1000 gid=1000 ses=3 pid=2067 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.440:249): prog-id=57 op=LOAD
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.440:250): prog-id=58 op=LOAD
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.440:251): prog-id=59 op=LOAD
Feb 22 23:36:03 jackvk5 audit[2067]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=2067 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=57 op=LOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=58 op=LOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=59 op=LOAD
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2431]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2441-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:03 jackvk5 systemd[1]: Started Process Core Dump (PID 2441/UID 0).
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2433]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2435]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2437]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2439]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2442]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[2445]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:36:03 jackvk5 kernel: audit: type=1130 audit(1645572963.473:252): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2441-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:36:03 jackvk5 nautilus[2435]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:36:03 jackvk5 systemd-coredump[2469]: Process 2067 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 2067:
                                                #0  0x00007fa63b258884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007fa63b20d902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000561d2baef931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000561d2baefc3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007fa634851d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007fa634851267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007fa63a342fce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007fa63a33cebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007fa63a359188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x0000561d2bad9e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007fa63a49c595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007fa63a4818dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007fa63b228f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007fa63b27f0d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007fa63b226485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007fa63a4606ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x0000561d2bad7525 main (gnome-calendar + 0x20525)
                                                #17 0x00007fa639e1b310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007fa639e1b3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x0000561d2bad760e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 2083:
                                                #0  0x00007fa639ef42af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa63b27f066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa63b226485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fa63b2264d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007fa63b258845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa639e7b5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa639f00584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2085:
                                                #0  0x00007fa639ef42af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa63b27f066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa63b228463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa63a48d15c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007fa63b258845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa639e7b5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa639f00584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2088:
                                                #0  0x00007fa639ef42af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa63b27f066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa63b228463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa63a6593c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007fa63b258845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa639e7b5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa639f00584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2097:
                                                #0  0x00007fa639ef42af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa63b27f066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa63b228463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa63a73661b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007fa63b258845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa639e7b5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa639f00584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2086:
                                                #0  0x00007fa639ef42af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa63b27f066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa63b226485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fa63b353ebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007fa63b258845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa639e7b5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa639f00584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:36:03 jackvk5 systemd[1]: systemd-coredump@3-2441-0.service: Deactivated successfully.
Feb 22 23:36:03 jackvk5 kernel: audit: type=1131 audit(1645572963.646:253): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2441-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:03 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2441-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2399]: Calling GetRenderers method
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2399]: Client :1.236 lost
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2399]: Lost /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.766:254): prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.766:255): prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 kernel: audit: type=1334 audit(1645572963.766:256): prog-id=0 op=UNLOAD
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2513]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2516]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:36:03 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.120' (uid=1000 pid=2513 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=60 op=LOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=61 op=LOAD
Feb 22 23:36:03 jackvk5 audit: BPF prog-id=62 op=LOAD
Feb 22 23:36:03 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:36:03 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:36:03 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:36:03 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.245' (uid=1000 pid=2516 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:36:03 jackvk5 dbus-daemon[2551]: writing oom_score_adj error: Permission denied
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: dLeyna core version 0.7.0
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: dleyna-renderer-service version 0.7.2
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: [General settings]
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Never Quit: F
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Connector Name: dbus
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Port: 0
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Push host port: 0
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: [Logging settings]
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Log Type : 0
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Log Level: 0x13
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: [Network filtering settings]
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Enabled : F
Feb 22 23:36:03 jackvk5 dleyna-renderer-service[2551]: Entries: (null)
Feb 22 23:36:03 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:36:04 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:36:04 jackvk5 dbus-daemon[2557]: writing oom_score_adj error: Permission denied
Feb 22 23:36:04 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:36:04 jackvk5 dleyna-renderer-service[2551]: Calling GetRenderers method
Feb 22 23:36:04 jackvk5 dleyna-renderer-service[2551]: Client :1.251 lost
Feb 22 23:36:04 jackvk5 dleyna-renderer-service[2399]: dLeyna: Exit
Feb 22 23:36:05 jackvk5 dleyna-renderer-service[2551]: dLeyna: Exit
Feb 22 23:36:33 jackvk5 gnome-calendar[2513]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:36:33 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:36:33 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:33 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:36:33 jackvk5 kernel: audit: type=1131 audit(1645572993.900:261): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:36:33 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:33 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:33 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:36:33 jackvk5 kernel: audit: type=1334 audit(1645572993.923:262): prog-id=0 op=UNLOAD
Feb 22 23:36:33 jackvk5 kernel: audit: type=1334 audit(1645572993.923:263): prog-id=0 op=UNLOAD
Feb 22 23:36:33 jackvk5 kernel: audit: type=1334 audit(1645572993.923:264): prog-id=0 op=UNLOAD
Feb 22 23:37:02 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.124' (uid=0 pid=2594 comm="sudo pacman -Rs - ")
Feb 22 23:37:02 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:37:02 jackvk5 sudo[2594]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:37:02 jackvk5 audit[2594]: USER_ACCT pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 sudo[2594]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Rs -
Feb 22 23:37:02 jackvk5 audit[2594]: CRED_REFR pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.125' (uid=0 pid=2593 comm="sudo pacman -Qdtq ")
Feb 22 23:37:02 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:37:02 jackvk5 sudo[2593]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:37:02 jackvk5 audit[2593]: USER_ACCT pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 sudo[2593]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Qdtq
Feb 22 23:37:02 jackvk5 audit[2593]: CRED_REFR pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1101 audit(1645573022.636:265): pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1110 audit(1645573022.636:266): pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1101 audit(1645573022.636:267): pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1110 audit(1645573022.636:268): pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1105 audit(1645573022.640:269): pid=2594 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 audit[2594]: USER_START pid=2594 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 sudo[2594]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:37:02 jackvk5 sudo[2593]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:37:02 jackvk5 audit[2593]: USER_START pid=2593 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1105 audit(1645573022.640:270): pid=2593 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 sudo[2593]: pam_unix(sudo:session): session closed for user root
Feb 22 23:37:02 jackvk5 audit[2593]: USER_END pid=2593 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 audit[2593]: CRED_DISP pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 sudo[2594]: pam_unix(sudo:session): session closed for user root
Feb 22 23:37:02 jackvk5 audit[2594]: USER_END pid=2594 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 audit[2594]: CRED_DISP pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1106 audit(1645573022.676:271): pid=2593 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1104 audit(1645573022.676:272): pid=2593 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1106 audit(1645573022.676:273): pid=2594 uid=1000 auid=1000 ses=3 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'
Feb 22 23:37:02 jackvk5 kernel: audit: type=1104 audit(1645573022.676:274): pid=2594 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2604]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2606]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2608]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2610]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2612]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2614]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2616]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2618]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[2620]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:37:14 jackvk5 audit[2513]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=2513 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:37:14 jackvk5 dbus-daemon[2608]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:37:14 jackvk5 kernel: gnome-calendar[2513]: segfault at 18 ip 00007f6aace9d884 sp 00007fff723d6698 error 4 in libglib-2.0.so.0.7000.4[7f6aace36000+92000]
Feb 22 23:37:14 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:37:14 jackvk5 kernel: audit: type=1701 audit(1645573034.880:275): auid=1000 uid=1000 gid=1000 ses=3 pid=2513 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:37:14 jackvk5 audit: BPF prog-id=63 op=LOAD
Feb 22 23:37:14 jackvk5 audit: BPF prog-id=64 op=LOAD
Feb 22 23:37:14 jackvk5 audit: BPF prog-id=65 op=LOAD
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:37:14 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-2696-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:14 jackvk5 systemd[1]: Started Process Core Dump (PID 2696/UID 0).
Feb 22 23:37:14 jackvk5 kernel: audit: type=1334 audit(1645573034.886:276): prog-id=63 op=LOAD
Feb 22 23:37:14 jackvk5 kernel: audit: type=1334 audit(1645573034.886:277): prog-id=64 op=LOAD
Feb 22 23:37:14 jackvk5 kernel: audit: type=1334 audit(1645573034.886:278): prog-id=65 op=LOAD
Feb 22 23:37:14 jackvk5 kernel: audit: type=1130 audit(1645573034.886:279): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-2696-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.259' (uid=1000 pid=2618 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:37:14 jackvk5 dbus-daemon[2716]: writing oom_score_adj error: Permission denied
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: dLeyna core version 0.7.0
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: dleyna-renderer-service version 0.7.2
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: [General settings]
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Never Quit: F
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Connector Name: dbus
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Port: 0
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Push host port: 0
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: [Logging settings]
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Log Type : 0
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Log Level: 0x13
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: [Network filtering settings]
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Enabled : F
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Entries: (null)
Feb 22 23:37:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Calling GetRenderers method
Feb 22 23:37:14 jackvk5 dleyna-renderer-service[2716]: Client :1.259 lost
Feb 22 23:37:15 jackvk5 systemd-coredump[2705]: Process 2513 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 2513:
                                                #0  0x00007f6aace9d884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007f6aace52902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000563af81bf931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000563af81bfc60 n/a (gnome-calendar + 0x38c60)
                                                #4  0x00007f6aa6496d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007f6aa6496267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007f6aabf87fce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007f6aabf81ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007f6aabf9e188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x0000563af81a9e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007f6aac0e1595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007f6aac0c68dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007f6aace6df13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007f6aacec40d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007f6aace6b485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007f6aac0a56ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x0000563af81a7525 main (gnome-calendar + 0x20525)
                                                #17 0x00007f6aaba60310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007f6aaba603c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x0000563af81a760e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 2535:
                                                #0  0x00007f6aabb392af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f6aacec4066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f6aace6b485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f6aacf98ebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007f6aace9d845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f6aabac05c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f6aabb45584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2546:
                                                #0  0x00007f6aabb392af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f6aacec4066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f6aace6d463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f6aac37b61b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007f6aace9d845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f6aabac05c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f6aabb45584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2534:
                                                #0  0x00007f6aabb392af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f6aacec4066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f6aace6d463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f6aac0d215c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007f6aace9d845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f6aabac05c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f6aabb45584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2542:
                                                #0  0x00007f6aabb392af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f6aacec4066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f6aace6d463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f6aac29e3c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007f6aace9d845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f6aabac05c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f6aabb45584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2532:
                                                #0  0x00007f6aabb392af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f6aacec4066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f6aace6b485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f6aace6b4d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007f6aace9d845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f6aabac05c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f6aabb45584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:37:15 jackvk5 systemd[1]: systemd-coredump@4-2696-0.service: Deactivated successfully.
Feb 22 23:37:15 jackvk5 kernel: audit: type=1131 audit(1645573035.043:280): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-2696-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:15 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-2696-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 kernel: audit: type=1334 audit(1645573035.150:281): prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 kernel: audit: type=1334 audit(1645573035.150:282): prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 kernel: audit: type=1334 audit(1645573035.150:283): prog-id=0 op=UNLOAD
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:15 jackvk5 dbus-daemon[2734]: writing oom_score_adj error: Permission denied
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:37:15 jackvk5 dbus-daemon[2737]: writing oom_score_adj error: Permission denied
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:37:15 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.130' (uid=1000 pid=2734 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=66 op=LOAD
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=67 op=LOAD
Feb 22 23:37:15 jackvk5 audit: BPF prog-id=68 op=LOAD
Feb 22 23:37:15 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:37:15 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:37:15 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:37:15 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.274' (uid=1000 pid=2737 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:37:15 jackvk5 dbus-daemon[2769]: writing oom_score_adj error: Permission denied
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: dLeyna core version 0.7.0
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: dleyna-renderer-service version 0.7.2
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: [General settings]
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Never Quit: F
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Connector Name: dbus
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Port: 0
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Push host port: 0
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: [Logging settings]
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Log Type : 0
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Log Level: 0x13
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: [Network filtering settings]
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Enabled : F
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Entries: (null)
Feb 22 23:37:15 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2769]: Client :1.274 lost
Feb 22 23:37:15 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:37:15 jackvk5 dleyna-renderer-service[2716]: dLeyna: Exit
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Successfully made thread 2901 of process 2773 owned by '1000' RT at priority 10.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:16 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:16 jackvk5 gnome-shell[703]: Source ID 7007 was not found when attempting to remove it
Feb 22 23:37:16 jackvk5 dleyna-renderer-service[2769]: dLeyna: Exit
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:18 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:41 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:41 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:37:45 jackvk5 gnome-calendar[2734]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:37:45 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:37:45 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:45 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:37:45 jackvk5 kernel: audit: type=1131 audit(1645573065.300:288): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:37:45 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:45 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:45 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:37:45 jackvk5 kernel: audit: type=1334 audit(1645573065.336:289): prog-id=0 op=UNLOAD
Feb 22 23:37:45 jackvk5 kernel: audit: type=1334 audit(1645573065.336:290): prog-id=0 op=UNLOAD
Feb 22 23:37:45 jackvk5 kernel: audit: type=1334 audit(1645573065.336:291): prog-id=0 op=UNLOAD
Feb 22 23:38:14 jackvk5 systemd[1]: Starting Cleanup of Temporary Directories...
Feb 22 23:38:14 jackvk5 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Feb 22 23:38:14 jackvk5 systemd[1]: Finished Cleanup of Temporary Directories.
Feb 22 23:38:14 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:38:14 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:38:14 jackvk5 kernel: audit: type=1130 audit(1645573094.773:292): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:38:14 jackvk5 kernel: audit: type=1131 audit(1645573094.773:293): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:39:05 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.143' (uid=0 pid=3139 comm="sudo pacman -Qi nvidia ")
Feb 22 23:39:05 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:39:05 jackvk5 audit[3139]: USER_ACCT pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:05 jackvk5 sudo[3139]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:39:05 jackvk5 sudo[3139]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Qi nvidia
Feb 22 23:39:05 jackvk5 audit[3139]: CRED_REFR pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:05 jackvk5 kernel: audit: type=1101 audit(1645573145.453:294): pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:05 jackvk5 kernel: audit: type=1110 audit(1645573145.453:295): pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:05 jackvk5 sudo[3139]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:39:05 jackvk5 audit[3139]: USER_START pid=3139 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:05 jackvk5 kernel: audit: type=1105 audit(1645573145.456:296): pid=3139 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:05 jackvk5 audit[3139]: USER_END pid=3139 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:05 jackvk5 audit[3139]: CRED_DISP pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:05 jackvk5 sudo[3139]: pam_unix(sudo:session): session closed for user root
Feb 22 23:39:05 jackvk5 kernel: audit: type=1106 audit(1645573145.470:297): pid=3139 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:05 jackvk5 kernel: audit: type=1104 audit(1645573145.470:298): pid=3139 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.144' (uid=0 pid=3141 comm="sudo pacman -Qi avahi ")
Feb 22 23:39:17 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:39:17 jackvk5 sudo[3141]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:39:17 jackvk5 audit[3141]: USER_ACCT pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 sudo[3141]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/pacman -Qi avahi
Feb 22 23:39:17 jackvk5 audit[3141]: CRED_REFR pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 kernel: audit: type=1101 audit(1645573157.193:299): pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 kernel: audit: type=1110 audit(1645573157.193:300): pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 sudo[3141]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:39:17 jackvk5 audit[3141]: USER_START pid=3141 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:17 jackvk5 kernel: audit: type=1105 audit(1645573157.200:301): pid=3141 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:17 jackvk5 sudo[3141]: pam_unix(sudo:session): session closed for user root
Feb 22 23:39:17 jackvk5 audit[3141]: USER_END pid=3141 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:17 jackvk5 audit[3141]: CRED_DISP pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:39:17 jackvk5 kernel: audit: type=1106 audit(1645573157.213:302): pid=3141 uid=1000 auid=1000 ses=3 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'
Feb 22 23:39:17 jackvk5 kernel: audit: type=1104 audit(1645573157.213:303): pid=3141 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:40:07 jackvk5 firefox.desktop[2773]: ###!!! [Parent][PImageBridgeParent] Error: RunMessage(msgname=PImageBridge::Msg_WillClose) Channel closing: too late to send/recv, messages will be lost
Feb 22 23:40:07 jackvk5 firefox.desktop[2860]: Sandbox: Unexpected EOF, op 0 flags 00 path /proc/cpuinfo
Feb 22 23:40:07 jackvk5 systemd[661]: app-gnome-firefox-2773.scope: Consumed 10.034s CPU time.
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3165]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3167]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3169]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3171]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3173]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 audit[2734]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=2734 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3176]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3178]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[3180]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 kernel: gnome-calendar[2734]: segfault at 18 ip 00007f9f32c24884 sp 00007ffed790f2d8 error 4 in libglib-2.0.so.0.7000.4[7f9f32bbd000+92000]
Feb 22 23:40:12 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:40:12 jackvk5 kernel: audit: type=1701 audit(1645573212.156:304): auid=1000 uid=1000 gid=1000 ses=3 pid=2734 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3184]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=69 op=LOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=70 op=LOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=71 op=LOAD
Feb 22 23:40:12 jackvk5 systemd[1]: Started Process Core Dump (PID 3175/UID 0).
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:40:12 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-3175-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.163:305): prog-id=69 op=LOAD
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.163:306): prog-id=70 op=LOAD
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.163:307): prog-id=71 op=LOAD
Feb 22 23:40:12 jackvk5 kernel: audit: type=1130 audit(1645573212.163:308): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-3175-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:40:12 jackvk5 dbus-daemon[3169]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:40:12 jackvk5 systemd-coredump[3187]: Process 2734 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 2734:
                                                #0  0x00007f9f32c24884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007f9f32bd9902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000563e68718931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000563e68718c3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007f9f2c21dd4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007f9f2c21d267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007f9f31d0efce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007f9f31d08ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007f9f31d25188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x0000563e68702e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007f9f31e68595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007f9f31e4d8dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007f9f32bf4f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007f9f32c4b0d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007f9f32bf2485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007f9f31e2c6ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x0000563e68700525 main (gnome-calendar + 0x20525)
                                                #17 0x00007f9f317e7310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007f9f317e73c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x0000563e6870060e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 2750:
                                                #0  0x00007f9f318c02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f9f32c4b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f9f32bf2485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f9f32bf24d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007f9f32c24845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f9f318475c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f9f318cc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2752:
                                                #0  0x00007f9f318c02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f9f32c4b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f9f32bf4463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f9f31e5915c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007f9f32c24845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f9f318475c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f9f318cc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2753:
                                                #0  0x00007f9f318c02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f9f32c4b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f9f32bf2485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f9f32d1febe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007f9f32c24845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f9f318475c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f9f318cc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2760:
                                                #0  0x00007f9f318c02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f9f32c4b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f9f32bf4463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f9f320253c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007f9f32c24845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f9f318475c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f9f318cc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 2764:
                                                #0  0x00007f9f318c02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f9f32c4b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f9f32bf4463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f9f3210261b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007f9f32c24845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f9f318475c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f9f318cc584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.287' (uid=1000 pid=3180 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3281]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: dLeyna core version 0.7.0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: dleyna-renderer-service version 0.7.2
Feb 22 23:40:12 jackvk5 systemd[1]: systemd-coredump@5-3175-0.service: Deactivated successfully.
Feb 22 23:40:12 jackvk5 kernel: audit: type=1131 audit(1645573212.360:309): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-3175-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:12 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-3175-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: [General settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Never Quit: F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Connector Name: dbus
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Push host port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: [Logging settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Log Type : 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Log Level: 0x13
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: [Network filtering settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Enabled : F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Entries: (null)
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Calling GetRenderers method
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3290]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dbus-daemon[3293]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3281]: Client :1.287 lost
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.149' (uid=1000 pid=3290 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.453:310): prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.453:311): prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 kernel: audit: type=1334 audit(1645573212.453:312): prog-id=0 op=UNLOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=72 op=LOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=73 op=LOAD
Feb 22 23:40:12 jackvk5 audit: BPF prog-id=74 op=LOAD
Feb 22 23:40:12 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:40:12 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:40:12 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:40:12 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.301' (uid=1000 pid=3293 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3332]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: dLeyna core version 0.7.0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: dleyna-renderer-service version 0.7.2
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: [General settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Never Quit: F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Connector Name: dbus
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Push host port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: [Logging settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Log Type : 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Log Level: 0x13
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: [Network filtering settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Enabled : F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Entries: (null)
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3332]: Client :1.301 lost
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3338]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.307' (uid=1000 pid=3338 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:40:12 jackvk5 dbus-daemon[3357]: writing oom_score_adj error: Permission denied
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: dLeyna core version 0.7.0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: dleyna-renderer-service version 0.7.2
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: [General settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Never Quit: F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Connector Name: dbus
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Push host port: 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: [Logging settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Log Type : 0
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Log Level: 0x13
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: [Network filtering settings]
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Enabled : F
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Entries: (null)
Feb 22 23:40:12 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:40:12 jackvk5 dleyna-renderer-service[3357]: Client :1.307 lost
Feb 22 23:40:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:13 jackvk5 dbus-daemon[3363]: writing oom_score_adj error: Permission denied
Feb 22 23:40:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3357]: dLeyna: Exit
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3281]: dLeyna: Exit
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3332]: dLeyna: Exit
Feb 22 23:40:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.311' (uid=1000 pid=3363 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:40:13 jackvk5 dbus-daemon[3384]: writing oom_score_adj error: Permission denied
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: dLeyna core version 0.7.0
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: dleyna-renderer-service version 0.7.2
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: [General settings]
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Never Quit: F
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Connector Name: dbus
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Port: 0
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Push host port: 0
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: [Logging settings]
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Log Type : 0
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Log Level: 0x13
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: [Network filtering settings]
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Enabled : F
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Entries: (null)
Feb 22 23:40:13 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:40:13 jackvk5 dleyna-renderer-service[3384]: Client :1.311 lost
Feb 22 23:40:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:40:14 jackvk5 dbus-daemon[3390]: writing oom_score_adj error: Permission denied
Feb 22 23:40:14 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:40:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:40:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.315' (uid=1000 pid=3390 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:40:14 jackvk5 dbus-daemon[3416]: writing oom_score_adj error: Permission denied
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: dLeyna core version 0.7.0
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: dleyna-renderer-service version 0.7.2
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: [General settings]
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Never Quit: F
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Connector Name: dbus
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Port: 0
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Push host port: 0
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: [Logging settings]
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Log Type : 0
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Log Level: 0x13
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: [Network filtering settings]
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Enabled : F
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Entries: (null)
Feb 22 23:40:14 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Calling GetRenderers method
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3416]: Client :1.315 lost
Feb 22 23:40:14 jackvk5 dleyna-renderer-service[3384]: dLeyna: Exit
Feb 22 23:40:15 jackvk5 dleyna-renderer-service[3416]: dLeyna: Exit
Feb 22 23:40:31 jackvk5 gnome-control-c[3421]: No permissions store proxy yet, come back later
Feb 22 23:40:42 jackvk5 gnome-calendar[3290]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:40:42 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:40:42 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 22 23:40:42 jackvk5 kernel: audit: type=1131 audit(1645573242.503:317): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:42 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:40:42 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:42 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:42 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:40:42 jackvk5 kernel: audit: type=1334 audit(1645573242.523:318): prog-id=0 op=UNLOAD
Feb 22 23:40:42 jackvk5 kernel: audit: type=1334 audit(1645573242.523:319): prog-id=0 op=UNLOAD
Feb 22 23:40:42 jackvk5 kernel: audit: type=1334 audit(1645573242.523:320): prog-id=0 op=UNLOAD
Feb 22 23:43:36 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: client bug: event processing lagging behind by 29ms, your system is too slow
Feb 22 23:45:27 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.157' (uid=0 pid=3469 comm="sudo dmesg ")
Feb 22 23:45:27 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:27 jackvk5 sudo[3469]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:31 jackvk5 sudo[3469]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=jackbo rhost=  user=jackbo
Feb 22 23:45:31 jackvk5 kernel: audit: type=1100 audit(1645573531.136:321): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 22 23:45:31 jackvk5 audit[3469]: USER_AUTH pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 22 23:45:36 jackvk5 audit[3469]: USER_AUTH pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 22 23:45:36 jackvk5 kernel: audit: type=1100 audit(1645573536.146:322): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 22 23:45:41 jackvk5 audit[3469]: USER_AUTH pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 audit[3469]: USER_ACCT pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 sudo[3469]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 22 23:45:41 jackvk5 audit[3469]: CRED_REFR pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 sudo[3469]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:45:41 jackvk5 audit[3469]: USER_START pid=3469 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1100 audit(1645573541.573:323): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1101 audit(1645573541.573:324): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1110 audit(1645573541.573:325): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1105 audit(1645573541.573:326): pid=3469 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:41 jackvk5 sudo[3469]: pam_unix(sudo:session): session closed for user root
Feb 22 23:45:41 jackvk5 audit[3469]: USER_END pid=3469 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:41 jackvk5 audit[3469]: CRED_DISP pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1106 audit(1645573541.630:327): pid=3469 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:41 jackvk5 kernel: audit: type=1104 audit(1645573541.630:328): pid=3469 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:44 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: client bug: event processing lagging behind by 28ms, your system is too slow
Feb 22 23:45:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.158' (uid=0 pid=3472 comm="sudo dmesg ")
Feb 22 23:45:45 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:45 jackvk5 sudo[3472]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:45 jackvk5 audit[3472]: USER_ACCT pid=3472 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:45 jackvk5 sudo[3472]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 22 23:45:45 jackvk5 audit[3472]: CRED_REFR pid=3472 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:45 jackvk5 kernel: audit: type=1101 audit(1645573545.406:329): pid=3472 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:45 jackvk5 kernel: audit: type=1110 audit(1645573545.406:330): pid=3472 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:45 jackvk5 sudo[3472]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:45:45 jackvk5 audit[3472]: USER_START pid=3472 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:45 jackvk5 kernel: audit: type=1105 audit(1645573545.410:331): pid=3472 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:45 jackvk5 sudo[3472]: pam_unix(sudo:session): session closed for user root
Feb 22 23:45:45 jackvk5 audit[3472]: USER_END pid=3472 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:45 jackvk5 audit[3472]: CRED_DISP pid=3472 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:45 jackvk5 kernel: audit: type=1106 audit(1645573545.420:332): pid=3472 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:52 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.159' (uid=0 pid=3477 comm="sudo dmesg ")
Feb 22 23:45:52 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:52 jackvk5 sudo[3477]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:45:52 jackvk5 audit[3477]: USER_ACCT pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:52 jackvk5 sudo[3477]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 22 23:45:52 jackvk5 audit[3477]: CRED_REFR pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:52 jackvk5 kernel: kauditd_printk_skb: 1 callbacks suppressed
Feb 22 23:45:52 jackvk5 kernel: audit: type=1101 audit(1645573552.553:334): pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:52 jackvk5 kernel: audit: type=1110 audit(1645573552.553:335): pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:52 jackvk5 sudo[3477]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 22 23:45:52 jackvk5 audit[3477]: USER_START pid=3477 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:52 jackvk5 kernel: audit: type=1105 audit(1645573552.560:336): pid=3477 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:52 jackvk5 sudo[3477]: pam_unix(sudo:session): session closed for user root
Feb 22 23:45:52 jackvk5 audit[3477]: USER_END pid=3477 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:52 jackvk5 audit[3477]: CRED_DISP pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:45:52 jackvk5 kernel: audit: type=1106 audit(1645573552.573:337): pid=3477 uid=1000 auid=1000 ses=3 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'
Feb 22 23:45:52 jackvk5 kernel: audit: type=1104 audit(1645573552.573:338): pid=3477 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3481]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3483]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3485]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3487]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3489]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3491]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3493]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3495]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[3497]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:46:29 jackvk5 audit[3290]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=3290 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:46:29 jackvk5 kernel: gnome-calendar[3290]: segfault at 18 ip 00007fabfe334884 sp 00007fff23090858 error 4 in libglib-2.0.so.0.7000.4[7fabfe2cd000+92000]
Feb 22 23:46:29 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 22 23:46:29 jackvk5 kernel: audit: type=1701 audit(1645573589.456:339): auid=1000 uid=1000 gid=1000 ses=3 pid=3290 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 22 23:46:29 jackvk5 audit: BPF prog-id=75 op=LOAD
Feb 22 23:46:29 jackvk5 audit: BPF prog-id=76 op=LOAD
Feb 22 23:46:29 jackvk5 audit: BPF prog-id=77 op=LOAD
Feb 22 23:46:29 jackvk5 kernel: audit: type=1334 audit(1645573589.470:340): prog-id=75 op=LOAD
Feb 22 23:46:29 jackvk5 kernel: audit: type=1334 audit(1645573589.470:341): prog-id=76 op=LOAD
Feb 22 23:46:29 jackvk5 kernel: audit: type=1334 audit(1645573589.470:342): prog-id=77 op=LOAD
Feb 22 23:46:29 jackvk5 systemd[1]: Started Process Core Dump (PID 3567/UID 0).
Feb 22 23:46:29 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-3567-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:46:29 jackvk5 kernel: audit: type=1130 audit(1645573589.473:343): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-3567-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:46:29 jackvk5 dbus-daemon[3485]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.327' (uid=1000 pid=3495 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:46:29 jackvk5 dbus-daemon[3585]: writing oom_score_adj error: Permission denied
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: dLeyna core version 0.7.0
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: dleyna-renderer-service version 0.7.2
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: [General settings]
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Never Quit: F
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Connector Name: dbus
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Port: 0
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Push host port: 0
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: [Logging settings]
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Log Type : 0
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Log Level: 0x13
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: [Network filtering settings]
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Enabled : F
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Entries: (null)
Feb 22 23:46:29 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:46:29 jackvk5 dleyna-renderer-service[3585]: Calling GetRenderers method
Feb 22 23:46:30 jackvk5 dleyna-renderer-service[3585]: Client :1.327 lost
Feb 22 23:46:30 jackvk5 systemd-coredump[3570]: Process 3290 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 3290:
                                                #0  0x00007fabfe334884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007fabfe2e9902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x0000560b032f0931 n/a (gnome-calendar + 0x38931)
                                                #3  0x0000560b032f0c3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007fabf792dd4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007fabf792d267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007fabfd41efce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007fabfd418ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007fabfd435188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x0000560b032dae87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007fabfd578595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007fabfd55d8dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007fabfe304f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007fabfe35b0d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007fabfe302485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007fabfd53c6ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x0000560b032d8525 main (gnome-calendar + 0x20525)
                                                #17 0x00007fabfcef7310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007fabfcef73c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x0000560b032d860e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 3313:
                                                #0  0x00007fabfcfd02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fabfe35b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fabfe302485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fabfe3024d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007fabfe334845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fabfcf575c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fabfcfdc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 3315:
                                                #0  0x00007fabfcfd02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fabfe35b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fabfe304463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fabfd56915c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007fabfe334845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fabfcf575c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fabfcfdc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 3316:
                                                #0  0x00007fabfcfd02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fabfe35b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fabfe302485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fabfe42febe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007fabfe334845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fabfcf575c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fabfcfdc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 3318:
                                                #0  0x00007fabfcfd02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fabfe35b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fabfe304463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fabfd7353c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007fabfe334845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fabfcf575c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fabfcfdc584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 3322:
                                                #0  0x00007fabfcfd02af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fabfe35b066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fabfe304463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fabfd81261b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007fabfe334845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fabfcf575c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fabfcfdc584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:46:30 jackvk5 kernel: audit: type=1131 audit(1645573590.433:344): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-3567-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:46:30 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-3567-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:46:30 jackvk5 systemd[1]: systemd-coredump@6-3567-0.service: Deactivated successfully.
Feb 22 23:46:30 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 kernel: audit: type=1334 audit(1645573590.590:345): prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 kernel: audit: type=1334 audit(1645573590.590:346): prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 kernel: audit: type=1334 audit(1645573590.590:347): prog-id=0 op=UNLOAD
Feb 22 23:46:30 jackvk5 dleyna-renderer-service[3585]: dLeyna: Exit
Feb 22 23:46:30 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:46:31 jackvk5 gnome-shell[703]: Timelines with detached actors are not supported
Feb 22 23:46:31 jackvk5 gnome-shell[703]: Received error from D-Bus search provider org.gnome.Calendar.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.302 was not provided by any .service files
Feb 22 23:46:31 jackvk5 gnome-shell[703]: Received error from D-Bus search provider org.gnome.Photos.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.327 was not provided by any .service files
Feb 22 23:46:33 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Successfully made thread 3754 of process 3623 owned by '1000' RT at priority 10.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:33 jackvk5 gnome-shell[703]: Source ID 12513 was not found when attempting to remove it
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:33 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:34 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:54 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:46:54 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:06 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:06 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:06 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:06 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:07 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:07 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:07 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:07 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:10 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:10 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:10 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:47:10 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:48:39 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: client bug: event processing lagging behind by 24ms, your system is too slow
Feb 22 23:48:41 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: client bug: event processing lagging behind by 24ms, your system is too slow
Feb 22 23:48:46 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: client bug: event processing lagging behind by 31ms, your system is too slow
Feb 22 23:48:46 jackvk5 gnome-shell[703]: libinput error: event19 - Logitech K400 Plus: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
Feb 22 23:53:20 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:20 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:23 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:23 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:29 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:29 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:46 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:46 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:47 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:47 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:47 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:47 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:54 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:53:54 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4441]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Nautilus' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4443]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4445]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4447]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Calendar' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4449]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4451]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.clocks' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4453]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4455]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:24 jackvk5 dbus-daemon[4457]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[4461]: writing oom_score_adj error: Permission denied
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.clocks'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Nautilus'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:55:24 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.187' (uid=1000 pid=4451 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 22 23:55:24 jackvk5 audit: BPF prog-id=78 op=LOAD
Feb 22 23:55:24 jackvk5 audit: BPF prog-id=79 op=LOAD
Feb 22 23:55:24 jackvk5 audit: BPF prog-id=80 op=LOAD
Feb 22 23:55:24 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 22 23:55:24 jackvk5 kernel: audit: type=1334 audit(1645574124.873:348): prog-id=78 op=LOAD
Feb 22 23:55:24 jackvk5 kernel: audit: type=1334 audit(1645574124.873:349): prog-id=79 op=LOAD
Feb 22 23:55:24 jackvk5 kernel: audit: type=1334 audit(1645574124.873:350): prog-id=80 op=LOAD
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 22 23:55:24 jackvk5 nautilus[4445]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 22 23:55:24 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 22 23:55:24 jackvk5 systemd[1]: Started Time & Date Service.
Feb 22 23:55:24 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:55:24 jackvk5 kernel: audit: type=1130 audit(1645574124.910:351): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Calendar'
Feb 22 23:55:24 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.350' (uid=1000 pid=4457 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:55:25 jackvk5 dbus-daemon[4567]: writing oom_score_adj error: Permission denied
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: dLeyna core version 0.7.0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: dleyna-renderer-service version 0.7.2
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: [General settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Never Quit: F
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Connector Name: dbus
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Port: 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Push host port: 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: [Logging settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Log Type : 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Log Level: 0x13
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: [Network filtering settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Enabled : F
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Entries: (null)
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:25 jackvk5 dbus-daemon[4573]: writing oom_score_adj error: Permission denied
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4567]: Client :1.366 lost
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='org.gnome.Photos' requested by ':1.10' (uid=1000 pid=703 comm="/usr/bin/gnome-shell ")
Feb 22 23:55:25 jackvk5 dbus-daemon[4595]: writing oom_score_adj error: Permission denied
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'org.gnome.Photos'
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Activating service name='com.intel.dleyna-renderer' requested by ':1.369' (uid=1000 pid=4595 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 22 23:55:25 jackvk5 dbus-daemon[4614]: writing oom_score_adj error: Permission denied
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: dLeyna core version 0.7.0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: dleyna-renderer-service version 0.7.2
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: [General settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Never Quit: F
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Connector Name: dbus
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Port: 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Push host port: 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: [Logging settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Log Type : 0
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Log Level: 0x13
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: [Network filtering settings]
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Enabled : F
Feb 22 23:55:25 jackvk5 dleyna-renderer-service[4614]: Entries: (null)
Feb 22 23:55:25 jackvk5 dbus-daemon[683]: [session uid=1000 pid=683] Successfully activated service 'com.intel.dleyna-renderer'
Feb 22 23:55:25 jackvk5 systemd[661]: Started Application launched by gnome-shell.
Feb 22 23:55:26 jackvk5 dleyna-renderer-service[4614]: New media server /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:55:26 jackvk5 dleyna-renderer-service[4567]: dLeyna: Exit
Feb 22 23:55:54 jackvk5 gnome-calendar[4451]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 22 23:55:54 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 22 23:55:54 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:55:54 jackvk5 kernel: audit: type=1131 audit(1645574154.946:352): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:55:54 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:55:54 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:55:54 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:55:54 jackvk5 kernel: audit: type=1334 audit(1645574154.976:353): prog-id=0 op=UNLOAD
Feb 22 23:55:54 jackvk5 kernel: audit: type=1334 audit(1645574154.976:354): prog-id=0 op=UNLOAD
Feb 22 23:55:54 jackvk5 kernel: audit: type=1334 audit(1645574154.976:355): prog-id=0 op=UNLOAD
Feb 22 23:55:59 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:55:59 jackvk5 rtkit-daemon[764]: Supervising 4 threads of 2 processes of 1 users.
Feb 22 23:56:14 jackvk5 systemd[661]: app-gnome-gnome\x2dsystem\x2dmonitor-4618.scope: Consumed 2.298s CPU time.
Feb 22 23:56:18 jackvk5 firefox.desktop[3623]: ###!!! [Parent][PImageBridgeParent] Error: RunMessage(msgname=PImageBridge::Msg_WillClose) Channel closing: too late to send/recv, messages will be lost
Feb 22 23:56:19 jackvk5 systemd[661]: app-gnome-firefox-3623.scope: Consumed 55.963s CPU time.
Feb 22 23:56:27 jackvk5 kernel: rfkill: input handler enabled
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME session X11 services.
Feb 22 23:56:27 jackvk5 gnome-shell[703]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 22 23:56:27 jackvk5 evolution-alarm[922]: Error reading events from display: Broken pipe
Feb 22 23:56:27 jackvk5 gnome-terminal-[1147]: Error reading events from display: Broken pipe
Feb 22 23:56:27 jackvk5 gnome-calendar[4451]: Error reading events from display: Broken pipe
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped GNOME XSettings service.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Wayland Session (session: gnome).
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME session X11 services.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target Current graphical user session.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Session.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Wayland Session.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Session (session: gnome).
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME accessibility target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME color management target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME date & time target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME maintenance of expirable data target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME keyboard configuration target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME keyboard shortcuts target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME power management target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME printer notifications target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME RFKill support target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME FreeDesktop screensaver target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME file sharing target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME smartcard target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME sound sample caching target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME USB protection target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Wacom tablet support target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME XSettings target.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Session is initialized.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped target GNOME Shell.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopping GNOME Terminal Server...
Feb 22 23:56:27 jackvk5 systemd[661]: Stopping GNOME Shell on Wayland...
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped GNOME Session Manager (session: gnome).
Feb 22 23:56:27 jackvk5 systemd[661]: vte-spawn-4f22532e-9eb6-412f-9958-b50934520896.scope: Consumed 3.209s CPU time.
Feb 22 23:56:27 jackvk5 systemd[661]: gnome-terminal-server.service: Main process exited, code=exited, status=1/FAILURE
Feb 22 23:56:27 jackvk5 systemd[661]: gnome-terminal-server.service: Failed with result 'exit-code'.
Feb 22 23:56:27 jackvk5 systemd[661]: Stopped GNOME Terminal Server.
Feb 22 23:56:27 jackvk5 systemd[661]: gnome-terminal-server.service: Consumed 14.344s CPU time.
Feb 22 23:56:27 jackvk5 systemd[661]: app-gnome-gnome\x2dsoftware\x2dservice-933.scope: Consumed 1.120s CPU time.
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_remove: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_remove: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: meta_later_add: assertion 'display' failed
Feb 22 23:56:27 jackvk5 gnome-shell[703]: clutter_actor_iter_next: assertion 'ri->age == ri->root->priv->age' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: instance of invalid non-instantiatable type '(null)'
Feb 22 23:56:28 jackvk5 gnome-shell[703]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was notify on NMDeviceEthernet 0x55cb4c70a310.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was notify on NMDeviceWifi 0x55cb4c70c250.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was notify on NMActiveConnection 0x55cb4c714180.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was state-changed on NMDeviceEthernet 0x55cb4c70a310.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was state-changed on NMDeviceWifi 0x55cb4c70c250.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 audit[703]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=703 comm="gnome-shell" exe="/usr/bin/gnome-shell" sig=11 res=1
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: == Stack trace for context 0x55cb4ae6c180 ==
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was destroy on StWidget 0x55cb4b9d69e0.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was destroy on StBoxLayout 0x55cb4b9d8990.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked.
Feb 22 23:56:28 jackvk5 gnome-shell[703]: The offending signal was destroy on Gjs_ui_panel_Panel 0x55cb4be22170.
Feb 22 23:56:28 jackvk5 kernel: gnome-shell[703]: segfault at 1 ip 0000000000000001 sp 00007ffd420173b8 error 14
Feb 22 23:56:28 jackvk5 kernel: Code: Unable to access opcode bytes at RIP 0xffffffffffffffd7.
Feb 22 23:56:28 jackvk5 kernel: audit: type=1701 audit(1645574188.130:356): auid=1000 uid=1000 gid=1000 ses=3 pid=703 comm="gnome-shell" exe="/usr/bin/gnome-shell" sig=11 res=1
Feb 22 23:56:28 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 22 23:56:28 jackvk5 audit: BPF prog-id=81 op=LOAD
Feb 22 23:56:28 jackvk5 audit: BPF prog-id=82 op=LOAD
Feb 22 23:56:28 jackvk5 audit: BPF prog-id=83 op=LOAD
Feb 22 23:56:28 jackvk5 systemd[1]: Started Process Core Dump (PID 4746/UID 0).
Feb 22 23:56:28 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@7-4746-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:28 jackvk5 rtkit-daemon[764]: Successfully made thread 4747 of process 756 owned by '1000' RT at priority 5.
Feb 22 23:56:28 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:56:28 jackvk5 kernel: audit: type=1334 audit(1645574188.133:357): prog-id=81 op=LOAD
Feb 22 23:56:28 jackvk5 kernel: audit: type=1334 audit(1645574188.133:358): prog-id=82 op=LOAD
Feb 22 23:56:28 jackvk5 kernel: audit: type=1334 audit(1645574188.133:359): prog-id=83 op=LOAD
Feb 22 23:56:28 jackvk5 kernel: audit: type=1130 audit(1645574188.133:360): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@7-4746-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:28 jackvk5 systemd-coredump[4748]: Process 703 (gnome-shell) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module ISO8859-1.so with build-id da3a0068e900cb1220f67ca88be41d6872dd3f4c
                                                Module libcanberra-gtk-module.so with build-id 72bd14fd5ba4fb0eda082b3daeccc80b796a5586
                                                Module libgioremote-volume-monitor.so with build-id f2f66164d1e8f84b4cec939881fc55e9d8aa5a30
                                                Module libcrypt.so.2 with build-id 5d45bdae438c16d52364b23d70bd5041ad070b0b
                                                Module libaccountsservice.so.0 with build-id a1e86168aecdb011f47f673bd4dd8bf24b36712b
                                                Module libopus.so.0 with build-id 35fafc4024675e9cfe57c7d50c3965eac6bac358
                                                Module libFLAC.so.8 with build-id d3c01b1bab8e878ff3928ba64a5817506bad1aa6
                                                Module libvorbisenc.so.2 with build-id 28ed815b8b1d322e6bf2bfdce4b0af2789b74335
                                                Module libasyncns.so.0 with build-id 6acff139d56b5139ce5eb50a66c62b215e1d332d
                                                Module libsndfile.so.1 with build-id 72d5531e74ed3e9afe49e95e449c40cb8984a258
                                                Module libpulsecommon-15.0.so with build-id 1ff39f66b974fdf20be485f556b48ff4e6c33868
                                                Module libpulse-mainloop-glib.so.0 with build-id 89884371a0b7d331838705932ec842f08c85a0bc
                                                Module libpulse.so.0 with build-id b145e13bdb30c8327de7882ec9976fab38bc3e4a
                                                Module libgvc.so with build-id 1c2982cb3b7343c2a8a15894c98324b62fabc374
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libcanberra-gtk3.so.0 with build-id 133409dc3e744fe0edc6a4d078714dce82dacf98
                                                Module libgnome-bluetooth.so.13 with build-id f047cec315438bb7f38e51f7d9925d391f8a4697
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module librsvg-2.so.2 with build-id ee2b5961f905a5f62b70dc6222968aaca76a0d81
                                                Module libpixbufloader-svg.so with build-id d31f1f5a38b6d6ef3a41361bd59a05b82bf8900d
                                                Module libgdm.so.1 with build-id b7e631db48b12a181fd7fe9742d2d720c97a9dbd
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libibus-1.0.so.5 with build-id 8d43fdd351cf9c9678c8f4eba4fc3be59a4e255b
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libspa-journal.so with build-id 06592895de2df06a6c5352f10df43acc1c06fc74
                                                Module libspa-support.so with build-id 616a8aeaf15a6f76012067b6f495936d212b3aa5
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libxshmfence.so.1 with build-id 8876d9ccf620858795724ca24b9e567585a77cec
                                                Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                Module libxcb-present.so.0 with build-id 68f5465258750e2397b1333b3ffc01ee33caa4e1
                                                Module libxcb-dri3.so.0 with build-id 9407a2480e09dc5a1dd9d9a0652fa8d32b328c91
                                                Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                Module libxcb-dri2.so.0 with build-id 2dd6e65129a809dab828a1d26215a3f7a363fcc8
                                                Module libglapi.so.0 with build-id 9331aed5060062bcfafd463d36506312fab59549
                                                Module libEGL_mesa.so.0 with build-id e8cd93d71d40a0da4cf1175e455840fe57b887ed
                                                Module libnvidia-egl-gbm.so.1 with build-id e0818354660c8a99ce2f72bda50cf4a2eae7bd7d
                                                Module libnvidia-eglcore.so.510.54 with build-id 268f01c1ec0dd7f386f7d4adc77e577943432c26
                                                Module libnvidia-egl-wayland.so.1 with build-id 7026a2a5082aff391d23ed5af4678c543383f2d9
                                                Module libnvidia-glsi.so.510.54 with build-id 6e562292b666f11bb7f2759532ae2c7efcd0d8b5
                                                Module libEGL_nvidia.so.0 with build-id e5b0f6f6126cc13ca595af6a7a84ab1c626b9150
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libmtdev.so.1 with build-id 0cea2a842ae9a0ef02a08477076caab0e5ac5e42
                                                Module libuuid.so.1 with build-id cc94de1b28210d2b06109bd76c198c80f518aad6
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                Module libltdl.so.7 with build-id 04a5ffeff80ecdfcb5f7ff2d889b5a3ecfb88d7c
                                                Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libncursesw.so.6 with build-id 1f873ddb2c32ab39d0b7d8646d03680ffe99de7c
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libxkbregistry.so.0 with build-id 5399cfc9f0fcab753caa3ce5846829f282b27b12
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libGLESv2.so.2 with build-id 60702bece6c583d41116a85e1d5b3c096a28d3d7
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libinput.so.10 with build-id 1303998925dd344a6a55546c2f9ce6b936c97cb7
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libxcb-res.so.0 with build-id b825f66a75478fd00eeb4c57ecb0ac7792e00f5e
                                                Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                Module libxkbfile.so.1 with build-id de5e415879c20263a8dd42f8cf2dd88107c2bfb2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libpipewire-0.3.so.0 with build-id 86eb6e31f49d742ad29649c758f4b736b346a35d
                                                Module libstartup-notification-1.so.0 with build-id c31cad1791f13615a8f6c9ec025e1a3c3eef7736
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615
                                                Module libwacom.so.9 with build-id 7e303135e132c1d883060092e9b4cc5971a94378
                                                Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libreadline.so.8 with build-id 03c124180216a8077784ca035346856bd16060b9
                                                Module libmozjs-78.so with build-id c1888cc29615fc9295acb31413905b90d8a24897
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libgnome-desktop-3.so.19 with build-id 1e1070e9acfb96ee171cb8de0996b4eba36bbb72
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libnm.so.0 with build-id 69516ecc6b9218ee63702c642e8a3ff8392d9c42
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libpolkit-gobject-1.so.0 with build-id 66ceb6e9e5cd63b9aa6b6dcaf891522aee329a39
                                                Module libpolkit-agent-1.so.0 with build-id e72b156b9d71ee924cdf78ae45811bdc7626f09e
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module libgraphene-1.0.so.0 with build-id 3a967a1f87378940d58d44a233dec7239760884d
                                                Module libmutter-cogl-9.so.0 with build-id 68837c2027cc42a855bdb555e3e09feecb5236ca
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libst-1.0.so with build-id ff9da8eac3336f3d81afc0034d0b247ab2ff5d06
                                                Module libgnome-shell-menu.so with build-id af14dd839cce574a2e7d41ba0528eac629780d9a
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libmutter-9.so.0 with build-id 5c39533f9517facca7354df46823f02bdb100cba
                                                Module libgirepository-1.0.so.1 with build-id f851c06abfa29780d13693655d4ef65bc23eeb04
                                                Module libmutter-cogl-pango-9.so.0 with build-id 594cb1060f60c3571f8595d148ac2f6601f5e90c
                                                Module libmutter-clutter-9.so.0 with build-id 3e0bf3bdcba911d3003151b701121de4c4eae0da
                                                Module libgjs.so.0 with build-id 23355d62a0e82bfea4a27bd83f0cdd4fe85339d9
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libgnome-shell.so with build-id 2dd3319114a982e5bc223092992ddd6e18418434
                                                Module gnome-shell with build-id d65e4db17736bf78fbb79658d0a44a9086c4233e
                                                Stack trace of thread 703:
                                                #0  0x0000000000000001 n/a (n/a + 0x0)
                                                ELF object binary architecture: AMD x86-64
Feb 22 23:56:29 jackvk5 systemd[1]: systemd-coredump@7-4746-0.service: Deactivated successfully.
Feb 22 23:56:29 jackvk5 kernel: audit: type=1131 audit(1645574189.016:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@7-4746-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:29 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@7-4746-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:29 jackvk5 polkitd[767]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.21, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Feb 22 23:56:29 jackvk5 systemd[661]: org.gnome.Shell@wayland.service: Main process exited, code=dumped, status=11/SEGV
Feb 22 23:56:29 jackvk5 systemd[661]: org.gnome.Shell@wayland.service: Failed with result 'core-dump'.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped GNOME Shell on Wayland.
Feb 22 23:56:29 jackvk5 systemd[661]: org.gnome.Shell@wayland.service: Triggering OnFailure= dependencies.
Feb 22 23:56:29 jackvk5 systemd[661]: org.gnome.Shell@wayland.service: Consumed 2min 16.529s CPU time.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped target GNOME Session Manager is ready.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped target Tasks to be run before GNOME Session starts.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped target Session services which should run early before the graphical session is brought up.
Feb 22 23:56:29 jackvk5 systemd[661]: Reached target Shutdown running GNOME Session.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopping Monitor Session leader for GNOME Session...
Feb 22 23:56:29 jackvk5 systemd[661]: Starting Restart DBus after GNOME Session shutdown...
Feb 22 23:56:29 jackvk5 systemd[661]: Disable GNOME Shell extensions after failure was skipped because of a failed condition check (ConditionPathExists=/run/user/1000/gnome-shell-disable-extensions).
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped target Shutdown running GNOME Session.
Feb 22 23:56:29 jackvk5 systemd[661]: Reached target Shutdown running GNOME Session.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped target Shutdown running GNOME Session.
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped Monitor Session leader for GNOME Session.
Feb 22 23:56:29 jackvk5 systemd[661]: Started Restart DBus after GNOME Session shutdown.
Feb 22 23:56:29 jackvk5 sddm-helper[659]: [PAM] Closing session
Feb 22 23:56:29 jackvk5 sddm-helper[659]: pam_unix(sddm:session): session closed for user jackbo
Feb 22 23:56:29 jackvk5 gvfsd[713]: A connection to the bus can't be made
Feb 22 23:56:29 jackvk5 audit[659]: USER_END pid=659 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=jackvk5 addr=? terminal=/dev/tty2 res=success'
Feb 22 23:56:29 jackvk5 audit[659]: CRED_DISP pid=659 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=jackvk5 addr=? terminal=/dev/tty2 res=success'
Feb 22 23:56:29 jackvk5 systemd[661]: Stopping D-Bus User Message Bus...
Feb 22 23:56:29 jackvk5 sddm-helper[659]: [PAM] Ended.
Feb 22 23:56:29 jackvk5 evolution-calen[776]: Error setting property 'ConnectionStatus' on interface org.gnome.evolution.dataserver.Source: The connection is closed (g-io-error-quark, 18)
Feb 22 23:56:29 jackvk5 evolution-addre[806]: Error setting property 'ConnectionStatus' on interface org.gnome.evolution.dataserver.Source: The connection is closed (g-io-error-quark, 18)
Feb 22 23:56:29 jackvk5 sddm[555]: Auth: sddm-helper exited successfully
Feb 22 23:56:29 jackvk5 sddm[555]: Socket server stopping...
Feb 22 23:56:29 jackvk5 sddm[555]: Socket server stopped.
Feb 22 23:56:29 jackvk5 sddm[555]: Display server stopping...
Feb 22 23:56:29 jackvk5 tracker-miner-f[1227]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Feb 22 23:56:29 jackvk5 tracker-miner-f[1227]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Feb 22 23:56:29 jackvk5 tracker-miner-f[1227]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Feb 22 23:56:29 jackvk5 tracker-miner-f[1227]: Owner of volume monitor org.gtk.vfs.GoaVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Feb 22 23:56:29 jackvk5 pulseaudio[756]: Lost I/O connection in module "module-gsettings"
Feb 22 23:56:29 jackvk5 tracker-miner-f[1227]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Feb 22 23:56:29 jackvk5 systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
Feb 22 23:56:29 jackvk5 kernel: audit: type=1106 audit(1645574189.063:362): pid=659 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=jackvk5 addr=? terminal=/dev/tty2 res=success'
Feb 22 23:56:29 jackvk5 kernel: audit: type=1104 audit(1645574189.063:363): pid=659 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=jackvk5 addr=? terminal=/dev/tty2 res=success'
Feb 22 23:56:29 jackvk5 dleyna-renderer-service[4614]: Lost /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 22 23:56:29 jackvk5 systemd[1]: session-2.scope: Deactivated successfully.
Feb 22 23:56:29 jackvk5 systemd-logind[535]: Session 2 logged out. Waiting for processes to exit.
Feb 22 23:56:29 jackvk5 systemd[661]: obex.service: Main process exited, code=exited, status=1/FAILURE
Feb 22 23:56:29 jackvk5 systemd[661]: obex.service: Failed with result 'exit-code'.
Feb 22 23:56:29 jackvk5 systemd-logind[535]: Removed session 2.
Feb 22 23:56:29 jackvk5 sddm[555]: Display server stopped.
Feb 22 23:56:29 jackvk5 sddm[555]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Feb 22 23:56:29 jackvk5 sddm[555]: Removing display ":0" ...
Feb 22 23:56:29 jackvk5 sddm[555]: Adding new display on vt 1 ...
Feb 22 23:56:29 jackvk5 sddm[555]: Loading theme configuration from ""
Feb 22 23:56:29 jackvk5 sddm[555]: Display server starting...
Feb 22 23:56:29 jackvk5 sddm[555]: Adding cookie to "/var/run/sddm/{798dce27-37dd-4465-b598-ee65f5a27ac0}"
Feb 22 23:56:29 jackvk5 sddm[555]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{798dce27-37dd-4465-b598-ee65f5a27ac0} -noreset -displayfd 18
Feb 22 23:56:29 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:56:29 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:56:29 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:56:29 jackvk5 kernel: audit: type=1334 audit(1645574189.086:364): prog-id=0 op=UNLOAD
Feb 22 23:56:29 jackvk5 systemd[661]: Stopped D-Bus User Message Bus.
Feb 22 23:56:29 jackvk5 systemd[661]: dbus.service: Consumed 24.017s CPU time.
Feb 22 23:56:29 jackvk5 pulseaudio[756]: Error opening PCM device iec958:2: No such file or directory
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Feb 22 23:56:29 jackvk5 bluetoothd[560]: Endpoint unregistered: sender=:1.52 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Feb 22 23:56:29 jackvk5 tracker-miner-fs-3[1227]: OK
Feb 22 23:56:31 jackvk5 sddm[555]: Setting default cursor
Feb 22 23:56:31 jackvk5 sddm[555]: Could not setup default cursor
Feb 22 23:56:31 jackvk5 sddm[555]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Feb 22 23:56:31 jackvk5 sddm[555]: Display server started.
Feb 22 23:56:31 jackvk5 sddm[555]: Socket server starting...
Feb 22 23:56:31 jackvk5 sddm[555]: Socket server started.
Feb 22 23:56:31 jackvk5 sddm[555]: Loading theme configuration from ""
Feb 22 23:56:31 jackvk5 sddm[555]: Greeter starting...
Feb 22 23:56:31 jackvk5 sddm-helper[4772]: [PAM] Starting...
Feb 22 23:56:31 jackvk5 audit[4772]: USER_AUTH pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 audit[4772]: USER_ACCT pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 audit[4772]: CRED_ACQ pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 sddm-helper[4772]: [PAM] Authenticating...
Feb 22 23:56:31 jackvk5 sddm-helper[4772]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Feb 22 23:56:31 jackvk5 sddm-helper[4772]: [PAM] returning.
Feb 22 23:56:31 jackvk5 systemd[1]: Created slice User Slice of UID 967.
Feb 22 23:56:31 jackvk5 systemd[1]: Starting User Runtime Directory /run/user/967...
Feb 22 23:56:31 jackvk5 systemd-logind[535]: New session c2 of user sddm.
Feb 22 23:56:31 jackvk5 systemd[1]: Finished User Runtime Directory /run/user/967.
Feb 22 23:56:31 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 systemd[1]: Starting User Manager for UID 967...
Feb 22 23:56:31 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.201' (uid=0 pid=4774 comm="(systemd) ")
Feb 22 23:56:31 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:31 jackvk5 systemd[4774]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:31 jackvk5 audit[4774]: USER_ACCT pid=4774 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 audit[4774]: CRED_ACQ pid=4774 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:56:31 jackvk5 audit[4774]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffcddb74fd0 a2=3 a3=0 items=0 ppid=1 pid=4774 auid=967 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:56:31 jackvk5 audit: PROCTITLE proctitle="(systemd)"
Feb 22 23:56:31 jackvk5 systemd[4774]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:56:31 jackvk5 systemd[4774]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by (uid=0)
Feb 22 23:56:31 jackvk5 systemd[4774]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 22 23:56:31 jackvk5 audit[4774]: USER_START pid=4774 uid=0 auid=967 ses=4 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="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:31 jackvk5 audit: BPF prog-id=84 op=LOAD
Feb 22 23:56:31 jackvk5 audit[4774]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedbccce00 a2=78 a3=7ffedbccce00 items=0 ppid=1 pid=4774 auid=967 uid=967 gid=967 euid=967 suid=967 fsuid=967 egid=967 sgid=967 fsgid=967 tty=(none) ses=4 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:56:31 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Feb 22 23:56:31 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:56:32 jackvk5 systemd[4774]: Queued start job for default target Main User Target.
Feb 22 23:56:32 jackvk5 systemd[4774]: Created slice User Application Slice.
Feb 22 23:56:32 jackvk5 systemd[4774]: Reached target Paths.
Feb 22 23:56:32 jackvk5 systemd[4774]: Reached target Timers.
Feb 22 23:56:32 jackvk5 systemd[4774]: Starting D-Bus User Message Bus Socket...
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GnuPG network certificate management daemon.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GCR ssh-agent wrapper.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on p11-kit server.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on PipeWire Multimedia System Socket.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on Sound System.
Feb 22 23:56:32 jackvk5 systemd[4774]: Listening on D-Bus User Message Bus Socket.
Feb 22 23:56:32 jackvk5 systemd[4774]: Reached target Sockets.
Feb 22 23:56:32 jackvk5 systemd[4774]: Reached target Basic System.
Feb 22 23:56:32 jackvk5 systemd[1]: Started User Manager for UID 967.
Feb 22 23:56:32 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:32 jackvk5 systemd[4774]: Starting Update XDG user dir configuration...
Feb 22 23:56:32 jackvk5 systemd[1]: Started Session c2 of User sddm.
Feb 22 23:56:32 jackvk5 systemd[4774]: Finished Update XDG user dir configuration.
Feb 22 23:56:32 jackvk5 systemd[4774]: Reached target Main User Target.
Feb 22 23:56:32 jackvk5 systemd[4774]: Startup finished in 50ms.
Feb 22 23:56:32 jackvk5 audit[4772]: USER_START pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:56:32 jackvk5 sddm[555]: Greeter session started successfully
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: High-DPI autoscaling not Enabled
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/wayland-sessions/gnome.desktop"
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/xsessions/gnome-classic.desktop"
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/xsessions/gnome-xorg.desktop"
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/xsessions/gnome.desktop"
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Loading theme configuration from "qrc:/theme/theme.conf"
Feb 22 23:56:32 jackvk5 systemd[4774]: Started D-Bus User Message Bus.
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Connected to the daemon.
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: QFont::fromString: Invalid description '(empty)'
Feb 22 23:56:32 jackvk5 sddm[555]: Message received from greeter: Connect
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Loading qrc:/theme/Main.qml...
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Adding view for "DP-2" QRect(0,0 3840x2160)
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Message received from daemon: Capabilities
Feb 22 23:56:32 jackvk5 sddm-greeter[4782]: Message received from daemon: HostName
Feb 22 23:56:39 jackvk5 systemd[1]: Stopping User Manager for UID 1000...
Feb 22 23:56:39 jackvk5 systemd[661]: Activating special unit Exit the Session...
Feb 22 23:56:39 jackvk5 systemd[661]: Removed slice Slice /app/gnome-session-manager.
Feb 22 23:56:39 jackvk5 systemd[661]: Removed slice Slice /app/org.gnome.Terminal.
Feb 22 23:56:39 jackvk5 systemd[661]: app-org.gnome.Terminal.slice: Consumed 17.554s CPU time.
Feb 22 23:56:39 jackvk5 systemd[661]: Removed slice User Background Tasks Slice.
Feb 22 23:56:39 jackvk5 systemd[661]: background.slice: Consumed 1.162s CPU time.
Feb 22 23:56:39 jackvk5 systemd[661]: Removed slice User Core Session Slice.
Feb 22 23:56:39 jackvk5 systemd[661]: session.slice: Consumed 2min 17.752s CPU time.
Feb 22 23:56:39 jackvk5 systemd[661]: Stopped target Main User Target.
Feb 22 23:56:39 jackvk5 systemd[661]: Stopped target Basic System.
Feb 22 23:56:39 jackvk5 systemd[661]: Stopped target Paths.
Feb 22 23:56:39 jackvk5 systemd[661]: Stopped target Sockets.
Feb 22 23:56:39 jackvk5 systemd[661]: Stopped target Timers.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed D-Bus User Message Bus Socket.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GnuPG network certificate management daemon.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GCR ssh-agent wrapper.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:56:39 jackvk5 systemd[661]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed p11-kit server.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed PipeWire Multimedia System Socket.
Feb 22 23:56:39 jackvk5 systemd[661]: Closed Sound System.
Feb 22 23:56:39 jackvk5 systemd[661]: Removed slice User Application Slice.
Feb 22 23:56:39 jackvk5 systemd[661]: app.slice: Consumed 1min 54.494s CPU time.
Feb 22 23:56:39 jackvk5 systemd[661]: Reached target Shutdown.
Feb 22 23:56:39 jackvk5 systemd[661]: Finished Exit the Session.
Feb 22 23:56:39 jackvk5 systemd[661]: Reached target Exit the Session.
Feb 22 23:56:39 jackvk5 systemd[1]: user@1000.service: Deactivated successfully.
Feb 22 23:56:39 jackvk5 kernel: kauditd_printk_skb: 18 callbacks suppressed
Feb 22 23:56:39 jackvk5 kernel: audit: type=1131 audit(1645574199.223:379): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:39 jackvk5 kernel: audit: type=1131 audit(1645574199.230:380): 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'
Feb 22 23:56:39 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:39 jackvk5 audit[1]: SERVICE_STOP 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'
Feb 22 23:56:39 jackvk5 systemd[1]: Stopped User Manager for UID 1000.
Feb 22 23:56:39 jackvk5 systemd[1]: user@1000.service: Consumed 4min 13.627s CPU time.
Feb 22 23:56:39 jackvk5 systemd[1]: Stopping User Runtime Directory /run/user/1000...
Feb 22 23:56:39 jackvk5 systemd[1]: run-user-1000.mount: Deactivated successfully.
Feb 22 23:56:39 jackvk5 systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Feb 22 23:56:39 jackvk5 systemd[1]: Stopped User Runtime Directory /run/user/1000.
Feb 22 23:56:39 jackvk5 systemd[1]: Removed slice User Slice of UID 1000.
Feb 22 23:56:39 jackvk5 systemd[1]: user-1000.slice: Consumed 4min 13.899s CPU time.
Feb 22 23:56:50 jackvk5 sddm-greeter[4782]: Reading from "/usr/share/xsessions/gnome.desktop"
Feb 22 23:56:50 jackvk5 sddm[555]: Message received from greeter: Login
Feb 22 23:56:50 jackvk5 sddm[555]: Reading from "/usr/share/xsessions/gnome.desktop"
Feb 22 23:56:50 jackvk5 sddm[555]: Reading from "/usr/share/xsessions/gnome.desktop"
Feb 22 23:56:50 jackvk5 sddm[555]: Session "/usr/share/xsessions/gnome.desktop" selected, command: "/usr/bin/gnome-session"
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: [PAM] Starting...
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: [PAM] Authenticating...
Feb 22 23:56:50 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.204' (uid=0 pid=4796 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-authd")
Feb 22 23:56:50 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: pam_systemd_home(sddm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: [PAM] Preparing to converse...
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: [PAM] Conversation with 1 messages
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: gkr-pam: unable to locate daemon control file
Feb 22 23:56:50 jackvk5 audit[4796]: USER_AUTH pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 audit[4796]: USER_ACCT pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: [PAM] returning.
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: gkr-pam: stashed password to try later in open session
Feb 22 23:56:50 jackvk5 sddm[555]: Authenticated successfully
Feb 22 23:56:50 jackvk5 sddm-greeter[4782]: Message received from daemon: LoginSucceeded
Feb 22 23:56:50 jackvk5 audit[4796]: CRED_ACQ pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 audit[4796]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdecb4a8b0 a2=4 a3=0 items=0 ppid=555 pid=4796 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=5 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Feb 22 23:56:50 jackvk5 kernel: audit: type=1100 audit(1645574210.470:381): pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1101 audit(1645574210.470:382): pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1103 audit(1645574210.470:383): pid=4796 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1006 audit(1645574210.470:384): pid=4796 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
Feb 22 23:56:50 jackvk5 kernel: audit: type=1300 audit(1645574210.470:384): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdecb4a8b0 a2=4 a3=0 items=0 ppid=555 pid=4796 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=5 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Feb 22 23:56:50 jackvk5 kernel: audit: type=1327 audit(1645574210.470:384): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746864336530343733332D643761352D346430612D383466342D363438646233633638653038002D2D69640033002D2D7374617274002F7573722F62696E2F676E6F6D652D73657373696F6E002D2D7573
Feb 22 23:56:50 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746864336530343733332D643761352D346430612D383466342D363438646233633638653038002D2D69640033002D2D7374617274002F7573722F62696E2F676E6F6D652D73657373696F6E002D2D7573
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: pam_unix(sddm:session): session opened for user jackbo(uid=1000) by (uid=0)
Feb 22 23:56:50 jackvk5 systemd[1]: Created slice User Slice of UID 1000.
Feb 22 23:56:50 jackvk5 systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 22 23:56:50 jackvk5 systemd-logind[535]: New session 5 of user jackbo.
Feb 22 23:56:50 jackvk5 systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 22 23:56:50 jackvk5 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'
Feb 22 23:56:50 jackvk5 systemd[1]: Starting User Manager for UID 1000...
Feb 22 23:56:50 jackvk5 kernel: audit: type=1130 audit(1645574210.483:385): 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'
Feb 22 23:56:50 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.206' (uid=0 pid=4798 comm="(systemd) ")
Feb 22 23:56:50 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:50 jackvk5 systemd[4798]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 22 23:56:50 jackvk5 audit[4798]: USER_ACCT pid=4798 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 audit[4798]: CRED_ACQ pid=4798 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:56:50 jackvk5 audit[4798]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffcddb74fd0 a2=4 a3=0 items=0 ppid=1 pid=4798 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=6 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:56:50 jackvk5 audit: PROCTITLE proctitle="(systemd)"
Feb 22 23:56:50 jackvk5 systemd[4798]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jackbo] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:56:50 jackvk5 systemd[4798]: pam_unix(systemd-user:session): session opened for user jackbo(uid=1000) by (uid=0)
Feb 22 23:56:50 jackvk5 systemd[4798]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 22 23:56:50 jackvk5 audit[4798]: USER_START pid=4798 uid=0 auid=1000 ses=6 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="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1101 audit(1645574210.486:386): pid=4798 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1103 audit(1645574210.486:387): pid=4798 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 22 23:56:50 jackvk5 kernel: audit: type=1006 audit(1645574210.486:388): pid=4798 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1
Feb 22 23:56:50 jackvk5 audit: BPF prog-id=85 op=LOAD
Feb 22 23:56:50 jackvk5 audit[4798]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffff4525b50 a2=78 a3=7ffff4525b50 items=0 ppid=1 pid=4798 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=6 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Feb 22 23:56:50 jackvk5 audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Feb 22 23:56:50 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:56:50 jackvk5 sddm-helper[4772]: [PAM] Closing session
Feb 22 23:56:50 jackvk5 sddm-helper[4772]: pam_unix(sddm-greeter:session): session closed for user sddm
Feb 22 23:56:50 jackvk5 audit[4772]: USER_END pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:56:50 jackvk5 audit[4772]: CRED_DISP pid=4772 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:56:50 jackvk5 sddm-helper[4772]: [PAM] Ended.
Feb 22 23:56:50 jackvk5 sddm[555]: Auth: sddm-helper exited successfully
Feb 22 23:56:50 jackvk5 sddm[555]: Greeter stopped.
Feb 22 23:56:50 jackvk5 systemd[1]: session-c2.scope: Deactivated successfully.
Feb 22 23:56:50 jackvk5 systemd-logind[535]: Session c2 logged out. Waiting for processes to exit.
Feb 22 23:56:50 jackvk5 systemd-logind[535]: Removed session c2.
Feb 22 23:56:50 jackvk5 systemd[4798]: Queued start job for default target Main User Target.
Feb 22 23:56:50 jackvk5 systemd[4798]: Created slice User Application Slice.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Paths.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Timers.
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting D-Bus User Message Bus Socket...
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GnuPG network certificate management daemon.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GCR ssh-agent wrapper.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on p11-kit server.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on PipeWire Multimedia System Socket.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on Sound System.
Feb 22 23:56:50 jackvk5 systemd[4798]: Listening on D-Bus User Message Bus Socket.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Sockets.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Basic System.
Feb 22 23:56:50 jackvk5 systemd[1]: Started User Manager for UID 1000.
Feb 22 23:56:50 jackvk5 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'
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting Update XDG user dir configuration...
Feb 22 23:56:50 jackvk5 systemd[1]: Started Session 5 of User jackbo.
Feb 22 23:56:50 jackvk5 systemd[4798]: Finished Update XDG user dir configuration.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Main User Target.
Feb 22 23:56:50 jackvk5 systemd[4798]: Startup finished in 56ms.
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: pam_env(sddm:session): deprecated reading of user environment enabled
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Feb 22 23:56:50 jackvk5 audit[4796]: USER_START pid=4796 uid=0 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Feb 22 23:56:50 jackvk5 sddm-helper[4796]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/gnome-session\""
Feb 22 23:56:50 jackvk5 sddm-helper[4811]: Adding cookie to "/home/jackbo/.Xauthority"
Feb 22 23:56:50 jackvk5 sddm[555]: Session started
Feb 22 23:56:50 jackvk5 systemd[4798]: Started D-Bus User Message Bus.
Feb 22 23:56:50 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=1000 pid=4821 comm="/usr/lib/gnome-session-check-accelerated ")
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting Accessibility services bus...
Feb 22 23:56:50 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.a11y.Bus'
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Accessibility services bus.
Feb 22 23:56:50 jackvk5 systemd[4798]: Created slice Slice /app/gnome-session-manager.
Feb 22 23:56:50 jackvk5 systemd[4798]: Created slice User Core Session Slice.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target GNOME X11 Session.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Session services which should run early before the graphical session is brought up.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target GNOME Shell.
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting Monitor Session leader for GNOME Session...
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Monitor Session leader for GNOME Session.
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target Tasks to be run before GNOME Session starts.
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting GNOME Session Manager (session: gnome)...
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:50 jackvk5 gnome-keyring-ssh.desktop[4844]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:56:50 jackvk5 gnome-keyring-pkcs11.desktop[4846]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:56:50 jackvk5 gnome-keyring-secrets.desktop[4847]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 22 23:56:50 jackvk5 systemd[4798]: Started GNOME Session Manager (session: gnome).
Feb 22 23:56:50 jackvk5 systemd[4798]: Reached target GNOME Session Manager is ready.
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting GNOME Shell on Wayland...
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting GNOME Shell on X11...
Feb 22 23:56:50 jackvk5 systemd[4798]: org.gnome.Shell@wayland.service: Skipped due to 'exec-condition'.
Feb 22 23:56:50 jackvk5 systemd[4798]: Condition check resulted in GNOME Shell on Wayland being skipped.
Feb 22 23:56:50 jackvk5 gnome-shell[4851]: Running GNOME Shell (using mutter 41.4) as a X11 window and compositing manager
Feb 22 23:56:50 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:50 jackvk5 systemd[4798]: Starting Virtual filesystem service...
Feb 22 23:56:50 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 22 23:56:50 jackvk5 systemd[4798]: Started Virtual filesystem service.
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: ATK Bridge is disabled but a11y has already been enabled.
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: Failed to load module "colorreload-gtk-module"
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: Failed to load module "window-decorations-gtk-module"
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: Skipping parental controls support as it’s disabled
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4884]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.16' (uid=1000 pid=4884 comm="/usr/lib/gnome-shell-calendar-server ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Evolution source registry...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.OnlineAccounts' requested by ':1.17' (uid=1000 pid=4890 comm="/usr/lib/evolution-source-registry ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4897]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Evolution source registry.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Shell.CalendarServer'
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.16' (uid=1000 pid=4884 comm="/usr/lib/gnome-shell-calendar-server ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Evolution calendar service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Sound Service...
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.212' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Successfully made thread 4901 of process 4901 owned by '1000' high priority at nice level -11.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 22 23:56:51 jackvk5 systemd[1]: Starting Location Lookup Service...
Feb 22 23:56:51 jackvk5 dbus-daemon[4897]: goa-daemon version 3.40.1 starting
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Identity' requested by ':1.20' (uid=1000 pid=4897 comm="/usr/lib/goa-daemon ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4911]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.OnlineAccounts'
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Identity'
Feb 22 23:56:51 jackvk5 polkitd[767]: Registered Authentication Agent for unix-session:5 (system bus name :1.212 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 22 23:56:51 jackvk5 gnome-shell[4851]: Telepathy is not available, chat integration will be disabled.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Virtual filesystem service - disk device monitor...
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.217' (uid=970 pid=4904 comm="/usr/lib/geoclue ")
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 22 23:56:51 jackvk5 geoclue[4904]: Failed to connect to avahi service: Daemon not running
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Feb 22 23:56:51 jackvk5 systemd[1]: Started Location Lookup Service.
Feb 22 23:56:51 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Evolution calendar service.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.18' (uid=1000 pid=4900 comm="/usr/lib/evolution-calendar-factory ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting User preferences database...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.18' (uid=1000 pid=4900 comm="/usr/lib/evolution-calendar-factory ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'ca.desrt.dconf'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started User preferences database.
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Evolution address book service...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Virtual filesystem service - disk device monitor.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Virtual filesystem service - digital camera monitor...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Virtual filesystem service - digital camera monitor.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Evolution address book service.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Shell.Notifications' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4966]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 at-spi-bus-launcher[4828]: dbus-daemon[4828]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:56:51 jackvk5 at-spi-bus-launcher[4968]: dbus-daemon[4968]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 at-spi-bus-launcher[4828]: dbus-daemon[4828]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 22 23:56:51 jackvk5 at-spi-bus-launcher[4968]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Shell.Notifications'
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME Shell on X11.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME Session is initialized.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME session X11 services.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME Session (session: gnome).
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting Signal initialization done to GNOME Session Manager...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME accessibility service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME color management service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME date & time service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME maintenance of expirable data service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME keyboard configuration service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME keyboard shortcuts service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME power management service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME printer notifications service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME RFKill support service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME FreeDesktop screensaver service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME file sharing service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME smartcard service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME sound sample caching service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME USB protection service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME Wacom tablet support service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Starting GNOME XSettings service...
Feb 22 23:56:51 jackvk5 gnome-session-binary[4835]: Entering running state
Feb 22 23:56:51 jackvk5 systemd[4798]: Finished Signal initialization done to GNOME Session Manager.
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.223' (uid=1000 pid=5005 comm="/usr/lib/gsd-rfkill ")
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=86 op=LOAD
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=87 op=LOAD
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=88 op=LOAD
Feb 22 23:56:51 jackvk5 systemd[1]: Starting Hostname Service...
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.ScreenSaver' requested by ':1.38' (uid=1000 pid=5014 comm="/usr/lib/gsd-usb-protection ")
Feb 22 23:56:51 jackvk5 dbus-daemon[5058]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME accessibility service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME FreeDesktop screensaver service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME USB protection service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME printer notifications service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME smartcard service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME file sharing service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME sound sample caching service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME maintenance of expirable data service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started Application launched by gnome-session-binary.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME accessibility target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME maintenance of expirable data target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME printer notifications target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME FreeDesktop screensaver target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME file sharing target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME smartcard target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME sound sample caching target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME USB protection target.
Feb 22 23:56:51 jackvk5 gnome-session[4835]: gnome-session-binary[4835]: GnomeDesktop-WARNING: Could not create transient scope for PID 5008: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 5008 does not exist.
Feb 22 23:56:51 jackvk5 gnome-session-binary[4835]: GnomeDesktop-WARNING: Could not create transient scope for PID 5008: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 5008 does not exist.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME date & time service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME date & time target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME keyboard configuration service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME keyboard configuration target.
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.227' (uid=1000 pid=4991 comm="/usr/lib/gsd-keyboard ")
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=89 op=LOAD
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=90 op=LOAD
Feb 22 23:56:51 jackvk5 audit: BPF prog-id=91 op=LOAD
Feb 22 23:56:51 jackvk5 systemd[1]: Starting Locale Service...
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME color management service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME color management target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME Wacom tablet support service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME Wacom tablet support target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME keyboard shortcuts service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME keyboard shortcuts target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME power management service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME power management target.
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 22 23:56:51 jackvk5 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'
Feb 22 23:56:51 jackvk5 systemd[1]: Started Hostname Service.
Feb 22 23:56:51 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.locale1'
Feb 22 23:56:51 jackvk5 systemd[1]: Started Locale Service.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.ScreenSaver'
Feb 22 23:56:51 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:56:51 jackvk5 gnome-session[4835]: gnome-session-binary[4835]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:56:51 jackvk5 gnome-session-binary[4835]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:56:51 jackvk5 gsd-usb-protect[5014]: Failed to get screen saver status: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Feb 22 23:56:51 jackvk5 gsd-usb-protect[5014]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Feb 22 23:56:51 jackvk5 dbus-daemon[4884]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:56:51 jackvk5 dbus-daemon[4884]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME RFKill support service.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME RFKill support target.
Feb 22 23:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Shell.Screencast' requested by ':1.49' (uid=1000 pid=4994 comm="/usr/lib/gsd-media-keys ")
Feb 22 23:56:51 jackvk5 dbus-daemon[4884]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:56:51 jackvk5 kernel: rfkill: input handler disabled
Feb 22 23:56:51 jackvk5 dbus-daemon[5119]: writing oom_score_adj error: Permission denied
Feb 22 23:56:51 jackvk5 NetworkManager[534]: <info>  [1645574211.8715] agent-manager: agent[f04e0dd0485fb8ec,:1.212/org.gnome.Shell.NetworkAgent/1000]: agent registered
Feb 22 23:56:51 jackvk5 dbus-daemon[4884]: e_cal_client_set_default_timezone: assertion 'zone != NULL' failed
Feb 22 23:56:51 jackvk5 gnome-software[5035]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: libflatpak.so.0: cannot open shared object file: No such file or directory
Feb 22 23:56:51 jackvk5 gnome-software[5035]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Feb 22 23:56:51 jackvk5 gnome-software[5035]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: libmalcontent-0.so.0: cannot open shared object file: No such file or directory
Feb 22 23:56:51 jackvk5 gnome-software[5035]: enabled plugins: appstream, os-release, provenance, generic-updates, hardcoded-blocklist, hardcoded-popular, modalias, provenance-license, rewrite-resource, icons
Feb 22 23:56:51 jackvk5 gnome-software[5035]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
Feb 22 23:56:51 jackvk5 evolution-alarm[5013]: Failed to load module "colorreload-gtk-module"
Feb 22 23:56:51 jackvk5 evolution-alarm[5013]: Failed to load module "window-decorations-gtk-module"
Feb 22 23:56:51 jackvk5 systemd[4798]: Started GNOME XSettings service.
Feb 22 23:56:51 jackvk5 systemd[4798]: GNOME session X11 services is inactive.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME XSettings target.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME Session.
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target GNOME X11 Session (session: gnome).
Feb 22 23:56:51 jackvk5 systemd[4798]: Reached target Current graphical user session.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 22 23:56:51 jackvk5 gnome-software[5035]: /etc/PackageKit/Vendor.conf file not found
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Successfully made thread 5151 of process 4901 owned by '1000' RT at priority 5.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Successfully made thread 5169 of process 4901 owned by '1000' RT at priority 5.
Feb 22 23:56:51 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 22 23:56:51 jackvk5 gsd-media-keys[4994]: Failed to grab accelerator for keybinding settings:playback-repeat
Feb 22 23:56:51 jackvk5 gsd-media-keys[4994]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Feb 22 23:56:51 jackvk5 gsd-media-keys[4994]: Failed to grab accelerator for keybinding settings:hibernate
Feb 22 23:56:51 jackvk5 gsd-media-keys[4994]: Failed to grab accelerator for keybinding settings:playback-random
Feb 22 23:56:51 jackvk5 gsd-power[4996]: Failed to load module "colorreload-gtk-module"
Feb 22 23:56:51 jackvk5 gsd-power[4996]: Failed to load module "window-decorations-gtk-module"
Feb 22 23:56:52 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Shell.Screencast'
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: Only 0 apps for recent list, hiding
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
Feb 22 23:56:52 jackvk5 gnome-software[5035]: failed to get featured apps: no apps to show
Feb 22 23:56:52 jackvk5 gnome-software[5035]: Only 0 apps for popular list, hiding
Feb 22 23:56:52 jackvk5 gnome-software[5035]: updates-shell: failed to get updates: no plugin could handle get-updates
Feb 22 23:56:52 jackvk5 pulseaudio[4901]: stat('/etc/pulse/default.pa.d'): No such file or directory
Feb 22 23:56:52 jackvk5 systemd[4798]: Started Sound Service.
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSink/sbc
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSource/sbc
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Feb 22 23:56:52 jackvk5 bluetoothd[560]: Endpoint registered: sender=:1.238 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Feb 22 23:56:54 jackvk5 gnome-shell[4851]: GNOME Shell started at Tue Feb 22 2022 23:56:51 GMT+0000 (Coordinated Universal Time)
Feb 22 23:56:54 jackvk5 gnome-shell[4851]: Registering session with GDM
Feb 22 23:56:54 jackvk5 gnome-shell[4851]: Error registering session with GDM: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.DisplayManager was not provided by any .service files
Feb 22 23:57:00 jackvk5 systemd[1]: Stopping User Manager for UID 967...
Feb 22 23:57:00 jackvk5 systemd[4774]: Activating special unit Exit the Session...
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped target Main User Target.
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopping D-Bus User Message Bus...
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped D-Bus User Message Bus.
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped target Basic System.
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped target Paths.
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped target Sockets.
Feb 22 23:57:00 jackvk5 systemd[4774]: Stopped target Timers.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed D-Bus User Message Bus Socket.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GnuPG network certificate management daemon.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GCR ssh-agent wrapper.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed p11-kit server.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed PipeWire Multimedia System Socket.
Feb 22 23:57:00 jackvk5 systemd[4774]: Closed Sound System.
Feb 22 23:57:00 jackvk5 systemd[4774]: Removed slice User Application Slice.
Feb 22 23:57:00 jackvk5 systemd[4774]: Reached target Shutdown.
Feb 22 23:57:00 jackvk5 systemd[4774]: Finished Exit the Session.
Feb 22 23:57:00 jackvk5 systemd[4774]: Reached target Exit the Session.
Feb 22 23:57:00 jackvk5 systemd[4775]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Feb 22 23:57:00 jackvk5 systemd[1]: user@967.service: Deactivated successfully.
Feb 22 23:57:00 jackvk5 systemd[1]: Stopped User Manager for UID 967.
Feb 22 23:57:00 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:00 jackvk5 systemd[1]: Stopping User Runtime Directory /run/user/967...
Feb 22 23:57:00 jackvk5 kernel: kauditd_printk_skb: 20 callbacks suppressed
Feb 22 23:57:00 jackvk5 kernel: audit: type=1131 audit(1645574220.736:405): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:00 jackvk5 systemd[1]: run-user-967.mount: Deactivated successfully.
Feb 22 23:57:00 jackvk5 systemd[1]: user-runtime-dir@967.service: Deactivated successfully.
Feb 22 23:57:00 jackvk5 systemd[1]: Stopped User Runtime Directory /run/user/967.
Feb 22 23:57:00 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:00 jackvk5 systemd[1]: Removed slice User Slice of UID 967.
Feb 22 23:57:00 jackvk5 kernel: audit: type=1131 audit(1645574220.743:406): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:21 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 22 23:57:21 jackvk5 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'
Feb 22 23:57:21 jackvk5 systemd[1]: systemd-localed.service: Deactivated successfully.
Feb 22 23:57:21 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:21 jackvk5 kernel: audit: type=1131 audit(1645574241.893:407): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:21 jackvk5 kernel: audit: type=1131 audit(1645574241.893:408): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.013:409): prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.013:410): prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.013:411): prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.173:412): prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.173:413): prog-id=0 op=UNLOAD
Feb 22 23:57:22 jackvk5 kernel: audit: type=1334 audit(1645574242.173:414): prog-id=0 op=UNLOAD
Feb 22 23:57:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 22 23:57:51 jackvk5 systemd[4798]: Starting Virtual filesystem metadata service...
Feb 22 23:57:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gtk.vfs.Metadata'
Feb 22 23:57:51 jackvk5 systemd[4798]: Started Virtual filesystem metadata service.
Feb 22 23:57:52 jackvk5 geoclue[4904]: Service not used for 60 seconds. Shutting down..
Feb 22 23:57:52 jackvk5 systemd[1]: geoclue.service: Deactivated successfully.
Feb 22 23:57:52 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 22 23:57:52 jackvk5 kernel: audit: type=1131 audit(1645574272.030:415): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:00:23 jackvk5 systemd[1]: Started Verify integrity of password and group files.
Feb 23 00:00:23 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:00:23 jackvk5 kernel: audit: type=1130 audit(1645574423.216:416): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:00:23 jackvk5 systemd[1]: shadow.service: Deactivated successfully.
Feb 23 00:00:23 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:00:23 jackvk5 kernel: audit: type=1131 audit(1645574423.296:417): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:01:57 jackvk5 systemd[1]: Starting Daily man-db regeneration...
Feb 23 00:01:59 jackvk5 systemd[1]: man-db.service: Deactivated successfully.
Feb 23 00:01:59 jackvk5 systemd[1]: Finished Daily man-db regeneration.
Feb 23 00:01:59 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:01:59 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:01:59 jackvk5 kernel: audit: type=1130 audit(1645574519.083:418): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:01:59 jackvk5 kernel: audit: type=1131 audit(1645574519.083:419): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.4373] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Feb 23 00:16:57 jackvk5 kernel: audit: type=1130 audit(1645575417.446:420): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:16:57 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 00:16:57 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.4374] device (enp4s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Feb 23 00:16:57 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.4464] device (p2p-dev-wlp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.4465] manager: NetworkManager state is now ASLEEP
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.4466] device (wlp5s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Feb 23 00:16:57 jackvk5 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 23 00:16:57 jackvk5 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 23 00:16:57 jackvk5 kernel: wlp5s0: deauthenticating from 3c:5c:f1:f0:ef:a3 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-DISCONNECTED bssid=3c:5c:f1:f0:ef:a3 reason=3 locally_generated=1
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6448] device (wlp5s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6836] dhcp4 (wlp5s0): canceled DHCP transaction
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6836] dhcp4 (wlp5s0): state changed bound -> terminated
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6869] device (wlp5s0): set-hw-addr: set MAC address to 0A:DB:14:27:62:84 (scanning)
Feb 23 00:16:57 jackvk5 gnome-shell[4851]: An active wireless connection, in infrastructure mode, involves no access point?
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6914] device (wlp5s0): supplicant interface state: completed -> disconnected
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6914] device (wlp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Feb 23 00:16:57 jackvk5 NetworkManager[534]: <info>  [1645575417.6940] device (wlp5s0): set-hw-addr: reset MAC address to A4:6B:B6:3C:B0:18 (unmanage)
Feb 23 00:16:57 jackvk5 systemd[1]: Reached target Sleep.
Feb 23 00:16:57 jackvk5 systemd[1]: Starting System Suspend...
Feb 23 00:16:57 jackvk5 systemd-sleep[5256]: Entering sleep state 'suspend'...
Feb 23 00:16:57 jackvk5 kernel: PM: suspend entry (deep)
Feb 23 00:16:57 jackvk5 kernel: Filesystems sync: 0.003 seconds
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: p2p-dev-wlp5s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: p2p-dev-wlp5s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: nl80211: deinit ifname=p2p-dev-wlp5s0 disabled_11b_rates=0
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 23 00:16:57 jackvk5 wpa_supplicant[606]: nl80211: deinit ifname=wlp5s0 disabled_11b_rates=0
Feb 23 00:16:57 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 23 00:16:57 jackvk5 rtkit-daemon[764]: Successfully made thread 5263 of process 4901 owned by '1000' RT at priority 5.
Feb 23 00:16:57 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 23 00:16:58 jackvk5 kernel: rfkill: input handler enabled
Feb 23 02:49:05 jackvk5 kernel: Bluetooth: hci0: Timed out waiting for suspend events
Feb 23 02:49:05 jackvk5 kernel: Bluetooth: hci0: Suspend timeout bit: 9
Feb 23 02:49:05 jackvk5 kernel: Bluetooth: hci0: Suspend notifier action (3) failed: -110
Feb 23 02:49:05 jackvk5 kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
Feb 23 02:49:05 jackvk5 kernel: OOM killer disabled.
Feb 23 02:49:05 jackvk5 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Feb 23 02:49:05 jackvk5 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Feb 23 02:49:05 jackvk5 kernel: ACPI: PM: Preparing to enter system sleep state S3
Feb 23 02:49:05 jackvk5 kernel: ACPI: PM: Saving platform NVS memory
Feb 23 02:49:05 jackvk5 kernel: Disabling non-boot CPUs ...
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 1 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 2 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 3 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 4 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 5 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 6 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 7 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 8 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 9 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 10 is now offline
Feb 23 02:49:05 jackvk5 kernel: smpboot: CPU 11 is now offline
Feb 23 02:49:05 jackvk5 kernel: ACPI: PM: Low-level resume complete
Feb 23 02:49:05 jackvk5 kernel: ACPI: PM: Restoring platform NVS memory
Feb 23 02:49:05 jackvk5 kernel: Enabling non-boot CPUs ...
Feb 23 02:49:05 jackvk5 kernel: x86: Booting SMP configuration:
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Feb 23 02:49:05 jackvk5 kernel: CPU1 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Feb 23 02:49:05 jackvk5 kernel: CPU2 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Feb 23 02:49:05 jackvk5 kernel: CPU3 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 4 APIC 0x8
Feb 23 02:49:05 jackvk5 kernel: CPU4 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 5 APIC 0xa
Feb 23 02:49:05 jackvk5 kernel: CPU5 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 6 APIC 0x1
Feb 23 02:49:05 jackvk5 kernel: CPU6 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 7 APIC 0x3
Feb 23 02:49:05 jackvk5 kernel: CPU7 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 8 APIC 0x5
Feb 23 02:49:05 jackvk5 kernel: CPU8 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 9 APIC 0x7
Feb 23 02:49:05 jackvk5 kernel: CPU9 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 10 APIC 0x9
Feb 23 02:49:05 jackvk5 kernel: CPU10 is up
Feb 23 02:49:05 jackvk5 kernel: smpboot: Booting Node 0 Processor 11 APIC 0xb
Feb 23 02:49:05 jackvk5 kernel: CPU11 is up
Feb 23 02:49:05 jackvk5 kernel: ACPI: PM: Waking up from system sleep state S3
Feb 23 02:49:05 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
Feb 23 02:49:05 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
Feb 23 02:49:05 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
Feb 23 02:49:05 jackvk5 kernel: nvme nvme1: 12/0/0 default/read/poll queues
Feb 23 02:49:05 jackvk5 kernel: ata1: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: ata5: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: ata3: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: ata2: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: ata4: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: ata6: SATA link down (SStatus 4 SControl 300)
Feb 23 02:49:05 jackvk5 kernel: nvme nvme0: 8/0/0 default/read/poll queues
Feb 23 02:49:05 jackvk5 kernel: OOM killer enabled.
Feb 23 02:49:05 jackvk5 kernel: Restarting tasks ... done.
Feb 23 02:49:05 jackvk5 kernel: PM: suspend exit
Feb 23 02:49:05 jackvk5 systemd-sleep[5256]: System returned from sleep state.
Feb 23 02:49:05 jackvk5 kernel: rfkill: input handler disabled
Feb 23 02:49:05 jackvk5 bluetoothd[560]: Controller resume with wake event 0x0
Feb 23 02:49:05 jackvk5 systemd[1]: systemd-suspend.service: Deactivated successfully.
Feb 23 02:49:05 jackvk5 kernel: audit: type=1130 audit(1645584545.946:421): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:05 jackvk5 kernel: audit: type=1131 audit(1645584545.946:422): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:05 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:05 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:05 jackvk5 systemd[1]: Finished System Suspend.
Feb 23 02:49:05 jackvk5 systemd[1]: Stopped target Sleep.
Feb 23 02:49:05 jackvk5 systemd[1]: Reached target Suspend.
Feb 23 02:49:05 jackvk5 systemd[1]: Stopped target Suspend.
Feb 23 02:49:05 jackvk5 systemd-logind[535]: Operation 'sleep' finished.
Feb 23 02:49:05 jackvk5 NetworkManager[534]: <info>  [1645584545.9493] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Feb 23 02:49:05 jackvk5 NetworkManager[534]: <info>  [1645584545.9493] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 23 02:49:05 jackvk5 kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Successfully made thread 5384 of process 4901 owned by '1000' RT at priority 5.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Successfully made thread 5385 of process 4901 owned by '1000' RT at priority 5.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.1879] device (wlp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 23 02:49:06 jackvk5 kernel: r8169 0000:04:00.0 enp4s0: Link is Down
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.2088] device (wlp5s0): set-hw-addr: set MAC address to D6:F1:8C:1B:3F:2F (scanning)
Feb 23 02:49:06 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
Feb 23 02:49:06 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
Feb 23 02:49:06 jackvk5 kernel: iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 2 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Successfully made thread 5386 of process 4901 owned by '1000' RT at priority 5.
Feb 23 02:49:06 jackvk5 rtkit-daemon[764]: Supervising 3 threads of 1 processes of 1 users.
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4466] device (p2p-dev-wlp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4473] manager: NetworkManager state is now DISCONNECTED
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4916] device (wlp5s0): supplicant interface state: internal-starting -> disconnected
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4917] device (p2p-dev-wlp5s0): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4921] Wi-Fi P2P device controlled by interface wlp5s0 created
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4923] manager: (p2p-dev-wlp5s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4925] device (p2p-dev-wlp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4931] device (wlp5s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 23 02:49:06 jackvk5 NetworkManager[534]: <info>  [1645584546.4937] device (p2p-dev-wlp5s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:06 jackvk5 gnome-shell[4851]: Removing a network device that was not added
Feb 23 02:49:09 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8111] policy: auto-activating connection 'board_shorts' (ac32bd77-4a18-4e98-87d6-1c30c52e2d62)
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8114] device (wlp5s0): Activation: starting connection 'board_shorts' (ac32bd77-4a18-4e98-87d6-1c30c52e2d62)
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8114] device (wlp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8116] manager: NetworkManager state is now CONNECTING
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8131] device (wlp5s0): set-hw-addr: reset MAC address to A4:6B:B6:3C:B0:18 (preserve)
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8144] device (wlp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8146] device (wlp5s0): Activation: (wifi) access point 'board_shorts' has security, but secrets are required.
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8146] device (wlp5s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8161] device (wlp5s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8165] device (wlp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8167] device (wlp5s0): Activation: (wifi) connection 'board_shorts' has security, and secrets exist.  No new secrets needed.
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8167] Config: added 'ssid' value 'board_shorts'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8168] Config: added 'scan_ssid' value '1'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8168] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8168] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8168] Config: added 'auth_alg' value 'OPEN'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8168] Config: added 'psk' value '<hidden>'
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8543] device (wlp5s0): supplicant interface state: disconnected -> inactive
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8544] device (p2p-dev-wlp5s0): supplicant management interface state: disconnected -> inactive
Feb 23 02:49:09 jackvk5 wpa_supplicant[606]: wlp5s0: SME: Trying to authenticate with 3c:5c:f1:f0:ef:a3 (SSID='board_shorts' freq=5765 MHz)
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: authenticate with 3c:5c:f1:f0:ef:a3
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: send auth to 3c:5c:f1:f0:ef:a3 (try 1/3)
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8610] device (wlp5s0): supplicant interface state: inactive -> authenticating
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8611] device (p2p-dev-wlp5s0): supplicant management interface state: inactive -> authenticating
Feb 23 02:49:09 jackvk5 wpa_supplicant[606]: wlp5s0: Trying to associate with 3c:5c:f1:f0:ef:a3 (SSID='board_shorts' freq=5765 MHz)
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8978] device (wlp5s0): supplicant interface state: authenticating -> associating
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.8979] device (p2p-dev-wlp5s0): supplicant management interface state: authenticating -> associating
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: authenticated
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: associate with 3c:5c:f1:f0:ef:a3 (try 1/3)
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: RX AssocResp from 3c:5c:f1:f0:ef:a3 (capab=0x1111 status=0 aid=2)
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: associated
Feb 23 02:49:09 jackvk5 wpa_supplicant[606]: wlp5s0: Associated with 3c:5c:f1:f0:ef:a3
Feb 23 02:49:09 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 23 02:49:09 jackvk5 kernel: wlp5s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 3c:5c:f1:f0:ef:a3
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.9154] device (wlp5s0): supplicant interface state: associating -> 4way_handshake
Feb 23 02:49:09 jackvk5 NetworkManager[534]: <info>  [1645584549.9155] device (p2p-dev-wlp5s0): supplicant management interface state: associating -> 4way_handshake
Feb 23 02:49:10 jackvk5 wpa_supplicant[606]: wlp5s0: WPA: Key negotiation completed with 3c:5c:f1:f0:ef:a3 [PTK=CCMP GTK=CCMP]
Feb 23 02:49:10 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-CONNECTED - Connection to 3c:5c:f1:f0:ef:a3 completed [id=0 id_str=]
Feb 23 02:49:10 jackvk5 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
Feb 23 02:49:10 jackvk5 wpa_supplicant[606]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=245000
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0102] device (wlp5s0): supplicant interface state: 4way_handshake -> completed
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0103] device (wlp5s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "board_shorts"
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0103] device (p2p-dev-wlp5s0): supplicant management interface state: 4way_handshake -> completed
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0106] device (wlp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0112] dhcp4 (wlp5s0): activation: beginning transaction (timeout in 45 seconds)
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0403] dhcp4 (wlp5s0): state changed unknown -> bound, address=192.168.4.110
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0431] device (wlp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0453] policy: set 'board_shorts' (wlp5s0) as default for IPv4 routing and DNS
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0555] device (wlp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0558] device (wlp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0570] manager: NetworkManager state is now CONNECTED_SITE
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.0587] device (wlp5s0): Activation: successful, device activated.
Feb 23 02:49:10 jackvk5 NetworkManager[534]: <info>  [1645584550.4748] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 23 02:49:11 jackvk5 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 23 02:49:11 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:11 jackvk5 kernel: audit: type=1131 audit(1645584551.426:423): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:11 jackvk5 NetworkManager[534]: <info>  [1645584551.7603] policy: set 'board_shorts' (wlp5s0) as default for IPv6 routing and DNS
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5420]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Nautilus' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5422]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5424]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5426]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calendar' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5428]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5430]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.clocks' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5432]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5434]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5437]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dbus-daemon[5438]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 systemd[4798]: Created slice Slice /app/org.gnome.Terminal.
Feb 23 02:49:18 jackvk5 systemd[4798]: Starting GNOME Terminal Server...
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.clocks'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Nautilus'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:18 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.245' (uid=1000 pid=5430 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 23 02:49:18 jackvk5 audit: BPF prog-id=92 op=LOAD
Feb 23 02:49:18 jackvk5 audit: BPF prog-id=93 op=LOAD
Feb 23 02:49:18 jackvk5 audit: BPF prog-id=94 op=LOAD
Feb 23 02:49:18 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 23 02:49:18 jackvk5 kernel: audit: type=1334 audit(1645584558.446:424): prog-id=92 op=LOAD
Feb 23 02:49:18 jackvk5 kernel: audit: type=1334 audit(1645584558.446:425): prog-id=93 op=LOAD
Feb 23 02:49:18 jackvk5 kernel: audit: type=1334 audit(1645584558.446:426): prog-id=94 op=LOAD
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.66' (uid=1000 pid=5422 comm="/usr/lib/gnome-contacts-search-provider ")
Feb 23 02:49:18 jackvk5 systemd[4798]: Starting Bluetooth OBEX service...
Feb 23 02:49:18 jackvk5 obexd[5501]: OBEX daemon 5.63
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.bluez.obex'
Feb 23 02:49:18 jackvk5 systemd[4798]: Started Bluetooth OBEX service.
Feb 23 02:49:18 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 23 02:49:18 jackvk5 systemd[1]: Started Time & Date Service.
Feb 23 02:49:18 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:18 jackvk5 kernel: audit: type=1130 audit(1645584558.466:427): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calendar'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 23 02:49:18 jackvk5 nautilus[5424]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.59' (uid=1000 pid=5424 comm="/usr/bin/nautilus --gapplication-service ")
Feb 23 02:49:18 jackvk5 systemd[4798]: Created slice User Background Tasks Slice.
Feb 23 02:49:18 jackvk5 systemd[4798]: Starting Tracker file system data miner...
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Terminal'
Feb 23 02:49:18 jackvk5 systemd[4798]: Started GNOME Terminal Server.
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.63' (uid=1000 pid=5437 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:49:18 jackvk5 dbus-daemon[5558]: writing oom_score_adj error: Permission denied
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: dLeyna core version 0.7.0
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: dleyna-renderer-service version 0.7.2
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: [General settings]
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Never Quit: F
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Connector Name: dbus
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Port: 0
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Push host port: 0
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: [Logging settings]
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Log Type : 0
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Log Level: 0x13
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: [Network filtering settings]
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Enabled : F
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Entries: (null)
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Calling GetRenderers method
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Files'
Feb 23 02:49:18 jackvk5 systemd[4798]: Started Tracker file system data miner.
Feb 23 02:49:18 jackvk5 dleyna-renderer-service[5558]: Client :1.63 lost
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.71' (uid=1000 pid=5527 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 23 02:49:18 jackvk5 systemd[4798]: Starting Tracker metadata extractor...
Feb 23 02:49:18 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 23 02:49:18 jackvk5 systemd[4798]: Started Tracker metadata extractor.
Feb 23 02:49:19 jackvk5 systemd[4798]: Started Application launched by gnome-shell.
Feb 23 02:49:19 jackvk5 systemd[4798]: Started VTE child process 5610 launched by gnome-terminal-server process 5441.
Feb 23 02:49:20 jackvk5 dleyna-renderer-service[5558]: dLeyna: Exit
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:22 jackvk5 dbus-daemon[5613]: writing oom_score_adj error: Permission denied
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.78' (uid=1000 pid=5613 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:49:22 jackvk5 dbus-daemon[5638]: writing oom_score_adj error: Permission denied
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: dLeyna core version 0.7.0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: dleyna-renderer-service version 0.7.2
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: [General settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Never Quit: F
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Connector Name: dbus
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Port: 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Push host port: 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: [Logging settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Log Type : 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Log Level: 0x13
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: [Network filtering settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Enabled : F
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Entries: (null)
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5638]: Client :1.78 lost
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:22 jackvk5 dbus-daemon[5644]: writing oom_score_adj error: Permission denied
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.81' (uid=1000 pid=5644 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:49:22 jackvk5 dbus-daemon[5663]: writing oom_score_adj error: Permission denied
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: dLeyna core version 0.7.0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: dleyna-renderer-service version 0.7.2
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: [General settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Never Quit: F
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Connector Name: dbus
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Port: 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Push host port: 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: [Logging settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Log Type : 0
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Log Level: 0x13
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: [Network filtering settings]
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Enabled : F
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Entries: (null)
Feb 23 02:49:22 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:49:22 jackvk5 dleyna-renderer-service[5663]: Client :1.81 lost
Feb 23 02:49:23 jackvk5 dleyna-renderer-service[5638]: dLeyna: Exit
Feb 23 02:49:24 jackvk5 dleyna-renderer-service[5663]: dLeyna: Exit
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Nautilus' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5670]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5672]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.clocks' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5674]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5676]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[5679]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.clocks'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Nautilus'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:36 jackvk5 dbus-daemon[5672]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.87' (uid=1000 pid=5679 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5722]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: dLeyna core version 0.7.0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: dleyna-renderer-service version 0.7.2
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: [General settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Never Quit: F
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Connector Name: dbus
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Port: 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Push host port: 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: [Logging settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Log Type : 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Log Level: 0x13
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: [Network filtering settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Enabled : F
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Entries: (null)
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5722]: Client :1.87 lost
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5728]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.91' (uid=1000 pid=5728 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5755]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: dLeyna core version 0.7.0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: dleyna-renderer-service version 0.7.2
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: [General settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Never Quit: F
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Connector Name: dbus
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Port: 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Push host port: 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: [Logging settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Log Type : 0
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Log Level: 0x13
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: [Network filtering settings]
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Enabled : F
Feb 23 02:49:36 jackvk5 dleyna-renderer-service[5755]: Entries: (null)
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:49:36 jackvk5 dbus-daemon[5760]: writing oom_score_adj error: Permission denied
Feb 23 02:49:36 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:49:37 jackvk5 dleyna-renderer-service[5755]: Calling GetRenderers method
Feb 23 02:49:37 jackvk5 dleyna-renderer-service[5755]: Client :1.94 lost
Feb 23 02:49:37 jackvk5 dleyna-renderer-service[5722]: dLeyna: Exit
Feb 23 02:49:38 jackvk5 dleyna-renderer-service[5755]: dLeyna: Exit
Feb 23 02:49:39 jackvk5 gnome-control-c[5780]: No permissions store proxy yet, come back later
Feb 23 02:49:44 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaWindowGroup>:0x55b56626c360] is on because it needs an allocation.
Feb 23 02:49:44 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55b567946740] is on because it needs an allocation.
Feb 23 02:49:44 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55b56794a6d0] is on because it needs an allocation.
Feb 23 02:49:48 jackvk5 gnome-calendar[5430]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 23 02:49:48 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 23 02:49:48 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:48 jackvk5 kernel: audit: type=1131 audit(1645584588.503:428): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:49:48 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:49:48 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:49:48 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:49:48 jackvk5 kernel: audit: type=1334 audit(1645584588.533:429): prog-id=0 op=UNLOAD
Feb 23 02:49:48 jackvk5 kernel: audit: type=1334 audit(1645584588.533:430): prog-id=0 op=UNLOAD
Feb 23 02:49:48 jackvk5 kernel: audit: type=1334 audit(1645584588.533:431): prog-id=0 op=UNLOAD
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5819]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Nautilus' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5821]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5823]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5825]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 audit[5430]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=6 pid=5430 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:50:20 jackvk5 kernel: gnome-calendar[5430]: segfault at 18 ip 00007fa905e89884 sp 00007ffc29d36258 error 4 in libglib-2.0.so.0.7000.4[7fa905e22000+92000]
Feb 23 02:50:20 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 23 02:50:20 jackvk5 kernel: audit: type=1701 audit(1645584620.966:432): auid=1000 uid=1000 gid=1000 ses=6 pid=5430 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:50:20 jackvk5 dbus-daemon[5827]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.clocks' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5830]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:20 jackvk5 dbus-daemon[5832]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[5834]: writing oom_score_adj error: Permission denied
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 23 02:50:20 jackvk5 audit: BPF prog-id=95 op=LOAD
Feb 23 02:50:20 jackvk5 audit: BPF prog-id=96 op=LOAD
Feb 23 02:50:20 jackvk5 audit: BPF prog-id=97 op=LOAD
Feb 23 02:50:20 jackvk5 systemd[1]: Started Process Core Dump (PID 5829/UID 0).
Feb 23 02:50:20 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@8-5829-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:20 jackvk5 kernel: audit: type=1334 audit(1645584620.973:433): prog-id=95 op=LOAD
Feb 23 02:50:20 jackvk5 kernel: audit: type=1334 audit(1645584620.973:434): prog-id=96 op=LOAD
Feb 23 02:50:20 jackvk5 kernel: audit: type=1334 audit(1645584620.973:435): prog-id=97 op=LOAD
Feb 23 02:50:20 jackvk5 kernel: audit: type=1130 audit(1645584620.973:436): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@8-5829-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 23 02:50:20 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.clocks'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Nautilus'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 23 02:50:21 jackvk5 dbus-daemon[5823]: Connecting to org.freedesktop.Tracker3.Miner.Files
Feb 23 02:50:21 jackvk5 systemd-coredump[5838]: Process 5430 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                Module libltdl.so.7 with build-id 04a5ffeff80ecdfcb5f7ff2d889b5a3ecfb88d7c
                                                Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141
                                                Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615
                                                Module libcanberra-gtk3.so.0 with build-id 133409dc3e744fe0edc6a4d078714dce82dacf98
                                                Module libcanberra-gtk-module.so with build-id 72bd14fd5ba4fb0eda082b3daeccc80b796a5586
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 5430:
                                                #0  0x00007fa905e89884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007fa905e3e902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x000056215460a931 n/a (gnome-calendar + 0x38931)
                                                #3  0x000056215460ac3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007fa8ff482d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007fa8ff482267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007fa904f73fce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007fa904f6debf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007fa904f8a188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x00005621545f4e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007fa9050cd595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007fa9050b28dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007fa905e59f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007fa905eb00d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007fa905e57485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007fa9050916ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x00005621545f2525 main (gnome-calendar + 0x20525)
                                                #17 0x00007fa904a4c310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007fa904a4c3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x00005621545f260e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 5485:
                                                #0  0x00007fa904b252af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa905eb0066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa905e57485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fa905f84ebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007fa905e89845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa904aac5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa904b31584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5526:
                                                #0  0x00007fa904b252af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa905eb0066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa905e59463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa90528a3c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007fa905e89845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa904aac5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa904b31584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5533:
                                                #0  0x00007fa904b252af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa905eb0066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa905e59463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa90536761b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007fa905e89845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa904aac5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa904b31584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5484:
                                                #0  0x00007fa904b252af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa905eb0066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa905e59463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fa9050be15c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007fa905e89845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa904aac5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa904b31584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5482:
                                                #0  0x00007fa904b252af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fa905eb0066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fa905e57485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fa905e574d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007fa905e89845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fa904aac5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fa904b31584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 23 02:50:21 jackvk5 systemd[1]: systemd-coredump@8-5829-0.service: Deactivated successfully.
Feb 23 02:50:21 jackvk5 kernel: audit: type=1131 audit(1645584621.143:437): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@8-5829-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:21 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@8-5829-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.102' (uid=1000 pid=5834 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:50:21 jackvk5 dbus-daemon[5904]: writing oom_score_adj error: Permission denied
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: dLeyna core version 0.7.0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: dleyna-renderer-service version 0.7.2
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: [General settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Never Quit: F
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Connector Name: dbus
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Port: 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Push host port: 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: [Logging settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Log Type : 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Log Level: 0x13
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: [Network filtering settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Enabled : F
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Entries: (null)
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Calling GetRenderers method
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5904]: Client :1.102 lost
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calendar' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:50:21 jackvk5 dbus-daemon[5910]: writing oom_score_adj error: Permission denied
Feb 23 02:50:21 jackvk5 dbus-daemon[5912]: writing oom_score_adj error: Permission denied
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 kernel: audit: type=1334 audit(1645584621.293:438): prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 kernel: audit: type=1334 audit(1645584621.293:439): prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 kernel: audit: type=1334 audit(1645584621.293:440): prog-id=0 op=UNLOAD
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:50:21 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.262' (uid=1000 pid=5910 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=98 op=LOAD
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=99 op=LOAD
Feb 23 02:50:21 jackvk5 audit: BPF prog-id=100 op=LOAD
Feb 23 02:50:21 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 23 02:50:21 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 23 02:50:21 jackvk5 systemd[1]: Started Time & Date Service.
Feb 23 02:50:21 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calendar'
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.107' (uid=1000 pid=5912 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:50:21 jackvk5 dbus-daemon[5943]: writing oom_score_adj error: Permission denied
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: dLeyna core version 0.7.0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: dleyna-renderer-service version 0.7.2
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: [General settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Never Quit: F
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Connector Name: dbus
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Port: 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Push host port: 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: [Logging settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Log Type : 0
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Log Level: 0x13
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: [Network filtering settings]
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Enabled : F
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Entries: (null)
Feb 23 02:50:21 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:50:21 jackvk5 dleyna-renderer-service[5943]: Client :1.107 lost
Feb 23 02:50:22 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.265' (uid=1000 pid=5823 comm="/usr/bin/nautilus --gapplication-service ")
Feb 23 02:50:22 jackvk5 audit: BPF prog-id=101 op=LOAD
Feb 23 02:50:22 jackvk5 audit: BPF prog-id=102 op=LOAD
Feb 23 02:50:22 jackvk5 audit: BPF prog-id=103 op=LOAD
Feb 23 02:50:22 jackvk5 systemd[1]: Starting Hostname Service...
Feb 23 02:50:22 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 23 02:50:22 jackvk5 systemd[1]: Started Hostname Service.
Feb 23 02:50:22 jackvk5 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'
Feb 23 02:50:22 jackvk5 dleyna-renderer-service[5943]: dLeyna: Exit
Feb 23 02:50:22 jackvk5 dleyna-renderer-service[5904]: dLeyna: Exit
Feb 23 02:50:51 jackvk5 gnome-calendar[5910]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 23 02:50:51 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 23 02:50:51 jackvk5 kernel: kauditd_printk_skb: 8 callbacks suppressed
Feb 23 02:50:51 jackvk5 kernel: audit: type=1131 audit(1645584651.360:449): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:51 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:51 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:51 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:51 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:51 jackvk5 kernel: audit: type=1334 audit(1645584651.400:450): prog-id=0 op=UNLOAD
Feb 23 02:50:51 jackvk5 kernel: audit: type=1334 audit(1645584651.400:451): prog-id=0 op=UNLOAD
Feb 23 02:50:51 jackvk5 kernel: audit: type=1334 audit(1645584651.400:452): prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 23 02:50:52 jackvk5 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'
Feb 23 02:50:52 jackvk5 kernel: audit: type=1131 audit(1645584652.130:453): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:50:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 kernel: audit: type=1334 audit(1645584652.253:454): prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 kernel: audit: type=1334 audit(1645584652.253:455): prog-id=0 op=UNLOAD
Feb 23 02:50:52 jackvk5 kernel: audit: type=1334 audit(1645584652.253:456): prog-id=0 op=UNLOAD
Feb 23 02:51:35 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.265' (uid=1000 pid=5823 comm="/usr/bin/nautilus --gapplication-service ")
Feb 23 02:51:35 jackvk5 audit: BPF prog-id=104 op=LOAD
Feb 23 02:51:35 jackvk5 audit: BPF prog-id=105 op=LOAD
Feb 23 02:51:35 jackvk5 audit: BPF prog-id=106 op=LOAD
Feb 23 02:51:35 jackvk5 systemd[1]: Starting Hostname Service...
Feb 23 02:51:35 jackvk5 kernel: audit: type=1334 audit(1645584695.556:457): prog-id=104 op=LOAD
Feb 23 02:51:35 jackvk5 kernel: audit: type=1334 audit(1645584695.556:458): prog-id=105 op=LOAD
Feb 23 02:51:35 jackvk5 kernel: audit: type=1334 audit(1645584695.556:459): prog-id=106 op=LOAD
Feb 23 02:51:35 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 23 02:51:35 jackvk5 systemd[1]: Started Hostname Service.
Feb 23 02:51:35 jackvk5 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'
Feb 23 02:51:35 jackvk5 kernel: audit: type=1130 audit(1645584695.576:460): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:51:39 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.71' (uid=1000 pid=5527 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 23 02:51:39 jackvk5 systemd[4798]: Starting Tracker metadata extractor...
Feb 23 02:51:39 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 23 02:51:39 jackvk5 systemd[4798]: Started Tracker metadata extractor.
Feb 23 02:52:05 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 23 02:52:05 jackvk5 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'
Feb 23 02:52:05 jackvk5 kernel: audit: type=1131 audit(1645584725.626:461): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:52:05 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:52:05 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:52:05 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:52:05 jackvk5 kernel: audit: type=1334 audit(1645584725.760:462): prog-id=0 op=UNLOAD
Feb 23 02:52:05 jackvk5 kernel: audit: type=1334 audit(1645584725.760:463): prog-id=0 op=UNLOAD
Feb 23 02:52:05 jackvk5 kernel: audit: type=1334 audit(1645584725.760:464): prog-id=0 op=UNLOAD
Feb 23 02:53:09 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.268' (uid=0 pid=6237 comm="sudo rm -r /boot/EFI/BOOT/drivers_x64/ ")
Feb 23 02:53:09 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:09 jackvk5 sudo[6237]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:11 jackvk5 audit[6237]: USER_AUTH pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 audit[6237]: USER_ACCT pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 sudo[6237]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/rm -r /boot/EFI/BOOT/drivers_x64/
Feb 23 02:53:11 jackvk5 kernel: audit: type=1100 audit(1645584791.626:465): pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 kernel: audit: type=1101 audit(1645584791.626:466): pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 kernel: audit: type=1110 audit(1645584791.626:467): pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 audit[6237]: CRED_REFR pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 sudo[6237]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 23 02:53:11 jackvk5 audit[6237]: USER_START pid=6237 uid=1000 auid=1000 ses=6 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'
Feb 23 02:53:11 jackvk5 kernel: audit: type=1105 audit(1645584791.630:468): pid=6237 uid=1000 auid=1000 ses=6 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'
Feb 23 02:53:11 jackvk5 sudo[6237]: pam_unix(sudo:session): session closed for user root
Feb 23 02:53:11 jackvk5 audit[6237]: USER_END pid=6237 uid=1000 auid=1000 ses=6 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'
Feb 23 02:53:11 jackvk5 audit[6237]: CRED_DISP pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:11 jackvk5 kernel: audit: type=1106 audit(1645584791.683:469): pid=6237 uid=1000 auid=1000 ses=6 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'
Feb 23 02:53:11 jackvk5 kernel: audit: type=1104 audit(1645584791.683:470): pid=6237 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:27 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.269' (uid=0 pid=6240 comm="sudo nvidia_settings ")
Feb 23 02:53:27 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:27 jackvk5 sudo[6240]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:27 jackvk5 audit[6240]: USER_ACCT pid=6240 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:27 jackvk5 kernel: audit: type=1101 audit(1645584807.876:471): pid=6240 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:32 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.270' (uid=0 pid=6241 comm="sudo nvidia-settings ")
Feb 23 02:53:32 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:32 jackvk5 sudo[6241]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 23 02:53:32 jackvk5 audit[6241]: USER_ACCT pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:32 jackvk5 sudo[6241]:   jackbo : TTY=pts/0 ; PWD=/home/jackbo ; USER=root ; COMMAND=/usr/bin/nvidia-settings
Feb 23 02:53:32 jackvk5 kernel: audit: type=1101 audit(1645584812.223:472): pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:32 jackvk5 kernel: audit: type=1110 audit(1645584812.223:473): pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:32 jackvk5 audit[6241]: CRED_REFR pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:53:32 jackvk5 sudo[6241]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 23 02:53:32 jackvk5 audit[6241]: USER_START pid=6241 uid=1000 auid=1000 ses=6 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'
Feb 23 02:53:32 jackvk5 kernel: audit: type=1105 audit(1645584812.230:474): pid=6241 uid=1000 auid=1000 ses=6 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'
Feb 23 02:54:55 jackvk5 sudo[6241]: pam_unix(sudo:session): session closed for user root
Feb 23 02:54:55 jackvk5 audit[6241]: USER_END pid=6241 uid=1000 auid=1000 ses=6 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'
Feb 23 02:54:55 jackvk5 audit[6241]: CRED_DISP pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:54:55 jackvk5 kernel: audit: type=1106 audit(1645584895.286:475): pid=6241 uid=1000 auid=1000 ses=6 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'
Feb 23 02:54:55 jackvk5 kernel: audit: type=1104 audit(1645584895.286:476): pid=6241 uid=1000 auid=1000 ses=6 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6272]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6274]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6276]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 audit[5910]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=6 pid=5910 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:55:07 jackvk5 dbus-daemon[6280]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.clocks' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6283]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6285]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 kernel: gnome-calendar[5910]: segfault at 18 ip 00007fd2f909b884 sp 00007ffec95fd0d8 error 4 in libglib-2.0.so.0.7000.4[7fd2f9034000+92000]
Feb 23 02:55:07 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 23 02:55:07 jackvk5 kernel: audit: type=1701 audit(1645584907.126:477): auid=1000 uid=1000 gid=1000 ses=6 pid=5910 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.133:478): prog-id=107 op=LOAD
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.133:479): prog-id=108 op=LOAD
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.133:480): prog-id=109 op=LOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=107 op=LOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=108 op=LOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=109 op=LOAD
Feb 23 02:55:07 jackvk5 dbus-daemon[6287]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[6290]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 23 02:55:07 jackvk5 systemd[1]: Started Process Core Dump (PID 6281/UID 0).
Feb 23 02:55:07 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@9-6281-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:07 jackvk5 kernel: audit: type=1130 audit(1645584907.133:481): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@9-6281-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.clocks'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 23 02:55:07 jackvk5 systemd-coredump[6294]: Process 5910 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                Module libltdl.so.7 with build-id 04a5ffeff80ecdfcb5f7ff2d889b5a3ecfb88d7c
                                                Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141
                                                Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615
                                                Module libcanberra-gtk3.so.0 with build-id 133409dc3e744fe0edc6a4d078714dce82dacf98
                                                Module libcanberra-gtk-module.so with build-id 72bd14fd5ba4fb0eda082b3daeccc80b796a5586
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 5910:
                                                #0  0x00007fd2f909b884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007fd2f9050902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x00005567934f3931 n/a (gnome-calendar + 0x38931)
                                                #3  0x00005567934f3c3d n/a (gnome-calendar + 0x38c3d)
                                                #4  0x00007fd2f2694d4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007fd2f2694267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007fd2f8185fce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007fd2f817febf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007fd2f819c188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x00005567934dde87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007fd2f82df595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007fd2f82c48dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007fd2f906bf13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007fd2f90c20d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007fd2f9069485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007fd2f82a36ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x00005567934db525 main (gnome-calendar + 0x20525)
                                                #17 0x00007fd2f7c5e310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007fd2f7c5e3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x00005567934db60e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 5925:
                                                #0  0x00007fd2f7d372af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd2f90c2066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd2f906b463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd2f82d015c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007fd2f909b845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd2f7cbe5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd2f7d43584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5926:
                                                #0  0x00007fd2f7d372af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd2f90c2066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd2f9069485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fd2f9196ebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007fd2f909b845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd2f7cbe5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd2f7d43584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5928:
                                                #0  0x00007fd2f7d372af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd2f90c2066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd2f906b463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd2f849c3c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007fd2f909b845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd2f7cbe5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd2f7d43584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5923:
                                                #0  0x00007fd2f7d372af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd2f90c2066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd2f9069485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007fd2f90694d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007fd2f909b845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd2f7cbe5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd2f7d43584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 5937:
                                                #0  0x00007fd2f7d372af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007fd2f90c2066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007fd2f906b463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007fd2f857961b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007fd2f909b845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007fd2f7cbe5c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007fd2f7d43584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 23 02:55:07 jackvk5 systemd[1]: systemd-coredump@9-6281-0.service: Deactivated successfully.
Feb 23 02:55:07 jackvk5 kernel: audit: type=1131 audit(1645584907.323:482): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@9-6281-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:07 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@9-6281-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.116' (uid=1000 pid=6287 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:55:07 jackvk5 gnome-shell[4851]: Received error from D-Bus search provider org.gnome.Calendar.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 23 02:55:07 jackvk5 dbus-daemon[6384]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: dLeyna core version 0.7.0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: dleyna-renderer-service version 0.7.2
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: [General settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Never Quit: F
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Connector Name: dbus
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Port: 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Push host port: 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: [Logging settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Log Type : 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Log Level: 0x13
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: [Network filtering settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Enabled : F
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Entries: (null)
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Calling GetRenderers method
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6384]: Client :1.116 lost
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.480:483): prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.480:484): prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 kernel: audit: type=1334 audit(1645584907.480:485): prog-id=0 op=UNLOAD
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calendar' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6397]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[6400]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:55:07 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.275' (uid=1000 pid=6397 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=110 op=LOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=111 op=LOAD
Feb 23 02:55:07 jackvk5 audit: BPF prog-id=112 op=LOAD
Feb 23 02:55:07 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 23 02:55:07 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 23 02:55:07 jackvk5 systemd[1]: Started Time & Date Service.
Feb 23 02:55:07 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calendar'
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.124' (uid=1000 pid=6400 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:55:07 jackvk5 dbus-daemon[6429]: writing oom_score_adj error: Permission denied
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: dLeyna core version 0.7.0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: dleyna-renderer-service version 0.7.2
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: [General settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Never Quit: F
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Connector Name: dbus
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Port: 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Push host port: 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: [Logging settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Log Type : 0
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Log Level: 0x13
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: [Network filtering settings]
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Enabled : F
Feb 23 02:55:07 jackvk5 dleyna-renderer-service[6429]: Entries: (null)
Feb 23 02:55:07 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:55:08 jackvk5 dleyna-renderer-service[6429]: New media server /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 23 02:55:08 jackvk5 systemd[4798]: Started Application launched by gnome-shell.
Feb 23 02:55:08 jackvk5 dleyna-renderer-service[6384]: dLeyna: Exit
Feb 23 02:55:08 jackvk5 gnome-shell[4851]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x260000b specified for 0x2600009.
Feb 23 02:55:08 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.71' (uid=1000 pid=5527 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 23 02:55:08 jackvk5 systemd[4798]: Starting Tracker metadata extractor...
Feb 23 02:55:08 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 23 02:55:08 jackvk5 systemd[4798]: Started Tracker metadata extractor.
Feb 23 02:55:22 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.279' (uid=1000 pid=6436 comm="python3 /usr/bin/calibre --detach ")
Feb 23 02:55:22 jackvk5 audit: BPF prog-id=113 op=LOAD
Feb 23 02:55:22 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 23 02:55:22 jackvk5 kernel: audit: type=1334 audit(1645584922.426:490): prog-id=113 op=LOAD
Feb 23 02:55:22 jackvk5 kernel: audit: type=1334 audit(1645584922.430:491): prog-id=114 op=LOAD
Feb 23 02:55:22 jackvk5 audit: BPF prog-id=114 op=LOAD
Feb 23 02:55:22 jackvk5 audit: BPF prog-id=115 op=LOAD
Feb 23 02:55:22 jackvk5 systemd[1]: Starting Hostname Service...
Feb 23 02:55:22 jackvk5 kernel: audit: type=1334 audit(1645584922.430:492): prog-id=115 op=LOAD
Feb 23 02:55:22 jackvk5 gnome-shell[4851]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2a00007
Feb 23 02:55:22 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 23 02:55:22 jackvk5 systemd[1]: Started Hostname Service.
Feb 23 02:55:22 jackvk5 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'
Feb 23 02:55:22 jackvk5 kernel: audit: type=1130 audit(1645584922.450:493): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:23 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.281' (uid=1000 pid=6497 comm="/usr/lib/gvfsd-dnssd --spawner :1.14 /org/gtk/gvfs")
Feb 23 02:55:23 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 23 02:55:37 jackvk5 gnome-calendar[6397]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 23 02:55:37 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 23 02:55:37 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:37 jackvk5 kernel: audit: type=1131 audit(1645584937.666:494): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:37 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:37 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:37 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:37 jackvk5 kernel: audit: type=1334 audit(1645584937.693:495): prog-id=0 op=UNLOAD
Feb 23 02:55:37 jackvk5 kernel: audit: type=1334 audit(1645584937.693:496): prog-id=0 op=UNLOAD
Feb 23 02:55:37 jackvk5 kernel: audit: type=1334 audit(1645584937.693:497): prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 23 02:55:52 jackvk5 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'
Feb 23 02:55:52 jackvk5 kernel: audit: type=1131 audit(1645584952.500:498): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:55:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 kernel: audit: type=1334 audit(1645584952.600:499): prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 kernel: audit: type=1334 audit(1645584952.600:500): prog-id=0 op=UNLOAD
Feb 23 02:55:52 jackvk5 kernel: audit: type=1334 audit(1645584952.600:501): prog-id=0 op=UNLOAD
Feb 23 02:56:06 jackvk5 kernel: usb 1-8.2: USB disconnect, device number 8
Feb 23 02:56:06 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.283' (uid=971 pid=6514 comm="/usr/lib/colord-sane ")
Feb 23 02:56:06 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: new high-speed USB device number 9 using xhci_hcd
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: New USB device found, idVendor=04e8, idProduct=61f5, bcdDevice= 1.00
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: Product: Portable SSD T5
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: Manufacturer: Samsung
Feb 23 02:56:26 jackvk5 kernel: usb 1-8.2: SerialNumber: 1234567F7573
Feb 23 02:56:26 jackvk5 mtp-probe[6527]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Feb 23 02:56:26 jackvk5 mtp-probe[6527]: bus: 1, device: 9 was not an MTP device
Feb 23 02:56:26 jackvk5 kernel: usbcore: registered new interface driver usb-storage
Feb 23 02:56:26 jackvk5 mtp-probe[6540]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Feb 23 02:56:26 jackvk5 mtp-probe[6540]: bus: 1, device: 9 was not an MTP device
Feb 23 02:56:26 jackvk5 kernel: scsi host6: uas
Feb 23 02:56:26 jackvk5 kernel: usbcore: registered new interface driver uas
Feb 23 02:56:26 jackvk5 kernel: scsi 6:0:0:0: Direct-Access     Samsung  Portable SSD T5  0    PQ: 0 ANSI: 6
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: Attached scsi generic sg0 type 0
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] Write Protect is off
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] Mode Sense: 43 00 00 00
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] Optimal transfer size 33553920 bytes
Feb 23 02:56:26 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.285' (uid=971 pid=6528 comm="/usr/lib/colord-sane ")
Feb 23 02:56:26 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 23 02:56:26 jackvk5 kernel:  sda: sda1
Feb 23 02:56:26 jackvk5 kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Feb 23 02:56:28 jackvk5 kernel: exFAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Feb 23 02:56:29 jackvk5 udisksd[824]: Mounted /dev/sda1 at /run/media/jackbo/Samsung_T5 on behalf of uid 1000
Feb 23 02:56:29 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Shell.HotplugSniffer' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:56:29 jackvk5 dbus-daemon[6552]: writing oom_score_adj error: Permission denied
Feb 23 02:56:29 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Shell.HotplugSniffer'
Feb 23 02:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.71' (uid=1000 pid=5527 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 23 02:56:51 jackvk5 systemd[4798]: Starting Tracker metadata extractor...
Feb 23 02:56:51 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 23 02:56:51 jackvk5 systemd[4798]: Started Tracker metadata extractor.
Feb 23 02:57:45 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.286' (uid=1000 pid=6436 comm="python3 /usr/bin/calibre --detach ")
Feb 23 02:57:45 jackvk5 audit: BPF prog-id=116 op=LOAD
Feb 23 02:57:45 jackvk5 audit: BPF prog-id=117 op=LOAD
Feb 23 02:57:45 jackvk5 audit: BPF prog-id=118 op=LOAD
Feb 23 02:57:45 jackvk5 systemd[1]: Starting Hostname Service...
Feb 23 02:57:45 jackvk5 gnome-shell[4851]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2a00ac1
Feb 23 02:57:45 jackvk5 kernel: audit: type=1334 audit(1645585065.343:502): prog-id=116 op=LOAD
Feb 23 02:57:45 jackvk5 kernel: audit: type=1334 audit(1645585065.343:503): prog-id=117 op=LOAD
Feb 23 02:57:45 jackvk5 kernel: audit: type=1334 audit(1645585065.343:504): prog-id=118 op=LOAD
Feb 23 02:57:45 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 23 02:57:45 jackvk5 systemd[1]: Started Hostname Service.
Feb 23 02:57:45 jackvk5 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'
Feb 23 02:57:45 jackvk5 kernel: audit: type=1130 audit(1645585065.363:505): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:15 jackvk5 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 23 02:58:15 jackvk5 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'
Feb 23 02:58:15 jackvk5 kernel: audit: type=1131 audit(1645585095.406:506): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:15 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:15 jackvk5 kernel: audit: type=1334 audit(1645585095.560:507): prog-id=0 op=UNLOAD
Feb 23 02:58:15 jackvk5 kernel: audit: type=1334 audit(1645585095.560:508): prog-id=0 op=UNLOAD
Feb 23 02:58:15 jackvk5 kernel: audit: type=1334 audit(1645585095.560:509): prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6597]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6599]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6601]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6603]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.clocks' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6605]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6607]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6609]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[6611]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.clocks'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Characters.BackgroundService'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Feb 23 02:58:26 jackvk5 audit[6397]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=6 pid=6397 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:58:26 jackvk5 kernel: gnome-calendar[6397]: segfault at 18 ip 00007f80bd931884 sp 00007ffe6573acf8 error 4 in libglib-2.0.so.0.7000.4[7f80bd8ca000+92000]
Feb 23 02:58:26 jackvk5 kernel: Code: 05 ba ab 02 00 48 8d 0d 12 d3 08 00 ba 2e 03 00 00 48 8d 35 63 b9 03 00 48 8d 3d f8 a7 02 00 67 e8 31 67 ff ff 90 f3 0f 1e fa <8b> 47 18 85 c0 7e 0d 48 89 f8 f0 83 47 18 01 c3 0f 1f 40 00 48 83
Feb 23 02:58:26 jackvk5 kernel: audit: type=1701 audit(1645585106.373:510): auid=1000 uid=1000 gid=1000 ses=6 pid=6397 comm="gnome-calendar" exe="/usr/bin/gnome-calendar" sig=11 res=1
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=119 op=LOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=120 op=LOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=121 op=LOAD
Feb 23 02:58:26 jackvk5 systemd[1]: Started Process Core Dump (PID 6683/UID 0).
Feb 23 02:58:26 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@10-6683-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.376:511): prog-id=119 op=LOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.380:512): prog-id=120 op=LOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.380:513): prog-id=121 op=LOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1130 audit(1645585106.380:514): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@10-6683-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6429]: Calling GetRenderers method
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6429]: Client :1.142 lost
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6429]: Lost /com/intel/dLeynaRenderer/server/uuid_3aRINCON_7828CAB117E601400_MR
Feb 23 02:58:26 jackvk5 systemd-coredump[6688]: Process 6397 (gnome-calendar) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 2ad6b24b487ac2a9c2901c8ddf457eeb465c1d5a
                                                Module module-credentials-goa.so with build-id 0018e19ac73f19c99cd8082b31dd6c71f3c88099
                                                Module libcamelimapx.so with build-id bbc9e1c689ee624096af30247933c4b8c2cdc075
                                                Module libcamelpop3.so with build-id e04dfa9d35b1bb5ae78687006530a16b8ff1eb48
                                                Module libcamelsmtp.so with build-id 4f5e9e148747af50010db1b6cbf6b64251f798cc
                                                Module libcamellocal.so with build-id 6d915e1d5fc1cd6341eb3912c3637c512ce18154
                                                Module libcamelsendmail.so with build-id cde7faaf048be293bacca6ffb8f771ce51fcc894
                                                Module libcamelnntp.so with build-id 7fd5590cb16bb434550a64baeb9000178216616a
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                Module libltdl.so.7 with build-id 04a5ffeff80ecdfcb5f7ff2d889b5a3ecfb88d7c
                                                Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141
                                                Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615
                                                Module libcanberra-gtk3.so.0 with build-id 133409dc3e744fe0edc6a4d078714dce82dacf98
                                                Module libcanberra-gtk-module.so with build-id 72bd14fd5ba4fb0eda082b3daeccc80b796a5586
                                                Module libgvfscommon.so with build-id 643d4362b74f55b036829781680105545e0e1ad9
                                                Module libgvfsdbus.so with build-id 80d171a1b9e2e4327b393f38166fc31d2925365d
                                                Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id eca975f5266a67fc4895065727647e98ff99a128
                                                Module libcurl.so.4 with build-id d4dec3d9f8c789ec28d441f2a3f73d532809e6ef
                                                Module libdebuginfod.so.1 with build-id 484bf6722af582e62aed8e671c75ec9a3fd4725c
                                                Module libudev.so.1 with build-id 10425bceda4d2b8dfaa2453dd7e833ea873f88a1
                                                Module libelf.so.1 with build-id 4cf96cb4785e1ca233693ae17fa0d62971ee09c2
                                                Module libplds4.so with build-id e915f74a1aff6a20d65b5f03f5ee2e0197153a33
                                                Module libplc4.so with build-id 44dcd42fb72cc8aab586dbf4000293590bb19e67
                                                Module libnssutil3.so with build-id 0d2b2fb3fdde7ea1ed8f4c95493516473435cdba
                                                Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b
                                                Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824
                                                Module libgbm.so.1 with build-id 372f8ab71950ad9e59e00d3e4fe4d7c3f3362e44
                                                Module libdrm.so.2 with build-id 00816f0a71c7e4e388c10db6245dbb9c031732a9
                                                Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a
                                                Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c
                                                Module libgstallocators-1.0.so.0 with build-id fdd65845af43c0cc2f9a6424bd741b455fcad7c4
                                                Module liborc-0.4.so.0 with build-id a95fb07ab70adc17bb91684e07695723aac3a4b8
                                                Module libdw.so.1 with build-id b3bec074a401dcc3869642c270153cfee807d575
                                                Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                Module libwoff2common.so.1.0.2 with build-id 366330fae3eb439543a00a3b2e9a0cf92f3cf36c
                                                Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6
                                                Module libblkid.so.1 with build-id 9e4bb910a2e63ba71cae0e3b89c07fdd45033ff2
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                Module libexpat.so.1 with build-id 3174e8ac54cc06c4aea87cc79bd0fbaf5f7d311a
                                                Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                Module libnspr4.so with build-id c5d12234f7975d11a11e67646533657d014d9540
                                                Module libnss3.so with build-id d2548c5d414574f214f87e4fd328d7a8bfc06931
                                                Module libsmime3.so with build-id 78817b6406663629f3586cf4ff6dc4c32faa6785
                                                Module libssl3.so with build-id a66542b0b26361679b5ebc0b5f06c53ad48f373b
                                                Module libsystemd.so.0 with build-id a83a62063b8098eda274d25251d619f0503bf011
                                                Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                Module libmanette-0.2.so.0 with build-id 6c718d9a8a98d931bd32676fc58b6ff0bb75bb15
                                                Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libhyphen.so.0 with build-id bf921c6bbb4feaa536e29f1ae72d3a9e79b6f98e
                                                Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                Module libenchant-2.so.2 with build-id e4a8762d6921a02e21b856c3bbadb0c5dca0b9ad
                                                Module libwebp.so.7 with build-id 0add7a572705244ed810b7e722cce7da0dcfb62c
                                                Module libwebpdemux.so.2 with build-id 7bc15ac239db643015e169a2c6cc822156eb999a
                                                Module libopenjp2.so.7 with build-id 0a329c12468c33c92ecbc3968f4dc9c79cc5db96
                                                Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                Module libgstfft-1.0.so.0 with build-id 6e5f88ef2c3e23b8a3272f81bdd7e8edda12f5d2
                                                Module libgstgl-1.0.so.0 with build-id 19d7cc9b76e94ceca84fec4959dcbfcbdf5c1f6a
                                                Module libgstvideo-1.0.so.0 with build-id 3b10019c3797943fa10dc8c79d447f6f0876f708
                                                Module libgsttag-1.0.so.0 with build-id 2648f9ba4b31debd4b6d00a567b1af57c8c05c17
                                                Module libgstaudio-1.0.so.0 with build-id b046ef285c14cf85de520eb1c6e3de6c488afb01
                                                Module libgstpbutils-1.0.so.0 with build-id 175062b238b37aa8a055f6a5861a0a4027189042
                                                Module libgstreamer-1.0.so.0 with build-id acdeaf18c4a618e21e3344d3ae2ce61477ec7ed7
                                                Module libgstbase-1.0.so.0 with build-id fff56d5dfb4c6508703c89da2afe5d098de72d4a
                                                Module libgstapp-1.0.so.0 with build-id 3fdbbf29e3d3dbe94cc43b0fe5f168951d087f45
                                                Module libharfbuzz-icu.so.0 with build-id d4af51b0f4178327c6bb3f504dd95f7283b8fb2f
                                                Module libwoff2dec.so.1.0.2 with build-id f305ec18581a18e8c83f5c3f5bcbe188eeb1b34c
                                                Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                Module libOpenGL.so.0 with build-id f09885433fcfb48c54d308f1c8fbe2898b5e9ceb
                                                Module libxslt.so.1 with build-id 333f4419a38bfb5d4bc10f73aa2364847d683b38
                                                Module libjavascriptcoregtk-4.0.so.18 with build-id 70f28e6f71855c957f0de08598750544722d096f
                                                Module libnotify.so.4 with build-id 8fad144d33915b1a1ed751381093ca2bbc650e31
                                                Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce
                                                Module libWPEBackend-fdo-1.0.so.1 with build-id 51b6a64f4376734859801e1a5d0c0afc4a03fd9a
                                                Module libwpe-1.0.so.1 with build-id a5071b3ce80868bfb98ea919ecc1797ae96345cc
                                                Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libgck-1.so.0 with build-id ca9ebe7526948662d82bc12a84e3e939c8665076
                                                Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                Module libgeocode-glib.so.0 with build-id c03785a11f33bdf44117e4ecd62ab55164eb0d59
                                                Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                Module libmount.so.1 with build-id 765508fe9812e693ac41fd3d0aedd65d7a78b287
                                                Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                Module libgdata.so.22 with build-id 022ff7ef1669f2d0cfe63c13a2992fc506a65fd7
                                                Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                Module libxml2.so.2 with build-id 34aa03d6fadb52a051964f0e50a977efaea9482e
                                                Module libsecret-1.so.0 with build-id f260bbd258664fb12faa6b5a8964c2a141e653a1
                                                Module libedbus-private.so with build-id e0f471674a80c68efc691eaa56a19c97cb7ace56
                                                Module libical.so.3 with build-id aa4a324cfcd06615ccd285eef75773f21789601f
                                                Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                Module libfontconfig.so.1 with build-id 9fdeb38479c4090d673efc2e8cb60176efe65da1
                                                Module libpangoft2-1.0.so.0 with build-id 9b0353693557b4fb68124a9dffac9b07678d86a1
                                                Module libharfbuzz.so.0 with build-id 716df25c59c91f456ae107457e4250f7c32bde1b
                                                Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libcamel-1.2.so.63 with build-id 3010e0799aeac1b820bc67932862f6806828c248
                                                Module libwebkit2gtk-4.0.so.37 with build-id 9cec742c3edf032d71ada97a59d8c7aa3e404f6d
                                                Module libgcr-ui-3.so.1 with build-id 006e66da017675f8ef3c853804bc100d3c1fe0d8
                                                Module libgcr-base-3.so.1 with build-id bab2a7e7ca01d7c569d1665eeefe0c43f15a2287
                                                Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                Module libgeoclue-2.so.0 with build-id 86b00112262812a2580fa21e7c253b13d2b9f921
                                                Module libgweather-3.so.16 with build-id 9be1ba30a84edd5babf44c7b748589db8a622b13
                                                Module libgoa-1.0.so.0 with build-id 0b5006e17b5987ec0ace731889532365c8563267
                                                Module libhandy-1.so.0 with build-id fa74e1154b327e4622b580cbc28fb20fd8003211
                                                Module libdazzle-1.0.so.0 with build-id cdfd20a991682373baebe0ef88689899266ec615
                                                Module libgobject-2.0.so.0 with build-id 6d7ff6c8e4e9c12caa92cf25a74d3ecdd9461c36
                                                Module libgio-2.0.so.0 with build-id c4e89ca22afc7f17db176d2063fe379dbc88d99b
                                                Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                Module libedataserver-1.2.so.26 with build-id eff3708b5a9d2f23576b01a24f85765cf9c61395
                                                Module libical-glib.so.3 with build-id ce771069ff93b459a669ed675ac4ad9ff5833ce2
                                                Module libecal-2.0.so.1 with build-id 92701b491e18df193f9058a5e06801f9e782069d
                                                Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                Module libpango-1.0.so.0 with build-id f7a7e74f7ade4cbcf3840f685d760da19b0dc38c
                                                Module libpangocairo-1.0.so.0 with build-id a47bf17ab99c1840764fca52a2d772800d81d6e1
                                                Module libgdk-3.so.0 with build-id 0d1048ff040bb420bc2b7da992590559226a1beb
                                                Module libgtk-3.so.0 with build-id 237211b929fd493858b4269bbf63f407c24e0fb4
                                                Module libglib-2.0.so.0 with build-id 24e675eddd4654b470e0a892f4a4aec012b04160
                                                Module libedataserverui-1.2.so.3 with build-id 4c7ace6666f62b1ac32a113179cf372502c87ac1
                                                Module gnome-calendar with build-id 850732d6445976c417c3d9642863d8bef92525dd
                                                Stack trace of thread 6397:
                                                #0  0x00007f80bd931884 g_time_zone_ref (libglib-2.0.so.0 + 0x84884)
                                                #1  0x00007f80bd8e6902 n/a (libglib-2.0.so.0 + 0x39902)
                                                #2  0x00005569e35ab931 n/a (gnome-calendar + 0x38931)
                                                #3  0x00005569e35abc60 n/a (gnome-calendar + 0x38c60)
                                                #4  0x00007f80b6f2ad4a n/a (libffi.so.8 + 0x6d4a)
                                                #5  0x00007f80b6f2a267 n/a (libffi.so.8 + 0x6267)
                                                #6  0x00007f80bca1bfce g_cclosure_marshal_generic (libgobject-2.0.so.0 + 0x18fce)
                                                #7  0x00007f80bca15ebf g_closure_invoke (libgobject-2.0.so.0 + 0x12ebf)
                                                #8  0x00007f80bca32188 n/a (libgobject-2.0.so.0 + 0x2f188)
                                                #9  0x00005569e3595e87 n/a (gnome-calendar + 0x22e87)
                                                #10 0x00007f80bcb75595 n/a (libgio-2.0.so.0 + 0x117595)
                                                #11 0x00007f80bcb5a8dd n/a (libgio-2.0.so.0 + 0xfc8dd)
                                                #12 0x00007f80bd901f13 g_main_context_dispatch (libglib-2.0.so.0 + 0x54f13)
                                                #13 0x00007f80bd9580d9 n/a (libglib-2.0.so.0 + 0xab0d9)
                                                #14 0x00007f80bd8ff485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #15 0x00007f80bcb396ee g_application_run (libgio-2.0.so.0 + 0xdb6ee)
                                                #16 0x00005569e3593525 main (gnome-calendar + 0x20525)
                                                #17 0x00007f80bc4f4310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                #18 0x00007f80bc4f43c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                #19 0x00005569e359360e _start (gnome-calendar + 0x2060e)
                                                
                                                Stack trace of thread 6411:
                                                #0  0x00007f80bc5cd2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f80bd958066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f80bd901463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f80bcb6615c n/a (libgio-2.0.so.0 + 0x10815c)
                                                #4  0x00007f80bd931845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f80bc5545c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f80bc5d9584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 6409:
                                                #0  0x00007f80bc5cd2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f80bd958066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f80bd8ff485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f80bd8ff4d2 n/a (libglib-2.0.so.0 + 0x524d2)
                                                #4  0x00007f80bd931845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f80bc5545c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f80bc5d9584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 6412:
                                                #0  0x00007f80bc5cd2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f80bd958066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f80bd8ff485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485)
                                                #3  0x00007f80bda2cebe n/a (libdconfsettings.so + 0x5ebe)
                                                #4  0x00007f80bd931845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f80bc5545c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f80bc5d9584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 6419:
                                                #0  0x00007f80bc5cd2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f80bd958066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f80bd901463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f80bcd323c3 n/a (libedataserver-1.2.so.26 + 0x673c3)
                                                #4  0x00007f80bd931845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f80bc5545c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f80bc5d9584 __clone (libc.so.6 + 0x112584)
                                                
                                                Stack trace of thread 6423:
                                                #0  0x00007f80bc5cd2af __poll (libc.so.6 + 0x1062af)
                                                #1  0x00007f80bd958066 n/a (libglib-2.0.so.0 + 0xab066)
                                                #2  0x00007f80bd901463 g_main_loop_run (libglib-2.0.so.0 + 0x54463)
                                                #3  0x00007f80bce0f61b n/a (libecal-2.0.so.1 + 0x1a61b)
                                                #4  0x00007f80bd931845 n/a (libglib-2.0.so.0 + 0x84845)
                                                #5  0x00007f80bc5545c2 start_thread (libc.so.6 + 0x8d5c2)
                                                #6  0x00007f80bc5d9584 __clone (libc.so.6 + 0x112584)
                                                ELF object binary architecture: AMD x86-64
Feb 23 02:58:26 jackvk5 systemd[1]: systemd-coredump@10-6683-0.service: Deactivated successfully.
Feb 23 02:58:26 jackvk5 kernel: audit: type=1131 audit(1645585106.530:515): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@10-6683-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:26 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@10-6683-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Photos' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6715]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 gnome-shell[4851]: Received error from D-Bus search provider org.gnome.Calendar.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.125 was not provided by any .service files
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Photos'
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.650:516): prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.650:517): prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 kernel: audit: type=1334 audit(1645585106.650:518): prog-id=0 op=UNLOAD
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='org.gnome.Calendar' requested by ':1.13' (uid=1000 pid=4851 comm="/usr/bin/gnome-shell ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6735]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating service name='com.intel.dleyna-renderer' requested by ':1.150' (uid=1000 pid=6715 comm="/usr/bin/gnome-photos --gapplication-service ")
Feb 23 02:58:26 jackvk5 dbus-daemon[6738]: writing oom_score_adj error: Permission denied
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: dLeyna core version 0.7.0
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: dleyna-renderer-service version 0.7.2
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Load file [/home/jackbo/.config/dleyna-renderer-service.conf]
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: [General settings]
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Never Quit: F
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Connector Name: dbus
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Port: 0
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Push host port: 0
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: [Logging settings]
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Log Type : 0
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Log Level: 0x13
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: [Network filtering settings]
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Enabled : F
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Entries: (null)
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'com.intel.dleyna-renderer'
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Calling GetRenderers method
Feb 23 02:58:26 jackvk5 dleyna-renderer-service[6738]: Client :1.150 lost
Feb 23 02:58:26 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.292' (uid=1000 pid=6735 comm="/usr/bin/gnome-calendar --gapplication-service ")
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=122 op=LOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=123 op=LOAD
Feb 23 02:58:26 jackvk5 audit: BPF prog-id=124 op=LOAD
Feb 23 02:58:26 jackvk5 systemd[1]: Starting Time & Date Service...
Feb 23 02:58:26 jackvk5 dbus-daemon[533]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 23 02:58:26 jackvk5 systemd[1]: Started Time & Date Service.
Feb 23 02:58:26 jackvk5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:26 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.gnome.Calendar'
Feb 23 02:58:27 jackvk5 dleyna-renderer-service[6429]: dLeyna: Exit
Feb 23 02:58:28 jackvk5 dleyna-renderer-service[6738]: dLeyna: Exit
Feb 23 02:58:28 jackvk5 systemd[4798]: Started Application launched by gnome-shell.
Feb 23 02:58:29 jackvk5 epiphany[6758]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 23 02:58:29 jackvk5 epiphany[6758]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 23 02:58:29 jackvk5 epiphany[6758]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 23 02:58:29 jackvk5 epiphany[6758]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 23 02:58:32 jackvk5 epiphany[6828]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 23 02:58:32 jackvk5 epiphany[6828]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 23 02:58:32 jackvk5 epiphany[6828]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 23 02:58:32 jackvk5 epiphany[6828]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 23 02:58:40 jackvk5 epiphany[6894]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 23 02:58:40 jackvk5 epiphany[6894]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 23 02:58:40 jackvk5 epiphany[6894]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 23 02:58:40 jackvk5 epiphany[6894]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 23 02:58:52 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaWindowGroup>:0x55b56626c360] is on because it needs an allocation.
Feb 23 02:58:52 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55b56689eb20] is on because it needs an allocation.
Feb 23 02:58:52 jackvk5 gnome-shell[4851]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55b56ea16320] is on because it needs an allocation.
Feb 23 02:58:56 jackvk5 gnome-calendar[6735]: g_time_zone_get_identifier: assertion 'tz != NULL' failed
Feb 23 02:58:56 jackvk5 systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 23 02:58:56 jackvk5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:56 jackvk5 kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 23 02:58:56 jackvk5 kernel: audit: type=1131 audit(1645585136.816:523): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 23 02:58:56 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:56 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:56 jackvk5 audit: BPF prog-id=0 op=UNLOAD
Feb 23 02:58:56 jackvk5 kernel: audit: type=1334 audit(1645585136.853:524): prog-id=0 op=UNLOAD
Feb 23 02:58:56 jackvk5 kernel: audit: type=1334 audit(1645585136.853:525): prog-id=0 op=UNLOAD
Feb 23 02:58:56 jackvk5 kernel: audit: type=1334 audit(1645585136.853:526): prog-id=0 op=UNLOAD
Feb 23 02:59:36 jackvk5 gnome-shell[4851]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x260000b specified for 0x2600073.
Feb 23 03:00:06 jackvk5 systemd[4798]: app-gnome-org.gnome.Epiphany-6758.scope: Consumed 22.631s CPU time.
Feb 23 03:00:19 jackvk5 systemd[4798]: Started Application launched by gnome-shell.
Feb 23 03:00:19 jackvk5 epiphany[7186]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 23 03:00:19 jackvk5 epiphany[7186]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 23 03:00:19 jackvk5 epiphany[7186]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 23 03:00:19 jackvk5 epiphany[7186]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 23 03:00:57 jackvk5 gnome-shell[4851]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x260000b specified for 0x26001f2.
Feb 23 03:00:59 jackvk5 gnome-shell[4851]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x260000b specified for 0x26001fe.
Feb 23 03:01:04 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.71' (uid=1000 pid=5527 comm="/usr/lib/tracker-miner-fs-3 ")
Feb 23 03:01:04 jackvk5 systemd[4798]: Starting Tracker metadata extractor...
Feb 23 03:01:04 jackvk5 dbus-daemon[4816]: [session uid=1000 pid=4816] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Feb 23 03:01:04 jackvk5 systemd[4798]: Started Tracker metadata extractor.
Feb 23 03:01:11 jackvk5 systemd[4798]: app-gnome-calibre\x2dgui-6434.scope: Consumed 23.885s CPU time.
Feb 23 03:01:14 jackvk5 systemd[1]: run-media-jackbo-Samsung_T5.mount: Deactivated successfully.
Feb 23 03:01:15 jackvk5 udisksd[824]: Cleaning up mount point /run/media/jackbo/Samsung_T5 (device 8:1 is not mounted)
Feb 23 03:01:15 jackvk5 udisksd[824]: Unmounted /dev/sda1 on behalf of uid 1000
Feb 23 03:01:15 jackvk5 nautilus[5823]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Feb 23 03:01:30 jackvk5 kernel: usb 1-8.2: USB disconnect, device number 9
Feb 23 03:01:30 jackvk5 kernel: sd 6:0:0:0: [sda] Synchronizing SCSI cache
Feb 23 03:01:30 jackvk5 kernel: sd 6:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
Feb 23 03:01:30 jackvk5 dbus-daemon[533]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.300' (uid=971 pid=7341 comm="/usr/lib/colord-sane ")
Feb 23 03:01:30 jackvk5 dbus-daemon[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 23 03:02:12 jackvk5 kernel: NVRM: GPU at PCI:0000:01:00: GPU-88bf1553-98a9-8603-3fd4-431f02b3c598
Feb 23 03:02:12 jackvk5 kernel: NVRM: Xid (PCI:0000:01:00): 79, pid=236, GPU has fallen off the bus.
Feb 23 03:02:12 jackvk5 kernel: NVRM: GPU 0000:01:00.0: GPU has fallen off the bus.
Feb 23 03:02:12 jackvk5 kernel: [133B blob data]
Feb 23 03:27:48 jackvk5 systemd-logind[535]: Power key pressed short.
Feb 23 03:28:01 jackvk5 systemd-logind[535]: Power key pressed short.

glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd, 
    GLX_EXT_stereo_tree, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_multigpu_context, GLX_NV_robustness_video_memory_purge, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control, 
    GLX_SGI_video_sync
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control, 
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_buffer, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_multigpu_context, GLX_NV_multisample_coverage, 
    GLX_NV_robustness_video_memory_purge, GLX_NV_swap_group, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control, 
    GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_stereo_tree, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_multigpu_context, GLX_NV_robustness_video_memory_purge, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control, 
    GLX_SGI_video_sync
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 8192 MB
    Total available memory: 8192 MB
    Currently available dedicated video memory: 7598 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 510.54
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility, 
    GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_bindless_texture, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_derivative_control, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_fragment_shader_interlock, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
    GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, 
    GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_polygon_offset_clamp, 
    GL_ARB_post_depth_coverage, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_locations, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counter_ops, 
    GL_ARB_shader_atomic_counters, GL_ARB_shader_ballot, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shader_viewport_layer_array, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sparse_buffer, 
    GL_ARB_sparse_texture, GL_ARB_sparse_texture2, 
    GL_ARB_sparse_texture_clamp, GL_ARB_spirv_extensions, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_filter_anisotropic, GL_ARB_texture_filter_minmax, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit, 
    GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    GL_EXT_multi_draw_arrays, GL_EXT_multiview_texture_multisample, 
    GL_EXT_multiview_timer_query, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset_clamp, 
    GL_EXT_post_depth_coverage, GL_EXT_provoking_vertex, 
    GL_EXT_raster_multisample, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_semaphore, GL_EXT_semaphore_fd, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_formatted, 
    GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_sparse_texture2, GL_EXT_stencil_two_side, 
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array, 
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_filter_minmax, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_blend_equation_advanced, 
    GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_shader_subgroup, GL_KTX_buffer_region, 
    GL_NVX_blend_equation_advanced_multi_draw_buffers, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NVX_nvenc_interop, 
    GL_NVX_progress_fence, GL_NV_ES1_1_compatibility, 
    GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, 
    GL_NV_blend_equation_advanced, GL_NV_blend_equation_advanced_coherent, 
    GL_NV_blend_minmax_factor, GL_NV_blend_square, GL_NV_clip_space_w_scaling, 
    GL_NV_command_list, GL_NV_compute_program5, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_conservative_raster, GL_NV_conservative_raster_dilate, 
    GL_NV_conservative_raster_pre_snap, 
    GL_NV_conservative_raster_pre_snap_triangles, 
    GL_NV_conservative_raster_underestimation, GL_NV_copy_depth_to_color, 
    GL_NV_copy_image, GL_NV_depth_buffer_float, GL_NV_depth_clamp, 
    GL_NV_draw_texture, GL_NV_draw_vulkan_image, GL_NV_explicit_multisample, 
    GL_NV_feature_query, GL_NV_fence, GL_NV_fill_rectangle, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_coverage_to_color, 
    GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_fragment_shader_barycentric, 
    GL_NV_fragment_shader_interlock, GL_NV_framebuffer_mixed_samples, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_geometry_shader_passthrough, GL_NV_gpu_multicast, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
    GL_NV_gpu_program5_mem_extended, GL_NV_gpu_program_fp64, 
    GL_NV_gpu_shader5, GL_NV_half_float, GL_NV_internalformat_sample_query, 
    GL_NV_light_max_exponent, GL_NV_memory_attachment, 
    GL_NV_memory_object_sparse, GL_NV_mesh_shader, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_path_rendering_shared_edge, GL_NV_pixel_data_range, 
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_primitive_shading_rate, 
    GL_NV_query_resource, GL_NV_query_resource_tag, GL_NV_register_combiners, 
    GL_NV_register_combiners2, GL_NV_representative_fragment_test, 
    GL_NV_robustness_video_memory_purge, GL_NV_sample_locations, 
    GL_NV_sample_mask_override_coverage, GL_NV_scissor_exclusive, 
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float, 
    GL_NV_shader_atomic_float64, GL_NV_shader_atomic_fp16_vector, 
    GL_NV_shader_atomic_int64, GL_NV_shader_buffer_load, 
    GL_NV_shader_storage_buffer_object, GL_NV_shader_subgroup_partitioned, 
    GL_NV_shader_texture_footprint, GL_NV_shader_thread_group, 
    GL_NV_shader_thread_shuffle, GL_NV_shading_rate_image, 
    GL_NV_stereo_view_rendering, GL_NV_texgen_reflection, 
    GL_NV_texture_barrier, GL_NV_texture_compression_vtc, 
    GL_NV_texture_dirty_tile_map, GL_NV_texture_env_combine4, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, 
    GL_NV_texture_rectangle_compressed, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_timeline_semaphore, 
    GL_NV_transform_feedback, GL_NV_transform_feedback2, 
    GL_NV_uniform_buffer_unified_memory, GL_NV_vdpau_interop, 
    GL_NV_vdpau_interop2, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory, 
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
    GL_NV_viewport_array2, GL_NV_viewport_swizzle, GL_OVR_multiview, 
    GL_OVR_multiview2, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, 
    GL_SUN_slice_accum

OpenGL version string: 4.6.0 NVIDIA 510.54
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility, 
    GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_bindless_texture, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader, 
    GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_fragment_shader_interlock, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
    GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, 
    GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_polygon_offset_clamp, 
    GL_ARB_post_depth_coverage, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_locations, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counter_ops, 
    GL_ARB_shader_atomic_counters, GL_ARB_shader_ballot, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shader_viewport_layer_array, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sparse_buffer, 
    GL_ARB_sparse_texture, GL_ARB_sparse_texture2, 
    GL_ARB_sparse_texture_clamp, GL_ARB_spirv_extensions, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_filter_anisotropic, GL_ARB_texture_filter_minmax, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit, 
    GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    GL_EXT_multi_draw_arrays, GL_EXT_multiview_texture_multisample, 
    GL_EXT_multiview_timer_query, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset_clamp, 
    GL_EXT_post_depth_coverage, GL_EXT_provoking_vertex, 
    GL_EXT_raster_multisample, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_semaphore, GL_EXT_semaphore_fd, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_formatted, 
    GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_sparse_texture2, GL_EXT_stencil_two_side, 
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array, 
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_filter_minmax, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_blend_equation_advanced, 
    GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_shader_subgroup, GL_KTX_buffer_region, 
    GL_NVX_blend_equation_advanced_multi_draw_buffers, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NVX_nvenc_interop, 
    GL_NVX_progress_fence, GL_NV_ES1_1_compatibility, 
    GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, 
    GL_NV_blend_equation_advanced, GL_NV_blend_equation_advanced_coherent, 
    GL_NV_blend_minmax_factor, GL_NV_blend_square, GL_NV_clip_space_w_scaling, 
    GL_NV_command_list, GL_NV_compute_program5, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_conservative_raster, GL_NV_conservative_raster_dilate, 
    GL_NV_conservative_raster_pre_snap, 
    GL_NV_conservative_raster_pre_snap_triangles, 
    GL_NV_conservative_raster_underestimation, GL_NV_copy_depth_to_color, 
    GL_NV_copy_image, GL_NV_depth_buffer_float, GL_NV_depth_clamp, 
    GL_NV_draw_texture, GL_NV_draw_vulkan_image, GL_NV_explicit_multisample, 
    GL_NV_feature_query, GL_NV_fence, GL_NV_fill_rectangle, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_coverage_to_color, 
    GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_fragment_shader_barycentric, 
    GL_NV_fragment_shader_interlock, GL_NV_framebuffer_mixed_samples, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_geometry_shader_passthrough, GL_NV_gpu_multicast, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
    GL_NV_gpu_program5_mem_extended, GL_NV_gpu_program_fp64, 
    GL_NV_gpu_shader5, GL_NV_half_float, GL_NV_internalformat_sample_query, 
    GL_NV_light_max_exponent, GL_NV_memory_attachment, 
    GL_NV_memory_object_sparse, GL_NV_mesh_shader, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_path_rendering_shared_edge, GL_NV_pixel_data_range, 
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_primitive_shading_rate, 
    GL_NV_query_resource, GL_NV_query_resource_tag, GL_NV_register_combiners, 
    GL_NV_register_combiners2, GL_NV_representative_fragment_test, 
    GL_NV_robustness_video_memory_purge, GL_NV_sample_locations, 
    GL_NV_sample_mask_override_coverage, GL_NV_scissor_exclusive, 
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float, 
    GL_NV_shader_atomic_float64, GL_NV_shader_atomic_fp16_vector, 
    GL_NV_shader_atomic_int64, GL_NV_shader_buffer_load, 
    GL_NV_shader_storage_buffer_object, GL_NV_shader_subgroup_partitioned, 
    GL_NV_shader_texture_footprint, GL_NV_shader_thread_group, 
    GL_NV_shader_thread_shuffle, GL_NV_shading_rate_image, 
    GL_NV_stereo_view_rendering, GL_NV_texgen_reflection, 
    GL_NV_texture_barrier, GL_NV_texture_compression_vtc, 
    GL_NV_texture_dirty_tile_map, GL_NV_texture_env_combine4, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, 
    GL_NV_texture_rectangle_compressed, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_timeline_semaphore, 
    GL_NV_transform_feedback, GL_NV_transform_feedback2, 
    GL_NV_uniform_buffer_unified_memory, GL_NV_vdpau_interop, 
    GL_NV_vdpau_interop2, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory, 
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
    GL_NV_viewport_array2, GL_NV_viewport_swizzle, GL_OVR_multiview, 
    GL_OVR_multiview2, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, 
    GL_SUN_slice_accum

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 510.54
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
    GL_ANDROID_extension_pack_es31a, GL_EXT_EGL_image_external_wrap_modes, 
    GL_EXT_base_instance, GL_EXT_blend_func_extended, GL_EXT_blend_minmax, 
    GL_EXT_buffer_storage, GL_EXT_clear_texture, GL_EXT_clip_control, 
    GL_EXT_clip_cull_distance, GL_EXT_color_buffer_float, 
    GL_EXT_color_buffer_half_float, GL_EXT_compressed_ETC1_RGB8_sub_texture, 
    GL_EXT_conservative_depth, GL_EXT_copy_image, GL_EXT_debug_label, 
    GL_EXT_depth_clamp, GL_EXT_discard_framebuffer, 
    GL_EXT_disjoint_timer_query, GL_EXT_draw_buffers_indexed, 
    GL_EXT_draw_elements_base_vertex, GL_EXT_draw_transform_feedback, 
    GL_EXT_float_blend, GL_EXT_frag_depth, GL_EXT_geometry_point_size, 
    GL_EXT_geometry_shader, GL_EXT_gpu_shader5, GL_EXT_map_buffer_range, 
    GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_multi_draw_indirect, 
    GL_EXT_multisample_compatibility, GL_EXT_multisampled_render_to_texture, 
    GL_EXT_multisampled_render_to_texture2, 
    GL_EXT_multiview_texture_multisample, GL_EXT_multiview_timer_query, 
    GL_EXT_occlusion_query_boolean, GL_EXT_polygon_offset_clamp, 
    GL_EXT_post_depth_coverage, GL_EXT_primitive_bounding_box, 
    GL_EXT_raster_multisample, GL_EXT_render_snorm, GL_EXT_robustness, 
    GL_EXT_sRGB, GL_EXT_sRGB_write_control, GL_EXT_semaphore, 
    GL_EXT_semaphore_fd, GL_EXT_separate_shader_objects, 
    GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions, 
    GL_EXT_shader_integer_mix, GL_EXT_shader_io_blocks, 
    GL_EXT_shader_non_constant_global_initializers, GL_EXT_shader_texture_lod, 
    GL_EXT_shadow_samplers, GL_EXT_sparse_texture, GL_EXT_sparse_texture2, 
    GL_EXT_tessellation_point_size, GL_EXT_tessellation_shader, 
    GL_EXT_texture_border_clamp, GL_EXT_texture_buffer, 
    GL_EXT_texture_compression_bptc, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_filter_minmax, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_mirror_clamp_to_edge, GL_EXT_texture_norm16, 
    GL_EXT_texture_query_lod, GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shadow_lod, 
    GL_EXT_texture_storage, GL_EXT_texture_view, GL_EXT_unpack_subimage, 
    GL_EXT_window_rectangles, GL_KHR_blend_equation_advanced, 
    GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_shader_subgroup, GL_KHR_texture_compression_astc_hdr, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, 
    GL_NVX_blend_equation_advanced_multi_draw_buffers, GL_NV_bgr, 
    GL_NV_bindless_texture, GL_NV_blend_equation_advanced, 
    GL_NV_blend_equation_advanced_coherent, GL_NV_blend_minmax_factor, 
    GL_NV_clip_space_w_scaling, GL_NV_compute_shader_derivatives, 
    GL_NV_conditional_render, GL_NV_conservative_raster, 
    GL_NV_conservative_raster_pre_snap_triangles, GL_NV_copy_buffer, 
    GL_NV_copy_image, GL_NV_draw_buffers, GL_NV_draw_instanced, 
    GL_NV_draw_texture, GL_NV_draw_vulkan_image, 
    GL_NV_explicit_attrib_location, GL_NV_fbo_color_attachments, 
    GL_NV_fill_rectangle, GL_NV_fragment_coverage_to_color, 
    GL_NV_fragment_shader_barycentric, GL_NV_fragment_shader_interlock, 
    GL_NV_framebuffer_blit, GL_NV_framebuffer_mixed_samples, 
    GL_NV_framebuffer_multisample, GL_NV_generate_mipmap_sRGB, 
    GL_NV_geometry_shader_passthrough, GL_NV_gpu_shader5, GL_NV_image_formats, 
    GL_NV_instanced_arrays, GL_NV_internalformat_sample_query, 
    GL_NV_memory_attachment, GL_NV_memory_object_sparse, GL_NV_mesh_shader, 
    GL_NV_non_square_matrices, GL_NV_occlusion_query_samples, 
    GL_NV_pack_subimage, GL_NV_packed_float, GL_NV_packed_float_linear, 
    GL_NV_path_rendering, GL_NV_path_rendering_shared_edge, 
    GL_NV_pixel_buffer_object, GL_NV_polygon_mode, 
    GL_NV_primitive_shading_rate, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, 
    GL_NV_representative_fragment_test, GL_NV_sRGB_formats, 
    GL_NV_sample_locations, GL_NV_sample_mask_override_coverage, 
    GL_NV_scissor_exclusive, GL_NV_shader_atomic_fp16_vector, 
    GL_NV_shader_noperspective_interpolation, 
    GL_NV_shader_subgroup_partitioned, GL_NV_shader_texture_footprint, 
    GL_NV_shading_rate_image, GL_NV_shadow_samplers_array, 
    GL_NV_shadow_samplers_cube, GL_NV_stereo_view_rendering, 
    GL_NV_texture_array, GL_NV_texture_barrier, GL_NV_texture_border_clamp, 
    GL_NV_texture_compression_latc, GL_NV_texture_compression_s3tc, 
    GL_NV_texture_compression_s3tc_update, GL_NV_texture_dirty_tile_map, 
    GL_NV_timeline_semaphore, GL_NV_timer_query, GL_NV_viewport_array, 
    GL_NV_viewport_array2, GL_NV_viewport_swizzle, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, 
    GL_OES_depth32, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_geometry_point_size, GL_OES_geometry_shader, 
    GL_OES_get_program_binary, GL_OES_gpu_shader5, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_primitive_bounding_box, 
    GL_OES_rgb8_rgba8, GL_OES_sample_shading, GL_OES_sample_variables, 
    GL_OES_shader_image_atomic, GL_OES_shader_io_blocks, 
    GL_OES_shader_multisample_interpolation, GL_OES_standard_derivatives, 
    GL_OES_tessellation_point_size, GL_OES_tessellation_shader, 
    GL_OES_texture_border_clamp, GL_OES_texture_buffer, 
    GL_OES_texture_cube_map_array, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_texture_stencil8, GL_OES_texture_storage_multisample_2d_array, 
    GL_OES_texture_view, GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_OES_viewport_array, GL_OVR_multiview, GL_OVR_multiview2, 
    GL_OVR_multiview_multisampled_render_to_texture

132 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x022 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x024 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x025 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x026 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x027 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x028 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x029 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x02a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x02b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02f 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x030 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x031 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x032 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x033 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x034 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x035 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x036 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x037 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x038 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x039 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x03a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x03b 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x03c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x03d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x03e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x03f 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x040 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x041 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x042 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x043 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x044 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x045 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x046 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x047 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x048 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x049 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x04a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x04b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x04c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x04d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x04e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x04f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x050 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x051 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x052 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x053 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x054 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x055 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x056 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x057 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x058 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x059 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x05a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x05b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x05c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x05d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x05e 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x05f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x060 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x061 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x062 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x063 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x064 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x065 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x066 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x067 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x068 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x069 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x06a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x06b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x06c 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x06d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x06e 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x06f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x070 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x071 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x072 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x073 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x074 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x075 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x076 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x077 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x078 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x079 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x023 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x07a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x07b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x07c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x07d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x07e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x07f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x080 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x081 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x082 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x083 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x084 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x085 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x086 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x087 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x088 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x089 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x08a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x08b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x08c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x08d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x08e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x08f 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x090 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x091 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x092 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x093 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x094 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x095 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x096 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x097 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x098 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x099 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x09a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x09b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x09c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x09d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x09e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x09f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x0a0 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x0a1 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0a2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x0a3 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0a4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None

215 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x0a5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0a6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0a7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0a8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0a9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0aa 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0ab 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ac 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ad 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0ae 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0af 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0b2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0b3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0ba 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0bb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0bc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0bd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x0be 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x0bf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x0c0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x0c1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x0c2 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x0c3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x0c4 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x0c5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x0c6 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x0c7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x0c8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x0c9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x0ca 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x0cb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x0cc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x0cd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x0ce 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x0cf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x0d0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x0d1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x0d2 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x0d3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x0d4 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x0d5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x0d6 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x0d7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x0d8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x0d9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x0da 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x0db 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x0dc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x0dd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x0de 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x0df 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x0e0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x0e1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x0e2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x0e3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x0e4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x0e5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x0e6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x0e7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x0e8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x0e9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x0ea 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x0eb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x0ec 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x0ed 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x0ee 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x0ef 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x0f1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x0f2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x0f3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x0f4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x0f5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0f6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0f7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x0f9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0fa 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x0fb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x0fc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x0fd 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0fe 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ff 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x100 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x101 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x102 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x103 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x104 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x105 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x106 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x107 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x108 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x109 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x10a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x10b 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x10c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x10d 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 None
0x10e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 None
0x10f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 None
0x110 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 None
0x111 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x112 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x113 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x114 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x115 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 None
0x116 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 None
0x117 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 None
0x118 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 None
0x119 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x11a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x11b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 None
0x11c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 None
0x11d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x11e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x11f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 None
0x120 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 None
0x121 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x122 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x123 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 None
0x124 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 None
0x125 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x126 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x127 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 None
0x128 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 None
0x129  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x12a  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x12b  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x12c  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x12d  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x12e  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x12f  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x130  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x131  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 16  0 16 16 16 16  0 0 None
0x132  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x133  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x134  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x135  0 sg  0  32  0    . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x136  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x137  0 sg  0  32  0    y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x138  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x139  0 sg  0  32  0    . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13a  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13b  0 sg  0  32  0    y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13c  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13d  0 sg  0  64  0    . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13e  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13f  0 sg  0  64  0    y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x140  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x141  0 sg  0 128  0    . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x142  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x143  0 sg  0 128  0    y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x144  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x145  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x146  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x147  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x148  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x149  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14a  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14b  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14c  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14d  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14e  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14f  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x150  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x151  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x152  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x153  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x154  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x155  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x156  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x157  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x158  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x159  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15a  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15b  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15c  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15d  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15e  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15f  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x160  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x161  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x162  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x163  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x164  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x165  0 sg  0  16  0    . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x166  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x167  0 sg  0  16  0    y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x168  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x169  0 sg  0  64  0    . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16a  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16b  0 sg  0  64  0    y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16c  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16d  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16e  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16f  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x170  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x171  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x172  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x173  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x174  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x175  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x176  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x177  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x178  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x179  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x17a  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x17b  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None

refind_linux.conf:

"Boot with standard options"  "root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img nvidia-drm.modeset=1"
"Boot using fallback initramfs"  "root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux-fallback.img nvidia-drm.modeset=1"
"Boot to terminal"  "root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img systemd.unit=multi-user-target nvidia-drm.modeset=1"

Last edited by melber (2022-03-07 22:32:59)

Offline

#2 2022-02-24 00:16:20

melber
Member
Registered: 2022-02-23
Posts: 6

Re: [SOLVED] screen freezes with nvidia proprietary driver on new system

Additionally, here is the output of dmesg:

[    0.000000] Linux version 5.16.10-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 16 Feb 2022 19:35:18 +0000
[    0.000000] Command line: root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img nvidia-drm.modeset=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: 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[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000078764fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078765000-0x0000000078d64fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078d65000-0x0000000078e64fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000078e65000-0x00000000792fefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000792ff000-0x0000000079ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ee00000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6dde9018-0x6de0f857] usable ==> usable
[    0.000000] e820: update [mem 0x6dde9018-0x6de0f857] usable ==> usable
[    0.000000] e820: update [mem 0x6de96018-0x6dea3857] usable ==> usable
[    0.000000] e820: update [mem 0x6de96018-0x6dea3857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000006dde9017] usable
[    0.000000] reserve setup_data: [mem 0x000000006dde9018-0x000000006de0f857] usable
[    0.000000] reserve setup_data: [mem 0x000000006de0f858-0x000000006de96017] usable
[    0.000000] reserve setup_data: [mem 0x000000006de96018-0x000000006dea3857] usable
[    0.000000] reserve setup_data: [mem 0x000000006dea3858-0x0000000078764fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000078765000-0x0000000078d64fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000078d65000-0x0000000078e64fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000078e65000-0x00000000792fefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000792ff000-0x0000000079ffefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000079fff000-0x0000000079ffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007a000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ee00000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000087fffffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x79269000 ACPI 2.0=0x79269014 TPMFinalLog=0x7926c000 SMBIOS=0x79d2e000 SMBIOS 3.0=0x79d2d000 MEMATTR=0x73d9b418 ESRT=0x75425918 RNG=0x79d31b18 TPMEventLog=0x72814018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7D19/MPG B560I GAMING EDGE WIFI (MS-7D19), BIOS 1.40 01/11/2022
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000000] tsc: Detected 2592.000 MHz TSC
[    0.000484] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000487] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000493] last_pfn = 0x880000 max_arch_pfn = 0x400000000
[    0.000631] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001534] last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[    0.019675] esrt: Reserving ESRT space from 0x0000000075425918 to 0x0000000075425950.
[    0.019681] e820: update [mem 0x75425000-0x75425fff] usable ==> reserved
[    0.019698] Using GB pages for direct mapping
[    0.019883] Secure boot disabled
[    0.019883] RAMDISK: [mem 0x69934000-0x6d8ecfff]
[    0.019888] ACPI: Early table checksum verification disabled
[    0.019890] ACPI: RSDP 0x0000000079269014 000024 (v02 ALASKA)
[    0.019894] ACPI: XSDT 0x0000000079268728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019900] ACPI: FACP 0x0000000078E61000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
[    0.019905] ACPI: DSDT 0x0000000078E0B000 05570F (v02 ALASKA A M I    01072009 INTL 20180209)
[    0.019909] ACPI: FACS 0x00000000792FE000 000040
[    0.019911] ACPI: MCFG 0x0000000078E62000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.019915] ACPI: FIDT 0x0000000078E0A000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019918] ACPI: SSDT 0x0000000078E07000 0025EB (v02 CpuRef CpuSsdt  00003000 INTL 20180209)
[    0.019921] ACPI: SSDT 0x0000000078E02000 0044F2 (v02 SaSsdt SaSsdt   00003000 INTL 20180209)
[    0.019924] ACPI: SSDT 0x0000000078DFE000 0032CD (v02 INTEL  IgfxSsdt 00003000 INTL 20180209)
[    0.019928] ACPI: HPET 0x0000000078E64000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019931] ACPI: APIC 0x0000000078E63000 000164 (v04 ALASKA A M I    01072009 AMI  01000013)
[    0.019934] ACPI: SSDT 0x0000000078DFD000 000E66 (v02 ALASKA Ther_Rvp 00001000 INTL 20180209)
[    0.019937] ACPI: SSDT 0x0000000078DFC000 000FAA (v02 INTEL  xh_rksu4 00000000 INTL 20180209)
[    0.019940] ACPI: NHLT 0x0000000078DFA000 0017F1 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.019943] ACPI: UEFI 0x0000000079252000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019946] ACPI: LPIT 0x0000000078DF9000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019949] ACPI: SSDT 0x0000000078DF5000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20180209)
[    0.019953] ACPI: SSDT 0x0000000078DF4000 000B5F (v02 ALASKA TbtTypeC 00000000 INTL 20180209)
[    0.019956] ACPI: DBGP 0x0000000078DF3000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019959] ACPI: DBG2 0x0000000078DF2000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.019962] ACPI: SSDT 0x0000000078DF0000 0015AF (v02 ALASKA UsbCTabl 00001000 INTL 20180209)
[    0.019965] ACPI: SSDT 0x0000000078DEF000 000144 (v02 Intel  ADebTabl 00001000 INTL 20180209)
[    0.019968] ACPI: TPM2 0x0000000078DEE000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.019971] ACPI: BGRT 0x0000000078DED000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019974] ACPI: PTDT 0x0000000078DEC000 000CF0 (v00 ALASKA A M I    00000005 MSFT 0100000D)
[    0.019977] ACPI: WSMT 0x0000000078DF8000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019980] ACPI: FPDT 0x0000000078DEB000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.019983] ACPI: Reserving FACP table memory at [mem 0x78e61000-0x78e61113]
[    0.019984] ACPI: Reserving DSDT table memory at [mem 0x78e0b000-0x78e6070e]
[    0.019985] ACPI: Reserving FACS table memory at [mem 0x792fe000-0x792fe03f]
[    0.019986] ACPI: Reserving MCFG table memory at [mem 0x78e62000-0x78e6203b]
[    0.019987] ACPI: Reserving FIDT table memory at [mem 0x78e0a000-0x78e0a09b]
[    0.019988] ACPI: Reserving SSDT table memory at [mem 0x78e07000-0x78e095ea]
[    0.019989] ACPI: Reserving SSDT table memory at [mem 0x78e02000-0x78e064f1]
[    0.019990] ACPI: Reserving SSDT table memory at [mem 0x78dfe000-0x78e012cc]
[    0.019991] ACPI: Reserving HPET table memory at [mem 0x78e64000-0x78e64037]
[    0.019991] ACPI: Reserving APIC table memory at [mem 0x78e63000-0x78e63163]
[    0.019992] ACPI: Reserving SSDT table memory at [mem 0x78dfd000-0x78dfde65]
[    0.019993] ACPI: Reserving SSDT table memory at [mem 0x78dfc000-0x78dfcfa9]
[    0.019994] ACPI: Reserving NHLT table memory at [mem 0x78dfa000-0x78dfb7f0]
[    0.019995] ACPI: Reserving UEFI table memory at [mem 0x79252000-0x79252047]
[    0.019996] ACPI: Reserving LPIT table memory at [mem 0x78df9000-0x78df90cb]
[    0.019997] ACPI: Reserving SSDT table memory at [mem 0x78df5000-0x78df771f]
[    0.019997] ACPI: Reserving SSDT table memory at [mem 0x78df4000-0x78df4b5e]
[    0.019998] ACPI: Reserving DBGP table memory at [mem 0x78df3000-0x78df3033]
[    0.019999] ACPI: Reserving DBG2 table memory at [mem 0x78df2000-0x78df2053]
[    0.020000] ACPI: Reserving SSDT table memory at [mem 0x78df0000-0x78df15ae]
[    0.020001] ACPI: Reserving SSDT table memory at [mem 0x78def000-0x78def143]
[    0.020002] ACPI: Reserving TPM2 table memory at [mem 0x78dee000-0x78dee04b]
[    0.020003] ACPI: Reserving BGRT table memory at [mem 0x78ded000-0x78ded037]
[    0.020003] ACPI: Reserving PTDT table memory at [mem 0x78dec000-0x78deccef]
[    0.020004] ACPI: Reserving WSMT table memory at [mem 0x78df8000-0x78df8027]
[    0.020005] ACPI: Reserving FPDT table memory at [mem 0x78deb000-0x78deb043]
[    0.020116] No NUMA configuration found
[    0.020117] Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
[    0.020120] NODE_DATA(0) allocated [mem 0x87fffc000-0x87fffffff]
[    0.020153] Zone ranges:
[    0.020153]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020155]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020157]   Normal   [mem 0x0000000100000000-0x000000087fffffff]
[    0.020158]   Device   empty
[    0.020159] Movable zone start for each node
[    0.020160] Early memory node ranges
[    0.020160]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.020161]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.020162]   node   0: [mem 0x0000000000100000-0x0000000078764fff]
[    0.020163]   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
[    0.020164]   node   0: [mem 0x0000000100000000-0x000000087fffffff]
[    0.020167] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[    0.020170] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020171] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020188] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.022434] On node 0, zone DMA32: 6298 pages in unavailable ranges
[    0.058143] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.058435] ACPI: PM-Timer IO Port: 0x1808
[    0.058443] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.058444] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.058445] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.058446] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.058447] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.058447] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.058448] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.058449] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.058449] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.058450] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.058451] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.058451] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.058452] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.058453] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.058453] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.058454] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.058455] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.058455] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.058456] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.058457] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.058492] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.058495] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.058497] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.058501] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.058502] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.058511] e820: update [mem 0x72833000-0x7288ffff] usable ==> reserved
[    0.058521] TSC deadline timer available
[    0.058521] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.058540] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.058542] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.058544] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.058546] PM: hibernation: Registered nosave memory: [mem 0x6dde9000-0x6dde9fff]
[    0.058548] PM: hibernation: Registered nosave memory: [mem 0x6de0f000-0x6de0ffff]
[    0.058549] PM: hibernation: Registered nosave memory: [mem 0x6de96000-0x6de96fff]
[    0.058551] PM: hibernation: Registered nosave memory: [mem 0x6dea3000-0x6dea3fff]
[    0.058553] PM: hibernation: Registered nosave memory: [mem 0x72833000-0x7288ffff]
[    0.058554] PM: hibernation: Registered nosave memory: [mem 0x75425000-0x75425fff]
[    0.058556] PM: hibernation: Registered nosave memory: [mem 0x78765000-0x78d64fff]
[    0.058557] PM: hibernation: Registered nosave memory: [mem 0x78d65000-0x78e64fff]
[    0.058557] PM: hibernation: Registered nosave memory: [mem 0x78e65000-0x792fefff]
[    0.058558] PM: hibernation: Registered nosave memory: [mem 0x792ff000-0x79ffefff]
[    0.058560] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
[    0.058561] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
[    0.058561] PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
[    0.058562] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.058563] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.058563] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.058564] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.058565] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.058565] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.058566] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.058567] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.058567] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.058568] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.058569] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.058569] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.058570] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.058571] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.058572] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.058574] Booting paravirtualized kernel on bare hardware
[    0.058576] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.063907] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[    0.064221] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.064227] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.064229] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.064256] Fallback order for Node 0: 0 
[    0.064259] Built 1 zonelists, mobility grouping on.  Total pages: 8226888
[    0.064261] Policy zone: Normal
[    0.064262] Kernel command line: root=PARTUUID=b508f20d-eaab-d744-9842-fa62fbc8dba9 rw a dd_efi_memmap initrd=intel-ucode.img initrd=initramfs-linux.img nvidia-drm.modeset=1
[    0.064339] Unknown kernel command line parameters "a dd_efi_memmap", will be passed to user space.
[    0.065698] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.066382] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.066598] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.125466] Memory: 32566908K/33430544K available (14344K kernel code, 2079K rwdata, 10936K rodata, 1784K init, 3864K bss, 863376K reserved, 0K cma-reserved)
[    0.125471] random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=0
[    0.125581] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.125591] ftrace: allocating 45089 entries in 177 pages
[    0.139679] ftrace: allocated 177 pages with 4 groups
[    0.139735] Dynamic Preempt: full
[    0.139766] rcu: Preemptible hierarchical RCU implementation.
[    0.139767] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.139767] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[    0.139768] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.139769] 	Trampoline variant of Tasks RCU enabled.
[    0.139770] 	Rude variant of Tasks RCU enabled.
[    0.139770] 	Tracing variant of Tasks RCU enabled.
[    0.139771] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.139772] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.143404] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[    0.143913] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.144003] Console: colour dummy device 80x25
[    0.144015] printk: console [tty0] enabled
[    0.144031] ACPI: Core revision 20210930
[    0.144414] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.144502] APIC: Switch to symmetric I/O mode setup
[    0.145771] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.146065] Switched APIC routing to physical flat.
[    0.150286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.164473] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    0.164477] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
[    0.164479] pid_max: default: 32768 minimum: 301
[    0.167452] LSM: Security Framework initializing
[    0.167459] landlock: Up and running.
[    0.167461] Yama: becoming mindful.
[    0.167467] LSM support for eBPF active
[    0.167513] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.167553] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.167779] CPU0: Thermal monitoring enabled (TM1)
[    0.167781] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.167843] process: using mwait in idle threads
[    0.167845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.167846] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.167849] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.167851] Spectre V2 : Mitigation: Enhanced IBRS
[    0.167852] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.167853] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.167854] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.172560] Freeing SMP alternatives memory: 36K
[    0.172829] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1693
[    0.172849] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz (family: 0x6, model: 0xa7, stepping: 0x1)
[    0.172961] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.172976] ... version:                5
[    0.172977] ... bit width:              48
[    0.172977] ... generic registers:      8
[    0.172978] ... value mask:             0000ffffffffffff
[    0.172979] ... max period:             00007fffffffffff
[    0.172979] ... fixed-purpose events:   4
[    0.172980] ... event mask:             0001000f000000ff
[    0.173068] rcu: Hierarchical SRCU implementation.
[    0.173955] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.174050] smp: Bringing up secondary CPUs ...
[    0.174127] x86: Booting SMP configuration:
[    0.174128] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.189305] smp: Brought up 1 node, 12 CPUs
[    0.189305] smpboot: Max logical packages: 1
[    0.189305] smpboot: Total of 12 processors activated (62232.00 BogoMIPS)
[    0.191815] devtmpfs: initialized
[    0.191815] x86/mm: Memory block size: 128MB
[    0.192500] ACPI: PM: Registering ACPI NVS region [mem 0x78e65000-0x792fefff] (4825088 bytes)
[    0.192500] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.192500] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.192500] pinctrl core: initialized pinctrl subsystem
[    0.192500] PM: RTC time: 12:44:07, date: 2022-02-23
[    0.192500] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.192500] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.192500] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.194723] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.194731] audit: initializing netlink subsys (disabled)
[    0.194737] audit: type=2000 audit(1645620247.049:1): state=initialized audit_enabled=0 res=1
[    0.194737] thermal_sys: Registered thermal governor 'fair_share'
[    0.194737] thermal_sys: Registered thermal governor 'bang_bang'
[    0.194737] thermal_sys: Registered thermal governor 'step_wise'
[    0.194737] thermal_sys: Registered thermal governor 'user_space'
[    0.194737] thermal_sys: Registered thermal governor 'power_allocator'
[    0.194737] cpuidle: using governor ladder
[    0.194737] cpuidle: using governor menu
[    0.194737] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.194737] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.194737] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.194737] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.194737] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.194737] PCI: Using configuration type 1 for base access
[    0.196032] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.196038] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.196038] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.196038] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.196038] ACPI: Added _OSI(Module Device)
[    0.196038] ACPI: Added _OSI(Processor Device)
[    0.196038] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.196038] ACPI: Added _OSI(Processor Aggregator Device)
[    0.196038] ACPI: Added _OSI(Linux-Dell-Video)
[    0.196038] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.196038] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.275700] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.285352] ACPI: Dynamic OEM Table Load:
[    0.285361] ACPI: SSDT 0xFFFF9D4000274C00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20180209)
[    0.286395] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.289354] ACPI: Dynamic OEM Table Load:
[    0.289360] ACPI: SSDT 0xFFFF9D4001393800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20180209)
[    0.290604] ACPI: Dynamic OEM Table Load:
[    0.290610] ACPI: SSDT 0xFFFF9D40013A5800 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20180209)
[    0.291950] ACPI: Dynamic OEM Table Load:
[    0.291955] ACPI: SSDT 0xFFFF9D4000276E00 0001A5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20180209)
[    0.293423] ACPI: Dynamic OEM Table Load:
[    0.293430] ACPI: SSDT 0xFFFF9D400012A000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20180209)
[    0.294864] ACPI: Dynamic OEM Table Load:
[    0.294869] ACPI: SSDT 0xFFFF9D40013A4800 00048A (v02 PmRef  ApHwp    00003000 INTL 20180209)
[    0.296175] ACPI: Dynamic OEM Table Load:
[    0.296180] ACPI: SSDT 0xFFFF9D40013A0000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20180209)
[    0.297476] ACPI: Dynamic OEM Table Load:
[    0.297481] ACPI: SSDT 0xFFFF9D40013A4000 00048A (v02 PmRef  ApCst    00003000 INTL 20180209)
[    0.308137] ACPI: Interpreter enabled
[    0.308194] ACPI: PM: (supports S0 S3 S4 S5)
[    0.308195] ACPI: Using IOAPIC for interrupt routing
[    0.308249] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.310713] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.320113] ACPI: PM: Power Resource [WRST]
[    0.320139] ACPI: PM: Power Resource [DRST]
[    0.339487] ACPI: PM: Power Resource [WRST]
[    0.339783] ACPI: PM: Power Resource [V0PR]
[    0.339937] ACPI: PM: Power Resource [V1PR]
[    0.340086] ACPI: PM: Power Resource [V2PR]
[    0.347867] ACPI: PM: Power Resource [FN00]
[    0.347939] ACPI: PM: Power Resource [FN01]
[    0.348004] ACPI: PM: Power Resource [FN02]
[    0.348073] ACPI: PM: Power Resource [FN03]
[    0.348141] ACPI: PM: Power Resource [FN04]
[    0.348748] ACPI: PM: Power Resource [PIN]
[    0.349056] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.349063] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.349181] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.349392] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[    0.349393] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.350604] PCI host bridge to bus 0000:00
[    0.350606] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.350608] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.350610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.350611] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.350612] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.350613] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.350851] pci 0000:00:00.0: [8086:4c53] type 00 class 0x060000
[    0.350955] pci 0000:00:01.0: [8086:4c01] type 01 class 0x060400
[    0.351036] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.351061] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.351882] pci 0000:00:06.0: [8086:4c09] type 01 class 0x060400
[    0.351963] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.351989] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.352770] pci 0000:00:08.0: [8086:4c11] type 00 class 0x088000
[    0.352780] pci 0000:00:08.0: reg 0x10: [mem 0x9361f000-0x9361ffff 64bit]
[    0.352913] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.352934] pci 0000:00:14.0: reg 0x10: [mem 0x93600000-0x9360ffff 64bit]
[    0.353017] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.355144] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.355166] pci 0000:00:14.2: reg 0x10: [mem 0x93614000-0x93617fff 64bit]
[    0.355180] pci 0000:00:14.2: reg 0x18: [mem 0x9361e000-0x9361efff 64bit]
[    0.355313] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.355337] pci 0000:00:16.0: reg 0x10: [mem 0x9361d000-0x9361dfff 64bit]
[    0.355424] pci 0000:00:16.0: PME# supported from D3hot
[    0.356017] pci 0000:00:17.0: [8086:43d2] type 00 class 0x010601
[    0.356036] pci 0000:00:17.0: reg 0x10: [mem 0x93618000-0x93619fff]
[    0.356047] pci 0000:00:17.0: reg 0x14: [mem 0x9361c000-0x9361c0ff]
[    0.356058] pci 0000:00:17.0: reg 0x18: [io  0x5050-0x5057]
[    0.356068] pci 0000:00:17.0: reg 0x1c: [io  0x5040-0x5043]
[    0.356079] pci 0000:00:17.0: reg 0x20: [io  0x5020-0x503f]
[    0.356090] pci 0000:00:17.0: reg 0x24: [mem 0x9361b000-0x9361b7ff]
[    0.356141] pci 0000:00:17.0: PME# supported from D3hot
[    0.356775] pci 0000:00:1b.0: [8086:43c4] type 01 class 0x060400
[    0.356885] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.356919] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.357787] pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
[    0.357913] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.357947] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.358809] pci 0000:00:1c.5: [8086:43bd] type 01 class 0x060400
[    0.358920] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.358953] pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[    0.359798] pci 0000:00:1f.0: [8086:4387] type 00 class 0x060100
[    0.360173] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040300
[    0.360214] pci 0000:00:1f.3: reg 0x10: [mem 0x93610000-0x93613fff 64bit]
[    0.360266] pci 0000:00:1f.3: reg 0x20: [mem 0x93100000-0x931fffff 64bit]
[    0.360369] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.360981] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.361006] pci 0000:00:1f.4: reg 0x10: [mem 0x9361a000-0x9361a0ff 64bit]
[    0.361037] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.361324] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.361344] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.361507] pci 0000:01:00.0: [10de:2489] type 00 class 0x030000
[    0.361521] pci 0000:01:00.0: reg 0x10: [mem 0x92000000-0x92ffffff]
[    0.361532] pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.361543] pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
[    0.361551] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.361558] pci 0000:01:00.0: reg 0x30: [mem 0x93000000-0x9307ffff pref]
[    0.361576] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.361581] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.361628] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.361702] pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.361764] pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
[    0.361776] pci 0000:01:00.1: reg 0x10: [mem 0x93080000-0x93083fff]
[    0.361903] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.361905] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.361908] pci 0000:00:01.0:   bridge window [mem 0x92000000-0x930fffff]
[    0.361912] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    0.361962] pci 0000:02:00.0: [1987:5013] type 00 class 0x010802
[    0.361981] pci 0000:02:00.0: reg 0x10: [mem 0x93500000-0x93503fff 64bit]
[    0.362173] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.362177] pci 0000:00:06.0:   bridge window [mem 0x93500000-0x935fffff]
[    0.362258] pci 0000:03:00.0: [15b7:5009] type 00 class 0x010802
[    0.362283] pci 0000:03:00.0: reg 0x10: [mem 0x93400000-0x93403fff 64bit]
[    0.362321] pci 0000:03:00.0: reg 0x20: [mem 0x93404000-0x934040ff 64bit]
[    0.362537] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.362542] pci 0000:00:1b.0:   bridge window [mem 0x93400000-0x934fffff]
[    0.362629] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.362649] pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.362674] pci 0000:04:00.0: reg 0x18: [mem 0x93300000-0x9330ffff 64bit]
[    0.362690] pci 0000:04:00.0: reg 0x20: [mem 0x93310000-0x93313fff 64bit]
[    0.362819] pci 0000:04:00.0: supports D1 D2
[    0.362820] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.362981] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.362984] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.362987] pci 0000:00:1c.0:   bridge window [mem 0x93300000-0x933fffff]
[    0.363068] pci 0000:05:00.0: [8086:2725] type 00 class 0x028000
[    0.363097] pci 0000:05:00.0: reg 0x10: [mem 0x93200000-0x93203fff 64bit]
[    0.363247] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.363378] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.363383] pci 0000:00:1c.5:   bridge window [mem 0x93200000-0x932fffff]
[    0.365698] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.365813] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.365926] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.366038] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.366149] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.366261] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.366373] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.366484] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.379463] iommu: Default domain type: Translated 
[    0.379464] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.379477] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.379477] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.379477] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.379477] vgaarb: loaded
[    0.379477] SCSI subsystem initialized
[    0.379477] libata version 3.00 loaded.
[    0.379477] ACPI: bus type USB registered
[    0.379477] usbcore: registered new interface driver usbfs
[    0.379477] usbcore: registered new interface driver hub
[    0.379477] usbcore: registered new device driver usb
[    0.379477] pps_core: LinuxPPS API ver. 1 registered
[    0.379477] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.379477] PTP clock support registered
[    0.379477] EDAC MC: Ver: 3.0.0
[    0.379477] Registered efivars operations
[    0.379477] NetLabel: Initializing
[    0.379477] NetLabel:  domain hash size = 128
[    0.379477] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.379477] NetLabel:  unlabeled traffic allowed by default
[    0.379477] mctp: management component transport protocol core
[    0.379477] NET: Registered PF_MCTP protocol family
[    0.379477] PCI: Using ACPI for IRQ routing
[    0.402465] PCI: pci_cache_line_size set to 64 bytes
[    0.402521] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.402569] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.402571] e820: reserve RAM buffer [mem 0x6dde9018-0x6fffffff]
[    0.402572] e820: reserve RAM buffer [mem 0x6de96018-0x6fffffff]
[    0.402573] e820: reserve RAM buffer [mem 0x72833000-0x73ffffff]
[    0.402574] e820: reserve RAM buffer [mem 0x75425000-0x77ffffff]
[    0.402574] e820: reserve RAM buffer [mem 0x78765000-0x7bffffff]
[    0.402576] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[    0.402580] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.402580] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.404520] clocksource: Switched to clocksource tsc-early
[    0.410393] VFS: Disk quotas dquot_6.6.0
[    0.410406] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.410465] pnp: PnP ACPI init
[    0.410710] system 00:00: [io  0x0a00-0x0a0f] has been reserved
[    0.410712] system 00:00: [io  0x0a10-0x0a1f] has been reserved
[    0.410714] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.410950] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.410951] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.411084] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.412755] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.412758] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.412759] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.412761] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[    0.412762] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.412764] system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.412765] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.412766] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.413797] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    0.413799] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.413800] system 00:04: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.413802] system 00:04: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.413804] system 00:04: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.413805] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.413807] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.413808] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.413810] system 00:04: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.413811] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.414186] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.415043] pnp: PnP ACPI: found 7 devices
[    0.420436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.420480] NET: Registered PF_INET protocol family
[    0.420631] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.422424] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.422581] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.422862] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.422921] TCP: Hash tables configured (established 262144 bind 65536)
[    0.423032] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.423126] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.423198] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.423265] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.423269] NET: Registered PF_XDP protocol family
[    0.423279] pci 0000:00:1f.5: BAR 0: assigned [mem 0x93620000-0x93620fff]
[    0.423296] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.423298] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.423301] pci 0000:00:01.0:   bridge window [mem 0x92000000-0x930fffff]
[    0.423304] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    0.423308] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.423311] pci 0000:00:06.0:   bridge window [mem 0x93500000-0x935fffff]
[    0.423316] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.423326] pci 0000:00:1b.0:   bridge window [mem 0x93400000-0x934fffff]
[    0.423334] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.423336] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.423340] pci 0000:00:1c.0:   bridge window [mem 0x93300000-0x933fffff]
[    0.423347] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.423351] pci 0000:00:1c.5:   bridge window [mem 0x93200000-0x932fffff]
[    0.423359] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.423361] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.423362] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.423363] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[    0.423364] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff window]
[    0.423365] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.423366] pci_bus 0000:01: resource 1 [mem 0x92000000-0x930fffff]
[    0.423367] pci_bus 0000:01: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
[    0.423369] pci_bus 0000:02: resource 1 [mem 0x93500000-0x935fffff]
[    0.423370] pci_bus 0000:03: resource 1 [mem 0x93400000-0x934fffff]
[    0.423371] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.423372] pci_bus 0000:04: resource 1 [mem 0x93300000-0x933fffff]
[    0.423373] pci_bus 0000:05: resource 1 [mem 0x93200000-0x932fffff]
[    0.423909] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.423968] PCI: CLS 64 bytes, default 64
[    0.423972] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.423973] software IO TLB: mapped [mem 0x0000000065934000-0x0000000069934000] (64MB)
[    0.424009] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    0.424010] Trying to unpack rootfs image as initramfs...
[    0.424030] clocksource: Switched to clocksource tsc
[    0.424046] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.435399] Initialise system trusted keyrings
[    0.435409] Key type blacklist registered
[    0.435440] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.436315] zbud: loaded
[    0.445394] Key type asymmetric registered
[    0.445395] Asymmetric key parser 'x509' registered
[    0.445413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.445445] io scheduler mq-deadline registered
[    0.445446] io scheduler kyber registered
[    0.445469] io scheduler bfq registered
[    0.448543] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.448815] Monitor-Mwait will be used to enter C-1 state
[    0.448819] Monitor-Mwait will be used to enter C-2 state
[    0.448822] ACPI: \_SB_.PR00: Found 2 idle states
[    0.449221] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.449239] ACPI: button: Sleep Button [SLPB]
[    0.449267] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.449280] ACPI: button: Power Button [PWRB]
[    0.449304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.449329] ACPI: button: Power Button [PWRF]
[    0.449601] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1693
[    0.451864] thermal LNXTHERM:00: registered as thermal_zone0
[    0.451865] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.451988] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.452528] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.453537] Non-volatile memory driver v1.3
[    0.453538] Linux agpgart interface v0.103
[    0.453539] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.453597] ACPI: bus type drm_connector registered
[    0.454525] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    0.454552] nvme nvme0: pci function 0000:02:00.0
[    0.454588] nvme nvme1: pci function 0000:03:00.0
[    0.454606] ahci 0000:00:17.0: version 3.0
[    0.455117] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.455120] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds 
[    0.470685] nvme nvme1: allocated 32 MiB host memory buffer.
[    0.472412] nvme nvme1: 12/0/0 default/read/poll queues
[    0.475168]  nvme1n1: p1 p2 p3 p4
[    0.478229] nvme nvme0: missing or invalid SUBNQN field.
[    0.505005] scsi host0: ahci
[    0.505320] scsi host1: ahci
[    0.505627] scsi host2: ahci
[    0.505882] scsi host3: ahci
[    0.505997] scsi host4: ahci
[    0.506098] scsi host5: ahci
[    0.506126] ata1: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b100 irq 127
[    0.506130] ata2: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b180 irq 127
[    0.506134] ata3: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b200 irq 127
[    0.506138] ata4: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b280 irq 127
[    0.506142] ata5: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b300 irq 127
[    0.506146] ata6: SATA max UDMA/133 abar m2048@0x9361b000 port 0x9361b380 irq 127
[    0.506183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.506187] ehci-pci: EHCI PCI platform driver
[    0.506196] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.506198] ohci-pci: OHCI PCI platform driver
[    0.506203] uhci_hcd: USB Universal Host Controller Interface driver
[    0.506228] usbcore: registered new interface driver usbserial_generic
[    0.506231] usbserial: USB Serial support registered for generic
[    0.506328] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.507271] rtc_cmos rtc_cmos: registered as rtc0
[    0.507501] rtc_cmos rtc_cmos: setting system clock to 2022-02-23T12:44:07 UTC (1645620247)
[    0.507511] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.507765] intel_pstate: Intel P-state driver initializing
[    0.508305] intel_pstate: HWP enabled
[    0.508351] ledtrig-cpu: registered to indicate activity on CPUs
[    0.508538] efifb: probing for efifb
[    0.508544] efifb: framebuffer at 0x80000000, using 34560k, total 34560k
[    0.508545] efifb: mode is 3840x2160x32, linelength=16384, pages=1
[    0.508546] efifb: scrolling: redraw
[    0.508546] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.508565] fbcon: Deferring console take-over
[    0.508565] fb0: EFI VGA frame buffer device
[    0.508578] hid: raw HID events driver (C) Jiri Kosina
[    0.508636] intel_pmc_core INT33A1:00:  initialized
[    0.508683] drop_monitor: Initializing network drop monitor service
[    0.508720] Initializing XFRM netlink socket
[    0.508762] NET: Registered PF_INET6 protocol family
[    0.536925] nvme nvme0: allocated 128 MiB host memory buffer.
[    0.541771] Freeing initrd memory: 65252K
[    0.544480] Segment Routing with IPv6
[    0.544484] RPL Segment Routing with IPv6
[    0.544490] In-situ OAM (IOAM) with IPv6
[    0.544517] NET: Registered PF_PACKET protocol family
[    0.544549] nvme nvme0: 8/0/0 default/read/poll queues
[    0.545670] microcode: sig=0xa0671, pf=0x2, revision=0x50
[    0.545956] microcode: Microcode Update Driver: v2.2.
[    0.545958] IPI shorthand broadcast: enabled
[    0.545966] sched_clock: Marking stable (544952448, 651121)->(551093500, -5489931)
[    0.546189] registered taskstats version 1
[    0.546874] Loading compiled-in X.509 certificates
[    0.547274]  nvme0n1: p1 p2
[    0.548699] Loaded X.509 cert 'Build time autogenerated kernel key: ece77750479a9fc6e611f250654da49bb240e1da'
[    0.549006] zswap: loaded using pool lz4/z3fold
[    0.549640] Key type ._fscrypt registered
[    0.549641] Key type .fscrypt registered
[    0.549641] Key type fscrypt-provisioning registered
[    0.550348] PM:   Magic number: 10:659:734
[    0.550356] hwmon hwmon1: hash matches
[    0.550469] RAS: Correctable Errors collector initialized.
[    0.818354] ata4: SATA link down (SStatus 4 SControl 300)
[    0.818865] ata5: SATA link down (SStatus 4 SControl 300)
[    0.821808] ata2: SATA link down (SStatus 4 SControl 300)
[    0.822128] ata3: SATA link down (SStatus 4 SControl 300)
[    0.822168] ata1: SATA link down (SStatus 4 SControl 300)
[    0.822222] ata6: SATA link down (SStatus 4 SControl 300)
[    0.849009] Freeing unused decrypted memory: 2036K
[    0.849297] Freeing unused kernel image (initmem) memory: 1784K
[    0.849299] Write protecting the kernel read-only data: 28672k
[    0.849745] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.850000] Freeing unused kernel image (rodata/data gap) memory: 1352K
[    0.855948] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.855950] rodata_test: all tests were successful
[    0.855952] Run /init as init process
[    0.855954]   with arguments:
[    0.855954]     /init
[    0.855955]     a
[    0.855955]     dd_efi_memmap
[    0.855956]   with environment:
[    0.855956]     HOME=/
[    0.855956]     TERM=linux
[    0.877944] fbcon: Taking over console
[    0.877974] Console: switching to colour frame buffer device 240x67
[    0.897676] nvidia: loading out-of-tree module taints kernel.
[    0.897682] nvidia: module license 'NVIDIA' taints kernel.
[    0.897683] Disabling lock debugging due to kernel taint
[    0.904650] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    0.919309] nvidia-nvlink: Nvlink Core is being initialized, major device number 235

[    0.920120] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    0.963522] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  510.54  Tue Feb  8 04:42:21 UTC 2022
[    0.965421] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  510.54  Tue Feb  8 04:34:06 UTC 2022
[    0.966730] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[    0.970745] nvidia-uvm: Loaded the UVM driver, major device number 511.
[    0.971305] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    1.949758] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    1.993749] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.993755] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.994861] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.995053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    1.995055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.995057] usb usb1: Product: xHCI Host Controller
[    1.995058] usb usb1: Manufacturer: Linux 5.16.10-arch1-1 xhci-hcd
[    1.995059] usb usb1: SerialNumber: 0000:00:14.0
[    1.995138] hub 1-0:1.0: USB hub found
[    1.995161] hub 1-0:1.0: 16 ports detected
[    1.997295] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.997299] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.997301] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.997326] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
[    1.997327] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.997328] usb usb2: Product: xHCI Host Controller
[    1.997329] usb usb2: Manufacturer: Linux 5.16.10-arch1-1 xhci-hcd
[    1.997329] usb usb2: SerialNumber: 0000:00:14.0
[    1.997383] hub 2-0:1.0: USB hub found
[    1.997399] hub 2-0:1.0: 6 ports detected
[    2.120798] random: fast init done
[    2.244551] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    2.387306] usb 1-2: New USB device found, idVendor=05ac, idProduct=0265, bcdDevice= 8.50
[    2.387316] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.387321] usb 1-2: Product: Magic Trackpad 2
[    2.387324] usb 1-2: Manufacturer: Apple Inc.
[    2.387327] usb 1-2: SerialNumber: CC291920100J2XQAV
[    2.400727] hid-generic 0003:05AC:0265.0001: hiddev96,hidraw0: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input0
[    2.401433] input: Apple Inc. Magic Trackpad 2 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:05AC:0265.0002/input/input3
[    2.401480] hid-generic 0003:05AC:0265.0002: input,hiddev97,hidraw1: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input1
[    2.402114] hid-generic 0003:05AC:0265.0003: hiddev98,hidraw2: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input2
[    2.402734] hid-generic 0003:05AC:0265.0004: hiddev99,hidraw3: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input3
[    2.402751] usbcore: registered new interface driver usbhid
[    2.402752] usbhid: USB HID core driver
[    2.514559] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    2.657361] usb 1-6: New USB device found, idVendor=0d8c, idProduct=0012, bcdDevice= 1.00
[    2.657365] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.657366] usb 1-6: Product: Vanatoo T0
[    2.657367] usb 1-6: Manufacturer: Vanatoo
[    2.658741] input: Vanatoo Vanatoo T0 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:0D8C:0012.0005/input/input6
[    2.714702] hid-generic 0003:0D8C:0012.0005: input,hidraw4: USB HID v1.00 Device [Vanatoo Vanatoo T0] on usb-0000:00:14.0-6/input2
[    2.837949] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[    2.973468] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.979254] usb 1-8: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
[    2.979266] usb 1-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.979277] usb 1-8: Product: USB2.0 Hub
[    2.979998] hub 1-8:1.0: USB hub found
[    2.980276] hub 1-8:1.0: 4 ports detected
[    2.980750] usb: port power management may be unreliable
[    3.104560] usb 1-11: new full-speed USB device number 5 using xhci_hcd
[    3.170918] systemd[1]: systemd 250.3-4-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)
[    3.184694] systemd[1]: Detected architecture x86-64.
[    3.185702] systemd[1]: Hostname set to <jackvk5>.
[    3.245233] usb 1-11: New USB device found, idVendor=1462, idProduct=7d19, bcdDevice= 0.01
[    3.245236] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.245237] usb 1-11: Product: MYSTIC LIGHT 
[    3.245238] usb 1-11: Manufacturer: MSI
[    3.245238] usb 1-11: SerialNumber: A02021031703
[    3.246948] input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1462:7D19.0006/input/input7
[    3.247065] hid-generic 0003:1462:7D19.0006: input,hiddev100,hidraw5: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:00:14.0-11/input0
[    3.317861] usb 1-8.1: new full-speed USB device number 6 using xhci_hcd
[    3.326073] systemd[1]: Queued start job for default target Graphical Interface.
[    3.327005] systemd[1]: Created slice Slice /system/getty.
[    3.327261] systemd[1]: Created slice Slice /system/modprobe.
[    3.327489] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.327682] systemd[1]: Created slice User and Session Slice.
[    3.327772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.327870] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.328024] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.328119] systemd[1]: Reached target Local Encrypted Volumes.
[    3.328181] systemd[1]: Reached target Login Prompts.
[    3.328233] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.328301] systemd[1]: Reached target Path Units.
[    3.328349] systemd[1]: Reached target Remote File Systems.
[    3.328403] systemd[1]: Reached target Slice Units.
[    3.328457] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.328554] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.328670] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.329460] systemd[1]: Listening on Process Core Dump Socket.
[    3.329602] systemd[1]: Listening on Journal Audit Socket.
[    3.329710] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.329821] systemd[1]: Listening on Journal Socket.
[    3.330018] systemd[1]: Listening on udev Control Socket.
[    3.330118] systemd[1]: Listening on udev Kernel Socket.
[    3.330546] systemd[1]: Mounting Huge Pages File System...
[    3.330916] systemd[1]: Mounting POSIX Message Queue File System...
[    3.331292] systemd[1]: Mounting Kernel Debug File System...
[    3.331664] systemd[1]: Mounting Kernel Trace File System...
[    3.332104] systemd[1]: Starting Create List of Static Device Nodes...
[    3.332460] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.332881] systemd[1]: Starting Load Kernel Module configfs...
[    3.333251] systemd[1]: Starting Load Kernel Module drm...
[    3.333608] systemd[1]: Starting Load Kernel Module fuse...
[    3.333678] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    3.334608] systemd[1]: Starting Journal Service...
[    3.335446] systemd[1]: Starting Load Kernel Modules...
[    3.335816] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.335904] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    3.336209] systemd[1]: Starting Coldplug All udev Devices...
[    3.336858] systemd[1]: Mounted Huge Pages File System.
[    3.336943] systemd[1]: Mounted POSIX Message Queue File System.
[    3.337017] systemd[1]: Mounted Kernel Debug File System.
[    3.337085] systemd[1]: Mounted Kernel Trace File System.
[    3.337199] systemd[1]: Finished Create List of Static Device Nodes.
[    3.337359] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.337409] systemd[1]: Finished Load Kernel Module configfs.
[    3.337540] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.337587] systemd[1]: Finished Load Kernel Module drm.
[    3.337957] systemd[1]: Mounting Kernel Configuration File System...
[    3.338712] systemd[1]: Mounted Kernel Configuration File System.
[    3.338775] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[    3.339141] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.339206] fuse: init (API version 7.35)
[    3.339550] systemd[1]: Activating swap /swapfile...
[    3.339623] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.342697] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    3.343038] systemd[1]: Starting Load/Save Random Seed...
[    3.343463] systemd[1]: Starting Create System Users...
[    3.343649] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.343708] systemd[1]: Finished Load Kernel Module fuse.
[    3.344444] systemd[1]: Mounting FUSE Control File System...
[    3.346105] systemd[1]: Mounted FUSE Control File System.
[    3.350356] Adding 16777212k swap on /swapfile.  Priority:-2 extents:12 across:17866748k SSFS
[    3.350388] systemd[1]: Activated swap /swapfile.
[    3.351857] systemd[1]: Reached target Swaps.
[    3.354108] systemd[1]: Mounting Temporary Directory /tmp...
[    3.355644] systemd[1]: Finished Load Kernel Modules.
[    3.356793] random: lvm: uninitialized urandom read (4 bytes read)
[    3.357008] audit: type=1130 audit(1645620250.346:2): 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'
[    3.357218] systemd[1]: Mounted Temporary Directory /tmp.
[    3.358968] systemd[1]: Starting Apply Kernel Variables...
[    3.362311] systemd[1]: Started Journal Service.
[    3.363705] audit: type=1130 audit(1645620250.353:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.367387] systemd-journald[338]: Received client request to flush runtime journal.
[    3.367665] audit: type=1130 audit(1645620250.356:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.368640] systemd-journald[338]: File /var/log/journal/ae8292b2261c45a2a09bfe12578762c8/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    3.369151] audit: type=1130 audit(1645620250.360:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.383126] audit: type=1130 audit(1645620250.373:6): 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'
[    3.399237] audit: type=1130 audit(1645620250.390:7): 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'
[    3.399634] audit: type=1334 audit(1645620250.390:8): prog-id=13 op=LOAD
[    3.399736] audit: type=1334 audit(1645620250.390:9): prog-id=14 op=LOAD
[    3.399808] audit: type=1334 audit(1645620250.390:10): prog-id=15 op=LOAD
[    3.411341] usb 1-8.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
[    3.411343] usb 1-8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.411344] usb 1-8.1: Product: USB Receiver
[    3.411345] usb 1-8.1: Manufacturer: Logitech
[    3.421295] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:046D:C52B.0007/input/input8
[    3.462185] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    3.462362] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    3.477970] hid-generic 0003:046D:C52B.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input0
[    3.480923] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.0008/input/input9
[    3.480952] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.0008/input/input10
[    3.507853] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.534613] usb 1-14: new full-speed USB device number 7 using xhci_hcd
[    3.534771] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.1/0003:046D:C52B.0008/input/input11
[    3.534828] hid-generic 0003:046D:C52B.0008: input,hiddev101,hidraw7: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input1
[    3.537551] hid-generic 0003:046D:C52B.0009: hiddev102,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input2
[    3.640951] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    3.643063] i2c i2c-6: 2/4 memory slots populated (from DMI)
[    3.643534] i2c i2c-6: Successfully instantiated SPD at 0x50
[    3.644242] i2c i2c-6: Successfully instantiated SPD at 0x52
[    3.646140] input: PC Speaker as /devices/platform/pcspkr/input/input13
[    3.646289] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.646577] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    3.646624] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.646626] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.648376] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.648390] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[    3.649964] intel-spi 0000:00:1f.5: w25q256jw (32768 Kbytes)
[    3.651316] Creating 1 MTD partitions on "0000:00:1f.5":
[    3.651318] 0x000000000000-0x000002000000 : "BIOS"
[    3.662733] r8169 0000:04:00.0 eth0: RTL8125B, d8:bb:c1:41:83:48, XID 641, IRQ 152
[    3.662737] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.665366] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.667089] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.667583] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.667585] cfg80211: failed to load regulatory.db
[    3.679776] usb 1-14: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[    3.679778] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.685972] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    3.685994] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    3.686015] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    3.686031] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    3.686053] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    3.686070] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    3.686091] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    3.756101] cryptd: max_cpu_qlen set to 1000
[    3.782192] usbcore: registered new device driver apple-mfi-fastcharge
[    3.783728] Intel(R) Wireless WiFi driver for Linux
[    3.784031] iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
[    3.784447] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.784460] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.784468] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.784510] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.784515] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.784521] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    3.784527] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    3.784533] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    3.800241] magicmouse 0003:05AC:0265.0001: fixing up magicmouse battery report descriptor
[    3.800375] input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:05AC:0265.0001/input/input21
[    3.800461] magicmouse 0003:05AC:0265.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input0
[    3.803370] AVX2 version of gcm_enc/dec engaged.
[    3.803416] AES CTR mode by8 optimization enabled
[    3.808237] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    3.824739] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    3.824764] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    3.824810] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    3.824841] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    3.824856] input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:05AC:0265.0002/input/input27
[    3.824898] magicmouse 0003:05AC:0265.0002: input,hiddev97,hidraw1: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input1
[    3.825184] magicmouse 0003:05AC:0265.0003: hiddev98,hidraw2: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input2
[    3.825249] magicmouse 0003:05AC:0265.0004: hiddev99,hidraw3: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-2/input3
[    3.826344] iwlwifi 0000:05:00.0: api flags index 2 larger than supported by driver
[    3.826354] iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.34
[    3.826518] iwlwifi 0000:05:00.0: loaded firmware version 67.8f59b80b.0 ty-a0-gf-a0-67.ucode op_mode iwlmvm
[    3.929538] mousedev: PS/2 mouse device common for all mice
[    3.930201] mc: Linux media interface: v0.10
[    3.972271] usbcore: registered new interface driver snd-usb-audio
[    4.228216] iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[    4.234534] thermal thermal_zone2: failed to read out thermal zone (-61)
[    4.234539] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[    4.234541] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[    4.234541] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
[    4.235924] iTCO_vendor_support: vendor-support=0
[    4.335252] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    4.335566] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.337027] ee1004 6-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.337069] ee1004 6-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.377132] iwlwifi 0000:05:00.0: loaded PNVM version dda57f4f
[    4.388449] iwlwifi 0000:05:00.0: Detected RF GF, rfid=0x10d000
[    4.407593] Bluetooth: Core ver 2.22
[    4.407606] NET: Registered PF_BLUETOOTH protocol family
[    4.407607] Bluetooth: HCI device and connection manager initialized
[    4.407610] Bluetooth: HCI socket layer initialized
[    4.407611] Bluetooth: L2CAP socket layer initialized
[    4.407613] Bluetooth: SCO socket layer initialized
[    4.420285] usbcore: registered new interface driver btusb
[    4.422994] Bluetooth: hci0: Firmware timestamp 2021.51 buildtype 1 build 36030
[    4.449428] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[    4.449508] Bluetooth: hci0: Boot Address: 0x100800
[    4.449508] Bluetooth: hci0: Firmware Version: 190-51.21
[    4.449509] Bluetooth: hci0: Firmware already loaded
[    4.457743] iwlwifi 0000:05:00.0: base HW address: a4:6b:b6:3c:b0:18
[    4.472292] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    4.472727] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    4.476097] intel_rapl_common: Found RAPL domain package
[    4.476099] intel_rapl_common: Found RAPL domain core
[    4.487731] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[    4.508864] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    4.554976] random: NetworkManager: uninitialized urandom read (16 bytes read)
[    4.565213] logitech-djreceiver 0003:046D:C52B.0009: hiddev101,hidraw6: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-8.1/input2
[    4.588274] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.588276] Bluetooth: BNEP filters: protocol multicast
[    4.588278] Bluetooth: BNEP socket layer initialized
[    4.592517] NET: Registered PF_ALG protocol family
[    4.679315] input: Logitech Wireless Device PID:404d Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.0009/0003:046D:404D.000A/input/input28
[    4.679563] input: Logitech Wireless Device PID:404d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.0009/0003:046D:404D.000A/input/input29
[    4.679765] hid-generic 0003:046D:404D.000A: input,hidraw7: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:00:14.0-8.1/input2:1
[    4.684582] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[    4.782947] random: crng init done
[    4.782948] random: 2 urandom warning(s) missed due to ratelimiting
[    4.844706] r8169 0000:04:00.0 enp4s0: Link is Down
[    4.851453] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[    4.851455] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[    4.851455] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
[    5.098097] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 1, ret=-1
[    5.098100] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 2, ret=-1
[    5.098100] iwlwifi 0000:05:00.0: WRT: Failed to set DRAM buffer for alloc id 3, ret=-1
[    5.255164] input: Logitech K400 Plus as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.2/0003:046D:C52B.0009/0003:046D:404D.000A/input/input33
[    5.255392] logitech-hidpp-device 0003:046D:404D.000A: input,hidraw7: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:00:14.0-8.1/input2:1
[    5.341736] kauditd_printk_skb: 26 callbacks suppressed
[    5.341738] audit: type=1130 audit(1645620252.333:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.494566] audit: type=1100 audit(1645620253.483:38): pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.494580] audit: type=1101 audit(1645620253.486:39): pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.496400] audit: type=1103 audit(1645620253.486:40): pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.518173] audit: type=1130 audit(1645620253.510:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.537066] audit: type=1101 audit(1645620253.526:42): pid=616 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.537080] audit: type=1103 audit(1645620253.526:43): pid=616 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.537177] audit: type=1006 audit(1645620253.526:44): pid=616 uid=0 old-auid=4294967295 auid=967 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.537193] audit: type=1300 audit(1645620253.526:44): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fff40e73be0 a2=3 a3=0 items=0 ppid=1 pid=616 auid=967 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    6.537200] audit: type=1327 audit(1645620253.526:44): proctitle="(systemd)"
[    8.626471] wlp5s0: authenticate with 3c:5c:f1:f0:ef:a3
[    8.631398] wlp5s0: send auth to 3c:5c:f1:f0:ef:a3 (try 1/3)
[    8.692735] wlp5s0: authenticated
[    8.694507] wlp5s0: associate with 3c:5c:f1:f0:ef:a3 (try 1/3)
[    8.697515] wlp5s0: RX AssocResp from 3c:5c:f1:f0:ef:a3 (capab=0x1111 status=0 aid=2)
[    8.703353] wlp5s0: associated
[    8.782144] wlp5s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 3c:5c:f1:f0:ef:a3
[    8.835292] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   12.687215] logitech-hidpp-device 0003:046D:404D.000A: HID++ 4.1 device connected.
[   14.125954] kauditd_printk_skb: 8 callbacks suppressed
[   14.125956] audit: type=1100 audit(1645620261.116:51): pid=652 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   14.126077] audit: type=1101 audit(1645620261.116:52): pid=652 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   14.126399] audit: type=1103 audit(1645620261.116:53): pid=652 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jackbo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   14.126475] audit: type=1006 audit(1645620261.116:54): pid=652 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   14.126479] audit: type=1300 audit(1645620261.116:54): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffcd17c76d0 a2=4 a3=0 items=0 ppid=574 pid=652 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[   14.126481] audit: type=1327 audit(1645620261.116:54): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746833393034386232322D383733372D346162652D616631622D313230356363366366326432002D2D69640031002D2D7374617274002F7573722F62696E2F676E6F6D652D73657373696F6E002D2D7573
[   14.134636] audit: type=1130 audit(1645620261.126:55): 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'
[   14.137901] audit: type=1101 audit(1645620261.130:56): pid=654 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.137916] audit: type=1103 audit(1645620261.130:57): pid=654 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jackbo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   14.137937] audit: type=1006 audit(1645620261.130:58): pid=654 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   15.977392] rfkill: input handler disabled
[   16.345783] Bluetooth: RFCOMM TTY layer initialized
[   16.345790] Bluetooth: RFCOMM socket layer initialized
[   16.345791] Bluetooth: RFCOMM ver 1.11
[   24.345861] kauditd_printk_skb: 26 callbacks suppressed
[   24.345863] audit: type=1131 audit(1645620271.336:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.349367] audit: type=1131 audit(1645620271.340:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.859455] audit: type=1334 audit(1645620288.850:83): prog-id=30 op=LOAD
[   41.859521] audit: type=1334 audit(1645620288.850:84): prog-id=31 op=LOAD
[   41.859550] audit: type=1334 audit(1645620288.850:85): prog-id=32 op=LOAD
[   41.878938] audit: type=1130 audit(1645620288.870:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.047569] audit: type=1131 audit(1645620293.036:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.058386] audit: type=1131 audit(1645620293.050:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.154674] audit: type=1334 audit(1645620293.146:89): prog-id=0 op=UNLOAD
[   46.154685] audit: type=1334 audit(1645620293.146:90): prog-id=0 op=UNLOAD
[   46.154690] audit: type=1334 audit(1645620293.146:91): prog-id=0 op=UNLOAD
[   46.301359] audit: type=1334 audit(1645620293.293:92): prog-id=0 op=UNLOAD
[   71.916160] kauditd_printk_skb: 2 callbacks suppressed
[   71.916169] audit: type=1131 audit(1645620318.906:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.941449] audit: type=1334 audit(1645620318.933:96): prog-id=0 op=UNLOAD
[   71.941461] audit: type=1334 audit(1645620318.933:97): prog-id=0 op=UNLOAD
[   71.941465] audit: type=1334 audit(1645620318.933:98): prog-id=0 op=UNLOAD
[   75.197252] audit: type=1100 audit(1645620322.186:99): pid=1307 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   75.197257] audit: type=1101 audit(1645620322.186:100): pid=1307 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   75.197666] audit: type=1110 audit(1645620322.186:101): pid=1307 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   75.198994] audit: type=1105 audit(1645620322.190:102): pid=1307 uid=1000 auid=1000 ses=3 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'
[   75.339071] audit: type=1106 audit(1645620322.330:103): pid=1307 uid=1000 auid=1000 ses=3 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'
[   75.339085] audit: type=1104 audit(1645620322.330:104): pid=1307 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  107.272728] kauditd_printk_skb: 1 callbacks suppressed
[  107.272729] audit: type=1101 audit(1645620354.263:106): pid=1331 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jackbo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  107.272947] audit: type=1110 audit(1645620354.263:107): pid=1331 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  107.276490] audit: type=1105 audit(1645620354.266:108): pid=1331 uid=1000 auid=1000 ses=3 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'

Offline

#3 2022-02-24 07:43:05

seth
Member
Registered: 2012-09-03
Posts: 52,084

Re: [SOLVED] screen freezes with nvidia proprietary driver on new system

I can't use REISUB

Did you enable https://wiki.archlinux.org/title/Keyboa … el_(SysRq) ?
Because the journal shows that the system still responds to input ("Power key pressed short.")

my Windows installation on the same machine

3rd link below. Mandatory.

Feb 23 03:02:12 jackvk5 kernel: NVRM: GPU at PCI:0000:01:00: GPU-88bf1553-98a9-8603-3fd4-431f02b3c598
Feb 23 03:02:12 jackvk5 kernel: NVRM: Xid (PCI:0000:01:00): 79, pid=236, GPU has fallen off the bus.
Feb 23 03:02:12 jackvk5 kernel: NVRM: GPU 0000:01:00.0: GPU has fallen off the bus.
Feb 23 03:02:12 jackvk5 kernel: [133B blob data]

Power related?
Does the GPU lack a dedicated 6/8-pin power supply?
Try to pass "pcie_aspm=off" to the kernel.
Is the issue related to eg. dpms?
Do you encounter it when keeping the GPU somewhat busy (eg. having a glmatrix - from xscreensaver - window open all the time)?

Offline

#4 2022-02-24 08:47:31

melber
Member
Registered: 2022-02-23
Posts: 6

Re: [SOLVED] screen freezes with nvidia proprietary driver on new system

Thanks for your response!

Did you enable https://wiki.archlinux.org/title/Keyboa … el_(SysRq) ?

Good catch; I haven't. Will do now.

3rd link below. Mandatory.

Fast boot and hibernation already disabled smile

Does the GPU lack a dedicated 6/8-pin power supply?

Nope. It has dedicated pins and is connected to the power supply.

Try to pass "pcie_aspm=off" to the kernel.

Trying now; will report back if crashes persist.

Is the issue related to eg. dpms?

I don't think so -- crashes happen when I'm actively using the machine -- but I'll disable it to be sure.

Do you encounter it when keeping the GPU somewhat busy (eg. having a glmatrix - from xscreensaver - window open all the time)?

I guess so? Crashes seem to happen faster when I have Firefox open or when I'm using multiple application GUIs (e.g. file browser or terminal).

Offline

#5 2022-02-24 09:24:59

melber
Member
Registered: 2022-02-23
Posts: 6

Re: [SOLVED] screen freezes with nvidia proprietary driver on new system

Maybe premature, but checking back in to say that my issue appears to be resolved! No crashes even when playing eight or so 1080P YouTube videos simultaneously in separate windows, and sluggish 3D rendering that I was seeing previously in napari seems to be resolved as well. This is true even after re-enabling DPMS, so I think it was the "pcie_aspm=off" kernel parameter that did the trick.

Thank you so much! I'll wait a few days to verify that I don't see any more crashes before marking this post as solved.

Offline

#6 2022-02-24 13:13:00

seth
Member
Registered: 2012-09-03
Posts: 52,084

Re: [SOLVED] screen freezes with nvidia proprietary driver on new system

If power consumption is a concern, you can experiement w/ more fine-grained settings: https://wiki.archlinux.org/title/Power_ … management

Offline

Board footer

Powered by FluxBB